Re: Sorry

2004-10-29 Thread Ken Ray
On 10/29/04 4:39 PM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: > Also, change "the number of characters of" to "the number of characters > in" Or even easier, use "length", as in: on mouseUp put length(field "myFld") * field "price" into fld "devis" end mouseUp Ken Ray Sons of Thunder

sample stacks

2004-10-29 Thread Mark Wieder
All- Hmmm - where have all the sample stacks gone? v2.2 had a subdirectory for them, but they seem to have disappeared from v2.5. Luckily I could dig them out of my zipped archives. Is this just an oversight, or have they been deprecated out of existence? -- -Mark Wieder [EMAIL PROTECTED]

Re: image size limit?

2004-10-29 Thread Geoff Canyon
If the goal is just to create a thumbnail, you could open the image as binary data and create your own thumbnail. Performance is certainly a question that would have to be answered. regards, Geoff Canyon [EMAIL PROTECTED] On Oct 29, 2004, at 2:29 PM, Frank Leahy wrote: Too bad too, because digit

new altClipConvert plugin

2004-10-29 Thread Chipp Walters
There's an error with the copy/paste part of the 2.5 engine which only copies unicode text which won't paste into non-unicode apps like Notepad or Thunderbird (simplification of error description) This plugin fixes the unicode copy/paste problem in the Rev 2.5 engine. You'll need to click the p

Re: image size limit?

2004-10-29 Thread Richard Gaskin
Frank D. Engel, Jr. wrote: That can be a more substantial problem when printing. At 1200 dpi, 4096 pixels would be less than 3.5 inches wide. May not seem too bad for most types of printing (yes I know it will be stretched), but for high-quality professional printing... And yes, there are som

Re: image size limit?

2004-10-29 Thread Frank D. Engel, Jr.
That can be a more substantial problem when printing. At 1200 dpi, 4096 pixels would be less than 3.5 inches wide. May not seem too bad for most types of printing (yes I know it will be stretched), but for high-quality professional printing... And yes, there are some 4800 dpi printers availab

Re: problems running Rev standalones under Panther with limiteduser accounts

2004-10-29 Thread Frank D. Engel, Jr.
Don't be so sorry. If the bundle bit is wrong, chances are that Norton Disk Doctor would catch it on a scan. I'm not sure if DFA (Disk Utility -> Repair Disk) would catch that or not. On Oct 29, 2004, at 5:15 PM, Mark Talluto wrote: On Oct 29, 2004, at 2:10 PM, Chris Sheffield wrote: Nope, tha

Re: Sorry

2004-10-29 Thread Frank D. Engel, Jr.
More likely the field "price" contains something Rev refuses to parse as a number (make sure the field contains exactly a number, and nothing other than the number, which might confuse the parser). Also, change "the number of characters of" to "the number of characters in" On Oct 29, 2004, at

Re: image size limit?

2004-10-29 Thread Frank Leahy
Richard, On Oct 29, 2004, at 9:41 PM, [EMAIL PROTECTED] wrote: Subject: To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I've been trying to import an image into Rev, but all I get is junk. The size of the im

Re:   SorryÖ

2004-10-29 Thread SimPLsol
Try on mouseUp put field "myField" * field "Price" into field "devis" end mouseUp Paul Looney ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: problems running Rev standalones under Panther with limiteduser accounts

2004-10-29 Thread Mark Talluto
On Oct 29, 2004, at 2:10 PM, Chris Sheffield wrote: Nope, that's not the case here. But I've seen that, too. The application is getting installed from a CD, but it's just a straight copy of files from the CD to the hard drive. No stuffing involved. :-) Then I am stuck. Aladdinsys claimed it

Re: Sorry

2004-10-29 Thread Mark Talluto
On Oct 29, 2004, at 2:07 PM, [EMAIL PROTECTED] wrote: Sorry to disturb you with this basicly basic question but… i really need an answer even it is certainly a very simple thing to do. Here it is, i simply want to multiply,add,… the value of two variables… and i can't… i know… My code : on mouse

RE: problems running Rev standalones under Panther with limiteduser accounts

2004-10-29 Thread Chris Sheffield
Nope, that's not the case here. But I've seen that, too. The application is getting installed from a CD, but it's just a straight copy of files from the CD to the hard drive. No stuffing involved. :-) Chris Sheffield Software Development Read Naturally -Original Message- From: [EMAIL

Re: image size limit?

2004-10-29 Thread Ken Norris
Hi Richard, Date: Fri, 29 Oct 2004 12:34:21 -0700 From: Richard Gaskin <[EMAIL PROTECTED]> Subject: image size limit? The size of the image is 8192 x 4096 (tried both PNG and JPEG). Smaller versions of the file work well. Will I need to split it into tiles? What is the image size limit in Rev?

Sorry…

2004-10-29 Thread [EMAIL PROTECTED]
Sorry to disturb you with this basicly basic question but… i really need an answer even it is certainly a very simple thing to do. Here it is, i simply want to multiply,add,… the value of two variables… and i can't… i know… My code : on mouseUp put the number of characters of field "myfld"

