Page 1 of 1
[Done] Beta 1 windows do not close
Posted: Wed Aug 20, 2014 12:58 pm
by Ar-S
Yop,
In the canvasgadget example, the main window do not close when tick the cross (Firefox 31 user)
Re: [Beta 1] windows do not close
Posted: Wed Aug 20, 2014 1:34 pm
by Peter
Yop,
you have to code it by yourself:
Code: Select all
BindEvent(#PB_Event_CloseWindow, @CloseWindowEvent())
Code: Select all
Procedure CloseWindowEvent()
CloseWindow(0)
EndProcedure
Greetings ... Peter
Re: [Beta 1] windows do not close
Posted: Tue Mar 24, 2015 3:14 pm
by Fred
Fixed the examples to avoid the close button.