[XForms] are you still working on XForms?

Angus Leeming angus.leeming at btopenworld.com
Thu Oct 27 12:19:02 EDT 2005


On Thursday 27 October 2005 17:04, jason cipriani wrote:
> > I got stuck trying to resolve what I believe is a major flaw. However, I
> > eventually gave up because I do't have the X11 skills to fix the problem
> > correctly. Tha's a shame, because the flaw is actually just a kludge in
> > one small piece of code; someone with the right skills could probably fix
> > it in a day.
>
> What is the flaw?

In forms.c:

#if 1
    /* this is an ugly hack. This is necessary due to popup pointer grab
       where a button release is eaten. Really should do a send event from
       the pop-up routines */

    if (fl_pushobj && !button_down(fl_keymask) /* && event == FL_ENTER */ )
    {
	obj = fl_pushobj;
	fl_pushobj = NULL;
	fl_handle_object(obj, FL_RELEASE, xx, yy, key, xev);
    }
#endif

It has unpleasant consequences all over the place.

> Honestly, I didn't expect my offer to be met with such enthusiasm ;) I have
> a side project that I'm working on right now which will be finished around
> mid-December. Once that is over with, I will set up a Savannah account and
> give you the details. In the mean time, I'll put together all the changes
> I've made. They're all relatively minor, mostly fdesign related. After this
> project clears up then I'll have the time to start working on XForms more
> actively. I'll get back to you soon.

Great!
Angus



More information about the Xforms mailing list