Form Designer 5.10

You need some new stunning features ? Tell us here.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

spacebuddy wrote:Polo, when is next beta? :D
Should be when PB beta 2 is released :)
In the meantime I've made quite a lot of fixes, feel free to continue to test beta 9 ;)
gerd
User
User
Posts: 94
Joined: Tue Feb 23, 2010 7:50 pm
Location: Germany

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by gerd »

Hello Polo,

when will the first Beta for Linux be released for testing? Or did you skip the Linux version?

Greetings gerd
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

gerd wrote:when will the first Beta for Linux be released for testing? Or did you skip the Linux version?
No I didn't skip it at all! There is a bug on PB beta 1 with canvases so I decided to wait until beta 2 is released, which should be in the coming days. ;)
gerd
User
User
Posts: 94
Joined: Tue Feb 23, 2010 7:50 pm
Location: Germany

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by gerd »

ok, then I wait.

Greetings gerd
Perkin
Enthusiast
Enthusiast
Posts: 504
Joined: Thu Jul 03, 2008 10:13 pm
Location: Kent, UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Perkin »

Thinking out loud again...

Regarding various OS skins, could you on initialization if not already saved, create blank windows with all major gadget types, and the grab png(s) of them, and store them with their system metrics, and use then use them in the designer.

That way any user styles applied (esp. XP/Linux) could be used.
%101010 = $2A = 42
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

Perkin wrote:Thinking out loud again...

Regarding various OS skins, could you on initialization if not already saved, create blank windows with all major gadget types, and the grab png(s) of them, and store them with their system metrics, and use then use them in the designer.

That way any user styles applied (esp. XP/Linux) could be used.
Perhaps, though such code would bloat the application, makes loading slow, adds complication when drawing at a different size and so on... It's just easier/better to make a proper skin - in the end even if there is no XP style, you'll still be able to create a good form through the app ;)
Warmonger
Enthusiast
Enthusiast
Posts: 156
Joined: Wed Apr 20, 2011 4:24 pm

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Warmonger »

Its Not A Bug, Its An Undocumented Feature!
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

Thanks you. I'm quite happy with the result:

Image
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

Added SplitterGadget for next version - not an easy one!
It seems to work fine overall, though it has a limitation for gadget mouse selection inside containers which are inside a splitter :P
jesperbrannmark
Enthusiast
Enthusiast
Posts: 536
Joined: Mon Feb 16, 2009 10:42 am
Location: sweden
Contact:

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by jesperbrannmark »

This is probably the wrong forum for this. but since you seem to be on fire right now :wink:
Does this gadget exist or is it just a canvasgadget or a imagegadget with a editorgadget in the middle?
Image
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

jesperbrannmark wrote:This is probably the wrong forum for this. but since you seem to be on fire right now :wink:
:mrgreen:

It's a Cocoa search object, I've seen that on Xcode, perhaps with wilbert library you can use it, haven't looked at it as there's no way to make it crossplatform ;)
Edit: wilbert has been faster on the OSX forum :)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

Ok the splitter is "finished" and seems to work OK :)

Image
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

Beta 10 released, please test new and old features (Splitter, events, ...) :)
The text input on OSX version is still non reliable.

http://www.gdpcomputing.co.uk/formdesigner.html

Using events is not very hard, it's based on a model view controller, there's no documentation but basically the structure is as per below:

Window and gadgets creation => one PBF file
Window and gadgets events => one PB File

Project => another pb file that includes the PBF files.
There's one event procedure per gadget which should be something like Procedure Event_MyGadget(eventgadget, eventtype) (the name and parameter names don't matter)

Waiting for your feedback :)
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by ts-soft »

>> Beta 10 released

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

Re: Form Designer for Mac/Windows/Linux - beta 9

Post by Polo »

Post Reply