Re: Changing the clickLine

2004-02-03 Thread J. Landman Gay
On 2/3/04 9:51 PM, Gardner, Joseph A wrote: The field I have created has traversalOn set to "true" and lockText also set to "true". What I really need is to get the up/down arrow keys to change the clickLine and then simulate a mouse click at the clickLine location. The magic word, as Richard ment

Re: slow revVideoFrameImage

2004-02-03 Thread Doug Lerner
On 2/4/04 1:47 PM, "J. Landman Gay" <[EMAIL PROTECTED]> wrote: > On 2/3/04 9:51 PM, Doug Lerner wrote: > >> So it seems the revVideoFrameImage command itself is causing the app to >> pause while it finishes the video grab. > > If I remember right, all externals act like that. When an external is

Re: slow revVideoFrameImage

2004-02-03 Thread J. Landman Gay
On 2/3/04 9:51 PM, Doug Lerner wrote: So it seems the revVideoFrameImage command itself is causing the app to pause while it finishes the video grab. If I remember right, all externals act like that. When an external is called, MetaCard passes control to the external and pauses until it returns.

Re: Changing the clickLine

2004-02-03 Thread Gardner, Joseph A
Erik, this works one way, but how do I do the reverse (i.e., "put tKlikLine into the clickLine")? It always seems to put tKlikLine into whatever line in the field was specified by the clickLine. I'm hoping I can change the actual _wording_ of the clickLine itself rather than just acting on the l

Re: Changing the clickLine

2004-02-03 Thread Thomas McGrath III
Richard, I just used the 'repeat for each' tonight and was actually very nervous because I was not used to it. It was like it didn't make sense to me. But actually it was what you said, i had to "unlearn" from how I did it before in SC. Well now that I've used it I love it. And yes custom prop

Re: Changing the clickLine

2004-02-03 Thread Scott Rossi
On 2/3/04 7:51 PM, "Gardner, Joseph A" <[EMAIL PROTECTED]> wrote: > The field I have created has traversalOn set to "true" and lockText also set > to "true". What I really need is to get the up/down arrow keys to change the > clickLine and then simulate a mouse click at the clickLine location. Ca

Re: Changing the clickLine

2004-02-03 Thread Richard Gaskin
Gardner, Joseph A wrote: > Richard said: > >> What I'm trying to do is "navigate" a list field using the up/down arrow >> keys. > > If you turn on the traversalOn property for the field that behavior happens > automatically. > > Yes, that's true, Richard, but it's quite different from the action

Re: slow revVideoFrameImage

2004-02-03 Thread Doug Lerner
On 2/4/04 12:47 PM, "Thomas McGrath III" <[EMAIL PROTECTED]> wrote: > Are you sure it is the reVideoFrameImage that is the hog? Yes. > Because if it is the send then you might need a "with messages" > or if it is a socket issue then you might need a "with messages" I am already doing the socket

Re: Changing the clickLine

2004-02-03 Thread Gardner, Joseph A
Yes, that's true, Richard, but it's quite different from the action of clicking a line in the field and performing an action on a file with the name of the text that you clicked on (the "value" of the clickLine). The field I have created has traversalOn set to "true" and lockText also set to "tr

Re: slow revVideoFrameImage

2004-02-03 Thread Thomas McGrath III
Are you sure it is the reVideoFrameImage that is the hog? Because if it is the send then you might need a "with messages" or if it is a socket issue then you might need a "with messages" I actually can't remember which needs it. HTH Tom On Feb 3, 2004, at 10:18 PM, Doug Lerner wrote: I am calli

Re: Three stage checkbox?

