[REBOL] Re: inform crashes?
From: max:ordigraphe at: 13-Jul-2001 16:03
the application in itself is rather complex. it is a multi-source kind
of things.
BUT all the view stuff is handled in the main source.
two windows are opened without border nor titles and another one is
opened with title on (I use it as a requester BUT its a normal view
window.)
The only other thing of note is that Upon launching the application, I
do the following:
view/new/options switch-pane [no-title no-border]
view/new/options tool-pane [no-title no-border]
do-events
then the tool-pane attempts to open an inform window through a button
even the most simple layout with nothing except one button and the
ending return button.
The problem occurs.
the app still works, except the "hot" region of the ui is limited in
size as described above.
I have tried to call do-events at different places within the event
handling (thinking that re-starting event handling might fix this) but
nothing so far works.
can anyone give me a small source which effectively works at their place
so I can see if it works at my place? just so I can compare the
differences..
TIA
-Maxim