Re: Contextual Menus

2008-07-20 Thread Bill Vlahos
Thanks Eric. I've added the following script to a field: on mouseDown pButton if pButton = 3 then put "Cut" & return & "Copy" & return & "Paste" into tMenu put tMenu into button "b1" popup btn "b1" end if end mouseDown This didn't do anything until I also added a button (which ca

Re: iPhone anyone ?

2008-07-20 Thread Thomas McGrath III
LOL, Richmond, You made me laugh. I too sometimes end up running off on some of my own gripes from time to time. Although your reply stung a little I accept your word it is not an attack. But, what to do? I really am stumped on how to reply. I know that I worked very hard against a l

Re: Mac OS9 icons

2008-07-20 Thread Scott Morrow
Mark, Thanks! Knowing about the icns resource was enough to get me going. I've been using ResEdit (which, of course, doesn't show the icns resource) Now my icons are all working great in OS9 even if I take them apart and put them back together. Not that hoping to build a bunch for OS9

Re: Looking for USB remote control ...

2008-07-20 Thread Mark Talluto
On Jul 17, 2008, at 7:38 PM, Jack Rarick wrote: Hi all! I am looking for a programmable USB device that will allow me to designate up to six different buttons that will send mouse clicks to certain places on the screen. We do a lot with multimedia, and we want to give a user the option o

Re: Multi-dimensional arrays explained..

2008-07-20 Thread Peter Alcibiades
I did offer. But it seems they feel able to manage without me. -- View this message in context: http://www.nabble.com/Multi-dimensional-arrays-explained..-tp18536174p18557640.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: Mac OS9 icons

2008-07-20 Thread Mark Schonewille
Hi Scott, You can add an icns resource to the resource for of the application. I believe it has to be a particular ID number, but I don't remember exactly how it works. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://ww

Re: Looking for USB remote control ...

2008-07-20 Thread Kay C Lan
On Sat, Jul 19, 2008 at 9:57 PM, Randall Reetz <[EMAIL PROTECTED]> wrote: > The "why" is a mid range wireless PC control solution (more than IR, less > than cell) that would work from anywhere in a phys ed gym or large > conference room or lecture hall... And would be easy to set up... Wouldnt > r

Re: Looking for USB remote control ...

2008-07-20 Thread Kay C Lan
On Sun, Jul 20, 2008 at 2:02 AM, Randall Reetz <[EMAIL PROTECTED]> wrote: > Sorry, paired transmiter reciever? > Yes, sorry for the code. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Mac OS9 icons

2008-07-20 Thread Scott Morrow
I'm needing to "suck up" and "spit out" Mac OS9 applications. I'm unable to maintain the higher resolution icon that I have been pasting into the "Get Info" information window before "sucking up" the application. This icon isn't stored with the more primitive ions in the resfile: data. I'

Re: Multi-dimensional arrays explained..

2008-07-20 Thread Sarah Reichelt
On Sun, Jul 20, 2008 at 5:04 PM, Peter Alcibiades <[EMAIL PROTECTED]> wrote: > > Yes, very nice article indeed. The xml to array conversion mentioned at the > end is dynamite. A pity to have to wait for the release of 3.0 to try it > out! But it will have been worth waiting for when it comes.

Re: Multi-dimensional arrays explained..

2008-07-20 Thread Peter Alcibiades
Yes, very nice article indeed. The xml to array conversion mentioned at the end is dynamite. A pity to have to wait for the release of 3.0 to try it out! But it will have been worth waiting for when it comes. Peter Chipp Walters wrote: > > Trevor's got a SUPER write-up on the new m-dim ar