ven't gotten around to fixing a few typos yet, sorry gregg ;-)
> -Original Message-
> From: Ladislav Mecir [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 02, 2004 6:48 AM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Re: Right mouse button popup-menu for all my REBOl
Al TS napsal(a):
>I now the Rebol Style is not to have libs concept but put all the source in the same
>file
>
That is a subjective POV. I *am* using libraries. I am using
http://www.fm.vslib.cz/~ladislav/rebol/include.r to handle my optimizing
routines, matrix processing routines etc.
> BUT
Hi Gregg,
> If your app is already handling events (e.g. by calling VIEW), you
> don't need to call DO-EVENTS again.
Yes Gregg that's right.
My app is for example a style definition [face with etc...] defined
in a module like the Show-menu function and all the functions
of the differents libs i
Hi Yos,
AT> I try many hacks to the code to not have the problem but
AT> without succes. How have you think about hide the do-events line ?
If your app is already handling events (e.g. by calling VIEW), you
don't need to call DO-EVENTS again. It can cause problems because you
then basically have
Hi Gregg you are right !!
I try many hacks to the code to not have the problem but
without succes. How have you think about hide the do-events line ?
show-men.r is a file of the %sys.r library %sys/ folder.
All the functions, object, block ... in these files are defined like
debug-name: get in
Hi yos,
Just remove the do-events call from your show-menu code and you should
be fine I think.
What is the reason you do this to set show-menu:
show-menu: get in context
[ show-menu: func
[ ...
?
-- Gregg
--
To unsubscribe from this list, just send an email