Re: Problem with BinaryEncode and variable params

2006-12-18 Thread Mark Schonewille
Bryan, Do you know that item 1 of 0,0,0+1 doesn't make much sense and is the same as item 1 of 0,0,1 which will return 0? Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web

Re: Problem with BinaryEncode and variable params

2006-12-18 Thread Mark Schonewille
If I execute the following put "0,0,1" into x put x+0 I get the error Type: Operator (+: error in left operand) Object: button id 1003 of card id 1002 of stack "Untitled 1" Object name: Button Line: put x+0 (row 3 col 7) Hint: Here, x is a string rather than a number and you can't do cal

Re: Wanted: Ideas to over-size pointer& Insertionbar tools for demo

2006-12-18 Thread Mark Schonewille
Hi Kresten, You could make a nice picture of a mouse or a kind of magnifying glass with a round whole in the middle of 20 pixels wide. Set the window shape of a palette stack to the picture and set the loc of the palette to the mouseLoc on mouseMove. Keep mouseMove in a frontscript and do

Re: Giant File Uploads With Rev CGI

2006-12-18 Thread jbv
Sivakatirswami, I have some limited experience in this domain. For uploading amounts of data up to 200 Kb I've successfully used HTML forms. For larger volumes of data (up to 1 or 2 Mb) I've used a dedicated app made with Rev (with Rev cgi on the server side). The main thing to take care of is

Re: CGI

2006-12-18 Thread Kay C Lan
On 12/18/06, Dan Shafer <[EMAIL PROTECTED]> wrote: That's one of many reasons I use BBEdit for such files rather than TextEdit. For those who don't want to buy BBEdit just to get Unix text endings, the free TextWrangler, by the same company, is way better than TextEdit and can be downloaded f

Re: From Lingo to Transcript

2006-12-18 Thread Mark Smith
Stu, perhaps you need to format the data you're sending as an http form (name/value pairs)? so put urlEncode("vto=" & "[EMAIL PROTECTED]") & "&" into tFormData put urlencode("vfrom=" & "[EMAIL PROTECTED]") & "& after tFormData etc... which you could split out to a function: function make

Problem with slow opening of card 2

2006-12-18 Thread Stgoldberg
In a message dated 12/18/06 6:29:08 AM, [EMAIL PROTECTED] writes: > > I know this issue has been raised in the past, but bring it up once more > with > > the hope that someone may have a resolution.   The problem is that after > > using my Mac to create a standalone and then transferring the W

Re: Problem with slow opening of card 2

2006-12-18 Thread Steven Axtell
Steve, I have seen the same issue as well using Windows 2000. I haven't been able to identify the cause. Steve Axtell > > In a message dated 12/18/06 6:29:08 AM, > [EMAIL PROTECTED] writes: > > > > > I know this issue has been raised in the past, but bring it up once more > > with > > > the h

Re: Problem with slow opening of card 2

2006-12-18 Thread Scott Kane
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, December 18, 2006 11:37 PM Subject: Problem with slow opening of card 2 I've had the same problem. Once the second card is initialized the stack and it's cards are very quick - just that initial first delay. Scott

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread FlexibleLearning
Nice piece of work, Phil. Small syntax error... case "MacOS" set the itemDelimiter to "." if the systemVersion < 10 then return empty -- system is not OS X should be... case "MacOS" set the itemDelimiter to "." if item 1 of the systemVersion < 10 then return empty -- system is not OS X /H

Re: Giant File Uploads With Rev CGI

2006-12-18 Thread Andre Garzia
Sivakatirswami, The code for processing "file" uploads is different. We can't use the routines we normally use to split stdin. It's a mime enclosure. maybe that's what is getting the array wrong. I have the routines in a library if you want, and they are working for me. I'll setup a little

Re: CGI

