Re: Rev 3.0 problems

2008-09-16 Thread Peter Brigham
Well, if you have an if the optionkey is down line in the script then of course, if the mouseup is passed by the IDE, this is the part of the handler that will be triggered (you're holding the command and option keys down). But this means that the IDE passes the mouseup -- if not, then

Re: Rev 3.0 problems

2008-09-15 Thread Paul Gabel
Hi Peter: By any chance, do you have an if the optionKey is down ... line in your button's script? I've noticed that in 2.9, option-command-click on a button (with this line in the button's script) wouldn't trigger the underlying optionKey procedure, but in 3.0 (irritatingly) it does.

Re: Rev 3.0 problems

2008-09-14 Thread Chipp Walters
Peter, You might want to try a nifty tool I've worked on to help make 3.0's script editor work better for me. altXray is a plugin for Rev 3.0. It works best with altPlugin Toolbar. http://www.altuit.com/webs/altuit2/altPluginCover/About.htm It helps Rev in a number of ways: Outside Script

Re: Rev 3.0 problems

2008-09-14 Thread Peter Brigham
On Sat, 13 Sep 2008 17:07:24, J. Landman Gay [EMAIL PROTECTED] wrote: Peter Brigham wrote: Well, my personal frontscript only has handlers for suspend, resume, and controlkeydown messages, there are no backscripts, and I haven't tweaked the rev IDE scripts at all. The only stack in

Re: Rev 3.0 problems

2008-09-14 Thread Peter Brigham
On Sun, 14 Sep 2008 01:09:18, Chipp Walters [EMAIL PROTECTED] wrote Peter, You might want to try a nifty tool I've worked on to help make 3.0's script editor work better for me. altXray is a plugin for Rev 3.0. It works best with altPlugin Toolbar.

Re: Rev 3.0 problems

2008-09-13 Thread Peter Brigham
On Fri, 12 Sep 2008 19:12:01, Ken Ray [EMAIL PROTECTED] wrote: 2) More annoyingly, it used to be in versions = 2.9 that command- option[alt]-clicking (in the IDE) on a button/locked field/graphic while using the browse tool used to open the script editor for that control. Now, it opens the

Re: Rev 3.0 problems

2008-09-13 Thread J. Landman Gay
Peter Brigham wrote: Well, my personal frontscript only has handlers for suspend, resume, and controlkeydown messages, there are no backscripts, and I haven't tweaked the rev IDE scripts at all. The only stack in use is revAltLib. I'm mystified. Anyway, does anyone know where the IDE handles

Rev 3.0 problems

2008-09-12 Thread Peter Brigham
I do like 3.0 a lot, but there are two things that are annoying to me. Has anyone else noticed these? 1) In the new script editor, right-clicking/control-clicking on a function or handler hame is supposed to open a script editor panel for that function/handler, whichever object's script it

Re: Rev 3.0 problems

2008-09-12 Thread Björnke von Gierke
On 13 Sep 2008, at 01:25, Peter Brigham wrote: 1) In the new script editor, right-clicking/control-clicking on a function or handler hame is supposed to open a script editor panel for that function/handler ... I never used this, and when I tried it right now, it never seems to do that,

Re: Rev 3.0 problems

2008-09-12 Thread Ken Ray
2) More annoyingly, it used to be in versions = 2.9 that command- option[alt]-clicking (in the IDE) on a button/locked field/graphic while using the browse tool used to open the script editor for that control. Now, it opens the script editor but also passes the mouseup -- so trying to do

Re: Rev 3.0 problems

2008-09-12 Thread J. Landman Gay
Peter Brigham wrote: BTW, Jacques, I have loved using your script editor shortcuts and I patched your frontscript so it works for me in the new script editor. Don't know if you want to release a 3.0 update of this for others... I can't even remember if I sent it to anyone else. :) If anyone