2004-02-03 Thread Sarah Reichelt
Thanks Chipp, that is a great idea and will indicate very clearly exactly what I am trying to show. Now I just have to draw the icons :-( Sarah On 4 Feb 2004, at 9:03 am, Chipp Walters wrote: I like the idea of a checkbox with a question mark inside it. An interesting (and clear to me) interfac

Re: send to back, bring to front

2004-02-03 Thread Thomas McGrath III
Jacqueline, I tried the trap in uniconifystack and it did not work. I finally just added a (send "dotoplevel" to stack "mainstack" in 30 milliseconds) in the uniconifystack message handler. Then in the dotoplevel I do the toplevel and it works. It seems the send "" in 30 was needed to set the t

slow revVideoFrameImage

2004-02-03 Thread Doug Lerner
I am calling revVideoFrameImage periodically and sending the grabbed frame over a socket. The problem is that the revVideoFrameImage command itself takes a noticeable amount of time: 1/4 - 1/2 second on my machine, 1 second or more on slower machines. In this app, at the same time people are doing

Re: send to back, bring to front

2004-02-03 Thread J. Landman Gay
On 2/3/04 8:44 PM, Thomas McGrath III wrote: I want to send to back a window and/or bring to front a stack window. Use the "toplevel" command. It brings the stack to the, well, top level. You can show your substacks this way: toplevel "mySubStackName" I need to change the order once a stack is

send to back, bring to front

2004-02-03 Thread Thomas McGrath III
Hello to everyone, I want to manipulate open stacks and substacks in a standalone. I want to send to back a window and/or bring to front a stack window. I need to change the order once a stack is un-minimized. I heard on the list that scripts do not send the uniconify message so how else can I

Re: Valentina?

2004-02-03 Thread Trevor DeVore
On Feb 3, 2004, at 4:08 PM, Brian Maher wrote: Hi Folks, If I wanted to use Valentina in a Revolution app on OS X what product would I need to purchase? They have a ton of them listed. Get the Valentina XCMD for use with Valentina. You will need to buy the Windows and Mac license for cross-pl

Re: Has anyone ever used the iconifyStack and unIconifyStack

2004-02-03 Thread Thomas McGrath III
Well, I tried this and a few variations and they work great for minimizing all open stacks when one is minimized. Also, by modifying the script for uniconifystack then all stacks will open when just one is un-minimized. My problem now is that I can not get the substacks to be on top regardless

Re: Changing the clickLine

2004-02-03 Thread Richard Gaskin
Gardner, Joseph A wrote: > What I'm trying to do is "navigate" a list field using the up/down arrow keys. If you turn on the traversalOn property for the field that behavior happens automatically. -- Richard Gaskin Fourth World Media Corporation _

Re: Valentina?

2004-02-03 Thread Brian Maher
Hi Brian, Thanks for the info. I purchased my copy and already got my serial number so I am good to go. Cheers, Brian ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Changing the clickLine

2004-02-03 Thread Gardner, Joseph A
Pretty close, Jan. :) What I'm trying to do is "navigate" a list field using the up/down arrow keys. This field shows the contents of a folder of text files and when a line is clicked the contents of the clickLine file are displayed. To speed up the process, I want to be able to display each fil

Re: Valentina?

2004-02-03 Thread Brian Yennie
You'll want to buy a license for Valentina XCMD- VXCMD. You can buy a Mac or Windows-only license from Paradigma for $200, or $300 for both. The license key you receive will be useable with both the downloads from Paradigma and with revdb. Releases are pretty frequent, so it is useful to downlo

Re: Labels and labeled Fields

2004-02-03 Thread Richard Gaskin
Dar Scott wrote: > > On Tuesday, February 3, 2004, at 03:16 PM, Richard Gaskin wrote: > >> Look in RevNet for "4W FormMaker" -- instant fields with matching >> labels. > > I am not familiar with RevNet. I found "4W FormMaker". Do I click > something and then a plugin will be installed? The t

Re: Three stage checkbox?

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 04:00 PM, Chipp Walters wrote: I like the idea of a checkbox with a question mark inside it. An interesting (and clear to me) interface element. I think I would understand, too. However, I might get confused if it looks like the question mark is covering the chec

Re:http password

2004-02-03 Thread Zac Elston
looks like my problem is with the standalone unix version not the gui version. i was trying to write a script to do some cgi queries from different info systems we have that don't talk to each other so I was basically hitting URL 1 , scrapping the info , then hitting url 2 with info from the s

Valentina?

2004-02-03 Thread Brian Maher
Hi Folks, If I wanted to use Valentina in a Revolution app on OS X what product would I need to purchase? They have a ton of them listed. Thanks, Brian ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-rev

RE: Three stage checkbox?