2006-12-18 Thread Richard Gaskin
Kay C Lan wrote: On 12/18/06, Dan Shafer wrote: That's one of many reasons I use BBEdit for such files rather than TextEdit. For those who don't want to buy BBEdit just to get Unix text endings, the free TextWrangler, by the same company, is way better than TextEdit and can be downloaded f

Copy group to new stack

2006-12-18 Thread Henk van der Velden
Good day all, Here is a link to a stack that creates a new stack, creates an extra card in that stack and then copies a group of text fields into that new card. Something strange happens: the contents of an editable field are not copied. As you can see in this stack, all works OK if you d

Re: Copy group to new stack

2006-12-18 Thread André.Bisseret
Hi Henk, Not sure to understand precisely your problem ; seems to be that you should group your fld "fld_conclusion" and set it to "behave like a background". So your fid would be there on the second card. just one first idea Best regards from Grenoble André Le 18 déc. 06 à 16:09, Henk v

Re: copy group to new stack

2006-12-18 Thread Henk van der Velden
Hi André, The stack is a stripped down version of a print function. I want to print a number of groups from a stack to different pages. In the stack all these groups are on one and the same card. So I create an invisible stack, create the number of cards that is needed and copy the groups to

Re: Socket timeout interval

2006-12-18 Thread Trevor DeVore
On Dec 17, 2006, at 7:44 PM, J. Landman Gay wrote: It's a DSL connection. He's not a novice so entering a number wouldn't be too much problem for him (thouugh it might be for some other users.) Apparently his line was flakey for a while and he had the DSL provider out to repair it recently.

Re: CGI

2006-12-18 Thread Trevor DeVore
On Dec 18, 2006, at 6:29 AM, Richard Gaskin wrote: Kay C Lan wrote: On 12/18/06, Dan Shafer wrote: That's one of many reasons I use BBEdit for such files rather than TextEdit. For those who don't want to buy BBEdit just to get Unix text endings, the free TextWrangler, by the same company,

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread Phil Davis
Thanks Hugh - good catch! Thanks for the very gracious reference to my oversight as a "syntax error". :o) Phil [EMAIL PROTECTED] wrote: Nice piece of work, Phil. Small syntax error... case "MacOS" set the itemDelimiter to "." if the systemVersion < 10 then return empty -- system is not OS

Re: copy group to new stack

2006-12-18 Thread Henk van der Velden
I did some further testing to find out what is the simplest way to reproduce this behaviour (I sort of consider it to be a bug). Essentially it comes down to this: 1. there are two stacks, A and B 2. in stack A a command is issued, consisting of: 2a: create a new card in stack B 2b: copy an edi

Fun with Icons on Linux

2006-12-18 Thread Richmond Mathewson
Not much fun at all, really. So have just uploaded a silly little stack called "Free Icons" (no prizes for originality there) to RevOnline - contains fairly obvious stuff that is FREE. Will "pull my socks up" in the New Year and contribute something of more lasting value. sincerely, Richmond Mat

Re:launch doc with app

2006-12-18 Thread jbv
Hi list, I tried start on Windows XP Pro with Rev 2.5 but I get an error... anything I might be missing ? any other clue ? Thanks, JB > -- > De : "Geir A. Myrestrand" <[EMAIL PROTECTED]> > Société : FalconStor Software, Inc. > Répondre à : How to use Revolution > Date : Fri, 15 D

Re: copy group to new stack

2006-12-18 Thread André.Bisseret
Hi Henk, I looked a bit further at your stack (I did not look at the scripts before). I think I understand what you want to do. I made some trials with one new stack "'stackOne" with one group on it : a button "label" and a fld with a phrase in it (named groupToBeCopied) I put in the scri

Re:launch doc with app

2006-12-18 Thread Jan Schenkel
--- jbv <[EMAIL PROTECTED]> wrote: > Hi list, > > I tried > start > on Windows XP Pro with Rev 2.5 but I get an error... > > anything I might be missing ? > any other clue ? > > Thanks, > JB > Hi JB, Did you try it with the 'shell' function? ## get shell("start" && tFilePath) ## If th

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread Scott Rossi
Never mind U3. Make sure your apps are compatible with this: http://www.g69t.it/public/Scimitar/G69T_DBNP564_L.jpg (mod-ed Athlon machine that took 2 years to complete) The hard part: getting a test system. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EM

