Is this a bug in the newest version ( ealier i hadn't this problem ) ?
Here the code, test it with and without remarkline. With it I got an "error protokoll" from windows and the Program dies ( hope this is the right translation ) even with the debugger

Code: Select all
 If OpenWindow(0, 0, 0, 600 ,500, #PB_Window_SystemMenu ! #PB_Window_MinimizeGadget ! #PB_Window_SystemMenu , name$)
  If CreateGadgetList(WindowID()) 
  ; TextGadget(10, 50 , 20 , 500 , 20, "BLA" )
  HideGadget(10, 1) 
  MessageRequester("Info", "OK", 0)
  EndIf 
EndIf
End
does someone else can test it and / or tell me why ?


 
 