On Mon, 1 Sep 2003, Aviram Jenik wrote:

> The application is very simple in terms of GUI, and heavy on internal logic -
> so the GUI is just a few buttons/edit boxes/progress bars, etc. Nothing too
> complicated.
> Cross platform is also not an issue: this GUI will be Linux only.

in that case, and assuming this application is not for internal use, i'll
avoid using Qt, and just use the toolkit that looks most appealing,
visually-wise.

by the way, if your application might be multi-threaded, you should take
that into account. assuming the GUI library is not thread-safe, you'll
need to make sure you perform all GUI operations from within one thread
only - this requires some 'thread-to-thread' delegation mechanism - not
hard to implement, but requires _some_ time.

by the way, gilad - did you personally use fltk for a real (non-trivial)
application? if so, can you comment on that? technically-wise, it looks
like i should dump gtk+ in favor of fltk - if i find the widgets visually
appealing ;) - but i want to know, form someone who actually used it, how
their experience with it was - and without information hiding :)

-- 
guy

"For world domination - press 1,
 or dial 0, and please hold, for the creator." -- nob o. dy


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to