RE: cross-stack globals, also, file inclusion

2003-10-23 Thread Chipp Walters
Regarding using custom properties as global constants. I understand one of the issues here is the possibility of the program (or other programmer) modifying the 'constant' --in this case the custom prop. But, one could easily envision a setProp handler which would make this impossible. I use

Standard Icon in Answer Dialog Box

2003-10-23 Thread Gardner, Joseph A
Greetings folks. I'm looking for a way to put an icon in an answer dialog box. I know about the 4 basic icons (information, question, error, and warning [BTW, answer information and answer question show the same icon. Does this qualify as bug?]), but wanted to put another icon (#210009 from the

Re: Standard Icon in Answer Dialog Box

2003-10-23 Thread Yves COPPE
Le jeudi, 23 oct 2003, à 08:51 Europe/Brussels, Gardner, Joseph A a écrit : Greetings folks. I'm looking for a way to put an icon in an answer dialog box. I know about the 4 basic icons (information, question, error, and warning [BTW, answer information and answer question show the same icon.

a function for custom properties

2003-10-23 Thread erik hansen
i wrote a function for custom properties, then some how lost it. all my custom props are prec4ded by u: uNote, uBeat, etc. something like: function u pParam return value(the u pParam of this stack end u or return value(the u pParam of this stack) was working, honest! after an hour, i

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Pierre Sahores
Le jeu 23/10/2003 04:20, J. Landman Gay a crit : On 10/22/03 8:44 PM, Stephen Quinn Barncard wrote: But wouldn't a custom property, which can only be modified using the IDE, a script or the message box be more of what you want than a constant (which would have to be defined anyway in a

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Cubist
sez [EMAIL PROTECTED]: On Tuesday, October 21, 2003, at 12:16 PM, Dar Scott wrote: On Tuesday, October 21, 2003, at 12:08 PM, Alex Rice wrote: Maybe I should be submit a feature request? Joel and Rob- I think a global constant feature would be a really good enhancement request. It is not

Re: a function for custom properties

2003-10-23 Thread Klaus Major
Hi Erik, i wrote a function for custom properties, then some how lost it. all my custom props are preceded by u: By me? ;-) uNote, uBeat, etc. something like: function u pParam return value(the u pParam of this stack end u or return value(the u pParam of this stack) was working, honest!

Stopping QT movies

2003-10-23 Thread Stephen Messimer
Hi, I am having a problem stopping QT movies under certain circumstances. Is there a single message that can stop a currently playing QT movie without specifying its player? Actually I think there is such a thing but I can't seem to find any reference to it in the documentation. Here's why

simple question menus

2003-10-23 Thread Thomas J McGrath III
I want to copy a menu button group from one stack to another. how can I do this? Tom ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Cells and tables

2003-10-23 Thread Malte Brill
Thanks a lot Joel. Very efficient. Why not simply define the following script in the table field: getProp cell[where] put item 1 of where into tRownum put item 2 of where into tColnum set the itemdel to tab return item tColnum of line tRownum of me end cell setprop cell[where] newValue

RE: cross-stack globals, also, file inclusion

2003-10-23 Thread Rob Cozens
Although incorporate any changes in myConstantList.txt at runtime maybe too much to hope for- would the script have to recompile whenever the file is changed? Hi again, Alex. Since I don't fully understand how Revolution's interpreter/compiler work,I'm inclined to agree with you. Probably the

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Richard Gaskin
Rob Cozens wrote: I'm afraid I don't see any need for global constants when we've got custom properties that can do essentially the same thing. Hi Jacque, Do you really see custom properties as the preferred means of declaring constants? Suppose pi was not a built-in constant. Would

RE: cross-stack globals, also, file inclusion

2003-10-23 Thread Rob Cozens
Although incorporate any changes in myConstantList.txt at runtime maybe too much to hope for- would the script have to recompile whenever the file is changed? Alex, et al: Ideally (?), include file references would be resolved at startup or the first time each script containing an include

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Scott Rossi
On 10/23/03 7:05 AM, Rob Cozens [EMAIL PROTECTED] wrote: Do you really see custom properties as the preferred means of declaring constants? Suppose pi was not a built-in constant. Would you get the piConstant of this stack for every stack that used pi? Would you get the piConstant of stack

RE: cross-stack globals, also, file inclusion

2003-10-23 Thread Rob Cozens
Good morning, Richard. I understand where you Jacque are coming from storing constants as stack properties; but the more I think about it, the more I see the wisdom of Alex's global constants. One can define the scope of variables: global myGlobalVariable local

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Alex Rice
On Thursday, October 23, 2003, at 03:04 AM, Pierre Sahores wrote: The same feeling here : unneed keywords may add unneed confusion in the ways we can get the best from transcript Judging from a lot of responses to this thread, we may as well throw out constant, and global keywords as well

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Rob Cozens
Judging from a lot of responses to this thread, we may as well throw out constant, and global keywords as well because we can just use custom properties for every variable. Alex, et al: In general, I am not persuaded to drop the quest to see a particular feature implemented correctly just

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Rob Cozens
Judging from a lot of responses to this thread, we may as well throw out constant, and global keywords as well because we can just use custom properties for every variable. While the resulting functionality may be perceived to be the same, the underlying mechanisms are different. Each has it's

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread J. Landman Gay
On 10/23/03 9:05 AM, Rob Cozens wrote: Hi Jacque, Do you really see custom properties as the preferred means of declaring constants? Suppose pi was not a built-in constant. Would you get the piConstant of this stack for every stack that used pi? Would you get the piConstant of stack

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Alex Rice
On Thursday, October 23, 2003, at 09:23 AM, Rob Cozens wrote: Judging from a lot of responses to this thread, we may as well throw out constant, and global keywords as well because we can just use custom properties for every variable. While the resulting functionality may be perceived to be

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Mark Brownell
On Thursday, October 23, 2003, at 08:43 AM, Alex Rice wrote: I was being sarastic when I made that suggestion :-) I usually never make a comment about typo errors mainly because I do it so often myself, but... If you are sarastic perhaps you should check your ass into an emergency room real