Re: problems running Rev standalones under Panther with limited user accounts

2004-10-29 Thread Troy Rollins
On Oct 29, 2004, at 4:45 PM, Chris Sheffield wrote: So, has anyone else seen this behavior? Is there a workaround for it? Remember that this only happens in Panther (10.3.5). If I set up a limited user in Jaguar (10.2.8) with the same settings, the application runs as expected. Very weird! Any

Re: problems running Rev standalones under Panther with limited user accounts

2004-10-29 Thread Mark Talluto
On Oct 29, 2004, at 1:45 PM, Chris Sheffield wrote: Okay, let's see if I can explain this well enough for it to make sense. :-) So, has anyone else seen this behavior? Is there a workaround for it? Remember that this only happens in Panther (10.3.5). If I set up a limited user in Jaguar (10.2.

problems running Rev standalones under Panther with limited user accounts

2004-10-29 Thread Chris Sheffield
Okay, let's see if I can explain this well enough for it to make sense. :-) A while back I posted a message about setting limitations under user accounts in Mac OS X, and how Rev standalones do not let you check them as allowable applications to run (this is reported as bug #2232, btw). You can c

Re: Very strange question?

2004-10-29 Thread K
I use try catch all the time being orginally a C++ developer. However, I am looking to a way to do this globally and return as though the error never occured. With try catch it goes immediatly to the catch block no matter the situation. K -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclai

Re: Very strange question?

2004-10-29 Thread Trevor DeVore
On Oct 29, 2004, at 1:16 PM, K wrote: I guess my question has mutated. Is is possible with a front script to catch all "errors" process them (if one dems them of the approiate type) and have the calling script continue processing where it left off with a ret value? This doesn't answer your ques

Re: Very strange question?

2004-10-29 Thread K
I guess my question has mutated. Is is possible with a front script to catch all "errors" process them (if one dems them of the approiate type) and have the calling script continue processing where it left off with a ret value? -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any res

Re: Very strange question?

2004-10-29 Thread K
I believe the answer to my previous question is NO the error will occure and you will get a error dialog. K -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidenta

Re: image size limit?

2004-10-29 Thread SimPLsol
A 33 megapixel jpg? Apple's new 30" monitor only displays 4 megapixels. Do you really need something this big? Paul Looney ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Very strange question?

2004-10-29 Thread K
If a command is execute and messageNotHandled handles the message will RR still throw an error? Example: on mouseUp undefinedHandler "parameter" get undefinedFunction( "parameter" ) end mouseUp In the case the to calls called undefinedXXX do not exist? So if these are passed through m

Re: Very strange question?

2004-10-29 Thread K
I found that message myself but was not very successful with it (didn't spend much time on it). I will make a attempt to explore it further. Thanks for the suggestion. -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, m

Re: Another Menu Question

2004-10-29 Thread Mark Talluto
On Oct 29, 2004, at 12:38 PM, Frank D. Engel, Jr. wrote: Okay, I guess I'll have to do that then. Thank you. Do you know the bug# offhand, so that I can vote for it? Yup...it is one of my bugs: -- Best regards, Mark Talluto http:/

Re: Very strange question?

2004-10-29 Thread Richard Gaskin
K wrote: Is is possible to create a script handlers/functions that will catch all un-caught messages? If so how would this work? When the messageMessages global property is set to true, a script can catch two new messages, which are fired for each message sent: messageHandled messageNotHandled Th

Re: Another Menu Question

2004-10-29 Thread Frank D. Engel, Jr.
Okay, I guess I'll have to do that then. Thank you. Do you know the bug# offhand, so that I can vote for it? On Oct 29, 2004, at 1:48 PM, Mark Talluto wrote: On Oct 29, 2004, at 7:26 AM, Frank D. Engel, Jr. wrote: No, that doesn't work. I did notice now, though, that the keyboard shortcuts ar

image size limit?

2004-10-29 Thread Richard Gaskin
I've been trying to import an image into Rev, but all I get is junk. The size of the image is 8192 x 4096 (tried both PNG and JPEG). Smaller versions of the file work well. Will I need to split it into tiles? What is the image size limit in Rev? -- Richard Gaskin Fourth World Media Corporation

Very strange question?

2004-10-29 Thread K
Is is possible to create a script handlers/functions that will catch all un-caught messages? If so how would this work? -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely c

Re: Another Menu Question

2004-10-29 Thread Mark Talluto
On Oct 29, 2004, at 7:26 AM, Frank D. Engel, Jr. wrote: No, that doesn't work. I did notice now, though, that the keyboard shortcuts aren't working in the stack containing the menu bar either. BTW, I don't want the menu bar to be displayed in the other stacks; I just want the keyboard shortcuts

Re: Printing query

2004-10-29 Thread David Squance
Apparently not. The 'answer printer' only applied on the Mac, and I just changed the script so that the paper size lines would only apply to windows, restarted RR, and it made no difference. Besides it worked before on the Mac as it was, so the printPaperSize didn't screw it up. Also the docs wo

Re: Working with table fields

2004-10-29 Thread Frank D. Engel, Jr.
set the tabStops of field "my field" to "" On Oct 29, 2004, at 11:57 AM, [EMAIL PROTECTED] wrote: I'm working on a project requiring some table fields. I couldn't find much about them in the docs. Can you widen the tables(cells) and if you can How? jack __

Re: SSH and SFTP in RR?

2004-10-29 Thread Andre Garzia
On Oct 28, 2004, at 5:48 PM, Chipp Walters wrote: Can FTP be setup to do SSH and/or SFTP in the current version of RR? TIA, Chipp Chipp, I don't know about SFTP but I saw some tread some time ago about setting up SSH and FTP with Rev, I remember that it was possible but you had to make some confi

Working with table fields

2004-10-29 Thread Revinfo1155
I'm working on a project requiring some table fields. I couldn't find much about them in the docs. Can you widen the tables(cells) and if you can How? jack ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-re

Re: Option menu button question

2004-10-29 Thread Martin Baxter
That would be the menuhistory property you're looking for.. HTH, Martin Baxter >jbv wrote: >I have an option menu button with 4 options. >How can I force the 1st option to alwzys be >visible when the card (that contains the btn) >opens, no matter which option the user has >selected when previous

RE: RE: Capturing Card Info in order to duplicate via script?

2004-10-29 Thread Patten, John
Thanks Richard and Jeanne... I pretty much guessed the same. My other unwritten question was whether there would be any advantage to creating card via script as opposed to just playing stack via web. Only advantage I can see then would probably be more typing practice ;-) Cheers! John Patte