2004-02-03 Thread Chipp Walters
I like the idea of a checkbox with a question mark inside it. An interesting (and clear to me) interface element. best, Chipp ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Labels and labeled Fields

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 02:12 PM, Jan Schenkel wrote: A group would work, of course ; as long as you're one of those people who likes to work with 'Select grouped controls' turned off ;-) Of course. Is this one of those religious things like Mac vs. Windows? Otherwise you could make a n

Re: http password

2004-02-03 Thread Dave Cragg
At 3:08 pm -0500 3/2/04, Zac Elston wrote: i have a url that is "http://username:[EMAIL PROTECTED]/path/file.pl?var1=foo when using this url in a browser, it works when using "Get URL myquery" i get empty. even "get URL urlencode(myquery)" returns empty. what's the trick to getting this to work?

Re: Labels and labeled Fields

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 03:16 PM, Richard Gaskin wrote: Look in RevNet for "4W FormMaker" -- instant fields with matching labels. I am not familiar with RevNet. I found "4W FormMaker". Do I click something and then a plugin will be installed? The text field has the name and then a b

Re: Labels and labeled Fields

2004-02-03 Thread Richard Gaskin
Dar Scott wrote: > I find that setting up label fields and (more so) data fields with > associated label fields to be very tedious. Ideas? Perhaps I am doing > all this the hard way. Look in RevNet for "4W FormMaker" -- instant fields with matching labels. -- Richard Gaskin Fourth World Me

Re: Three stage checkbox?

2004-02-03 Thread Alex Rice
On Feb 2, 2004, at 10:37 PM, Sarah Reichelt wrote: Failing this, I guess I'll have to use normal buttons and switch their icons instead, but a series of checkboxes is much easier to read & set. Just another idea: use a scrollbar-slider and make it snap to left-right-middle positions. -- Alex R

Re: Three stage checkbox?

2004-02-03 Thread Sarah Reichelt
On 3 Feb 2004, at 10:29 pm, Björnke von Gierke wrote: Any form of one object having three stages is confusing and extremely nonstandard. Use 3 radiobuttons instead. Short description about how to do that: 1. make 3 radiobuttons, name them "Yes", "No" and "Don't know" 2. group them 3. use the "hi

Bug Database

2004-02-03 Thread Mark Chia
Hello Revolutionaries! Just a quick note to inform everyone that Bugzilla will be down for maintenance and restructuring on Wednesday. A number of people have provided feedback to Bugzilla's current implementation of bug statuses and resolutions. This along with the desire to know the version nu

PreceptorTools now freeware

2004-02-03 Thread Stephen Messimer
Hi all, PreceptorTools version 1.0.5 is now available for download. Download v 1.0.5 here: http://www.messimercomputing.com/pTDnLoads.html I have decided to release this version as Freeware. If you are an educator or a trainer or a hobbyist you can now use preceptorTools free of charge. Here'

Re: Labels and labeled Fields

2004-02-03 Thread Jan Schenkel
--- Dar Scott <[EMAIL PROTECTED]> wrote: > > On Tuesday, February 3, 2004, at 01:49 PM, Jan > Schenkel wrote: > > > Unfortunately it uses the 'name' property which > makes > > it hard to use in a multi-lingual environment, but > > maybe the concept could be revived and extended to > > other objec

Re: Labels and labeled Fields

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 02:02 PM, Dar Scott wrote: How about help from the IDE? Maybe a context menu that shows up for fields that creates a label for the field. The contents of the label field would be the name or label of the field at that time. The name would be "Label for x" where

Re: Labels and labeled Fields

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 01:49 PM, Jan Schenkel wrote: Unfortunately it uses the 'name' property which makes it hard to use in a multi-lingual environment, but maybe the concept could be revived and extended to other objects, such as fields. One problem is that there are now two sets of fi

Re: Labels and labeled Fields

2004-02-03 Thread Jan Schenkel
--- Dar Scott <[EMAIL PROTECTED]> wrote: > I find that setting up label fields and (more so) > data fields with > associated label fields to be very tedious. Ideas? > Perhaps I am doing > all this the hard way. > > Dar Scott > Digging in my lousy memory, I found that HyperCard allowed you to

Re: http password

