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 - Coming soon!

Post by Polo »

Thanks! ;)

While I think OSX has a nice approach to multi language, it's best not to use it when making crossplatform apps.
I've used Map in the past to handle multi language, kind of like Jesper's method and I thought it what quite nice!
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Form Designer for Mac - Coming soon!

Post by wilbert »

Sorry :oops:
I overlooked that line in his post.
He already mentioned using a Map.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac - Coming soon!

Post by Polo »

Now runs on Cocoa x64. Occasional crashes on LoadFont, and not very usable since the Canvas Input is not working yet on beta1.3 ;)

Image
jesperbrannmark
Enthusiast
Enthusiast
Posts: 536
Joined: Mon Feb 16, 2009 10:42 am
Location: sweden
Contact:

Re: Form Designer for Mac - Coming soon!

Post by jesperbrannmark »

I hope there will be a beta/trial/early version out soon. I love to test it.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac - Coming soon!

Post by Polo »

jesperbrannmark wrote:I hope there will be a beta/trial/early version out soon. I love to test it.
Yes of course, just need to get it fully working on Cocoa :)
Just for fun I tried to run it on Windows, works nicely :)
User avatar
Bisonte
Addict
Addict
Posts: 1305
Joined: Tue Oct 09, 2007 2:15 am

Re: Form Designer for Mac - Coming soon!

Post by Bisonte »

Polo wrote:Just for fun I tried to run it on Windows, works nicely :)
WE want to test it too :mrgreen:
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.)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac - Coming soon!

Post by Polo »

Well, for Windows even if it runs it looks like OSX, I need to rework the drawing for Windows and add its subtilities with Menus and Toolbars that are inside the Windows area for instance ;)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac - Coming soon!

Post by Polo »

Windows version!

Image

I must say I didn't spend much time on the Windows part, and didn't do all drawings to match Windows theme, though it's usable!
So it's easier to handle, a gadget created at (0,0) coordinates will remain at (0,0) even when there's a menu or toolbar. The code viewer then adds Toolbar/MenuHeight() when required.

I need to find a way to install Linux now... :mrgreen:
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Form Designer for Mac - Coming soon!

Post by wilbert »

Polo wrote:I need to find a way to install Linux now... :mrgreen:
VirtualBox.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows - Coming soon!

Post by Polo »

Well, I'm downloading some Ubuntu installer on Windows, I'll se how it works out!
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer for Mac/Windows - Coming soon!

Post by Polo »

And Linux, with the Windows UI though:

Image

There are some GTK warnings and some bugs when resizing, and it's quite slow compared to the Windows version run on the same computer - well, the whole OS is quite slow I must say!
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 - Coming soon!

Post by ts-soft »

Polo wrote:well, the whole OS is quite slow I must say!
Linux starts and runs faster as windows 7 on my PC :mrgreen: (I use Ubuntu with Gnome-Shell and not with Unity)
I think this is a problem of your configuration :wink:

Your Designer looks very well :D
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 - Coming soon!

Post by Polo »

ts-soft wrote:Linux starts and runs faster as windows 7 on my PC :mrgreen: (I use Ubuntu with Gnome-Shell and not with Unity)
I think this is a problem of your configuration :wink:

Your Designer looks very well :D
Unfortunately I know you have to spend hundred of hours to get Linux working properly, but I just can't bother ;)
User avatar
Shardik
Addict
Addict
Posts: 2058
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Form Designer for Mac/Windows/Linux - Coming soon!

Post by Shardik »

Polo wrote:Unfortunately I know you have to spend hundred of hours to get Linux working properly, but I just can't bother ;)
That's simply not true: it took me less time and less hassle to install Ubuntu 12.04 on my iMac than Windows 7. And I didn't have any problems with it...

Currently I have the following operating systems in a multi-boot environment on my iMac at home (model summer 2010) and an external USB disk:
- OS X 10.6.8 (Snow Leopard) on internal drive
- OS X 10.7.4 (Lion) on external drive
- OS X 10.8.0 (Mountain Lion) on external drive
- Ubuntu 12.04 x64 and Kubuntu 12.04 x64 (selectable at login) on external drive
- Windows 7 x64 Home Premium on internal drive

Therefore my iMac is the ideal cross-platform testing machine... :wink:

At work I have a multi-boot testbed machine with 15 different Linux x86 distributions plus Windows 7 x86 and Windows XP SP2 + SP3 for further tests. 8)

Update: Sorry, I had quoted part of Polo's posting and didn't see that the quote contained ts-soft as author. :oops: I have corrected this mistake now. Thank you Thomas for your hint.
Last edited by Shardik on Sun Aug 12, 2012 11:35 am, edited 1 time in total.
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 - Coming soon!

Post by ts-soft »

@Shardik

This quote is not from me :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
Post Reply