Re: Beeps and menus

2009-03-03 Thread Richard Gaskin
DunbarX wrote: I posted this on the HC list by mistake. Took me three back-and-forths and a handful of queries from common listmembers before I understood what was going on. Brain needs debugger. Maybe not. It might be a good thing: your subconscious is beginning to map Rev to your HC memo

Re: Hilighting of selected row in Option button, doesn't hilight

2009-03-03 Thread J. Landman Gay
mfstuart wrote: When I click on the Option button again, it opens the list of items, but the previously selected label isn't shown as hi-lighted in that list of values. When I mouse over the list, wherever the pointer is. it hi-lights that line. So I know that it is nothing to do with opaque set

Re: Hilighting of selected row in Option button, doesn't hilight

2009-03-03 Thread Mark Swindell
Never mind. I see what you mean. I think the problem is that labels are not menu Items. In order for it to show up hilited as you want, you'd have to reset the menu Item's line, not just change the label of the button. Something along the lines of: Put theItemValue into line someLine of

Re: Hilighting of selected row in Option button, doesn't hilight

2009-03-03 Thread Mark Swindell
Craig, Can you post your button script? The default behavior of a combo menu button seems to be what you describe you want it to be. Mark On Mar 3, 2009, at 9:17 PM, mfstuart wrote: Hi Craig, BTW, this is WINXP, with RunRev 3.0 No that's not it. This is an Option button. It has several it

Re: doMneu, alas

2009-03-03 Thread Judy Perry
On Tue, Mar 3, 2009 at 8:59 PM, dunbarx wrote: > I am not whining. I am going on and on. > --Yeah, me... I'm whining. ;-) Judy http://revined.blogspot.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscri

Re: doMneu, alas

2009-03-03 Thread Judy Perry
Craig, Have you checked out TTS syntax yet? Blech. Judy http://revined.blogspot.com On Tue, Mar 3, 2009 at 8:59 PM, dunbarx wrote: > Thanks, all, for the feedback. So that is the accepted way then: > > "doMenu", a command, is replaced by sending "menuPick", a message, to a > button, an object,

Re: Hilighting of selected row in Option button, doesn't hilight

2009-03-03 Thread mfstuart
Hi Craig, BTW, this is WINXP, with RunRev 3.0 No that's not it. This is an Option button. It has several items in the text property. I select one of the items, which puts the item value into the label property. When I click on the Option button again, it opens the list of items, but the previousl

Re: Hilighting of selected row in Option button, doesn't hilight

2009-03-03 Thread dunbarx
Do you mean that a hilited line in some sort of list or field un-hilites when you move away to do something else? This is likely normal behavior. I just had a similar issue, and assigned a custom property to my object, a list field, so that it would have its hilited lines restored when I return

Re: Beeps and menus

2009-03-03 Thread dunbarx
Thanks, Jackie. I will check out this menuHistory thing. Craig On Mar 3, 2009, at 10:29:04 PM, "J. Landman Gay" wrote: From: "J. Landman Gay" Subject:Re: Beeps and menus Date: March 3, 2009 10:29:04 PM EST To: "How to use Revolution" dunb...@aol.com wrote: > Can anyone tell me the

doMneu, alas

2009-03-03 Thread dunbarx
Thanks, all, for the feedback. So that is the accepted way then: "doMenu", a command, is replaced by sending "menuPick", a message, to a button, an object, renamed in this special case a "menu"? Well, OK, it works alright, but why not a simple command, oh, like, um, "doMenu"? Instead we have a

Hilighting of selected row in Option button, doesn't hilight

2009-03-03 Thread mfstuart
Hi all, Why doesn't the already selected label in an Option button, show hi-lighted in the list when clicking on the button? I have an Option button on a card that has values in the text. I select from the list and this puts the selected value into the label. When I select from the same Option bu

Re: Beeps and menus

2009-03-03 Thread J. Landman Gay
dunb...@aol.com wrote: Can anyone tell me the ordinary way to invoke a menuItem, like "Card Inspector"? "doMenu" fails, as the docs also warn against. Generally you set the button's menuHistory. That also sends a menupick message when it fires, so if you don't want that, lock messages. MenuH

Re: In search of a programmable pen tool

2009-03-03 Thread James Hurley
Message: 18 Date: Mon, 2 Mar 2009 19:40:39 -0600 From: Chipp Walters Subject: Re: In search of a programmable pen tool To: How to use Revolution Message-ID: <665591460903021740o125d0217q91a06b1a3f39c...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Jim, I must say, the s

Re: Beeps and menus

2009-03-03 Thread Jim Ault
i don't know the exact scenarios with buttons and menus since i don't need to use them, but... it seems to me when the programmer starts sending messages that are the same as those generated by the program he is asking for complexities that are difficult to understand and control. I have

Re: Beeps and menus

2009-03-03 Thread Mark Wieder
DunbarX- Tuesday, March 3, 2009, 3:53:13 PM, you wrote: > Is sending the "menuPick" message to a menu always the correct way? This > seems roundaout; a command, not sending a message, should be the preferred > method. > And you cannot send that message to a button, which threw me; I thought all

