[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] form_button in XaAES
Hi Jo
My suggestion is to add tree new functions in XaAES, xform_button,
xform_keybd and xobjc_edit. These have the same functionality, but
are extended with an additional argument - window handle. They will
then be able to observe the window rectangle list when redrawing,
and it will be possible to create non modal dialogs the proper way.
Hasn't this issue already been solved in MagiC / Wdialog?
form_wbutton, form_wkeybd, objc_wdraw, objc_wedit (and perhaps more)
do exactly what you want: they take as an additional parameter the
window handle and use its rectangle list for redraws. Aren't they
already implemented in XaAES?
Regards
Philipp