5.10 b1 Form designer problems

You need some new stunning features ? Tell us here.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: 5.10 b1 Form designer problems

Post 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.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: 5.10 b1 Form designer problems

Post 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.
quidquid Latine dictum sit altum videtur
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: 5.10 b1 Form designer problems

Post 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:
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: 5.10 b1 Form designer problems

Post 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
quidquid Latine dictum sit altum videtur
WilliamL
Addict
Addict
Posts: 1252
Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA

Re: 5.10 b1 Form designer problems

Post 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...
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: 5.10 b1 Form designer problems

Post 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 :)
glops
User
User
Posts: 38
Joined: Wed Jan 16, 2008 12:53 pm
Location: France

Re: 5.10 b1 Form designer problems

Post 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
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: 5.10 b1 Form designer problems

Post 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!
cbrescia
New User
New User
Posts: 7
Joined: Tue Jul 22, 2008 11:50 pm
Location: Montevideo

Re: 5.10 b1 Form designer problems

Post 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
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: 5.10 b1 Form designer problems

Post 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!
Post Reply