Re: replacetext

2002-01-23 Thread Jeanne A. E. DeVoto
At 1:38 PM -0800 1/23/2002, Mike McManus wrote: >Awesome!!1 now just have to remember it for a day or two. > >Where was this little tidbit hidden...? Not a complaint...just a question It's in the Encyclopedia section "About the Documentation". I thought it was also in the Tips, but it wasn't

Re: Hypertext

2002-01-23 Thread Jeanne A. E. DeVoto
At 11:32 AM -0800 1/22/2002, Jean-Pierre Messier wrote: >How I can make hypertext like the help in the revolution... > >Move the mouse and the selected text is yellow? I don't find the code >in the stack. The handlers that do this (revDocsHighlight and revDocsClearHighlight) are actually in the

Re:Absolute URLs

2002-01-23 Thread John Cuccio
>Hello again!!:) >I've encoutered a serious problem wich is a real enigma for me actually (the >thirs today!!!). The url of the images or other imported medias are >qualified as absolute. I mean that their url is displaiyed like this: >HardDriveName/Desktop folder/Name of the folder/ etcŠ (i'm wo

Re: Read serial data + Kagi?

2002-01-23 Thread Kee Nethery
>At 3:59 AM -0800 1/21/02, Niklas "Almesj–" wrote: >>On a related note, has anyone sold shareware through Kagi? >>if so: >>- Does it work well? >>- Have you used pregenerated codes? >>thanks, >>/Niklas > >I do. They were a little rough in the beginning, but now that >everything's set up, it's bee

Re:hidemenubar

2002-01-23 Thread John Cuccio
Do a openstack,opencard,startup handler on startup hide menubar end startup just like in HyperCard ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Absolute URLs

2002-01-23 Thread Aurélien Durand
Hello again!!:) I've encoutered a serious problem wich is a real enigma for me actually (the thirs today!!!). The url of the images or other imported medias are qualified as absolute. I mean that their url is displaiyed like this: HardDriveName/Desktop folder/Name of the folder/ etcŠ (i'm working

Re: "" characters

2002-01-23 Thread Scott Rossi
On Wednesday, January 23, 2002, at 04:40 PM, Aurélien Durand wrote: > How is it possible to include the "" charaters in a "x" expression? For > example a name with a sub-name like Michael "Air" Jordan in an > expression > like: put "Michael "Air" Jordan" into variable… The "" characters cause

"" characters

2002-01-23 Thread Aurélien Durand
Hello, How is it possible to include the "" charaters in a "x" expression? For example a name with a sub-name like Michael "Air" Jordan in an expression like: put "Michael "Air" Jordan" into variableŠ The "" characters cause interferences and interrupt the script. Is there any way to resolve this

Filetype creator & type

2002-01-23 Thread Tim
Hi, I'm trying to change the file's creator & type by using the "filetype" property, but I've noticed that it can do so ONLY when you create a file with Open File command. As a workaround is it possible to get the contents of a given file, delete the file, create a new file with Open File command

Re: What's up with the time functions?

2002-01-23 Thread Nelson Zink
Ben, > And I get exactly the same result; I'm in the UK, and at this time of the > year that means GMT. It also makes no difference when I toggled daylight > savings time in the D&T control panel (admittedly I haven't quit and > relaunched Rev). Nelson Zink reported this from somewhere on GMT +9

FTP upload anomaly--file opened, but nothing written

2002-01-23 Thread Sivakatirswami
I have a script that uploads a file and then uploads a copy of the same file to a different directory. In 2.3.2 I wrote the socket myself (well, actually hacked from Andu's FTP client and dedicated to single site/file task) and used it completely, twice. This worked fine... one file is uploaded.

Re: Closestack and destroystack

2002-01-23 Thread Scott Rossi
On Wednesday, January 23, 2002, at 02:02 PM, Richard D. Miller wrote: > Let's say I've got a stack with one field in it holding data. When > another > stack starts up, I want that stack to just grab the data from the first > stack and that's it. I don't want the first stack to stay in memory

Image in pop-up window

2002-01-23 Thread Aurélien Durand
Hello and Bonjour!:) Does anybody knows how a mouseUp could open an image in a pop-up window (without making a specific card)? My card comes with several clickable thumbnails, so the user would clik on one of them in order to see a bigger version of the thumbnailed pic (just like in a web page).

Re: Password protecting to hide data

