Page 2 of 2

Re: 5.10 b1 Form designer problems

Posted: Sun Dec 23, 2012 7:28 pm
by Fred
Polo wrote:Thanks for the comments guys! :)

The problem on the first post (empty grid on the Form float window) is now fixed.
It's much better to add the Form Tool to the left or right toolbox, in the IDE preferences (Preferences / Tools Panel / Form Panel)
Should be set by default, if the setting doesn't exists.

Re: 5.10 b1 Form designer problems

Posted: Sun Dec 23, 2012 7:56 pm
by freak
Fred wrote:
Polo wrote:Thanks for the comments guys! :)

The problem on the first post (empty grid on the Form float window) is now fixed.
It's much better to add the Form Tool to the left or right toolbox, in the IDE preferences (Preferences / Tools Panel / Form Panel)
Should be set by default, if the setting doesn't exists.
It is the default if no preferences file exist.

Re: 5.10 b1 Form designer problems

Posted: Sun Dec 23, 2012 8:21 pm
by ts-soft
freak wrote:It is the default if no preferences file exist.
This is not the same as setting doesn't exists (for formdesigner) :wink:

Re: 5.10 b1 Form designer problems

Posted: Sun Dec 23, 2012 8:37 pm
by freak
ts-soft wrote:
freak wrote:It is the default if no preferences file exist.
This is not the same as setting doesn't exists (for formdesigner) :wink:
Well, there is one list of enabled panel tools. So not existing = disabled. Always reactivating it when it is disabled means you can never disable it ;)

I just modified it a bit so it is automatically added if you update from a pre 5.10 preference file as well. I totally forgot the framework for that was already in place :D

Re: 5.10 b1 Form designer problems

Posted: Mon Dec 24, 2012 10:05 pm
by WilliamL
Wow, Form Designer is really changed in 5.10b1. It threw me too till I read this thread. Now that I see how it works I am very impressed! Once I found the form window all fell into place. Great job. The events are automatically handled so the code runs without having to add all that code. Nice!

Hey Polo! You can come and work for me for free anytime! :) I suppose the reward is that people will use and appreciate your work. I think you've nailed that...

Re: 5.10 b1 Form designer problems

Posted: Mon Dec 24, 2012 10:35 pm
by Polo
WilliamL wrote:Hey Polo! You can come and work for me for free anytime! :)
:mrgreen:

Glad you got it working, fr34k added a nice thing that will automatically add the form panel in your preferences in next beta so it'll be easier to use :)

Re: 5.10 b1 Form designer problems

Posted: Wed Dec 26, 2012 5:52 am
by glops
Hi Thanks for this new version !!!
I can see 3 problems
1) When Form designer is opened, when I type code in a PB source code, then after 3 letters, the cursor automatically goes to the Form Designer :cry:
2) Not able to create menus, toolbar, statusbar, Cursor even if options are available in the form designer :cry:
3) When I set a break point in the source code or in the event file, it does not stop and every time the breakpoints are cleared :cry:
Maybe I forgot to do something ?
Cheers

Re: 5.10 b1 Form designer problems

Posted: Wed Dec 26, 2012 3:03 pm
by Polo
Number 1 is fixed for next beta.
Number 2: when you select toolbar you've got to draw wherever in the window to add it, have you tried that? I really need to work on the documentation :)
3) err, not sure!

Re: 5.10 b1 Form designer problems

Posted: Wed Dec 26, 2012 3:47 pm
by cbrescia
In the next version of the Form Designer I don't get how it is going to be yet, but in the actual one,before creating a new form, in (Preferences> form), you have to enable or disable the main loop generation according to what type of window is: main, secondary, etc. and disabling or enabling the event loop whether you want to manage an included event procedure through the form designer tool window or through a generated event loop. So the possibilities are varied.

It would be nice to have in next versions a panel control, which can be able in design time to ad more tabs and set the active one.

Regards

Re: 5.10 b1 Form designer problems

Posted: Wed Dec 26, 2012 4:14 pm
by Polo
Basically you should never enable the event loop and put it in a separate (main) .pb file that includes all .pbf files. :)
I'm glad to see all the interest this new IDE tool is getting, hopefully we'll have a rock solid version for 5.10 and add features afterwards!