06-17-2010 08:58 AM
Hi,
When I converted .uir from Labwindows for DOS to labwindows/CVI I always get two extra lines (#define menubar_panel_SEPERATOR 9 and 14 at line 684 and 689 of header file. I don't know where the lines come from. Any helps are appreciated.
06-18-2010 05:33 AM
Separators (the horizontal lines in menubar drop-downs) have to have identifiers in CVI - I don't think they did in LW/DOS. From what you say it looks like the conversion tool gives all separators the same constant identifier (SEPARATOR). You need to use the UIR editor to edit the menubars in the file and change the constant identifiers for separators to different names (SEPARATOR1, SEPARATOR2 etc.).