2004-02-03 Thread Alex Rice
On Feb 3, 2004, at 1:27 PM, Jan Schenkel wrote: It is possible that the server is using some form of authentication that is stored in the httpHeaders -- checking the log should point that out. And if it's a "Basic" http authentication then probably all that is required is sending these HTTP heade

re: Three-stage checkbox

2004-02-03 Thread Barry Levine
I think someone else already voiced disagreement to the use of a three-stage checkbox to indicate "Yes", "No", and "Don't know". I'll toss in my two cents, as well. For a three-stage checkbox to have a line through it, it indicates that it encompasses some portion of both the Yes and No states.

Re: http password

2004-02-03 Thread Jan Schenkel
--- Zac Elston <[EMAIL PROTECTED]> wrote: > i have a url that is > "http://username:[EMAIL PROTECTED]/path/file.pl?var1=foo > > when using this url in a browser, it works > > when using "Get URL myquery" i get empty. > > even "get URL urlencode(myquery)" returns empty. > > what's the trick to

Message Watcher: customize "Suppress Messages"?

2004-02-03 Thread erik hansen
hello, Message Watcher "Suppress Messages" lets you add Messages to Suppress one at a time. is there a way to automate this by loading a list of messages all at once? the answer is probably: if you don't know how to get into the code then don't mess with it. Erik Hansen = [EMAIL PROTECTED]

Labels and labeled Fields

2004-02-03 Thread Dar Scott
I find that setting up label fields and (more so) data fields with associated label fields to be very tedious. Ideas? Perhaps I am doing all this the hard way. Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailm

Re: Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Dave Cragg
At 12:57 pm -0700 3/2/04, Dar Scott wrote: On Tuesday, February 3, 2004, at 12:52 PM, Bojsza wrote: It doesn't have to be the same password. I just want to have the stacks that are created by a standalone to be encrypted. So, if I placed a password field with a password in it and had that placed

Re: Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Jan Schenkel
--- Bojsza <[EMAIL PROTECTED]> wrote: > You would have thought that someone would have done > this at one time to > protect their "data" stacks? > > From the Transcript dictionary for encrypt it says > that mcEncrypt is an > internal function...so how can I do it? Is their > another function bu

Re: Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Richard Gaskin
Bojsza wrote: > You would have thought that someone would have done this at one time to > protect their "data" stacks? > > From the Transcript dictionary for encrypt it says that mcEncrypt is an > internal function...so how can I do it? Is their another function built > in? I don't know of one,

Re: Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 01:02 PM, Bojsza wrote: From the Transcript dictionary for encrypt it says that mcEncrypt is an internal function...so how can I do it? Is their another function built in? Look at password and passKey in the Transcript dictionary. When you clone to create a data

Re: Changing the clickLine

2004-02-03 Thread erik hansen
--- "Gardner, Joseph A" <[EMAIL PROTECTED]> > wrote: I'd like to change "line 1 of field 1" to "line 2 of field 1". put the clickLine into tKlikLine put 2 into word 2 of tKlikLine clickChunk & clickCharChunk are also useful (thanks Ken). Erik Hansen = [EMAIL PROTECTED]http://www.erikh

http password

2004-02-03 Thread Zac Elston
i have a url that is "http://username:[EMAIL PROTECTED]/path/file.pl?var1=foo when using this url in a browser, it works when using "Get URL myquery" i get empty. even "get URL urlencode(myquery)" returns empty. what's the trick to getting this to work? thanks -zav _

Re: Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Bojsza
You would have thought that someone would have done this at one time to protect their "data" stacks? From the Transcript dictionary for encrypt it says that mcEncrypt is an internal function...so how can I do it? Is their another function built in? Glen On Tuesday, February 3, 2004, at 01:57

Re: Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 12:52 PM, Bojsza wrote: It doesn't have to be the same password. I just want to have the stacks that are created by a standalone to be encrypted. So, if I placed a password field with a password in it and had that placed in the stack that is part of the distribu

Re: Three stage checkbox?

2004-02-03 Thread Jim Carwardine
I'm not far enough along in Rev to know for sure, but can you do some sort of group behaviour? I recall in HC you could have a family of buttons that or'd each other... Jim on 2/3/04 1:37 AM, Sarah Reichelt wrote: > Hi All, > > I have a need for a three-stage checkbox, in my case signifying >

Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Bojsza
It doesn't have to be the same password. I just want to have the stacks that are created by a standalone to be encrypted. So, if I placed a password field with a password in it and had that placed in the stack that is part of the distribution build can it be used to encrypt any stacks created?

