Form Designer 5.10

You need some new stunning features ? Tell us here.
luciano
Enthusiast
Enthusiast
Posts: 151
Joined: Wed Mar 09, 2011 8:25 pm

Re: Form Designer 5.00

Post by luciano »

multiple selection:
I am using the FD version one which came with PB 5.00 final (but FD still reports as "Purebasic Form Designer 5.0 beta 3"), I don't know if there is a more recent version.
When I try to select gadgets with CTRL key pressed, I see a menu with delete, copy... allign etc but nothing is selected.

toggle button:
I think that a second line is required to insert a new image for the pressed state; here is a toggle button as appeared when created with PureForm:

Code: Select all

    ButtonImageGadget(#ButtonImage_KEY, 9, 345, 67, 50, CatchImage(#Image_ButtonImage_187, ?Image_ButtonImage_187), #PB_Button_Toggle)
    SetGadgetAttribute(#ButtonImage_KEY, #PB_Button_PressedImage, CatchImage(#Image_ButtonImage_187_Pressed, ?Image_ButtonImage_187_Pressed))
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer 5.00

Post by Polo »

Oh ok, sorry I fixed that but not in the version shipped with PB, will work on next version!

I see what you mean for ButtonImage now, thanks!
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Form Designer 5.00

Post by ts-soft »

Where are the latest version? PB shipped only beta 2 on linux and the download on your site doesn't work.

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

Re: Form Designer 5.00

Post by Polo »

ts-soft wrote:Where are the latest version? PB shipped only beta 2 on linux and the download on your site doesn't work.

Greetings - Thomas
The latest version should be shipped with Purebasic (though it should say beta 3 in the title bar).
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Form Designer 5.00

Post by ts-soft »

Polo wrote:
ts-soft wrote:(though it should say beta 3 in the title bar).
But not on linux :wink:
it say beta 2 in the title bar and have ribbons!
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
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer 5.00

Post by Polo »

The last SVN update might not have been used when compiling 5.00 final I guess, sorry! :oops:
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Form Designer 5.00

Post by Fred »

Sounds like it. Will be solved in the next major release.
Cage
New User
New User
Posts: 9
Joined: Wed Oct 27, 2010 4:02 pm

Re: Form Designer 5.00 beta 3

Post by Cage »

Polo wrote:Thanks Luciano, should be fixed!
Cage wrote:Well I have updated to the new PB5.0 and so far the IDE and Compiler work great on all my projects. How ever I still can not get the Form Designer to work. It starts to load then hangs up, with a Not Responding Error. I get the status bar button showing the program has started, but it never appears because of the Not Responding Error. Older versions of the Form Designer work fine. Even Pure Form works fine other then using the colors for buttons and such. I have tried to track down anything that has anything to do with the Form Designer to no avail.
The fact PureForm works has nothing to do with my app.
What statusbar are you talking about? There are none in the Form Designer. Are you launching the executable directly?
My error, I meant button on the taskbar. I have tried to start the form designer from both from the IDE and directly. How ever like I said, all the older versions work fine. Version 5 worked for a few times until I changed a few settings in the preferences. After that it has refused to run. If you have any suggestions I would be great full.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Form Designer 5.00

Post by IdeasVacuum »

I think the Form Designer should launch from the IDE. Currently, PureForm gets launched on my PC instead. I want to retain PureForm for legacy forms, but surely Form Designer should have the launch 'bragging rights', or at least we should be able to choose which designer is launched.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Cage
New User
New User
Posts: 9
Joined: Wed Oct 27, 2010 4:02 pm

Re: Form Designer 5.00

Post by Cage »

IdeasVacuum wrote:I think the Form Designer should launch from the IDE. Currently, PureForm gets launched on my PC instead. I want to retain PureForm for legacy forms, but surely Form Designer should have the launch 'bragging rights', or at least we should be able to choose which designer is launched.
Just go into the preferences and change which form editor you want the IDE to load. Just click on File, Preferences, and under the general tab you'll see the visual designer load. Just change it to what ever your prefer.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer 5.00

Post by Polo »

IdeasVacuum wrote:I think the Form Designer should launch from the IDE. Currently, PureForm gets launched on my PC instead. I want to retain PureForm for legacy forms, but surely Form Designer should have the launch 'bragging rights', or at least we should be able to choose which designer is launched.
As Cage said you can change it in your IDE preferences :)
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Form Designer 5.00

Post by IdeasVacuum »

...of course, I must have done that at some time before :oops:
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Form Designer 5.00

Post by IdeasVacuum »

Does anyone else think the numeric fields would be better as spin gadgets?

...also, shouldn't this post be moved to the Visual Designer section?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer 5.00

Post by Polo »

IdeasVacuum wrote:Does anyone else think the numeric fields would be better as spin gadgets?
Sounds like a good idea!
Klonk
Enthusiast
Enthusiast
Posts: 173
Joined: Tue Jul 13, 2004 2:17 pm

Re: Form Designer 5.00

Post by Klonk »

Sorry, but where can I get the version with the latest changes. Guess I missed the according post.

@Polo maybe you can add this info in the first post? There I can only find the link to your website which has the beta3 for download.

Thanks
Bye Karl
Post Reply