> On 27 Apr 2015, at 18:58, J. Landman Gay <[email protected]> wrote: > > If you haven't solved this yet, can you post the text of those menu buttons? > There may be a misconfiguration somewhere.
Thank you for your interest. When selecting menuItem 3 of menu "File" — close I call a tidy up routine called “closeDB” which closes the DB and carries out some other tidying up including setting the uDBOpen of stack “TH” to false. This is called from the “File” menu script menuPick. I have now placed a call to setupMenus in the closeDB routine and this resolves the issue. The only issue I can think of is the timing of calls within LC. Is the menuBar script called before or after the menuPick pItemName script in the individual menus? All the best Terry _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
