Re: Internal security of Rev? Hardware for storing passphrases or keys?

2006-07-19 Thread John Tregea
Hi Chipp, I have been keeping your browser stack in mind. Once we get up to display of web resources (even GIS info) , you will definitely be hearing from me. I looked at the demo stack and thought it was brilliant. I wish I could embed the database in the Rev product too, but unfortunately

Re: Default card size

2006-07-19 Thread André.Bisseret
Le 18 juil. 06 à 18:20, Robert Sneidar a écrit : I have a problem that has been plaguing me. When I change the size of a card, I want Revolution to remember that when I save the stack, but it doesn't! It always reverts to some previous size I never even set it to. It makes me crazy! How

Handler behaving oddly

2006-07-19 Thread Ian McKnight
Hi The handler below is designed to check that a value is within a certain range. If it is outside the range it displays the word ERROR and stops otherwise it displays the first 10 characters in the value. The handler behaves oddly. Values passed to it that are within the range are handled

Re: Handler behaving oddly

2006-07-19 Thread Mark Smith
Does the handler that calls checkSize put something into fld Display when checkSize returns? If so, despite the 'exit to top', the calling handler maybe putting the value returned from checkSize (ie. empty) into the field. You could put a wait 1 second before the exit to top, and see if

Re: Handler behaving oddly

2006-07-19 Thread Mark Schonewille
Hi Ian, You posted only a small part of your script. Without the handler that calls the checkSize function, I can't be sure that my advice makes sense. If you have a script line put checkSize(myAns) into fld Display then the field will be empty because the function does not return

Re: Handler behaving oddly

2006-07-19 Thread Ian McKnight
On 19/07/06, Mark Smith [EMAIL PROTECTED] wrote: Does the handler that calls checkSize put something into fld Display when checkSize returns? If so, despite the 'exit to top', the calling handler maybe putting the value returned from checkSize (ie. empty) into the field. You could put a wait 1

Re: Handler behaving oddly

2006-07-19 Thread Scott Morrow
Ian, Hmm... It worked fine on my end. -Scott Morrow On Jul 19, 2006, at 1:36 AM, Ian McKnight wrote: Hi The handler below is designed to check that a value is within a certain range. If it is outside the range it displays the word ERROR and stops otherwise it displays the first 10

Re: the long name of me OR the long ID of me?

2006-07-19 Thread Peter T. Evensen
Josh, The long name includes the object specifier, so I don't think you need to use the object with the long name, like enable btn tLongName but do instead enable tLongName As to why 'set the filename of tPlayer() to blahblah.mov' isn't working, I don't know. If you use long name instead

Re: the long name of me OR the long ID of me?

2006-07-19 Thread Geoff Canyon
On Jul 18, 2006, at 4:46 PM, Josh Mellicker wrote: To easily identify a specific control on a card in a stack, what method do you use? I use the long id every time, because it's guaranteed unique. This has sometimes caused problems, when the engine helpfully de- references the long id,

Re: Tip: Fadeout effect using blendLevel?

2006-07-19 Thread Jeanne A. E. DeVoto
At 10:58 AM -0500 7/18/2006, Peter T. Evensen wrote: The dictionary entry for visual effect has a cross-reference to: Tip: Fadeout effect using blendLevel Does anyone know where I can find this tip? Here's the text of the tip (it's pretty simpleminded as you can see): Fade out an image

setting the layer of a control in a group

2006-07-19 Thread Peter T. Evensen
I get an error saying I can't set the layer of an object in a group. Is there any way to reorder the layer? Peter T. Evensen http://www.PetersRoadToHealth.com 314-629-5248 or 888-682-4588 ___ use-revolution mailing list

Re: Tip: Fadeout effect using blendLevel?

2006-07-19 Thread Chipp Walters
Too bad, there were some real gems in there. I especially like the one which retrieved the width and height of an image on disk. On 7/19/06, Jeanne A. E. DeVoto [EMAIL PROTECTED] wrote: I'm not sure what happened to the Tips stack - I think it was dropped sometime around version 2.3 or so.

Re: setting the layer of a control in a group

2006-07-19 Thread Peter T. Evensen
Never mind, I answered my own question with set relayerGroupedControls to true For the life of me, however, I don't know why my controls are getting out of order, unless 'create image (pMonetaryUnit i) in group Money'' doesn't put the control in the next layer. At 12:44 PM 7/19/2006, you

Re: Default card size

2006-07-19 Thread Robert Sneidar
No actually, all the cards in my stack have the same size. Different substacks have different size cards. My problem is in one stack, I set the card size, save the stack, but it always reverts to the previous size. I want to set it and forget it so to speak. Bob Sneidar IT Manager Logos

player result codes?

2006-07-19 Thread Phil Davis
Does anyone know where I can find a list of player codes and their meanings? I have this code in a handler: set the filename of tAudioPlayer to tAudioTestFile set the playSelection of tAudioPlayer to false -- to force entire clip to play set the playLoudness of tAudioPlayer to 0 -- to

Retrieve Appearance Color on OSX?

