Finding Aqua & Windows interface buttons

Jack Tsu xeubie at hotmail.com
Sun Jun 11 22:32:18 EDT 2006


Thanks very much. Could you give a link to where I can download revDocs? 
Spotlight didn't find it on my computer and all Google gives me is some 
yahoo group.


>From: Mark Schonewille <m.schonewille at economy-x-talk.com>
>Reply-To: How to use Revolution <use-revolution at lists.runrev.com>
>To: How to use Revolution <use-revolution at lists.runrev.com>
>Subject: Re: Finding Aqua & Windows interface buttons
>Date: Mon, 12 Jun 2006 00:33:09 +0200
>
>Hi Jack,
>
>The images are on card Graphics of stack revDocs. This script copies  them 
>all to the current card of the current stack. Just create a new  stack, 
>paste the script into the card script and run it from the  message box.
>
>on copyImages
>   put the number of images of cd "Graphics" of stack "revDocs" into  
>myNrOfImgs
>   repeat with myImgNr = 1 to myNrOfImgs
>     copy img myImgNr of cd "Graphics" of stack "revDocs" to this stack
>     set the rect of img myImgNr of this cd to the rect of ¬
>     img myImgNr of cd "Graphics" of stack "revDocs"
>   end repeat
>end copyImages
>
>After running the script, you probably still need to adjust the  location 
>and size of some of the images. Of course, you can simply
>
>   go to cd "Graphics" of stack "revDocs"
>
>but it is useful to have the images in your own stack, in case you  want to 
>make a standalone, for instance.
>
>Best,
>
>Mark
>
>--
>
>Economy-x-Talk
>Consultancy and Software Engineering
>http://economy-x-talk.com
>http://www.salery.biz
>
>Download ErrorLib at http://economy-x-talk.com/developers.html and  get 
>full control of error handling in Revolution.
>
>
>
>Op 11-jun-2006, om 22:27 heeft Jack Tsu het volgende geschreven:
>
>>On OS X, the Rev documentation viewer uses the same backward/ forward 
>>buttons found in Safari, Finder, and elsewhere. Where can I  find the GIFs 
>>(or PNGs, or whatever) of buttons like these?
>>
>>I'd especially like the open, minimize, and close buttons for Aqua  (OS X) 
>>and Windows, as I am making my own titlebar and so I need to  incorporate 
>>them manually.
>>
>>Thanks very much in advance.
>>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your 
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-revolution

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




More information about the use-livecode mailing list