Something I don't understand, the following code is taken from the help file :
Code: Select all
If OpenWindow(0, 200, 200, 200, 100, "Exemple SetMenuItemState")
If CreateMenu(0, WindowID(0))
MenuTitle("Project")
MenuItem(1, "Changed")
SetMenuItemState(0,1,1) ; Coche l'élément 1 du menu.
EndIf
Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow
EndIfBeside the graphic driver problems, any more ideas to help figuring out what is going on ?
Thanks beforehand and best regards.
Guimauve