Re: Real-Time Aggregation of Streaming Data

2003-10-23 Thread Alex Rice
On Wednesday, October 22, 2003, at 01:54 PM, [EMAIL PROTECTED] wrote: Given the data amount and its speed which it arrives what is the best way for Revolution to handle it? In an array, in a list with screen refresh selection, a temp file? I am wondering what is your current mechanism for

Another QT question

2003-10-23 Thread Stephen Messimer
Hi, Is there a function in Rev that returns the name of a Player that is currently playing a quicktime movie? If there were such a function I could use the information returned to stop any player under pretty much any circumstance. movie() has this function for videoclips. I don't see a

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Alex Rice
On Thursday, October 23, 2003, at 09:51 AM, Mark Brownell wrote: On Thursday, October 23, 2003, at 08:43 AM, Alex Rice wrote: I was being sarastic when I made that suggestion :-) I usually never make a comment about typo errors mainly because I do it so often myself, but... If you are

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Rob Cozens
I was being sar[c]astic when I made that suggestion :-) I eventually picked up that tone when rereading your message, Alex; but I wasn't. Your syntax, fleshed out to include local constants so constants can persist across the same scopes as variables, makes sense to me and eliminates my main

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread Rob Cozens
Jacque, et al: * My primary constant list is, in effect, an index to lines of text in a file and/or variable. It is there to facilitate handler readability, comprehension, and debugging. Example: constant badInputWarning = 244 answer sdbMessage(badInputWarning) tells me a lot more than

When names and when values (was function for custom properties)

2003-10-23 Thread Dar Scott
On Thursday, October 23, 2003, at 06:17 AM, Klaus Major wrote: function u pParam get (u pParam) return the it of this stack end u I want to learn. Honest. I still have trouble knowing and predicting when some things can be values and when they need to be names and keywords. Is there some

corrupted stack

2003-10-23 Thread John mnic
Hi, I use Rev 2.1.1 and XP Pro. Last night I was using Rev and had a stack open. Another program running at the same time crashed and the whole system hung, including Rev. I forced a restart and upon trying to reopen my stack I received the following error message. There was a problem

Re: cross-stack globals, also, file inclusion

