Background

2002-11-24 Thread Adrian L'Armand
I must have missed something but how does one put buttons and fields in the background so that they appear on every card. I am coming from HyperCard where it was very easy. Adrian ___ use-revolution mailing list [EMAIL PROTECTED]

matrixMultiplication of imageData

2002-11-24 Thread Peter Lundh
Hi all- I know it's Sunday, but I urgently need some help with the matrixMultiply command. I have an image in RGB format whose data resides in imageData. I have the following matrix computation to perform: |16 | | 65.481 128.553 24.966| |R| |128| + |-37.797 -74.203 112.000| * |G| |128|

Re: Background

2002-11-24 Thread Terry Vogelaar
I must have missed something but how does one put buttons and fields in the background so that they appear on every card. I am coming from HyperCard where it was very easy. It still is easy, but it is different. Just group the objects that form a 'background'. Groups replace the HC background.

RE: Background

2002-11-24 Thread Gary Rathbone
Take a look at http://www.xworlds.com/metacard/metaclass.htm Although its Metacard based the principal is the same. Lesson 6 deals with Groups and Backgrounds. Or take a look at http://www.runrev.com/revolution/developers/articles/tipoftheweek/5.html Which is aimed mainly at developers coming

rev UI: properties/scripts floating windows

2002-11-24 Thread Oliver Hardt
hello: is there a way to stop the script/properties windows from floating in the UI? if not, i would like to suggest this as a future feature of RR. thanks. olli. ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Controls of Stack

2002-11-24 Thread Rob Cozens
You are certainly welcome, Monte. I think translatability is relatively easy to achieve in Transcript, and yet a feature that would help differentiate Revolution apps from those created on other platforms. Certainly user translatability can't be attained using C or other platforms that

Re: Background

2002-11-24 Thread Mark Swindell
on 11/24/02 5:19 AM, Gary Rathbone at [EMAIL PROTECTED] wrote: Take a look at http://www.xworlds.com/metacard/metaclass.htm Although its Metacard based the principal is the same. Lesson 6 deals with Groups and Backgrounds. Thanks for pointing this out. What a great resource. Talk about

Re: Http or https - shell MacOSX

2002-11-24 Thread sean nicholas harper
How do you run a shell command in macosx with runtime? This is very useful functionality for me, but the manual says you can't do it, which seems silly. Sean ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Http or https - shell MacOSX

2002-11-24 Thread Jan Schenkel
--- sean nicholas harper [EMAIL PROTECTED] wrote: How do you run a shell command in macosx with runtime? This is very useful functionality for me, but the manual says you can't do it, which seems silly. Sean Hi Sean, This will be addressed in version 2.0 ; for now, you can use a

Re: Controls of Stack

2002-11-24 Thread Geoff Canyon
Hi All Does everyone know that repeat with x=1 to the number of controls of stack y only enumerates the controls on the current card? Bit of a bugger..eh? How does one parse all the controls of a stack ensuring that those in a background only get parsed once unless they are fields with the

Printing a portion of a card

2002-11-24 Thread Sarah
Hi All, I have a problem with printing the bottom portion of a card. It prints the correct bit of the card but I can't get it to start at the top left of the paper, it always prints down the page as if leaving room for the non-printed section of the card. Here is my setup: The card is 723

Re: Printing a portion of a card

2002-11-24 Thread Richard Gaskin
Sarah wrote: I have a problem with printing the bottom portion of a card. It prints the correct bit of the card but I can't get it to start at the top left of the paper, it always prints down the page as if leaving room for the non-printed section of the card. Here is my setup: The card

Development vs Standalone

2002-11-24 Thread Robert Presender
Hi, I assume that I am doing something wrong. Will appreciate help. Using OS 10.2.2/rev 1.1.1r2(OSx)/Emac also OS 9.2.2/rev 1.1.1r2(OS)/PB G3 My project works OK in the development stage but when I do a Build, the standalone doesn't execute properly. The standalone opens with the Splash, etc

RE: Development vs Standalone

2002-11-24 Thread Monte Goulding
All my substacks appear in the Data folder of the standalone. This is the problem. You have three choices: - switch off the move substacks into the data folder option when you build (means you can't save data in them) - alter your design so you have a standalone splash screen that opens the

Re: Photo Processor/Manager

2002-11-24 Thread Ken Ray
1) GET RECT OF IMAGE IN ADVANCE: Can we get the rect of an image on disk, or the imagedata in variable before display? I can't find any imagedata properties as such. I need to retain the 2048 X 1536 pixel aspect ratio and data in the imagedata of high res images coming in off camera, but

Re: Why doesn't this work, please?

2002-11-24 Thread Sarah
As Bill says, this is a bug in the IDE. A workaround is to use: send choose browse tool to me in 5 ticks This seems to work MOST of the time. Sarah On Saturday, November 23, 2002, at 02:12 pm, Roger Guay wrote: Hi folks, I'm using the following script to clone an invisible button Video

Re: Printing a portion of a card

2002-11-24 Thread Sarah
Thanks for the idea Richard, but I already tried setting the printMargins. Perhaps I should try setting the top margin to a negative number :-) Sarah On Monday, November 25, 2002, at 11:06 am, Richard Gaskin wrote: Sarah wrote: I have a problem with printing the bottom portion of a card. It

Re: Development vs Standalone

2002-11-24 Thread Sarah
Is the splash screen the main stack or do you have another stack which contains all the general handlers but which got bumped down the hierarchy when you inserted the splash stack? That's what happened to me once when using the splash screen approach. The solution was to have an extra line in

Extract ImageSource URL from a char in a field?

2002-11-24 Thread Sannyasin Sivakatirswami
Is it possible to extract the file name of the image which was used to set the imageSource of a character in a field? eg. set the imagesource of char 1 of fld browser to (binfile: gCurrentFoldergCurrentImage) Works fine. I get the image in the field but later can we get the actual file

Re: Printing a portion of a card

2002-11-24 Thread J. Landman Gay
Sarah [EMAIL PROTECTED] wrote: I want to print the card from 4,157 to 719,554. Here is the command I am using: print this card from 4,157 to 719,554 into 72,72,697,451 Surely this should make the printout start 1 inch from the top and 1 inch from the left of the paper. It looks like it starts