2002-01-23 Thread Scott Rossi
On Wednesday, January 23, 2002, at 02:15 PM, I wrote: > > On Wednesday, January 23, 2002, at 01:39 PM, Richard D. Miller wrote: > >> I'm interested in this idea of password protecting the stack, but it's >> not >> clear from the documentation how this is done. > > It's pretty straightforward:

Re: Password protecting to hide data

2002-01-23 Thread Scott Rossi
On Wednesday, January 23, 2002, at 01:39 PM, Richard D. Miller wrote: > I'm interested in this idea of password protecting the stack, but it's > not > clear from the documentation how this is done. It's pretty straightforward: set the password of stack myStack to mypassword Make sure you

Closestack and destroystack

2002-01-23 Thread Richard D. Miller
Let's say I've got a stack with one field in it holding data. When another stack starts up, I want that stack to just grab the data from the first stack and that's it. I don't want the first stack to stay in memory. Here's what I've done: created a closestack routine in the data stack. It contain

Re: replacetext

2002-01-23 Thread yves COPPE
>Awesome!!1 now just have to remember it for a day or two. > >Where was this little tidbit hidden...? Not a complaint...just a question > In the tutorial (I think) -- Greetings. Yves COPPE Email : [EMAIL PROTECTED] ___ use-revolution mailing lis

Re: Hide MenuBar

2002-01-23 Thread Jeanne A. E. DeVoto
At 10:23 PM -0800 1/22/2002, =?utf-8?Q?mazzapaolo@liber?= wrote: >I have a stack in Rev on the Mac for my 3 years old little child. >In order to prevent my little one to mess up my Mac I need something >like "Hide menubar" command in Hypercard. >How can I do the same in Rev? >How can I hide comple

Re: replacetext

2002-01-23 Thread Jeanne A. E. DeVoto
At 10:25 AM -0800 1/23/2002, Mike McManus wrote: >On Sunday, January 20, 2002, at 03:10 AM, David Vaughan wrote: >> So, some people aren't reading it and are then complaining. Do they >> also expect instructions on a milk carton saying "Do not invert after >> opening"? > >Since I originally posted

Password protecting to hide data

2002-01-23 Thread Richard D. Miller
I'm interested in this idea of password protecting the stack, but it's not clear from the documentation how this is done. The documentation says it's best to do the password protecting during distribution build. But the builder just gives on option to Encrypt With Password, indicating that that pr

Re: replacetext

2002-01-23 Thread Mike McManus
Awesome!!1 now just have to remember it for a day or two. Where was this little tidbit hidden...? Not a complaint...just a question On Wednesday, January 23, 2002, at 02:46 PM, yves COPPE wrote: >> - On 1/23/2002, Mike McManus wrote: >> - >>> I thin

CPU utilization in OS X

2002-01-23 Thread Bill Vlahos
Under Macintosh OS X, using a utility like the command line top a standalone is taking about 15% even when it isn't doing anything which seems high to me. Is there something I've missed? Is this a problem? Bill Vlahos ___ use-revolution mailing list

Re: hiding Data

2002-01-23 Thread Richard D. Miller
Kevin: > Indeed - there is no such limit. Fields can handle as much as you have RAM > for, and you can store the data off screen as binary in a custom property. How does one transform data into binary? Will it be possible to decode the 6 mb of binary data in a few seconds on startup? I looked at

Re: replacetext

2002-01-23 Thread yves COPPE
>- On 1/23/2002, Mike McManus wrote: >- >> I think I would like to just be able to copy the >> example from the dictionary to be sure I have the proper syntax for >> those seldom used commands and functions. >> > >THAT would be nice! > >~Roger > On Mac,

Re: replacetext

2002-01-23 Thread Roger . E . Eller
- On 1/23/2002, Mike McManus wrote: - > I think I would like to just be able to copy the > example from the dictionary to be sure I have the proper syntax for > those seldom used commands and functions. > THAT would be nice! ~Roger

Re: change fld selection on tab

2002-01-23 Thread Klaus Major
Bonsoir Yves, >> in the property-palette, set the "autotab" of these fields to true. > > I'm surely what slow in "comprehendsion" ! pas de problem... > I don't find this option in the fld palette ! > Where is it ? "Return key move to next field" is the name of that option in Rev. I do most of

Re: [Bugs?] Parenthesis, MacOS X and option menu

2002-01-23 Thread J. Landman Gay
[EMAIL PROTECTED] wrote: > > I have no *real* solution, but I can simply verify that I too have seen > this happen > in pop-up menus. They work fine on a PC containing a ")" character, but on > a Mac, > this causes them to be greyed out. My workaround was to use a square > bracket > "]" characte