You apparently have to rightclick on the executable and select "allow to execute as program" or something like this. Not sure why you have to do that...
morosh wrote:Hi Polo:
Thanks for your great job!!!
I noticed that version 4.70 beta1 supported unicode, but the one included with the latest PB 5.00 does not.
am I wrong?
Regards
Fred compiled the 5.00 version through makefiles and probably didn't select unicode. I'll see if we can change that!
Have you changed the properties (attributes) of formdesigner to executable?
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.
Polo wrote:You apparently have to rightclick on the executable and select "allow to execute as program" or something like this. Not sure why you have to do that...
ts-soft wrote:Have you changed the properties (attributes) of formdesigner to executable?
Yes.
This form designer from distribution 5.00b2
Linux Mint Maya(Mate), x86, PureBasic 5.00(5.10b1)
I'm slowly working on the Undo/Redo feature (at least...!) - this is probably the most boring part of the FD development, and quite annoying too!
It's an essential feature, so I had to do it at some point
It's coming along nicely, I hope to be finished with it by tonight or tomorrow, as I'd like to have some testing on this and make sure it doesn't crash!
Hello Polo,
here another crash.
Goto Preferences, change to Costum Gadgets and click with Mouse right in the white aray.
Then press any key. Here a picture from this crash. I hope, this can help.
Polo wrote:So the problem is only the grid not drawn correctly?
Because the actual gadgets both in the FD and in your compiled example looks correctly positionned.
The grid drawing should be fixed for next version (only happened on the Windows skin)
No the problem is when resizing the window you're function adds +2 onto the Width and Height.
You should have said it's when resizing the window
Fixed.
Thanks for the comment guys!
The ribbon has been criticised a lot and I can understand why, as it's not really easy to switch from gadgets to gadgets, so I've added a gadget list under the property grid for next version. The ribbon buttons will remain as well for now, so you'll just use whichever you like best!
Yea, its only with the Windows designs that it seems to tack on 2px to the width and height. It doesn't do it with Mac or Linux visual styles.
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.
If you change the backgroundcolor of a window, you can see the change only after resizing the Designer Window or change the views (codeview and back)
PureBasic 6.21 (Windows x64) | Windows 11 Pro | AsRock B850 Steel Legend Wifi | R7 9800x3D | 64GB RAM | RTX 5080 | ThermaltakeView 270 TG ARGB | build by vannicom
English is not my native language... (I often use DeepL.)
Bisonte wrote:If you change the backgroundcolor of a window, you can see the change only after resizing the Designer Window or change the views (codeview and back)
Thanks, this has been reported and fixed
I've reworked all skins to remove the positioning error.
Also, I made some small optimizations that should provide faster moving and resizing actions
Here's the new UI, I got rid of the ribbon icons and instead created a toolbox which is always visible. Gadgets are sorted by alphabetical order so it's quite easy to find what you want to add.
(yes this is the actual preference window of the Form Designer app )
You can of course make suggestions, and continue to test, you've all been very helpful so far to make the app better
Polo wrote:Here's the new UI, I got rid of the ribbon icons and instead created a toolbox which is always visible.
Thanks, this make the work much easier
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.