2003-10-23 Thread J. Landman Gay
On 10/23/03 12:13 PM, Rob Cozens wrote: Jacque, et al: * My primary constant list is, in effect, an index to lines of text in a file and/or variable. It is there to facilitate handler readability, comprehension, and debugging. Example: constant badInputWarning = 244 answer

Is there any documentation on how to build distributions?

2003-10-23 Thread Mark Powell
Is there any documentation anywhere on building distributions? Thanks! Mark Powell ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Save this stack fails - the solution

2003-10-23 Thread R. Hillen
Hello list, Two days ago I reported: On Mac OSX, RR 2.1 there is a simple stack: one button with the script: -- on mouseup save this stack if the result is not empty then answer the result with ok else answer saved! with ok end mouseup -- If I run that script under the

Re: How do I delete substacks?

2003-10-23 Thread Klaus Major
Hi Mark, How do I delete substacks? See the dox - delete stack To delete a mainstack: ... delete stack name of stack ... To delete a substack: ... delete stack name of substack of stack name of mainstack ... What if they are Rev's resource stacks (revMenuBar, revIcons, for example)?

DB Write

2003-10-23 Thread Ed McCabe
Has anyone had any luck installing DB Write the XCMD word processor into a REV stack. The installer can read a rev stack that I converted from HC - and had the DB Write external - and indicates that the XCMD is already installed in the stack - but Rev cannot find it. I am reluctant to resort to

RE: How do I delete substacks?

2003-10-23 Thread Mark Powell
The rub is that I have no idea how those resource stacks became substacks of my main stack. I am guessing it happened during an attempt at building a distribution. Any ideas? Mark -Original Message- From: Klaus Major [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:57 PM

Problems reading from files in the Classic environment

2003-10-23 Thread tsj
I came across the situation recently where I developed an app under OS X that was destined for delivery under OS 9. Its core functionality is to read and display a series of html files. To ensure interoperability, the path to these files is constructed using the apps filename, environment and

RE: simple question menus

2003-10-23 Thread Ken Ray
Set the editMenus to true, select the menu group with the pointer tool, copy, switch to the other stack, paste. Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Fwd: a function for custom properties

2003-10-23 Thread erik hansen
a function for custom properties: all custom properties are preceded by u: uNote, uBeat, etc. put u(note) # note the quote function u pParam return (the u pParam of this stack) end u = [EMAIL PROTECTED]http://www.erikhansen.org __ Do you Yahoo!?

Re: DB Write

2003-10-23 Thread J. Landman Gay
On 10/23/03 4:10 PM, Ed McCabe wrote: Has anyone had any luck installing DB Write the XCMD word processor into a REV stack. The installer can read a rev stack that I converted from HC - and had the DB Write external - and indicates that the XCMD is already installed in the stack - but Rev cannot

Re: corrupted stack

2003-10-23 Thread Richard Gaskin
John mnic wrote: There was a problem opening that stack. file is not a stack I am not able to go to the stack. Does anyone have any suggestions on how to retrieve my data lost in this stack? Is there a copy of the stack in the same directory with a tidle after its name? (e.g.,

Re: Problems reading from files in the Classic environment

2003-10-23 Thread lists
I came across the situation recently where I developed an app under OS X that was destined for delivery under OS 9. Its core functionality is to read and display a series of html files. To ensure interoperability, the path to these files is constructed using the apps filename, environment

Re: Fwd: a function for custom properties

2003-10-23 Thread erik hansen
a function for custom properties: all custom properties are preceded by u: uNote, uBeat, etc. put u(note) # note the quote function u pParam return VALUE(the u pParam of this stack) end u = [EMAIL PROTECTED]http://www.erikhansen.org __ Do

Re: Problems reading from files in the Classic environment

2003-10-23 Thread Terry Judd
The app works fine when running under OS X and OS 9 but fails when running in the Classic environment. When I say fails, it starts up OK, it's just that it doesn't actually read any data from the requested files. Thinking that it was a path issue, I queried the existence of the files at the

Linux PPC Version?

2003-10-23 Thread Igor Couto
Someone just recently was mentioning that perhaps the Rev folks had dropped support for Linux on PPC (Mandrake/YellowDog)? I was wondering whether that *IS* a known fact, or whether the RunRev folks have just been so busy with the upcoming version of Revolution that they haven't had a chance