Re: Copy group to new stack

2006-12-18 Thread Jan Schenkel
--- Henk van der Velden <[EMAIL PROTECTED]> wrote: > Good day all, > > Here is a link to a stack that creates a new stack, > creates an extra > card in that stack and then copies a group of text > fields into that > new card. > Something strange happens: the contents of an > editable field are

Re: Variables in DB Query Builder

2006-12-18 Thread Jan Schenkel
--- Horst <[EMAIL PROTECTED]> wrote: > > Holá SQL-Professionals, > > I´m thinking, how to put a variable Part in the > SQL-Message of the DB Query > builder > > f.e. > Select Landname, Landvorwahl from land_kz where > Landname BETWEEN "A%" AND > "¦" ORDER BY Landname ASC; > How to put the varia

Re: MySQL Using UPDATE for saving a picture

2006-12-18 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > Hi everybody, > > Trying to save a picture (.jpg or .bmp) to mySQL > Database. > > I Use > put the imagedata of image "Foto_Image" into temp3 > ## works > put "UPDATE Customers SET Fomage = '"& temp3 & "' > where kndnr =" & kundennummer into SQL_Befehl > to_i >

Re: revQueryDatabase

2006-12-18 Thread Jan Schenkel
--- Robert Mann <[EMAIL PROTECTED]> wrote: > I am having a problem with revQueryDatabase > returning a number when it > should not be I think? > In the following sql statement if there is no > wt_springcalc.year_model='" & > gyearmodel & "' curID should not be a number? > > > put "SELECT * FROM w

Problem with slow opening of card 2

2006-12-18 Thread Stgoldberg
I've found a workaround to the problem of slow opening of card 2, as follows: a. Originally, card 1 (the opening screen) had a "Start" button with the script going next to card 2 b. Make this opening screen card 2 c. Make card 1 a dummy card d. Add to the stack script: on openStack set lockc

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread Stephen Barncard
Looks like a jukebox. What's the point of this thing? Speed? Never mind U3. Make sure your apps are compatible with this: http://www.g69t.it/public/Scimitar/G69T_DBNP564_L.jpg (mod-ed Athlon machine that took 2 years to complete) The hard part: getting a test system. Regards, Scott Rossi

Re: Socket timeout interval

2006-12-18 Thread J. Landman Gay
Trevor DeVore wrote: On Dec 17, 2006, at 7:44 PM, J. Landman Gay wrote: It's a DSL connection. He's not a novice so entering a number wouldn't be too much problem for him (thouugh it might be for some other users.) Apparently his line was flakey for a while and he had the DSL provider out to

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread Phil Davis
Wow. I think U3 is less scary-looking. But I recently saw a thing in Popular Science mag (Jan-07 p.77) that tells how to replace the plastic housing on your flash drive with a DIY custom one, made with a generous coat of spray-on plastic. With that option, there's no telling what a U3 drive co

[ANN] Name Generator

2006-12-18 Thread Scott Rossi
You've heard of a random number generator? Here's a stack for anyone who wants to generate one or more random *names* of people. Execute in your message box: go url "http://www.tactilemedia.com/download/namegen.rev"; The stack randomly combines one of 1,219 male first names or 4,275 female first

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread Scott Rossi
Recently, Stephen Barncard wrote: >> Never mind U3. Make sure your apps are compatible with this: >> >> http://www.g69t.it/public/Scimitar/G69T_DBNP564_L.jpg > Looks like a jukebox. What's the point of this thing? Speed? Um, insane creativity? Custom-machined aluminum case and parts, almost

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread Stephen Barncard
Makes me proud to be a mac guy!! A Windows box to end all Windows boxes. -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsub

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread Ken Ray
On 12/18/06 5:37 PM, "Scott Rossi" <[EMAIL PROTECTED]> wrote: > Recently, Stephen Barncard wrote: > >>> Never mind U3. Make sure your apps are compatible with this: >>> >>> http://www.g69t.it/public/Scimitar/G69T_DBNP564_L.jpg > >> Looks like a jukebox. What's the point of this thing? Speed?

