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
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?
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
jamirokwai wrote:
On Mountain Lion, you cannot enter Captions or Variables.
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
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!
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.
Last edited by jesperbrannmark on Thu Aug 23, 2012 4:51 pm, edited 2 times in total.