RE: 'un-style' clipboard text...

2004-03-01 Thread Chipp Walters
Jan, While yours works, the problem is that the field doesn't retain it's selection status. I want to hilite some text in a field, paste (replacing hilited text) and retain the hilite of the text just pasted. Thanks for your help, best, Chipp > Hi Chipp, > > My solution is a bit if a kludge as

RE: 'un-style' clipboard text...

2004-03-01 Thread Chipp Walters
Hi Jeanne, put the clipboard["text"] into field "Unstyled" creates a script error put the clipboardData["text"] into field "Unstyled" doesn't remove the style... any other ideas?? -Chipp > put the clipboard["text"] into field "Unstyled" > -- > jeanne a. e. devoto ~ [EMAIL PROTECTED]

Re: 'un-style' clipboard text...

2004-03-01 Thread Jan Schenkel
--- Chipp Walters <[EMAIL PROTECTED]> wrote: > I would like to remove any style from the clipboard > text. Any idea how to do > this? > > New stack, create two fields > Set the text formatting of the 2 fields to 2 > different settings. > > Say, fld 1 is Arial 14 pt > fld 2 is Courier New 24 pt >

Re: 'un-style' clipboard text...

2004-03-01 Thread Jeanne A. E. DeVoto
At 12:22 AM -0600 3/2/2004, Chipp Walters wrote: I would like to remove any style from the clipboard text. Any idea how to do this? put the clipboard["text"] into field "Unstyled" -- jeanne a. e. devoto ~ [EMAIL PROTECTED] http://www.jaedworks.com ___ use

Re: Again with the start using.

2004-03-01 Thread Jeanne A. E. DeVoto
At 1:44 PM -0800 3/1/2004, Richard Gaskin wrote: By what rules could one intuit whether a given token is a function or a property? Jeanne, what's Kamins' argument for this one? You mean Winkler's? I'm not sure myself. I do note though that global properties in HyperTalk can be expressed as prope

'un-style' clipboard text...

2004-03-01 Thread Chipp Walters
I would like to remove any style from the clipboard text. Any idea how to do this? New stack, create two fields Set the text formatting of the 2 fields to 2 different settings. Say, fld 1 is Arial 14 pt fld 2 is Courier New 24 pt Type some text into fld 1. Now cut and paste into fld 2. I want t

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: well here are the two functions.. next ;-) -Sean A thing of beauty, Sean. Thank you. -- Richard Gaskin Fourth World Media Corporation ___ [EMAIL PROTECTED] http://www.FourthWorld.com <% function fwPack(

RE: fwPack/fwUnpack in php?

2004-03-01 Thread Chipp Walters
> well here are the two functions.. next ;-) > > -Sean > > Great! If you don't mind, I'll include them in the fwPack/Unpack tutorial I have at: http://www.altuit.com/webs/altuit2/RunRev/Tutorials.htm Next? H. how about them in .asp??? -Chipp ___

Re: More scrolling images

2004-03-01 Thread Ken Norris
>> Date: Mon, 1 Mar 2004 15:08:37 -0700 >> From: Dar Scott <[EMAIL PROTECTED]> >> Subject: Re: More scrolling images >> In the Revolution goc, "grc" means "graphic" not "image", so I'm >> confused. I don't know what it is for. > --- > I grouped the grc and added scrollbars to it, then I e

Re: Problem with Image on background property

2004-03-01 Thread J. Landman Gay
I see where you are coming from now. I always think of it as: a group with background behavior is a shared group that is only placed on one card. This probably stems from my HC experience, where 1-card backgrounds are very common. On 3/1/04 11:08 PM, Dar Scott wrote: On Monday, March 1, 2004,

Re: substack and systemWindow property

2004-03-01 Thread [EMAIL PROTECTED]
> AH! OK...THANK YOU Sean!! ...maybe you should charge a little $$ (now > that I already have *my* hands on it :) nah.. it's something that should belong in the engine (just like the mac versions).. also if i was to charge for anything i'm sure you'd expect upgrades or support or something ;-)

Re: fwPack/fwUnpack in php?

