01-26-2007 03:35 PM
01-27-2007 04:38 AM
Well, there could be a trick to do what you want, a little bit of handwork and I don't know if it can be guaranteed all times, but it has worked for me in some occasion so I am passing it to you.
Saving your UIR files in text format (Options >> Save in text format menu item) .TUI files are produced which can be modified with a text editor. Elements from one file can be copied to another TUI file.
Be careful to avoid duplicated names: TUI format for menubars is [MenuBarxxx] : xxx is a 3-digit number that must be unique throughout the whole TUI file so you may need to change it if copying a menubar to a TUI file that already have some menus in it. xxx number must be updated on all menus and menu items of the copied menu.
After all corrections are made, you can reload from text format and have your UIR file modified with the menu bar in it
01-31-2007 10:48 AM
02-01-2007 09:26 AM
02-02-2007 04:05 AM - edited 02-02-2007 04:05 AM
Good solution indeed! I never saw this too!
Message Edited by Roberto Bozzolo on 02-02-2007 11:06 AM