cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Creating new window with custom menus

jbaklayan
1-Newbie

Creating new window with custom menus

I am trying to create a new window with some custom menus in version 5.3. I can't seem to get the custom menus to appear. I am doing:



local win = window_create('edit', 1+2+8+16, -1, "400x500-20+20")
current_window(win)
menu_add -menu . CustomMenu
window_show(win, 1)



According to the help, the "2" in the window_create flag is to add a menu_bar. Not sure what I am doing wrong.



Thanks in advance.

0 REPLIES 0
Top Tags