Great!
But I'm never satisfied, sorry

: if I create a new form with the new FormDesinger, the both procedures InitWindow_0() and Windows_0_Event() will be created. If I now switch to code, I can't insert my source directly. So I have to copy this "form-code" in to a new xy.pb file, to insert the source I like to implement. I'm a little bit lazy, so if I switch to Code I would have different choices:
1. A new file opens with a copy of the form source
2. A new file opens with a copy of the form source plus the following code:
Code: Select all
InitWindow_0()
Repeat
Event = WindowEvent()
Window_0_Events(Event)
Until Event = #PB_Event_CloseWindow
(if you press the compile/run button, you can directly see what you've produced)
However: if this should already be possible now and I'd not get it - SORRY -
And of course: absolutely great would be a FormDesigner like in VB: so you can change between form and code, enter own code, change to form view, edit form and so on...
I hope you understand my bad english
Merci