Flash Player Input - Thank you

2004-10-29 Thread Dion McCormick
Thanks for all of the assistance. Having Flash to do some fancy graphics with Swish will make it easy for a non-graphic type as myself to jazz up my stacks! On Oct 28, 2004, at 8:32 PM, Dion McCormick wrote: > Any insights you have are appreciated. Will try the> Flash 5 item! You shouldn't hav

Flash and Revolution - Strange Behavior - Update /Fixed

2004-10-29 Thread Dion McCormick
Setting the "alwaysBuffer" worked great! Thank you! ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Passing unknown number of referenced variables to a function

2004-10-29 Thread Geoff Canyon
For the true kluge choosy kluge lovers choose, create the function with more input variables than you will ever need, and then pad calls to the function with dummy variables as needed. You need an additional parameter to identify the number of non-dummy arguments, like so: function add10 pCount

Re: Option menu button question

2004-10-29 Thread Björnke von Gierke
On Oct 29 2004, at 16:07, jbv wrote: Hi list, I have a blank... I have an option menu button with 4 options. How can I force the 1st option to alwzys be visible when the card (that contains the btn) opens, no matter which option the user has selected when previously using that btn ? I haven't found

Re: Another Menu Question

2004-10-29 Thread Frank D. Engel, Jr.
No, that doesn't work. I did notice now, though, that the keyboard shortcuts aren't working in the stack containing the menu bar either. BTW, I don't want the menu bar to be displayed in the other stacks; I just want the keyboard shortcuts to work when they are active. On Oct 28, 2004, at 10:3

Re: Printing query

2004-10-29 Thread Frank D. Engel, Jr.
Hmm I just noticed that you are trying to set the printPaperSize property after using the "answer printer" command. According to the docs, this is not possible. After you use "answer printer", you cannot manually adjust these properties until you restart Rev (or your standalone). Maybe th

Re: Wacky Submenu Problem under OS X

2004-10-29 Thread Frank D. Engel, Jr.
Okay, this is getting even stranger... put button "File": (&Print/P Print &Labels 516&0 516&1 516&2 516&3 516&4 526&7 - Quick &Reference (Print &Name Tags - &Quit/Q New File Menu: Print Print Labels 5160 5161 5162 5163 5164 5267

Option menu button question

2004-10-29 Thread jbv
Hi list, I have a blank... I have an option menu button with 4 options. How can I force the 1st option to alwzys be visible when the card (that contains the btn) opens, no matter which option the user has selected when previously using that btn ? I haven't found any button property that could all

Re: someone noticed this one?

2004-10-29 Thread Wolfgang M . Bereuter
On 22.10.2004, at 17:49, Troy Rollins wrote: I've seen this before, and I'm glad that I'm not one of the developers who will lose work over this sort of thing. I feel for those who may. The bigger disappointment, is that it always takes away from the core product development, and there are gener

Re: Capturing Card Info in order to duplicate via script?

2004-10-29 Thread Jeanne A. E. DeVoto
At 3:42 PM -0700 10/28/2004, John Patten wrote: I'm interested in the idea of a custom player, ... that plays rev stacks off the web, ...but I was thinking if you could set a fld in a player to run a script off a text file on a web server, that creates a new card and then the fields, the fld conten