Re: [ANN] Name Generator

2006-12-18 Thread Tereza Snyder
On Dec 18, 2006, at 5:17 PM, Scott Rossi wrote: go url "http://www.tactilemedia.com/download/namegen.rev"; I believe I'll sign a random name to every post from now on! Thanks! Ron Buzzard -- Tereza Snyder Califex Software, Inc. www.califexsoftware.com

Re: [ANN] Name Generator

2006-12-18 Thread Mark Smith
A little bit of time on your hands, Scott? Best, Shaquana Schoonover :) On 19 Dec 2006, at 00:31, Tereza Snyder wrote: On Dec 18, 2006, at 5:17 PM, Scott Rossi wrote: go url "http://www.tactilemedia.com/download/namegen.rev"; I believe I'll sign a random name to every post from now on!

Re: getting U3 serial number on Mac OS X

2006-12-18 Thread Phil Davis
Scott Rossi wrote: Recently, Stephen Barncard wrote: Never mind U3. Make sure your apps are compatible with this: http://www.g69t.it/public/Scimitar/G69T_DBNP564_L.jpg Looks like a jukebox. What's the point of this thing? Speed? Um, insane creativity? Custom-machined aluminum case and

Re: [ANN] Name Generator

2006-12-18 Thread Scott Rossi
Recently, Tereza Snyder wrote: > I believe I'll sign a random name to every post from now on! OK, you only have 74,174,494 names to go. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _

Re: [ANN] Name Generator

2006-12-18 Thread Scott Rossi
Recently, Mark Smith wrote: > A little bit of time on your hands, Scott? Not really -- I needed a way to populate a buddy list for some UI mockups I'm doing and I dislike trying to come up with the names myself. Plus I need custom signatures for all my Nigerian email scams. Regards, Scott Ross

[OT] SheepShaver and printing...

2006-12-18 Thread Jim Carwardine
Ken Ray, I have another question about running SheepShaver. I needed to install a printer driver for my printer (Canon I860 USB inkjet), so I downloaded the OS 9 driver from the Canon web site using Explorer from inside SheepShaver. After I installed it, I could see it in the Chooser but when I s

Re: CGI

2006-12-18 Thread Kay C Lan
On 12/19/06, Trevor DeVore <[EMAIL PROTECTED]> wrote: You can't use SFTP with Rev though can you? I don't like to send the connection info to my servers in the clear. Programs like BBEdit (and probably TextWrangler though I haven't used it) allow secure FTP connections. From the BareBones

Geometry No Longer Supported?

2006-12-18 Thread Sivakatirswami
Is the Geometry Editor no long supported? I used to do my own geometry and then tried using rev's Geometry and thought it was pretty "cool" and did a few stacks with that as my tool. Now I see it doesn't appear in the 2.7 menus. Then in Galaxy it appears the custom prop with Rev Geometry got clo

Re: Fun with Icons on Linux

2006-12-18 Thread Peter Alcibiades
This may not mean a whole lot if you are not using RR for Linux, because you probably have all the artwork and fonts in the world to choose from and are wondering what on earth the problem could be! There are two problems, and they are identical whether you use the MC or the RR IDE. The first

Re: Geometry No Longer Supported?

2006-12-18 Thread Eric Chatonet
Hi Sivakatirswami, 1. You are right when you hesitate to trust the Geometry Manager and prefer to run your own code ;-) 2. The Geometry Manager is only available in the Rev IDE but not in Galaxy: see the Geometry pane in the props palette for any control. 3. Have a nice evening. Best Regard