Re: Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 12:25 PM, Bojsza wrote: Is there a way to have the standalone create stacks that are encrypted using the same password that was used for the distribution build? Does this have to be the same password? If the password was put into the script and the build is encr

Re: Three stage checkbox?

2004-02-03 Thread erik hansen
--- Dar Scott <[EMAIL PROTECTED]> wrote: > You can have a custom property of the button or > group that has just the > state value you want. > > All of my ideas involve a little bit of work, > but they should be > reusable: > > 1. Switch Icon IDs (as you suggested) > > 2. Group a rectangle

Encryption of Saved Stack of Standalone (Linux)

2004-02-03 Thread Bojsza
I am trying to figure out if it is possible to encrypt a saved stack that is created from a standalone. When I build the distribution for the Rev Employee database example I check "Encrypt with password" in the stacks tab and this works fine for the stacks in the build (the stacks are : EmpDB,

Re: kerning

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 08:46 AM, Chris Sheffield wrote: You would think this would work, but it doesn't seem to do anything. Could only work with certain fonts? I tried both expanded and condensed with Arial and the standard system font on Windows, and it didn't to anything. A bug m

Re: Three stage checkbox?

2004-02-03 Thread Dar Scott
On Tuesday, February 3, 2004, at 05:26 AM, Björnke von Gierke wrote: Any form of one object having three stages is confusing and extremely nonstandard. Use 3 radiobuttons instead. Short description about how to do that: 1. make 3 radiobuttons, name them "Yes", "No" and "Don't know" 2. group them

Rev Example Database Build for Linux

2004-02-03 Thread Bojsza
Thanks, this helped ! This is a long shot, but it could be that the stack is somewhere off-screen. Could you add the following line to the 'openStack' handler of your splash screen : -- answer the windowBoundingRect -- If any of the numbers in the windowBoundingRect is negative, there's a good c

Re: Application Generators

2004-02-03 Thread Rob Cozens
expect a release of Serendipity Library with AppGen features in about a week If anyone is interested in testing a pre-release version of the SDB Tools plugin, contact me privately. I should be in a position to provide a download URL in 24-36 hours. Rob Cozens CCW, Serendipity Software Company h

Re: Rev Example Database Build for Linux

2004-02-03 Thread Jan Schenkel
--- Bojsza <[EMAIL PROTECTED]> wrote: > I am trying to build the example database from the > Rev tutorial to run > as a standalone for Linux.The Splash screen comes up > , followed by the > Welcome screen where I can open and existing > database or create a new > database...after either one of t

Rev Example Database Build for Linux

2004-02-03 Thread Bojsza
I am trying to build the example database from the Rev tutorial to run as a standalone for Linux.The Splash screen comes up , followed by the Welcome screen where I can open and existing database or create a new database...after either one of the selections the Welcome Screen closes but the Emp

Re: use-revolution Digest, Vol 5, Issue 16

2004-02-03 Thread Martin Baxter
>I'd like to chime in for a second, as Martin is >correct in assuming that this runs off into an >infinite loop : if the substack doesn't have an >iconifyStack handler of its own, the mainstack will >get the same message again. >So the solution is probably along the lines of : >-- >local sBusyIconi

Video_Input.rev and OS X 10.3.2?

2004-02-03 Thread Doug Lerner
I am running OS X 10.3.1. If I try the Video_Input.rev stack in the Revolution "Sample Stacks" folder it works. But a co-worker is running 10.3.2 and he cannot get the video grabber to open. Can anybody else confirm that that sample stack runs properly in 10.3.2? Thanks, doug _

Re: Three stage checkbox?

2004-02-03 Thread Björnke von Gierke
Any form of one object having three stages is confusing and extremely nonstandard. Use 3 radiobuttons instead. Short description about how to do that: 1. make 3 radiobuttons, name them "Yes", "No" and "Don't know" 2. group them 3. use the "hilitedButtonName" of the group like this: put the hilite

Re: Player FileName from Loaded URL

2004-02-03 Thread Richard Gaskin
Scott Rossi wrote: > Is it possible to set the fileName of a player to a loaded URL? > > I have script which loads the URL of an audio file into the local cache. > But if I try to set the fileName of a player to the loaded URL, the result > reads "could not open movie file". This technique works

Re: Player FileName from Loaded URL

2004-02-03 Thread Signe Marie Sanne
At 22:12 02.02.2004 -0800, you wrote: [I asked a question similar to the following in the past without a definitive answer so I thought I'd try again to see if there's any new insight :-) ] Is it possible to set the fileName of a player to a loaded URL? I have script which loads the URL of an audi