2004-03-01 Thread [EMAIL PROTECTED]
well here are the two functions.. next ;-) -Sean <% function fwPack($pData, $pPassword="") { if ($pPassword === ""): $pData = "00" . gzencode($pData); else: $tKeyString = pack("H*", md5($pPassword)); $tKeyStringLen = strlen($tKeyString); $pData = gzencode($pData); $tDa

Re: Problem with Image on background property

2004-03-01 Thread Dar Scott
On Monday, March 1, 2004, at 09:19 PM, J. Landman Gay wrote: Note that background behavior is not the same as sharing the group, that is, placing the group among several cards in the same stack. How is it different? A group may be shared among several cards. That is independent of whether the b

Re: fwPack/fwUnpack in php?

2004-03-01 Thread [EMAIL PROTECTED]
below follows the fwPack code in PHP.. fwUnpack is coming -Sean <% function fwPack($pData, $pPassword="") { if ($pPassword === ""): $pData = "00" . gzencode($pData); else: $tKeyString = pack("H*", md5($pPassword)); $tKeyStringLen = strlen($tKeyString); $pData = gzencode($p

RE: substack and systemWindow property

2004-03-01 Thread Chipp Walters
I've found that in XP the systemWindow property only works with the decorations set to "default" Any other setting and it just behaves like a regular stack... -Chipp > Sean, the systemWindow property should work on Windows ... are you sure > that it doesn't? If so, you should Bugzilla it... > >

Re: Problem with Image on background property

2004-03-01 Thread J. Landman Gay
On 3/1/04 7:43 PM, Dar Scott wrote: Note that background behavior is not the same as sharing the group, that is, placing the group among several cards in the same stack. How is it different? -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www

Re: Opening a zipped file in RunRev?

2004-03-01 Thread Dar Scott
On Monday, March 1, 2004, at 08:01 PM, Scott Rossi wrote: Sure - decompress it locally and then run it. See the decompress function. But that's gzip. Or has something new come along? The original example posted lists a stack as the zipped file. Thus it would possible to compress the original s

Re: Opening a zipped file in RunRev?

2004-03-01 Thread Scott Rossi
On 3/1/04 5:49 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: >>> I don't suppose there is any way for RunRev to deal with a zipped >>> file, i.e., myStack.rev.zip? >> >> Sure - decompress it locally and then run it. See the decompress >> function. > > But that's gzip. Or has something new come a

Getting palette buttons to work on another stack

2004-03-01 Thread Sarah Reichelt
Jonathan is having email problems and asked me to forward this to the list - Sarah. --- What's the best way to get a palette button to work on another stack? In HyperCard, you could refer to an object (e.g. "field 1") in a palette-button's handler and it would be obvious that thi

RE: Problem with Image on background property

2004-03-01 Thread Ken Ray
You enter a closed time loop and age rapidly until you hit Command-period... :-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Thomas McGrath II

RE: substack and systemWindow property

2004-03-01 Thread Ken Ray
Sean, the systemWindow property should work on Windows ... are you sure that it doesn't? If so, you should Bugzilla it... Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROT

Re: substack and systemWindow property

2004-03-01 Thread Ops
AH! OK...THANK YOU Sean!! ...maybe you should charge a little $$ (now that I already have *my* hands on it :) Opie [EMAIL PROTECTED] wrote: oddly enough they added the feature into the mac versions, but they left out the windows versions (heck they could have even used my code ;-) -Sean --

Re: Paint Palette issue

2004-03-01 Thread Dar Scott
On Monday, March 1, 2004, at 02:36 PM, Thomas McGrath III wrote: My paint palette is square and has buttons that do nothing and others that cover up other buttons. I have seen variations of this. Are you up to bugzilla-ing? After you make the bug entry go back in and leave your picture. Dar S

Re: System Requirements

2004-03-01 Thread Dar Scott
On Monday, March 1, 2004, at 11:45 AM, Thomas Cole wrote: Could someone kindly tell me what the minimum processor speed and RAM requirements are for Rev standalones? Is the rest all right? What are developers putting on their cd's? Perhaps the system requirements for the Revolution product can b

Re: Problems with cloning cards...

2004-03-01 Thread Mark Talluto
On Mar 1, 2004, at 8:56 AM, Stephen King wrote: I am having some trouble understanding cloning cards. I am using the clone approach at the moment so that card script is carried over (maybe templates are the way but I haven't investigated them yet). 1. In the script On..handler ... Clone car

Re: Opening a zipped file in RunRev?

2004-03-01 Thread Dar Scott
On Monday, March 1, 2004, at 09:30 AM, Scott Rossi wrote: I don't suppose there is any way for RunRev to deal with a zipped file, i.e., myStack.rev.zip? Sure - decompress it locally and then run it. See the decompress function. But that's gzip. Or has something new come along? Dar Scott

Re: Problems with cloning cards...

2004-03-01 Thread Mark Talluto
On Mar 1, 2004, at 8:56 AM, Stephen King wrote: Hi All, I should have stuck with one card stacks! I am having some trouble understanding cloning cards. I am using the clone approach at the moment so that card script is carried over (maybe templates are the way but I haven't investigated th

Re: Problem with Image on background property

2004-03-01 Thread Dar Scott
On Monday, March 1, 2004, at 07:21 AM, Thomas McGrath III wrote: What happens if you have a group set to background behavior and then put that in a group that does not have background behavior? curious Tom I don't know. However, properties can be set unshared even in nested groups. My guess:

Re: System Requirements

2004-03-01 Thread Mark Talluto
On Mar 1, 2004, at 10:45 AM, Thomas Cole wrote: I have a publisher who wants to distribute a CD with my rev standalones. Previously, when I used HyperCard for Mac and Toolbook for Windows, the system requirements on the CD read: Windows 386/33 processor with 8 MB RAM Windows 95 or higher Single

Re: substack and systemWindow property

2004-03-01 Thread [EMAIL PROTECTED]
oddly enough they added the feature into the mac versions, but they left out the windows versions (heck they could have even used my code ;-) -Sean -Original Message- > and "windowTopMost"...was there an easier way or a way to do it without > the use of the dll?

Re: Using libs from several stacks

2004-03-01 Thread Dar Scott
On Monday, March 1, 2004, at 07:01 AM, Rob Cozens wrote: Serendipity Library does not pass libraryStack, because, IMFO, there should be no action required of other developers' libraries when it is put in use. The idea is that libraryStack is passed when that particular library is _not_ being pu

Re: Differences between standalone results and IDE results

2004-03-01 Thread Mark Talluto
This is true most of the time. I close and reopen the AB. You really do not need it when you run my sample script. You can tell what card you are on. What is interesting is that Rev stops running code past the "clone this card" line. It just stops. It does not crash or hang. I just stops

Re: How do I combine Control & Return in a field

2004-03-01 Thread Jan Sælid
Perfect. Thanks! Jan On 2 Mar 2004, at 10:01:03 Sarah Reichelt wrote: >This is untested but should work: >on returnInField > if the controlKey is down then > -- put your "add new page" scripts here >else > pass returnInField >end if >end returnInField >Cheers, >Sarah >On 2 Ma

Re: Using libs from several stacks

2004-03-01 Thread Dar Scott
On Sunday, February 29, 2004, at 01:15 PM, Richard Gaskin wrote: May be there is libraryStack handler used and it tries to load sth second time. The libraryStack message can be problematic, since to use it robustly requires the same structure for any usage which is stack-specific: on librarySta

Re: "Read" a URL?

2004-03-01 Thread [EMAIL PROTECTED]
> It's not possible to use the read command on a URL, as far as I know. > (If you're talking to a server via HTTP, I believe the protocol > requires you to download the entire file to get access to any of it.) actually i'm not sure how the read command works, nor how the libUrl stuff works, but

Re: More scrolling images

2004-03-01 Thread Ken Norris
on 3/1/04 2:09 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > Date: Mon, 1 Mar 2004 15:08:37 -0700 > From: Dar Scott <[EMAIL PROTECTED]> > Subject: Re: More scrolling images > > > On Monday, March 1, 2004, at 03:49 AM, Ken Norris wrote: > >> I finally sort of deciphered a little of this an

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Christopher Mitchell
No problem here, that's great news. Yours, Chris On Mar 1, 2004, at 4:59 PM, J. Landman Gay wrote: On 3/1/04 4:15 PM, Christopher Mitchell wrote: And now the link shows up as an "oops you hit a page that is not here" The beta has been moved to another location. One of the advantages of being an

OS X Standalone Prog Folder Problem? AGAIN

2004-03-01 Thread François Cuneo
Hello! I have exactly the same problem! My application configuration is Cuk Calcul Oral.rev DataFolder Data.edb LanguageFolder French.rev FilmsFolder FrenchFolder bravo.mov faux.mov In developpement on MacOSX

Re: german grammar lesson II, was Re: [ANN] Tutti 3D :-)

2004-03-01 Thread Erik Hansen
"many Germans cannot talk German themselves" that explains the Google translations: Wolfgang Neuss is a term: "the man with the bass drum". On 03 December 1923 it was born in Breslau, 1941 shoots themselves it in the war the index finger of the left hand, in order to come into the military hospit

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Marian Petrides
Ah, that explains it, thanks. On Mar 1, 2004, at 7:10 PM, Chipp Walters wrote: you'll need to subscribe to the improve-revolution list. Check with [EMAIL PROTECTED] for more information... -Chipp Marian Petrides wrote: And how do Enterprise Users learn of said betas? I'm an Enterprise license

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Chipp Walters
you'll need to subscribe to the improve-revolution list. Check with [EMAIL PROTECTED] for more information... -Chipp Marian Petrides wrote: And how do Enterprise Users learn of said betas? I'm an Enterprise licensee but had no idea of this beta until seeing this post. ___

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Chipp Walters
Brian, MDFIgZi/v4x+q13GwW/ZOBfxRw9rRDXr2cuhxc9rATBXtTVpKTbU4l9FQ1LvgJbsZi01bMp+ ioZXNfHvqJbGG2XoUXVT8x3E+KRKZ+Uvc2SauCroGWsZxL/EzSBWuDdKYUSq3BOP25FDdUs6 SWpBQKQL4cmi+bbl+Rbq0OC6JhpmonoLNsMRgrD+0FLEnI6cU4rBCpC/ use "fred" as the unpack password... best, Chipp Brian Yennie wrote: Ah, OK- cool.

duplicate table field

2004-03-01 Thread hershrev
Hi, every body Who can I create a container ( array or customProp) with the exact behavior as table field (mainly columns)? thanks hershrev ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Marian Petrides
And how do Enterprise Users learn of said betas? I'm an Enterprise licensee but had no idea of this beta until seeing this post. Marian On Mar 1, 2004, at 5:59 PM, J. Landman Gay wrote: On 3/1/04 4:15 PM, Christopher Mitchell wrote: And now the link shows up as an "oops you hit a page that is n

Re: Question for Windows people

2004-03-01 Thread Chipp Walters
David Squance wrote: I need my little project to work under XP, and need a little help, being a Mac guy. First, when the build only shows the one .exe file, will the substack allow changes to be saved? The engine is supposed to be attached to a splash screen mainstack, and the substack is hidd

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Chipp Walters
You can get Richard's fwPack/Unpack tutorial at: http://www.altuit.com/webs/altuit2/RunRev/Tutorials.htm (bottom of page) Richard Gaskin wrote: Chipp's made a nifty shell for playing with fwPack/fwUnpack, but I can't find it on his download page. Chipp, did you move it, or am I misrememberin

Re: How do I combine Control & Return in a field

2004-03-01 Thread Sarah Reichelt
This is untested but should work: on returnInField if the controlKey is down then -- put your "add new page" scripts here else pass returnInField end if end returnInField Cheers, Sarah On 2 Mar 2004, at 9:16 am, Jan Sælid wrote: How is it possible to check the controlKey together wi

Windows question

2004-03-01 Thread David Squance
Woops. Forgot one. I used an open printing with dialog, and that works fine in the IDE and standalone on my Mac, but no dialog appears on the XP. Is there some undocumented difference there? Thanks, Dave ___ use-revolution mailing list [EMAIL PROTECTE

Question for Windows people

2004-03-01 Thread David Squance
I need my little project to work under XP, and need a little help, being a Mac guy. First, when the build only shows the one .exe file, will the substack allow changes to be saved? The engine is supposed to be attached to a splash screen mainstack, and the substack is hidden inside somewhere. I k

How do I combine Control & Return in a field

2004-03-01 Thread Jan Sælid
How is it possible to check the controlKey together with the returnKey in a field? This combination seems to be a built-in key-combo in rev. But I'm not sure what it does...can't find it in the docs. Is there a way to disable it? It is a commonly used combination for adding a new page in a docum

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread J. Landman Gay
On 3/1/04 4:15 PM, Christopher Mitchell wrote: And now the link shows up as an "oops you hit a page that is not here" The beta has been moved to another location. One of the advantages of being an Enterprise license holder is access to the betas and the ability to provide direct early feedback t

Re: label names

2004-03-01 Thread hershrev
Yes , it was my mistake , typo was responsible. Thanks to all. I really appreciate for the time and help from you people out there very kind from all of you. Thanks again. On Monday, March 1, 2004, at 02:06 PM, Chipp Walters wrote: They've always worked here. try in the messagebox: create butto

Re: Again with the start using.

2004-03-01 Thread Richard Gaskin
Kevin wrote: So, a stack initiated by a "start using" is not listed in the > Application browser. Stacks in use are not open. Opening a stack is a very different thing. "Start using" merely inserts the stack script in the message path, but does not open nor render the stack. -- Richard Gask

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Richard Gaskin
Brian Yennie wrote: While I'm intrugued by the contest nature of that, you could perhaps more easily just use the functions in a stack with one field and one button. :) Yeah, I guess I'm functioning in lazy mode today. I'll probably grab the stack sometime later, "real" work calls =). It's even

Re: Again with the start using.

2004-03-01 Thread Kevin
So, a stack initiated by a "start using" is not listed in the Application browser. Okay, so when building a standlone what happens to "start using" statements on preOpenCard? Does the distribution builder redefine "start using" as NOOP? -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Jan Schenkel
--- Christopher Mitchell <[EMAIL PROTECTED]> wrote: > And now the link shows up as an "oops you hit a page > that is not here" > > Yours, > Chris > Hi Chris (and anyone else trying to get the beta) Tom accidentally posted the link on this list ; however, the beta was reserved for the Enterprise

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Christopher Mitchell
And now the link shows up as an "oops you hit a page that is not here" Yours, Chris On Mar 1, 2004, at 11:47 AM, Thomas McGrath III wrote: Yeah, I almost missed it too. But there it was.. T On Mar 1, 2004, at 12:45 PM, Klaus Major wrote: Hi Thomas McGrath III, Klaus, The first beta of Revo

Re: More scrolling images

2004-03-01 Thread Dar Scott
On Monday, March 1, 2004, at 03:49 AM, Ken Norris wrote: I finally sort of deciphered a little of this and put it together with what I did before. I made a grc and grouped it with scrollbars, then turned on edit group and referenced a fullscreen image, sent it to the back, shut off edit group.

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Brian Yennie
While I'm intrugued by the contest nature of that, you could perhaps more easily just use the functions in a stack with one field and one button. :) Yeah, I guess I'm functioning in lazy mode today. I'll probably grab the stack sometime later, "real" work calls =). If you need a challenge I sho

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Richard Gaskin
Brian Yennie wrote: >> It's described in my column at revJournal: >> I'll make a deal: someone send me a fwPacked message off-list that I'll recognize when I unpack it properly, and I'll whip up a PHP script that unpacks it. While I'm intrug

Re: label names

2004-03-01 Thread Mark Wieder
hershrev- Still works fine for me: set the label of button "btnData" to "Data Table" where button "btnData" is a checkbox. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/

Re: Again with the start using.

2004-03-01 Thread Richard Gaskin
Rob Cozens wrote: FWIW, the Rev Dictionary defines stacksInUse as a property, not a function, and "put stacksInUse()" from the Message Box returns an error. Get some rest, Richard. :{`) I need it, but this is a language subtlety that has conused me even when well rested. I tend to think of

Re: Paint Palette issue

2004-03-01 Thread Thomas McGrath III
Yeah, yeah, yeah, Well I forgot and tried anyway. But normally it kicks back the whole message and this time it sent it through with out the image. Today is my day for screwing up. So I am going to hide under my desk for awhile and ride out this storm I'm in. My paint palette is square and has

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Brian Yennie
Ah, OK- cool. I'll make a deal: someone send me a fwPacked message off-list that I'll recognize when I unpack it properly, and I'll whip up a PHP script that unpacks it. - Brian Brian Yennie wrote: What is the resulting format from fwPack? I'm fairly experienced with PHP, so I could help if

Re: Again with the start using.

2004-03-01 Thread Rob Cozens
The stackInUse function returns a list of all currently libraried stacks. Richard, et al: FWIW, the Rev Dictionary defines stacksInUse as a property, not a function, and "put stacksInUse()" from the Message Box returns an error. Get some rest, Richard. :{`) -- Rob Cozens CCW, Serendipity So

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Richard Gaskin
Brian Yennie wrote: What is the resulting format from fwPack? I'm fairly experienced with PHP, so I could help if I knew the details... It's described in my column at revJournal: -- Richard Gaskin Fourth World Media Corporation

Re: Again with the start using.

2004-03-01 Thread Rob Cozens
It seems the library stacks in question are listed as "Stacks in Use". Is this normal? Yup. When a "start using ..." statement is processed successfully, the library stack is added to the stacksInUse property. The Message Box button, as you know, displays the contents of stacksInUse, which y

Re: Again with the start using.

2004-03-01 Thread Richard Gaskin
Kevin wrote: Does the stack name appear in the list of libraried stacks in the Message Box? Interesting I did not see that in the Message Box! It seems the > library stacks in question are listed as "Stacks in Use". > Is this normal? Yes. The stackInUse function returns a list of all currently

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Brian Yennie
What is the resulting format from fwPack? I'm fairly experienced with PHP, so I could help if I knew the details... Frank, If/when you get it converted, could you please send me a copy and/or post it here. I'd like to have it, too! best, Chipp Frank Leahy wrote: Frank Leahy wrote: I'm succ

Re: Paint Palette issue

2004-03-01 Thread Ken Norris
== > Date: Mon, 1 Mar 2004 14:06:35 -0500 > From: Thomas McGrath III <[EMAIL PROTECTED]> > Subject: Paint Palette issue > > Does anyone's paint palette look like this? Like what, Tom? You can't post attachments to the group list, you know. Ken N. __

Re: Again with the start using.

2004-03-01 Thread Kevin
>Does the stack name appear in the list of libraried stacks in the >Message Box? Interesting I did not see that in the Message Box! It seems the library stacks in question are listed as "Stacks in Use". Is this normal? Kevin --- On Mon 03/01, Richard Gaskin < [EMAIL PROTECTED] > wrote

[Fwd: Re: label names]

2004-03-01 Thread Chipp Walters
create button "jim" set the style of btn "jim" to checkBox set the label of btn "jim" to "fred" does what it should do. hershrev wrote: in regular buttons its not a problem , in check boxes or combo boxes is my question thanks On Monday, March 1, 2004, at 02:06 PM, Chipp Walters wrote: They've

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Chipp Walters
Frank, If/when you get it converted, could you please send me a copy and/or post it here. I'd like to have it, too! best, Chipp Frank Leahy wrote: Frank Leahy wrote: I'm successfully using fwPack and fwUnpack to store passwords in a preferences file -- thank you Richard! Has anyone ported th

Re: Printing problem

2004-03-01 Thread Mark Wieder
Ray- Monday, March 1, 2004, 11:06:32 AM, you wrote: RGM> PS Shouldn't the EPSON "Smart Panel" be nominated for the worst ported RGM> product of the year? ...or any other year... I can't imagine what it was ported *from*. -- -Mark Wieder [EMAIL PROTECTED] _

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Richard Gaskin
Frank Leahy wrote: I'm successfully using fwPack and fwUnpack to store passwords in a preferences file -- thank you Richard! Has anyone ported this code to php by chance? I was about to do it, but figured if it had already been done I'd save a 1/2 a day. The "MDX" algorithm used in fwPack/fwUnpac

Re: Again with the start using.

2004-03-01 Thread Mark Wieder
Richard- Monday, March 1, 2004, 10:38:21 AM, you wrote: RG> PPS: When I click Reply in Mozilla, I get the both the sender's address RG> and the list address in the Send field of my reply. I only see this on RG> this list. I've been manually deleting the redundant sender address (we RG> know the

Re: Again with the start using.

2004-03-01 Thread Mark Wieder
Richard- Monday, March 1, 2004, 11:00:59 AM, you wrote: RG> It's one of the flexibilities of the language, like using "the cursor" RG> or simply "cursor". RG> In my experience you can optionally drop "stack" from the start using, RG> toplevel, palette, modal and modeless commands (possibly other

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Frank Leahy
Frank Leahy wrote: I'm successfully using fwPack and fwUnpack to store passwords in a preferences file -- thank you Richard! Has anyone ported this code to php by chance? I was about to do it, but figured if it had already been done I'd save a 1/2 a day. The "MDX" algorithm used in fwPack/fwUnpa

Re: label names

2004-03-01 Thread hershrev
in regular buttons its not a problem , in check boxes or combo boxes is my question thanks On Monday, March 1, 2004, at 02:06 PM, Chipp Walters wrote: They've always worked here. try in the messagebox: create button "jim";set the label of last btn to "fred" you should get a button named "fred"

Re: label names

2004-03-01 Thread Chipp Walters
They've always worked here. try in the messagebox: create button "jim";set the label of last btn to "fred" you should get a button named "fred" (note: the semicolon ';' separates the two lines above) -Chipp hershrev wrote: Hi, every body . I realize that set the label names don't work on opt

Re: Printing problem

2004-03-01 Thread Ray G. Miller
Recently, "David Squance" wrote: Sometimes computers drive me crazy. and Scott Rossi added: Let me be the first to welcome you to the Asylum -- I've been a resident for some time now. Enjoy your stay I must be in the West Wing... Recently, my old HP scanner sprang to life when I started an O

Paint Palette issue

2004-03-01 Thread Thomas McGrath III
Does anyone's paint palette look like this? Tom Macintosh PowerBook G-4 OSX 10.3.1, OS 9.2.2, 1.25 GHz, 512MB RAM, Rev 2.1.2 Advanced Media Group Thomas J McGrath III• 2003 • [EMAIL PROTECTED] 220 Drake Road, Bethel Park, PA 15102 ___ use-revo

Re: Again with the start using.

2004-03-01 Thread Richard Gaskin
Rob Cozens wrote: All you need is a stack descriptor, something like: start using "components/libMyStuff.rev" Richard, et al: Does that work? The examples in Rev Dictionary show: start using stack "components/libMyStuff.rev" so I have always included "stack" It's one of the flexibilitie

Re: Again with the start using.

2004-03-01 Thread Rob Cozens
All you need is a stack descriptor, something like: start using "components/libMyStuff.rev" Richard, et al: Does that work? The examples in Rev Dictionary show: start using stack "components/libMyStuff.rev" so I have always included "stack" -- Rob Cozens CCW, Serendipity Software Company h

System Requirements

2004-03-01 Thread Thomas Cole
I have a publisher who wants to distribute a CD with my rev standalones. Previously, when I used HyperCard for Mac and Toolbook for Windows, the system requirements on the CD read: Windows 386/33 processor with 8 MB RAM Windows 95 or higher Single-speed CD ROM 256-color display at 640x48 and fo

Re: Again with the start using.

2004-03-01 Thread Richard Gaskin
Kevin wrote: Oddly enough the method using the method below does not display > the stack in the Application Browser. Is it working? do "start using" && quote theVariable quote Does the stack name appear in the list of libraried stacks in the Message Box? -- Richard Gaskin Fourth World Media

label names

2004-03-01 Thread hershrev
Hi, every body . I realize that set the label names don't work on option buttons and checkboxes , is the problem by me or this is the way its meant to be ? thanks, hershrev. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailm

Re: Again with the start using.

2004-03-01 Thread Richard Gaskin
Kevin wrote: Please, explain why I am getting a error with the following. on include theStack start using value(theStack) end include on preOpenStack package "library.rev" end preOpenStack I believe the "value" is not the approiate construct what should I use? Hard to say without know

RE: Again with the start using.

2004-03-01 Thread Ken Ray
> on include theStack > start using value(theStack) > end include Try just: start using theStack Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ ___ use-revolution mailing list [EMAIL PROTECTED

RE: Again with the start using.

2004-03-01 Thread Kevin
Oddly enough the method using the method below does not display the stack in the Application Browser. Is it working? do "start using" && quote theVariable quote Kevin -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer,

RE: Again with the start using.

2004-03-01 Thread Kevin
I am currently using the following: do "start using" && quote theVariable & quote This is working I believe however, I am not sure of what this will do in a standalone. Kevin -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my e

Re: Array, Array, who has got the array?

2004-03-01 Thread hershrev
the reason why I wanted an array is you shouldn't have to connect to keys it should be portable otherwise I could do direct connect. repeat with x=1 arrayItems put into field --- somthing like that end repeat you just drop it in every stack and your up and running. thanks hershrev. On Monday,

Again with the start using.

2004-03-01 Thread Kevin
Please, explain why I am getting a error with the following. on include theStack start using value(theStack) end include on preOpenStack package "library.rev" end preOpenStack I believe the "value" is not the approiate construct what should I use? Kevin -==-=-=-=-=-=-==-=-=-=-=-

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Thomas McGrath III
Yeah, I almost missed it too. But there it was.. T On Mar 1, 2004, at 12:45 PM, Klaus Major wrote: Hi Thomas McGrath III, Klaus, The first beta of Revolution 2.2 is now available for download for Windows and Mac OS X at the following locations: http://www.runrev.com/~mark/revolution22/R

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Klaus Major
Hi Thomas McGrath III, Klaus, The first beta of Revolution 2.2 is now available for download for Windows and Mac OS X at the following locations: http://www.runrev.com/~mark/revolution22/Revolution2.2b1osx.sit http://www.runrev.com/~mark/revolution22/Revolution2.2b1.zip Ooops, looks like the

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Thomas McGrath III
Klaus, The first beta of Revolution 2.2 is now available for download for Windows and Mac OS X at the following locations: http://www.runrev.com/~mark/revolution22/Revolution2.2b1osx.sit http://www.runrev.com/~mark/revolution22/Revolution2.2b1.zip Tom On Mar 1, 2004, at 12:25 PM, Klaus Major

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Thomas McGrath III
On Mar 1, 2004, at 12:25 PM, Klaus Major wrote: Hi Thomas McGrath III, Where is a good place to list problems in the Beta Version of REV? Does anyone know?- I don't want to confuse Bugzilla with Beta stuff. Could you please explain what beta you are talking about? As far as i know there is

Re: fwPack/fwUnpack in php?

2004-03-01 Thread Richard Gaskin
Frank Leahy wrote: I'm successfully using fwPack and fwUnpack to store passwords in a preferences file -- thank you Richard! Has anyone ported this code to php by chance? I was about to do it, but figured if it had already been done I'd save a 1/2 a day. The "MDX" algorithm used in fwPack/fwUn

Re: Remove RevNet Entries?

2004-03-01 Thread Klaus Major
Hi Scott, ... Some time ago, this entry in RevNet took you to a "Under construction" (sic!) page of Scott's Website 8-D Today, this link will take you to the index-page... Klaus reminded me of a RevNet question: how to delete an entry from the list that I originally created? Richard? (Klaus - s

Re: where to list problems in Beta ver of Rev

2004-03-01 Thread Klaus Major
Hi Thomas McGrath III, Where is a good place to list problems in the Beta Version of REV? Does anyone know?- I don't want to confuse Bugzilla with Beta stuff. Could you please explain what beta you are talking about? As far as i know there is no current beta version. ...and i know a lot :-D

  1   2   >