On Sun, Jun 1, 2008 at 10:55 AM, Nikita Egorov <[EMAIL PROTECTED]> wrote: >> Hello >> >> I need to check if Python is a good alternative to write business >> applications for Windows. To me, that means high-quality widget like >> (DB)grid, calendar, etc. >> >> In this respect, I didn't find wxWidgets good enough (too basic, >> sometimes not updated in years, etc.), so I was wondering how FLTK >> fares in this respect. Are there people writing business applications >> with PyFLTK, and what are your impressions? >> > > I've been working with PyFLTK (v 1.1.) latest months. And I'm having very > good senses except some features of current versions of PyFLTK and > "flconvert". I have rebuilt PyFLTK with 1.1.9 release and made several fixes > in "flconvert". > > In fact PyFLTK is the same FLTK (processed by SWIG). In the moment PyFLTK has > 'C' interface. But 'Python' is not 'C'! It would be more right if PyFLTK > would have Python's specific calls... > > But FLTK 1.x (and PyFLTK of course) haven't such widgets as the grid and > calendar... See docs.
I have been teaching pyFLTK this year and it's been great. I believe that Greg's table widget is available as a grid like object. In addition, there is a pysqlite module available for db stuff. Of all the gui toolkits FLTK probably has the shortest learning curve and of all the programming languages Python has the shortest learning curve. Put them together and you have an excellent RAD (rapid application development) environment. -- Robert Arkiletian Eric Hamber Secondary, Vancouver, Canada Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/ C++ GUI tutorial http://www3.telus.net/public/robark/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

