Page 8 of 45

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

Posted: Mon Aug 20, 2012 6:49 pm
by Polo
wilbert wrote:
Polo wrote:if no bugs are found on this beta, it should make the PB 4.70 release.
Version 4.80 should include event handling :)
:D

Any new on the OS X version ?
Will it also be ready in time for 4.70 ?
:?:
If the two bugs are fixed (and it's likely they will be I guess :) ), OSX and Linux versions will be released along!

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

Posted: Mon Aug 20, 2012 7:13 pm
by spacebuddy
Waiting for OS/X version :)

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

Posted: Mon Aug 20, 2012 7:54 pm
by Polo
Ok here's beta 7 for OSX.

Please note the left panel doesn't work properly, the splitter isn't correctly resized at the beginning, and resizing is slow - all that is known PB Cocoa bugs reported in the forum ;)
I've put a message box as well so I don't get comments on this :mrgreen:

http://www.fileden.com/files/2012/8/19/ ... rOSXb7.zip

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

Posted: Mon Aug 20, 2012 8:30 pm
by jesperbrannmark
First time in history that nagging actually works (mac os beta was released)
The project's source code is now on Fred's SVN, if no bugs are found on this beta, it should make the PB 4.70 release.
Version 4.80 should include event handling
Are you having secret insight to change in purebasic 4.80 itself or do you mean the version on formbuilder that will be included with 4.80 will support event handling?

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

Posted: Mon Aug 20, 2012 8:33 pm
by wilbert
Polo wrote:Ok here's beta 7 for OSX.
Nice work. :)
Great to see the progress.

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

Posted: Mon Aug 20, 2012 8:43 pm
by Polo
jesperbrannmark wrote:Are you having secret insight to change in purebasic 4.80 itself or do you mean the version on formbuilder that will be included with 4.80 will support event handling?
The latter ;)
I'm not saying it won't be merged into the IDE at some point, but not now ;)

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

Posted: Mon Aug 20, 2012 11:30 pm
by UrgentKettle
Happy to test a Linux version...

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

Posted: Mon Aug 20, 2012 11:41 pm
by Polo
UrgentKettle wrote:Happy to test a Linux version...
Will be released at the end of the week - right now the resize bug of the PB canvas will just crash the OS ;)

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

Posted: Tue Aug 21, 2012 7:21 am
by jamirokwai
Hi Polo,

thanks for the great work!
On Mountain Lion, you cannot enter Captions or Variables.

Two Suggestions:
- add #PB_Event_CloseWindow to event-loop
- add background-image for window

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

Posted: Tue Aug 21, 2012 8:52 am
by Polo
jamirokwai wrote: On Mountain Lion, you cannot enter Captions or Variables.
:evil: :lol:
Polo wrote:Please note the left panel doesn't work properly, the splitter isn't correctly resized at the beginning, and resizing is slow - all that is known PB Cocoa bugs reported in the forum
Thanks for the suggestion, the event loop itself will be removed, all events will be called from the window's event procedure (and you'll just have to call this procedure in you project ;)

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

Posted: Tue Aug 21, 2012 10:25 am
by Polo
http://www.gdpcomputing.co.uk/formdesigner.html

Beta 8 for Windows and OSX.
OSX disclaimer: please note the left panel doesn't work properly, the splitter isn't correctly resized at the beginning, and resizing is slow - all that is known PB Cocoa bugs reported in the forum


Fred did some nice testing, so quite a few things have been updated!
Drawing on Windows is now a bit more consistent with the OS, too! ;)

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

Posted: Wed Aug 22, 2012 8:33 am
by hichem
very good work, thank you foryour work.

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

Posted: Wed Aug 22, 2012 10:38 am
by michel
Windows Beta 8, button caption is no longer updated on screen

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

Posted: Wed Aug 22, 2012 2:55 pm
by ebs
Windows Beta 8, button caption is no longer updated on screen
Same for Windows XP

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

Posted: Thu Aug 23, 2012 4:34 pm
by jesperbrannmark
Suggestions:
* CTRL-C / CTRL-V / CTRL-X (copy, paste, cut) are great key shortcuts
* If you copy a gadget, then deselect and rightclick you cant paste it (no popup menu if no gadget is selected)
* Would be nice with a button to get right to the forum (this thread)
* Dategadget - in properties the mask...
* CTRL-N insert same gadget directly under the last one and start typing caption (good for checkboxgadgets or optiongadgets)
* Oh and one of the best functions from Gfa32 form editor; "align width", "align height", "align top", "align left", "align size" - what this does is it copies the height of the last selected gadget to all gadgets. Ie: you have a list of 20 optiongadgets. You mark all of them up, rightclick and align left (now they align by the side), then you click "align width" because when you did it you made them a bit different sizes... Super function.