On 10/4/06, Aaron Ardiri <[EMAIL PROTECTED]> wrote:
as for your "changing" menu - you can do this:// re-initialize menu in the main form frm = FrmGetActiveForm(); if (connected) FrmSetMenu(frm, mainMenuBarNotConnected); else FrmSetMenu(frm, mainMenuBarConnected);
oops. um.. you can obviously see my flawed logic there - but, you should have enough to figure this one out now :P -- // Aaron Ardiri -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
