On Thu, Apr 10, 2008 at 06:08:43PM -0400, Jorge Arellano Cid wrote:
Hi,
I just committed the implementation of a_Dialog_choice5(). This function allows for question dialogs with max. 5 options. It is used by https, and you can test it with "dpi:/hello/".
As stated above, dpi programs can ask questions by sending a dpi command and receiving an answer from dillo.
This implementation is modal, but if there's a need to make it non-modal, it should be easy to implement choice5 as a class with internal state and to issue the callback from there.
Please excuse the late patch, but I had a lot to review and I still can't trap the freeze on:
http://www.fltk.org/newsgroups.php?gfltk.general+v:24912
(with cookies enabled.) :-P
I'm not too worried about that. First, there is still developers focused on fltk2. Second, if eventually fltk-1.3 (or whatever it will be called) should turn out to be better supported, more stable, or have important features I think we can port dillo-fltk over within one or two weeks. Cheers, Johannes