On Apr 25, 2012, at 2:04 PM, Lew Schwartz wrote:
> So which of these langs have form, screen and image control libraries
> that are the most W7/VFP like? I'm in the middle of a large graphics
> display program (in VFP) that makes extensive use of Windows drag &
> drop capabilities.
None of them.
All of them.
Confused?
That's because UI libraries are independent of the language used to
write the app. Dabo uses the wxWidgets UI toolkit, which is conveniently
wrapped with the wxPython module (http://wxpython.org/). There are also
wrappings for Perl (http://wxperl.sourceforge.net/) and Ruby
(http://wxruby.rubyforge.org/wiki/wiki.pl).
We could have also chosen the Qt toolkit (http://qt.nokia.com/) along
with either the PyQt or PySide wrappers; Ruby developers could use the QtRuby
binding.
Or maybe the GTK+ library (http://www.gtk.org/), with PyGTK (or Ruby
Gtk for Ruby devs).
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.