I removed it actually. The aim to use the pbf file is to include it into your main project file:falsam wrote:Bug : Run Form Designer and look at the source code of the current window. You forgot InitWindow_0()
Code: Select all
IncludeFile "myform.pbf"
InitWindow_0()
Repeat
event = WaitWindowEvent()
Window_0_Events(event) ; the event procedure is not finished and subject to change
Until
End
Both fixed, thanks!luciano wrote:I have just discovered CTRL-D, very very useful.
I found out that repeated objects are not reported in the init_window procedure until you add a new object.
I am also having difficulties with Select all / Copy in code window now, but I remember I had used it many times before.
Fixed.michel wrote:preferences -> custom gadget -> any definitions => CRASH
Please bear in mind the custom gadgets are saved but cannot be retrieved on opening (for now).