Subject Application frame window menu
From Stephen Warren <swarren@ppmamc.com>
Date Mon, 14 Jul 2014 12:09:51 -0400
Newsgroups dbase.getting-started

I've been using Ken Mayer's genericmdiapp to set up my applications.  I assign a menu before opening the application, but I can't seem to change the menu once the application is up and running.  I release the rootmenu as follows:
m = _app.framewin.root
release object m
e = this.rootmenu
release object e

set procedure to test2.mnu additive
this.rootmenu = new test2menu(_app.framewin,"Root")

this code runs fine, but the menu remains the same in the framewin.

I've been working on this for hours, but can't seem to find my mistake.

Any help would be greatly appreciated.

Steve


Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0