Trim Image

2002-09-20 Thread paolo mazza
If anybody needs to trim images in Rev I wrote this code. In my Mac PPC and OSX it works. (Thanks Kevin for your article about Mask data) As you can see I resized the image before triming in order to speed up the process. I wuold like to blend two images with transparent backgrounds and get one

Re: Get active user folder on macOS X ?

2002-09-20 Thread Matt Denton
Hey-ya Ludovic Try this button script: on mouseUp put specialfolderpath ("Preferences") into lUserPath set the itemDel to "/" answer item 1 to -3 of lUserPath end mouseUp ... this script assumes that the last two items of the preferences folder contain something like "/System/Preferen

Re: copy text

2002-09-20 Thread Roger . E . Eller
Yves, There has got to be a more graceful method, but this works for me... put thePath/to/theFile into tPath put URL("file:"&tPath) into fld "theTx" select the text of fld "theTx" doMenu "Copy" Roger Eller [EMAIL PROTECTED] > Hi, > > I've a text file and want to place the text in the

Re: copy text

2002-09-20 Thread Scott Rossi
Recently, "Yves Coppé" wrote: > I've a text file and want to place the text in the clipboard > > put thePath/to/theFile into tPath > put URL("file:"&tPath) into theTx > > how can I place the text of theTx in the clipboard... ? Not sure if there's an updated way to do this, but the old way is t

copy text

2002-09-20 Thread Yves Coppé
Hi, I've a text file and want to place the text in the clipboard put thePath/to/theFile into tPath put URL("file:"&tPath) into theTx how can I place the text of theTx in the clipboard... ? (the goal is to paste it later in another software) Thanks. -- Greetings. Yves COPPE Email : [EMAIL

Re: (no subject)

2002-09-20 Thread Roger . E . Eller
Jerry, Yes, it is easy to do this. Any graphic image (gif, jpg, png, maybe others) that you import as a control, view it's properties and make a note of it's ID number. Then type into a script or the message box... set the backdrop to 1013 -- actual image ID number Roger Eller [EMAIL PROTECTED

(no subject)

2002-09-20 Thread Jerry Thomas
Dear Folks, Are additional pattern backgrounds avaiable for Revolution? There are backgrounds available in the color pallete but they are from the days when 16/256 color was all that was available. I'm looking for something kinder and gentler -- Clouds, a pale off white soft texture, somethi

Re: Some help needed!

2002-09-20 Thread Roger . E . Eller
Robin, Something like this could be used to control the text size of buttons or fields after the stack has been resized, still using geometry to control the button sizes themselves. on postResizeStack repeat with i = 1 to the number of buttons of this card if the width of btn i >= 170

(no subject)

2002-09-20 Thread Jerry Thomas
I am a new user of Revolution. I noticed that both Videos and Images are not embedded and need to connect with external files. This is easy when I'm building, the images and videos are right there on my hard drive. But when I build to CD I need relative paths so that the images and videos I bu

Re: Some help needed!

2002-09-20 Thread Geoff Canyon
At 12:59 PM +0100 9/20/02, Robin Banerjee wrote: >1) How can I ensure that if I need to resize the stack all buttons, objects, >font size etc. will scale down accordingly? I have looked at the Geometry >Manger but that doesn't seem to let me select more than one object at a >time. If you need to

Re: Some help needed!

2002-09-20 Thread Klaus Major
Salaam Robin, > I hope someone can help me with two problems with a stack that I am > creating. I am fairly new to Runtime Revolution though I have used > Hypercard in the past. > > The problems relate to the fact that I intend to run a stack on several > different machines. The problems are: >

Some help needed!

2002-09-20 Thread Robin Banerjee
I hope someone can help me with two problems with a stack that I am creating. I am fairly new to Runtime Revolution though I have used Hypercard in the past. The problems relate to the fact that I intend to run a stack on several different machines. The problems are: 1) How can I ensure that i