[REBOL] Re: Right mouse button popup-menu for all my REBOl apps.

2004-03-02 Thread Maxim Olivier-Adlhoch
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

[REBOL] Re: Right mouse button popup-menu for all my REBOl apps.

2004-03-02 Thread Ladislav Mecir
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

[REBOL] Re: Right mouse button popup-menu for all my REBOl apps.

2004-03-02 Thread Al TS
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

[REBOL] Re: Right mouse button popup-menu for all my REBOl apps.

2004-03-01 Thread Gregg Irwin
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

[REBOL] Re: Right mouse button popup-menu for all my REBOl apps.

2004-03-01 Thread Al TS
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

[REBOL] Re: Right mouse button popup-menu for all my REBOl apps.

2004-02-27 Thread Gregg Irwin
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