[Tutor] RAD GUI Development (like Visual Studio/VBA)
Alan Gauld
alan.gauld at yahoo.co.uk
Sat Jun 30 13:21:51 EDT 2018
On 30/06/18 11:50, Shall, Sydney wrote:
>> And if you want to try using Jython or MacPython(?)
>> you can use the native GUI builders for those:
>> - Eclipse/Netbeans (Java)
>> - XDeveloper (MacOS) - I tried this once and it kind of works...
>>
> Alan,
>
> Could you expand a bit on the use of XDeveloper.
> I have need of some such utility for my project and I use a MAC OS X.
I've only gone through the tutorial and made some tweaks
to the resulting code but it seemed to work pretty much
as usual for Cocoa projects using Objective C.
You layout the UI then connect the widgets to your code
(which is in Python of course).
The PyObjC project is here:
https://pythonhosted.org/pyobjc/
The tutorial I used is here:
https://pythonhosted.org/pyobjc/tutorials/firstapp.html
Note that it is old, but I only have an iBook from 2001
running MacOS Lion, so age wasn't an issue for me!
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list