Beeps and menus

2009-03-03 Thread DunbarX
I posted this on the HC list by mistake. Took me three back-and-forths and a handful of queries from common listmembers before I understood what was going on. Brain needs debugger. Forget the beeps. the docs warn against too many anyway. Can anyone tell me the ordinary way to invoke a menuItem,

Re: Gutenberg Reader

2009-03-03 Thread Peter Brigham MD
My apologies. Forgot to take out a couple of lines of script that were based on the old integrated help field. Now things should work -- revised stack at RevOnline:pmbrig, app available at http://home.comcast.net/~pmbrig/Gutenberg.html . -- Peter Peter M. Brigham pmb...@gmail.com http://hom

RE: Array Coolness

2009-03-03 Thread len-morgan
Wouldn't be MUCH easier to just ask for the data you want in the order you want in your query and not have to worry about diddling with arrays? For example: SELECT f1, f2, f3, ... fx FROM myTable -- Gives you the same as SELECT * SELECT fx, fy, f3, f1, f2 FROM myTable -- Gives you back the field

Re: HyperCard on iPhone?

2009-03-03 Thread Mikey
perhaps you mean tileSTACK? Tilestack is the Ajax xcard project. On Tue, Mar 3, 2009 at 12:38, stephen barncard < stephenrevoluti...@barncard.com> wrote: > Are you talking about TILECARD? > > Stephen Barncard > - > San Francisco > http://barncard.com > > > 2009/3/3 Dale P

Re: HyperCard on iPhone?

2009-03-03 Thread Howard Bornstein
On Tue, Mar 3, 2009 at 2:08 PM, Bob Sneidar wrote: > I'm fairly certain that jailbreaking or unlocking an iphone is perfectly > legal. Recent developments toward the socialization of the United States of > America aside, this is STILL not the USSR. You pay money for it, you can do > whatever you

how to define sys requirements on Mac?

2009-03-03 Thread Tiemo Hollmann TB
Hello, when releasing a new product on Win I now define as system requirements Windows XP or Vista. I don't say "Windows XP or newer", because I don't now what Windows 7 will bring us and I have experienced too many traps with new Win versions in the past. Now the question to the Mac Pros. How

Re: HyperCard on iPhone?

2009-03-03 Thread Bob Sneidar
I'm fairly certain that jailbreaking or unlocking an iphone is perfectly legal. Recent developments toward the socialization of the United States of America aside, this is STILL not the USSR. You pay money for it, you can do whatever you like with it. It is however, a violation of the terms

Re: HyperCard on iPhone?

2009-03-03 Thread Bernard Devlin
I'm with Mark. I'd seen no need for an iPhone until now :-) Bernard On Tue, Mar 3, 2009 at 6:11 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > If you have a jailbroken iPhone --which according to Apple is illegal what > I expect to be legal in Europe (me no lawyer)-- you can a

Re: HyperCard on iPhone?

2009-03-03 Thread Mark Schonewille
If you have a jailbroken iPhone --which according to Apple is illegal what I expect to be legal in Europe (me no lawyer)-- you can already give it a try: This is a different project, probably using the same source. -- Best regards, Mark Schonewille

Re: HyperCard on iPhone?

2009-03-03 Thread Mark Schonewille
Hi, That's right, HyperCard will run on the iPhone. I can imagine that version 1.0 won't run and I don't know how stable the other versions will be. There were some issues with HC 2.2 that interferred with Remote Access and I can imagine that this version won't be too stable on the iPhone

Re: HyperCard on iPhone?

2009-03-03 Thread stephen barncard
Are you talking about TILECARD? Stephen Barncard - San Francisco http://barncard.com 2009/3/3 Dale Pond > MacDaily has an article describing an outfit that put Mac OS 7 on the > iPhone! > So I wrote them and asked would it run HyperCard? Here is the email > exchange: >

Is there a test for the user rights?

2009-03-03 Thread Tiemo Hollmann TB
Hello, Is there a chance with rev to test, if the user has admin rights? - On both Win and Mac, so that I could prompt for the need of admin rights, if the user has not? Thanks for any practise Tiemo ___ use-revolution mailing list use-rev

Re: "My Revolution" plugin folder path?

2009-03-03 Thread Damien Girard
Mark Wieder a écrit : Sarah- Monday, March 2, 2009, 1:21:32 PM, you wrote: As these are un-documented & therefore unsupported functions, there is no telling whether they will persist, but since Rev itself needs to know this information, I would imagine that they will either stay or be repla

HyperCard on iPhone?

2009-03-03 Thread Dale Pond
MacDaily has an article describing an outfit that put Mac OS 7 on the iPhone! So I wrote them and asked would it run HyperCard? Here is the email exchange: = On 03/03/2009 04:31, "Dale Pond" wrote: TO: tetr...@googlemail.com Will it run HyperCard == Hi D

My Test

2009-03-03 Thread Joe Lewis Wilkins
Just a test to check things out. -- Please avoid sending me Word or PowerPoint attachments. See Joe Lewis Wilkins pepe...@cox.net ___ use-revolution