Tom, Maybe I'm not understanding exactly what you're wanting to do, but can't you just set the icon of the button using "set the icon of btn "myButton" to 1001" (inserting the correct id number, of course). Is this not what you want? You can also set hilitedIcon, armedIcon, and others if needed.
Chris Sheffield Software Development Read Naturally -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas McGrath III Sent: Thursday, March 04, 2004 3:10 PM To: How to use Revolution Subject: Re: Update button icon Ken, Then it updates, BUT that is not what I want. I have recorded scripts that would run on a click and so I don't want to do that. I need something like: update page or update button to force the new icon to appear after setting it without executing the button. I wonder if focus does anything??? I will go check. TOm On Mar 4, 2004, at 5:04 PM, Ken Norris wrote: > Hi Tom, > >> Date: Thu, 4 Mar 2004 14:42:37 -0500 >> From: Thomas McGrath III <[EMAIL PROTECTED]> >> Subject: Update button icon >> >> Hey All, > >> Right now I have to click at it to get it to update. > ----------- > What happens if you send it a click? > > on updateIcon > changeIcon ## whatever your handler to change the icon is > click at the loc of btn whichButton > end updateIcon > > Ken N. > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > > Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885-8541 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.611 / Virus Database: 391 - Release Date: 3/3/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.611 / Virus Database: 391 - Release Date: 3/3/2004 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