2006-07-19 Thread Scott Rossi
Is there any way to determine what the default appearance color is on OSX (ie graphite or blue)? Thanks Regards, Scott Rossi Creative Director Tactile Media, Multimedia Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com ___

Re: Default card size

2006-07-19 Thread Phil Davis
Hi Robert, Try this in a button on a different stack: on mouseUp answer file Pick the problem stack: if it = empty then exit mouseUp lock messages go stack it unlock messages end mouseUp If this makes your problem go away, it means there's code somewhere that is setting the size

Re: player result codes?

2006-07-19 Thread Phil Davis
Trevor DeVore wrote: On Jul 19, 2006, at 12:25 PM, Phil Davis wrote: Does anyone know where I can find a list of player codes and their meanings? I have this code in a handler: set the filename of tAudioPlayer to tAudioTestFile set the playSelection of tAudioPlayer to false -- to force

Re: player result codes?

2006-07-19 Thread Trevor DeVore
On Jul 19, 2006, at 12:51 PM, Phil Davis wrote: Sorry - I abbreviated the actual code for the list. A 'test put' tells me the result is empty after setting the filename. I'm assuming Rev can open the file even if the file can't be played on the current hardware. The latter is what I'm

Re: player result codes?

2006-07-19 Thread Phil Davis
Trevor DeVore wrote: On Jul 19, 2006, at 12:51 PM, Phil Davis wrote: Sorry - I abbreviated the actual code for the list. A 'test put' tells me the result is empty after setting the filename. I'm assuming Rev can open the file even if the file can't be played on the current hardware. The

Re: player result codes?

2006-07-19 Thread Trevor DeVore
On Jul 19, 2006, at 2:02 PM, Phil Davis wrote: Ahh. Then I'm not sure. Are they OS error codes by chance? What OS are you on? Are you using QuickTime? Intel Mac OS 10.4.7 QuickTime 7.1.2 Rev 2.6.1 I'm running dual G5 with 10.4.7 and QT 7.1.2. The result after executing the start

Re: player result codes?

2006-07-19 Thread Scott Rossi
Recently, Trevor DeVore wrote: Ahh. Then I'm not sure. Are they OS error codes by chance? What OS are you on? Are you using QuickTime? Intel Mac OS 10.4.7 QuickTime 7.1.2 Rev 2.6.1 I'm running dual G5 with 10.4.7 and QT 7.1.2. The result after executing the start player command

Re: player result codes?

2006-07-19 Thread Trevor DeVore
On Jul 19, 2006, at 2:59 PM, Scott Rossi wrote: Recently, Trevor DeVore wrote: I'm running dual G5 with 10.4.7 and QT 7.1.2. The result after executing the start player command doesn't seem to return anything meaningful. I get something like 2 and the number keeps incrementing every

Re: player result codes?

2006-07-19 Thread Phil Davis
Your theory sounds entirely plausible to me, Scott. In my experience, 'start player' used to return empty until something changed, and now I get a 2-digit number most of the time. And I often get the same number a couple of times in a row, even if I change the player filename. Go figger.

There Was a Problem Saving the Standalone Application

2006-07-19 Thread Dan Shafer
Nothing infuriates me more than meaningless error messages from development tools. (OK, OK, there are some things in life and politics that infuriate me more, but they don't count right now!) I'm working on my eBook on building standalones and for the first time in a long time, I cannot get a

Re: Default card size

2006-07-19 Thread J. Landman Gay
Robert Sneidar wrote: No actually, all the cards in my stack have the same size. Different substacks have different size cards. My problem is in one stack, I set the card size, save the stack, but it always reverts to the previous size. I want to set it and forget it so to speak. You should

Re: There Was a Problem Saving the Standalone Application

2006-07-19 Thread Phil Davis
Shots in the dark: - How long is your filepath to the stack in question? Try putting it on your desktop and building it from there. - Does the file have any oddball characters in its name? get rid of 'em. OR - this is probably the route to go if you have time - just wait for the book to

[ANN] RevCon West videos now available

2006-07-19 Thread Devin Asay
Dear Revolutionaries: Camelot Studios is proud to announce that video recordings of all sessions of the recent RevCon West 2006 conference are now available for purchase. Just point your browser at http://revconvideo.com and click on the Order link. For prices starting at just US$7.95

Re: [ANN] RevCon West videos now available

2006-07-19 Thread Dan Shafer
Devin. Wow! You and your team are to be thanked and congratulated. Great quality job. Folks, these videos are badly underpriced. Grab them before Devin regains consciousness. Dan On 7/19/06, Devin Asay [EMAIL PROTECTED] wrote: Dear Revolutionaries: Camelot Studios is proud to announce

Re: There Was a Problem Saving the Standalone Application

2006-07-19 Thread Dan Shafer
On 7/19/06, Phil Davis [EMAIL PROTECTED] wrote: Shots in the dark: - How long is your filepath to the stack in question? Try putting it on your desktop and building it from there. Tried that. Also shortened the name of the stack file itself. - Does the file have any oddball characters in