Re: remote accell

2004-02-03 Thread Jan Schenkel
--- hershrev <[EMAIL PROTECTED]> wrote: > Hi all, > I built a database solution (postgres) I can't > connect from a different > computer. The fire wall is off. The DB is situated > on a Mac OS 10.2.9 > Thanks hershrev > A few questions come to mind : - are you using your own scripts or rather th

Re: Has anyone ever used the iconifyStack and unIconifyStack

2004-02-03 Thread Jan Schenkel
--- Martin Baxter <[EMAIL PROTECTED]> wrote: > > > Thomas McGrath III wrote > >I want the main stack and it's substacks to > minimize when one of them > >is minimized. > >The user may minimize either the main stack and > then it's substacks > >that are open will minimize OR they may minimize a > s

Re: Accelerator Keys for Button Menu Items Broken on Panther?

2004-02-03 Thread Ian Wood
If one clicks on the button in Mac OSX 10.3.. the Cmd key symbol and letter "F" and "G" appear as expected on the item list. Trouble is, they don't work. They never did work for years in the IDE... and I recall at one point they did start working if you suspended the IDE from the Rev menu

video sample stack

2004-02-03 Thread Doug Lerner
You know that video sample stack included with Revolution? It works on my OS X system, but on a co-workers system the video grabber window never opens up. Both are the same OS X 10.3.1 systems. Both of us have an iSight camera. Both of us can use the iSight for iChat AV. But the stack works on min

Re: Accelerator Keys for Button Menu Items Broken on Panther?

2004-02-03 Thread Ian Wood
On 22 Nov 2003, at 05:14, Sannyasin Sivakatirswami wrote: I have a pulldown button "Find" with two items Find/F Find Again/G If one clicks on the button in Mac OSX 10.3.. the Cmd key symbol and letter "F" and "G" appear as expected on the item list. Trouble is, they don't work. They never did

Re: Has anyone ever used the iconifyStack and unIconifyStack

2004-02-03 Thread Martin Baxter
> Thomas McGrath III wrote >I want the main stack and it's substacks to minimize when one of them >is minimized. >The user may minimize either the main stack and then it's substacks >that are open will minimize OR they may minimize a substack and the >main stack & other substacks will minimize. >

Re: Changing the clickLine

2004-02-03 Thread Jan Schenkel
--- "Gardner, Joseph A" <[EMAIL PROTECTED]> wrote: > Hello group. Is there an easy way to change the > clickLine? For example, I'd like to change "line 1 > of field 1" to "line 2 of field 1". I've tried to > put 2 into word 2 of the clickLine, but that just > puts "2" into the field. Any advice on

Changing the clickLine

2004-02-03 Thread Gardner, Joseph A
Hello group. Is there an easy way to change the clickLine? For example, I'd like to change "line 1 of field 1" to "line 2 of field 1". I've tried to put 2 into word 2 of the clickLine, but that just puts "2" into the field. Any advice on modifying the clickLine? Many thanks in advance... joe.

popup mystery

2004-02-03 Thread Friedrich F. Grohmann
I've created two identical popup buttons on the same card. The only difference between them consists in the language/font of the menu items: the items of popE are in English, those of popC in Chinese (with the button font specified as "Apple LiSung Light,Chinese"). popE displays all the items a

Re: Stealth Browser release

2004-02-03 Thread xbury . cs
>You may want to rename your application. > >I think someone else is already using the name >Stealth Browser. thanks, I'll add an X somewhere... I just simply forgot... >Do a search on the internet for it and you will find it. > >Do I really have to register on your website just to try this out?