Re: Field printing blank page? (I'm so stupid!)

2005-09-29 Thread Dave Cragg
On 29 Sep 2005, at 18:49, [EMAIL PROTECTED] wrote: OMG I can't believe how retarded I am! I forgot to take of the tape on the ink cartridge. The smile your mail brought is worth a fortune. Cheers Dave ___ use-revolution mailing list

Re: Setting Custom Property to an Array

2005-10-05 Thread Dave Cragg
On 5 Oct 2005, at 19:16, David Burgun wrote: Hi, How can I set the Customer Property of a Stack to an array? The following does not seem to work: local myArray set the cpArray of this stack to myArray set the customProperties[cpArray] of this stack to myArray Cheers Dave

Re: Stack Switching Question

2005-10-05 Thread Dave Cragg
On 5 Oct 2005, at 21:04, Richard Gaskin wrote: J. Landman Gay wrote: Richard Gaskin wrote: I used the file name form to illustrate another difference between HC and Rev: while you would indeed need to open a stack in HC in order to get stuff out of it, in Rev you can get property

Re: PHP and Rev cgi

2005-10-06 Thread Dave Cragg
On 6 Oct 2005, at 10:40, jbv wrote: Hi list, I'm trying to launch a Rev cgi script from a PHP script. I'm using the following line : exec(/home/httpd/html/cgi-bin/./myScript.cgi 0 $caddie); and it works. But the problem is that I need to pass 2 parameters to the Rev cgi

Re: another beginning SQL/Rev question

2005-10-09 Thread Dave Cragg
On 9 Oct 2005, at 19:26, Charles Hartman wrote: Something I don't understand about the revExecuteSQL command. I open my MySQL database and get an id. Now, to make later steps more general purposes, I'd like to ask the database for the structure of one of its tables (number of columns,

Re: Regex help, please

2005-10-10 Thread Dave Cragg
On 11 Oct 2005, at 00:04, Harvey Toyama wrote: Hi, I have a log file to parse. The data looks like this: Chip_Test: 2 1075.7 R120-7000h0002 mov HifRegs 2 1088.1 R14-7000h

Re: QT version on Windows

2005-10-11 Thread Dave Cragg
On 11 Oct 2005, at 09:52, [EMAIL PROTECTED] wrote: put queryregistry(HKEY_LOCAL_MACHINE\software\apple Computer, Inc.\quicktime\version,text) into data get binarydecode(h*, data, x) you get x = 00080360 if you reverse that string you get what i saw correctly in the registry.. This gives

Re: QT version on Windows

2005-10-11 Thread Dave Cragg
On 11 Oct 2005, at 17:56, Mark Wieder wrote: put queryregistry(HKEY_LOCAL_MACHINE\software\apple Computer, Inc. \quicktime\version,text) into data local t1,t2,t3,t4 get binaryDecode(H2H2H2H2,data,t1,t2,t3,t4) put t4t3t2t1 Interesting. What are you trying to do with that text in the

Re: background grps and preOpenCard

2005-10-19 Thread Dave Cragg
On 19 Oct 2005, at 21:22, Chipp Walters wrote: I'm working on a multi-card wizard and came across this and wanted to mention a peculiar behavior and see if people thing it's correct. I create a shared background group over a few cards. I put in it: on preOpenCard beep end preOpenCard It

Re: How trim?

2005-10-23 Thread Dave Cragg
Is there a requirement for the solutions to be one liners? I think the following 2 are faster than any solutions using replaceText, and more readable too. function trimL pString puttab return into x repeat while char 1 of pString in in x delete char 1 of pString end repeat

Re: Best Update Standalone Scenario

2005-10-23 Thread Dave Cragg
On 22 Oct 2005, at 20:44, Sivakatirswami wrote: Aside query about Windows systems... why are two different ones for C:\Documents and Settings\username\Application Data and C:\Documents and Settings\username\Local Settings\Application Data\) The first one, specialFolderPath(26), may be

Re: AW: How trim: Bug in RegExp engine

2005-10-23 Thread Dave Cragg
On 23 Oct 2005, at 11:03, Thomas Fischer wrote: Hi, Wouter is right: It is indeed elegant, but a condition check is necessary here as it will remove the first word + the space(s) if there is no space at the start of the line. The cat sat on the mat. But if no space

Re: AW: How trim: Bug in RegExp engine

2005-10-23 Thread Dave Cragg
On 23 Oct 2005, at 11:23, Dave Cragg wrote: I assumed that Revolution would do what it promised and didn't check this. Try answer replaceText(A C,^ *,) I get C, which obviously is not correct. If I remove the *, I get A C This may be a bug. (I'm not sure.) To expand on why I wasn't

Re: mk_libsmil1

2005-10-25 Thread Dave Cragg
On 25 Oct 2005, at 12:06, Klaus Major wrote: Hi friends, i just uploaded a little stack to Rev-Online that will generate a SMIL file on the fly that you can use in a player-object. SMIL = Synchronized Multimedia Integration Language Please use GOOGLE to learn more about SMIL. User:

Re: AW: How trim: Bug in RegExp engine + docWiki

2005-10-25 Thread Dave Cragg
On 25 Oct 2005, at 20:19, Mark Wieder wrote: Ken- Tuesday, October 25, 2005, 10:28:36 AM, you wrote: Actually, it *should* support the full form of PCRE, since that is the library that was used when the put it into the engine. The bugs you identify above are all enhancement requests, so

Re: AW: AW: How trim: Bug in RegExp engine

2005-10-25 Thread Dave Cragg
On 25 Oct 2005, at 22:39, Thomas Fischer wrote: 2. I didn't want to sound too harsh, sorry. And if my reply sounded harsh, sorry too. 3. It seems that regular expressions are to be avoided in time sensitive parts of the script anyway. Playing around a little bit I found that the

Re: Runtime Engine

2005-10-26 Thread Dave Cragg
On 26 Oct 2005, at 19:32, J. Landman Gay wrote: Stewart Lynch wrote: Sorry. I forgot the subject in my previous message. I have just purchased the e-Book on Using Revolution's Engine for Internet CGI's and the following link does not work. I am looking for the engine that will run on

Re: Changing Font Style of Text Already in a Field

2005-10-28 Thread Dave Cragg
On 28 Oct 2005, at 20:48, Chipp Walters wrote: Both Klaus and Signe Marie Sanne have good suggestions for doing this: set the textfont of char 1 to -1 of fld X to to Lucida Grande Both of their solutions involve explicitly set the font of the characters. Another way is to do as you do:

Darwin cgi engine and sendmail

2005-10-28 Thread Dave Cragg
Hi good people Does anyone have any experience of using sendmail from the Darwin cgi engine? (OS X 10.4.2) If so, could you let me know how it's done? Or if you know it's not possible, could put me out of my misery and let me know. Cheers Dave

Re: Darwin cgi engine and sendmail

2005-10-30 Thread Dave Cragg
On 28 Oct 2005, at 22:46, Andre Garzia wrote: there was some snipet code by sivakatirswami showing that some time ago on the list, I'll search the list and get back to you. Thanks. Andre. I found a snippet on the Metacard list from some time ago. This used open process. Unfortunately,

Re: Darwin cgi engine and sendmail

2005-10-30 Thread Dave Cragg
On 30 Oct 2005, at 10:42, Dave Cragg wrote: Sivakatirswami wrote: Here you go Dave.. .from the application here that generates our Daily Hindu Press international.. This is running from a rev desktop stack in the GUI, but I'm pretty sure it will work from a CGI... Thanks

Re: tiny mystery

2005-10-30 Thread Dave Cragg
On 30 Oct 2005, at 12:56, Charles Hartman wrote: I've got a dialog substack that includes two fields with listBehavior set to true. I fill them up from scripts -- a preOpenStack handler for one, and for the other an on selectionChanged handler called when something from the first list

Re: Darwin cgi engine and sendmail

2005-10-30 Thread Dave Cragg
On 30 Oct 2005, at 11:13, Alex Tweedly wrote: Dave Cragg wrote: Thanks for this. Very promising. I got it working from my normal machine (OS X 10.4.2) from both a regular stack and a cgi. But I can't get it to run on the machine I want to use (OS X 10.3.9). I get this error

Re: Dumb question about RunRev Documentation

2005-10-30 Thread Dave Cragg
On 30 Oct 2005, at 16:37, Roger Guay wrote: Alex, AudioClip doesn't offer to expand to messages on my copy of 2.6.1. What version are you using? If I'm correct, is there yet another way to get to the messages in version 2.6.1?? Cheers, Roger Be sure you don't have anything typed in

Re: Load URL returns error 10049

2005-11-08 Thread Dave Cragg
On 8 Nov 2005, at 01:52, Dave Beck wrote: Hi, I have a rev standalone that has been distributed to a number of users. The standalone uses the load URL command to get a web page from my server. The command works as expected for every user to which I've distributed the stack except

Re: The Disappearing Desktop - It's Real This Time

2005-11-10 Thread Dave Cragg
On 10 Nov 2005, at 06:36, Mark Wieder wrote: Dan- Wednesday, November 9, 2005, 4:16:42 PM, you wrote: There is no necessary connection between where data is and where the app is. That's just today's temporary model. That may be true, but according to UNESCO's 3 November report on

Re: The Disappearing Desktop - It's Real This Time

2005-11-12 Thread Dave Cragg
On 13 Nov 2005, at 00:19, Dan Shafer wrote: From which experience i conclude: (a) AJAX and RIAs are not a panacea (b) $2 billion acconting firms IT shops probably don't embrace new technologies in the first place (having seen *that* up close and personal) (c) Moving information from one

Re: frappr map

2005-11-12 Thread Dave Cragg
On 12 Nov 2005, at 16:43, Mark Wieder wrote: Marty- Friday, November 11, 2005, 6:49:14 PM, you wrote: Oddly enough, this is the second time in 24 hours frappr has come to my attention and I've been invited to add myself -- I had never heard of frappr before this. Is it new? (I notice it's

Re: Load URL returns error 10049

2005-11-15 Thread Dave Cragg
On 15 Nov 2005, at 05:59, Dave Beck wrote: Erin, I had the user ping the web site that the script is trying to access through Load URL and the ping returned: Ping statistics for 66.160.133.98 Packets: Sent 4, Received 4, lost 0 Approximate round trip minimum =72ms, maximum 78 ms,

Re: Downloading mystery

2005-11-17 Thread Dave Cragg
On 17 Nov 2005, at 01:42, Bruce A. Pokras wrote: I am trying to script the downloading of European patents from the European Patent Office's server. They provide a sample URL to use for that purpose, but instead of the patent, I instantly get a zero size file. I've tried it with and

Re: Downloading mystery

2005-11-18 Thread Dave Cragg
On 18 Nov 2005, at 01:53, Bruce A. Pokras wrote: Thanks, Dave, for the mauling. It was well deserved. However, I have been trying to get this to work over a period of several weeks. This was not a try once and cry for help. This has been a long, drawn out bit of frustration. A couple of

Re: Messages in setprop...

2005-11-24 Thread Dave Cragg
On 24 Nov 2005, at 22:27, Gilberto Cuba wrote: Hi, I'm working in a setprop of the property set, that is to say, group of property, and detect that I modified or set a value of a property of the same group or property set, the message dont triggered. How I can do this message occur?

Re: Scope Problem on Standalones

2005-11-28 Thread Dave Cragg
On 28 Nov 2005, at 12:51, David Burgun wrote: Bu according to the documentation, the path returned should be the path to the real application, e.g. MacOSX/myApp.app/Contents/MacOS/Runtime/Stacks/StackA.rev Or perhaps: MacOSX/myApp.app/Contents/MacOS/MyApp (real applicaiton) Have I got

Re: Load URL returns error 10049

2005-11-29 Thread Dave Cragg
Hi Dave No answers I'm afraid. Just more questions. On 29 Nov 2005, at 05:02, Dave Beck wrote: I'm afraid they are quite puzzling to me and seem to point towards a bug in the Rev internet lib or the engine itself, but maybe somebody with more experience could chime in on that. That

Re: OT - MySQL, PHP, and Japanese text

2005-12-01 Thread Dave Cragg
On 30 Nov 2005, at 23:45, N Cueto wrote: Good questions about Japanese and mySQL for which I hoped someone would pipe in with some good answers. In the meantime, here's the little I know. 2) at MySQL admin-level, does Japanese text require a special data type or data setting? It's

Re: Rev performance: help! (more info)

2005-12-05 Thread Dave Cragg
On 5 Dec 2005, at 21:03, Jon Seymour wrote: Hi all, I fear I have a corrupted stack. The program is giving me a previous request not completed message and frankly it seems as if it's busy doing something else! The message watcher is not showing anything, though. After a while the

Re: Rev performance: help!

2005-12-06 Thread Dave Cragg
I may have missed part of this thread. On 6 Dec 2005, at 19:57, Judy Perry wrote: I forgot to mention that I'm seeing alot of ulTickleMe's in the message watcher... The ulTickleMe message is sent by liburl. If you are seeing it once a second, that's normal while you have a socket open.

Re: Put something into URL returns no error

2005-12-07 Thread Dave Cragg
On 8 Dec 2005, at 07:20, Thomas McCarthy wrote: I'm updating a file on the web using a formula like this: put x into url ftp://name:[EMAIL PROTECTED]/folder/the_file.txt It's working great. But when I tried it see what would happen if there was no internet connection--hoping there would

Re: Rev performance: help! (solved)

2005-12-08 Thread Dave Cragg
On 7 Dec 2005, at 15:23, Jon Seymour wrote: Thanks again to Dave for insisting that I must have had a libURL call in there somewhere :) Although we solved Jon's immediate problem (wrong url), I think there must have been something else going on to produce the results he originally

Re: Put something into URL returns no error

2005-12-08 Thread Dave Cragg
On 8 Dec 2005, at 08:29, Alex Tweedly wrote: Dave Cragg wrote: On 8 Dec 2005, at 07:20, Thomas McCarthy wrote: I'm updating a file on the web using a formula like this: put x into url ftp://name:[EMAIL PROTECTED]/folder/the_file.txt It's working great. But when I tried it see what

Re: How do i check for an internet connection?

2005-12-11 Thread Dave Cragg
On 11 Dec 2005, at 00:50, Alex Tweedly wrote: Jerry Daniels wrote: Kurt, I've been using this one since you posted it and i really like it. VERY fast. Thanks! Just remember - it often gets the wrong answer on some systems (e.g. mine). It believes I am always connected, even though

Re: How do i check for an internet connection?

2005-12-11 Thread Dave Cragg
On 11 Dec 2005, at 19:16, Alex Tweedly wrote: Sorry - was I sounding like a broken record ? And a negative one at that :-( Not at all. I really appreciate it. I think many of us are now having to or wanting to deliver things that have to work in various networked settings, and we can

Re: Sockets

2005-12-11 Thread Dave Cragg
On 11 Dec 2005, at 16:49, Björnke von Gierke wrote: Of course there is a secret Socket society! But it's easy to join: Our required readings are: Open Socket command Close Socket command Accept command If these don't help you, then you need to ask either on the use list or in chatrev :)

Re: Sockets

2005-12-11 Thread Dave Cragg
This time I'll try to be more helpful. On 11 Dec 2005, at 21:34, Graham Samuel wrote: Sockets, do we need them If you just need to connect to internet URLs, you can use the get URL, load URL, etc, calls, and not have to know anything about sockets. But if you want to do something more

Re: Sockets

2005-12-12 Thread Dave Cragg
On 13 Dec 2005, at 01:40, Jim Hurley wrote: Like Graham, I too would like to thank Alex and Dave for their detailed discussion of sockets. I tried Dave's small handler and it worked well, but only once. I went into the script to insert a break point so that I could step through it to

Re: Getting a URL form a logged in site

2005-12-21 Thread Dave Cragg
On 21 Dec 2005, at 02:38, Brian Yennie wrote: Dave Dennis, Those headers you report are a redirect which probably needs to be followed. What happens if you follow the URL indicated in the Location field? That URL seems to indicate from it's name that is has something to do with setting

Re: revOpendatabase: 10061 can't connect error

2005-12-21 Thread Dave Cragg
On 21 Dec 2005, at 04:15, N Cueto wrote: Hello All, Just this morning, I installed mysql (5.0, Win) and then used revOpendatabase to connect. On the machine where mysql is actually running (localhost), RunRev can connect to the database. But from the other networked machines, a can't

Re: SQLite Issue

2005-12-27 Thread Dave Cragg
On 27 Dec 2005, at 04:52, Scott Kane wrote: I'm getting the result It rather than the value of the field (in the example below the field is called edName). -- COLLECT name AND email put name,email into tColumnItems repeat for each item I in tColumnItems --ask question New value for

Re: One cute hack for MacOS X (... or nice internet protocol helper hacks...)

2006-01-03 Thread Dave Cragg
On 3 Jan 2006, at 06:57, Richard Gaskin wrote: Andre Garzia wrote: On Jan 3, 2006, at 3:43 AM, Ken Ray wrote: That's so cool, Andre! Nicely done... any idea on how to do it on Windows? ;-) I bet it's a registry hack, might even be easier than Macs... I'll find out and tell you! ;-)

Re: One cute hack for MacOS X (... or nice internet protocol helper hacks...)

2006-01-03 Thread Dave Cragg
On 3 Jan 2006, at 20:38, Chipp Walters wrote: I'm just not a fan of securemode, especially if one is trying to create a real application which runs from the web. I agree with you there. It's limitations are pretty crushing. Your idea is interesting. But I'm not comfortable with the idea

Re: SSL Certificates on OSX (Dar :)

2006-01-09 Thread Dave Cragg
On 6 Jan 2006, at 14:57, David Bovill wrote: Has anyone used SSL certificates on OSX with Rev? A little. So this is definitely not expert advice. I have created and downloaded a certificate from www.cacert.org but I am not sure if this is what is required. The file is [EMAIL

Re: url GET https requests -- walking thru certificate issues

2006-01-09 Thread Dave Cragg
On 10 Jan 2006, at 01:59, Sivakatirswami wrote: Does anyone know a way to get libURL to walk thru these server responses, just like a user would in a browser? Did you try this? libUrlSetSSLVerification false It won't let you walk thru, but may let you skip them altogether. Dave

Re: The formatted mouseline?

2006-01-12 Thread Dave Cragg
On 12 Jan 2006, at 16:16, Mark Swindell wrote: I'm looking for the location of the formatted line, or its coordinates relative the field, so that I can place a graphic (an underline or somesuch) under the text of that formatted line. This has to be derived from the mouse position

Re: More Newby Questions

2006-01-16 Thread Dave Cragg
On 16 Jan 2006, at 23:02, Ben Bock wrote: I have a timed quiz spread across several cards, each card has a Next Page button. The quiz starts with a button. To start the quiz, a button has: on mouseUp startTimer go next end mouseUp The card script has: on startTimer send timesUp to

Re: revMail, OSX 10.4.4 and Umlaute

2006-01-16 Thread Dave Cragg
On 17 Jan 2006, at 06:53, Sarah Reichelt wrote: revmail [EMAIL PROTECTED],Hier Ausfüllen,Text of Mail doesn´t work, but I had a look at the script in the revCommon library and it contains the following lines: put urlEncode(pSubject) into pSubject put urlEncode(pBody) into pBody

Re: revMail, OSX 10.4.4 and Umlaute

2006-01-17 Thread Dave Cragg
On 17 Jan 2006, at 07:21, Dave Cragg wrote: put uniDecode(uniEncode(Hier Ausfüllen),utf8) into tSubject revmail [EMAIL PROTECTED], tSubject,Text of Mail Sorry, I repeated the original syntax error. It needs an extra comma. put uniDecode(uniEncode(Hier Ausfüllen),utf8) into tSubject

Re: Use of keyword https

2006-01-23 Thread Dave Cragg
On 23 Jan 2006, at 19:17, Timothy Bleiler wrote: Thanks for the reply, I think I have the SSL Encryption library that comes with Rev. Is there something else I need? --Tim Bleiler You'll need to set the sslCertificates property to a suitable file. Or, if you don't mind not verifying

Re: nested ifs

2006-01-25 Thread Dave Cragg
On 25 Jan 2006, at 10:32, Chipp Walters wrote: I like to do the following: if tResult is Error then answer Go Ahead anyway with Cancel or OK if it is Cancel then exit to top end if Most of the time it compiles, but sometimes the single line if statement in the middle throws and error

Re: How to save data from standalone?

2006-02-06 Thread Dave Cragg
On 6 Feb 2006, at 21:54, Marielle Lange wrote: Using pathToUsersDocumentsFolder would therefore be a better approach, but I don't really want to create a file within this folder as the file is in a completely adhoc format that would puzzle anybody who come across it. It's not uncommon

Re: liburl cgi linux

2006-02-07 Thread Dave Cragg
On 7 Feb 2006, at 04:13, Thomas McCarthy wrote: I'm running rev's Linux engine on my ISP. Is there a problem with the POST command? I'm assuming you want to post *from* the cgi (and not to it). In that case, you'll need to have the libUrl library loaded somehow. From the archives:

Re: liburl cgi linux

2006-02-07 Thread Dave Cragg
On 7 Feb 2006, at 14:14, Thomas McCarthy wrote: I'm assuming you want to post *from* the cgi (and not to it). Yes In that case, you'll need to have the libUrl library loaded somehow. That's how I got it working before (Unix host, bsd rev engine). Now with a Linux server, it doesn't

Re: FTP via put opens files but fails to write data?

2006-02-08 Thread Dave Cragg
On 8 Feb 2006, at 04:38, Sivakatirswami wrote: This FTP script below frequently fails I get three files on the server with the correct name, but no data is written to them Typically, that's a symptom of a problem with the data source part of the put. repeat for each item x in

Re: Write File From Cache Really Slow?

2006-02-08 Thread Dave Cragg
On 8 Feb 2006, at 08:47, Ken Ray wrote: Hi, I'm downloading files via HTTP with 'load URL' and then I'm writing them to disk with put url... into binfile. Everything works fine, but it takes a really long time to write the data to disk. For example, if I download a 12MB file into the

Re: liburl cgi linux

2006-02-08 Thread Dave Cragg
On 7 Feb 2006, at 23:37, Thomas McCarthy wrote: I just did the latter, and I can post from the cgi script on a Linux server. I forgot to ask, how did you test it? The hard way. :-) I checked the Apache error log on the server which gives the line in the CGI script where the error

Re: How does a stack know it's been opened from a cgi?

2006-02-08 Thread Dave Cragg
On 8 Feb 2006, at 17:06, Ken Ray wrote: Hi, I have a library that I want my CGI to 'start using', but it is important that the library know whether it is being loaded from a CGI, or whether it's being loaded from a normal stack. What can a stack do to test whether it's being loaded from a

Re: Setting a tabbed button

2006-02-09 Thread Dave Cragg
On 9 Feb 2006, at 19:12, Dar Scott wrote: I forgot how to set a tabbed button. In my app the first card comes up at the start but the button is in some leftover state. Hi, Dar. We've not seen you for a while. To get the tabbed button to correspond to the initial state, you can do either

Re: Setting a tabbed button

2006-02-09 Thread Dave Cragg
On 9 Feb 2006, at 21:17, Dave Cragg wrote: Both of these will act as though the tab had been clicked. If you want to stop that happening, use lock message before setting the label/menuHistory. Oops. Should be lock messages Dave ___ use

Re: Speed Bump

2006-02-09 Thread Dave Cragg
On 10 Feb 2006, at 07:06, Scott Rossi wrote: function compareData set1,set2 repeat for each item V in set1 put max(V,item 1 of set2) after tData delete item 1 of set2 end repeat return tData end compareData Here's one way. function compareData set1,set2 split set2 by comma

Re: send mouseUp real click

2006-02-17 Thread Dave Cragg
On 17 Feb 2006, at 11:36, sims wrote: I have an OS X app which uses an external, it collects data and all runs fine. If that computer is set to 'sleep', upon wakeup the external is not collecting that data. If I then physically use the mouse to click a btn to stop restart that

Re: send mouseUp real click

2006-02-17 Thread Dave Cragg
On 17 Feb 2006, at 11:48, sims wrote: At 12:46 PM +0100 2/17/06, Klaus Major wrote: I have an OS X app which uses an external, it collects data and all runs fine. If that computer is set to 'sleep', upon wakeup the external is not collecting that data. If I then physically use the mouse

Re: Retrieve List of Array Properties?

2006-02-18 Thread Dave Cragg
On 18 Feb 2006, at 20:07, Jeanne A. E. DeVoto wrote: At 11:59 AM -0800 2/18/2006, Scott Rossi wrote: If I set some custom properties of an object via an array: set the specialData[cool] of fld 1 to hello set the specialData[hot] of fld 1 to world ...how do I retrieve a list of the

Re: Retrieve List of Array Properties?

2006-02-19 Thread Dave Cragg
On 19 Feb 2006, at 04:05, Ken Ray wrote: On 2/18/06 7:50 PM, Richard Gaskin [EMAIL PROTECTED] wrote: Scott Rossi wrote: Recently, Dave Cragg wrote: One further way... get the customKeys[specialData] of field 1 *THIS* is what I had in my mind of how it should work, but couldn't get

Re: Switch versus if/then/else ( was: Main menu puzzle, Klaus)

2006-02-19 Thread Dave Cragg
On 19 Feb 2006, at 05:27, Judy Perry wrote: Yes, but do you think in these terms in day-to-day life? Well, yes. When the doorbell rings, I don't think like this: if it's the postman I'll say good morning if it's the taxman I'll get my gun if it's the neighbor etc, Instead, I'm more

Re: Frustration: put after URL...

2006-02-20 Thread Dave Cragg
On 20 Feb 2006, at 13:20, Thomas McCarthy wrote: Testing out my PayPal thing and running into a few walls: My brand new Windows XP (home edition) is not allowing my stack to put some text into my remote file server. put cr theText after URL ftp://username:[EMAIL PROTECTED]/

Re: Frustration: put after URL...

2006-02-20 Thread Dave Cragg
On 20 Feb 2006, at 23:51, Thomas McCarthy wrote: Yes, I was looking for efficiency as well as privacy (not to mention simplicity!). I didn't want to do this via getting a cgi; as I understand it, those calls can be read. (is this still true if one does it through rev and not with the

Re: Blend Level in Fields

2006-02-22 Thread Dave Cragg
On 22 Feb 2006, at 03:07, Scott Rossi wrote: Recently, Sivakatirswami wrote: Is there some trick for setting transparency in fields (blend) such that the foreground color (the textcolor) is not affected by the blend level? I tried all the ink options... nothing works. I don't think it's

Re: Transcript and Dot Notation

2006-02-26 Thread Dave Cragg
On 26 Feb 2006, at 09:04, Richard Gaskin wrote: The Secret Cause of Flame Wars By Stephen Leahy Don't work too hard, wrote a colleague in an e-mail today. Was she sincere or sarcastic? I think I know (sarcastic), but I'm probably wrong. According to recent research published

Re: Long load times

2006-02-27 Thread Dave Cragg
On 27 Feb 2006, at 23:49, Mark Talluto wrote: I have a stack that has a 45MB disk image in a custom property. When I load it into Rev 2.7, it loads instantly. When I make a standalone out of it, it takes about 35 seconds to load. I can load Rev and the stack in less than 10 seconds

Re: Pie Chart Algorithms?

2006-02-28 Thread Dave Cragg
On 28 Feb 2006, at 21:29, Sivakatirswami wrote: OK, was musing to make a simple pie chart: make a circle and set up the center point as a fixed variable and the point on the circle as the dynamic variable and draw radius lines programatically: seems simple enough.. but: 1) draw circle

Re: Read from StnIn from POST is still broken?

2006-03-07 Thread Dave Cragg
On 6 Mar 2006, at 10:17, Mark Waddingham wrote: Hi Sivakatirswami, Linux web server, Apache, call Rev CGI to receive incoming Post Data. Beginning lines of script to read the incoming data -- see below (suggested as a possible fix years ago by Scott Raney) (musings... it is possible

Re: MagicCarpet Users and 2.7 bugs

2006-03-09 Thread Dave Cragg
of this!). That said, Dave Cragg's already got a fix (and patch) and I assume it will find it's way into the dot upgrade of 2.7. If you're a MagicCarpet user and are using 2.7, I suggest you contact Dave Cragg for the libURL patch. Just a word on this before you all flood me with requests

Re: The templateField Keyword

2006-03-11 Thread Dave Cragg
On 9 Mar 2006, at 19:41, Gregory Lypny wrote: Hello everyone, I tried to create a field template using the templateField keyword, but it doesn't seem to work. When I use the handler below, the text in newly created fields is Lucida Grande, but the size is 11 instead of 12, and the

Re: The templateField Keyword

2006-03-13 Thread Dave Cragg
On 13 Mar 2006, at 00:03, Gregory Lypny wrote: What you say below is not how I expect templateField to work based on its description. I thought that setting the templateField was a one-time thing and that it remained in effect until it was reset. Your handler based on the createField

Re: Deleting A Card

2006-03-13 Thread Dave Cragg
On 13 Mar 2006, at 07:31, Andy Calloway wrote: Hiya all, I'm still just playing with RunRev, but I've come across what appears to be a problem. I created a mainstack and added seven cards (just running through the tutorials). I've now come to do something proper with them but I can't

Re: Would this be a situation for a Front Script?

2006-03-13 Thread Dave Cragg
On 13 Mar 2006, at 21:07, Garrett Hylltun wrote: I have about 200 objects on a card, and I want to have mouseEnter and mouseLeave handlers for all of them, but instead of writing code for each one, would it be better to just use a front script to intercept these events? Instead of a

Re: Making the move...

2006-03-17 Thread Dave Cragg
On 17 Mar 2006, at 18:26, Mark Wieder wrote: Marielle- Friday, March 17, 2006, 4:44:16 AM, you wrote: many Japanese management concepts such as Total Quality Control, Quality Control circles, small group activities, labor relations. Key elements of Kaizen are quality, effort, involvement of

Re: FTP and cross platform issues...

2006-03-23 Thread Dave Cragg
Hi Mark On 23 Mar 2006, at 00:56, Mark Schonewille wrote: If you'd like to do a test, I'm working on an FTP client. Contact me off-list if you would like to give it a try. I noticed the above on the list. I wondered if you were planning on using the current libUrl routines in your ftp

Re: FTP and cross platform issues...

2006-03-23 Thread Dave Cragg
Sorry. My previous post was meant to go directly to Mark. Please forget you read it. :-) So you won't be disappointed when nothing appears. I should probably learn how to use e-mail before messing around with libraries. Dave ___

Re: somewhat OT : Rev cgi Safari

2006-03-24 Thread Dave Cragg
On 23 Mar 2006, at 11:18, jbv wrote: Hi list, I'm using Rev cgi and have a problem debugging a script : it's a (rather) complex subscription page to a website, with a sophisticated form and javascript functions, and on the server side a cgi with a mySQL connection. Everything works fine

Re: FTP and cross platform issues...

2006-03-24 Thread Dave Cragg
On 23 Mar 2006, at 00:31, John Patten wrote: Hello All... I searched the archives and could not come up with a solution to an FTP problem I'm having. I have an OSX Tiger Server configured for FTP. Everything works like it supposed to with both Fetch (Mac side) and FTP Commander on the

Re: Progress Bar Example

2006-03-24 Thread Dave Cragg
On 24 Mar 2006, at 21:42, Sarah Reichelt wrote: On 3/25/06, Jeff Honken [EMAIL PROTECTED] wrote: I would like to use a progress bar to monitor a go stack URL. I'm clueless on how to write the code. Does someone have an example of this or can someone please point me in the correct

Re: FTP and cross platform issues...

2006-03-24 Thread Dave Cragg
On 24 Mar 2006, at 23:35, Alex Tweedly wrote: Dave Cragg wrote: Can you get some log data using libUrlSetLogField in the client? This might help pin down where the problem is occurring? How do we call libUrlSetLogField ? libUrlSetLogField the long id of field whatever and to turn

Re: Avoiding line cut-off in a multipage printout

2006-03-26 Thread Dave Cragg
On 27 Mar 2006, at 07:36, Graham Samuel wrote: It seems to me that in principle we can't know how much wiggle room to leave, because we can't know how different the screen and printer versions of Windows fonts might be. I haven't any real experience of this, but I guess that for some

Re: Avoiding line cut-off in a multipage printout

2006-03-27 Thread Dave Cragg
On 27 Mar 2006, at 18:38, Graham Samuel wrote: Well, so far my experiments have been somewhat unsatisfactory. My surmise that you can't scroll beyond the bottom of the last page was correct: if say 60 lines fit on the first page and you have a total of 80 lines, scrolling the pixel

Re: FTP and Cross platform issues....

2006-03-27 Thread Dave Cragg
On 27 Mar 2006, at 19:21, John Patten wrote: Hi Dave... Here are the answers to your questions: snip socket 10.58.1.7|6927 socket timeout 10.58.1.7:21|6927 220 -- The log entries suggest something odd is going on. In the first line, I would expect

Re: Loading image data from DB

2006-04-05 Thread Dave Cragg
On 5 Apr 2006, at 23:37, Devin Asay wrote: I know this can be done, but it's got me stumped. Nothing conclusive from archives. I want to store image data in a mysql database and then show it in an image object in Rev. I successfully loaded an image into a field of type longblob. I know

Re: [OT] why eating your own haggis is not too bad for a companybased in Scotland

2006-04-07 Thread Dave Cragg
On 7 Apr 2006, at 18:30, Lynn Fredricks wrote: Haggis does not scare me. Just look at this, and be afraid: http://www16.ocn.ne.jp/~uoshige/shiokara.jpg http://en.wikipedia.org/wiki/Shiokara Scared? I'm married to a lady who likes and regularly serves up both (not usually on the same

Re: How long does one put up with crashing? - reply

2006-04-07 Thread Dave Cragg
On 7 Apr 2006, at 21:19, Chipp Walters wrote: But, then there's another problem (at least for me). Currently, I'd like to get my hands on a 2.6.6 version of Rev. But the latest installer I have is 2.6.1, which when properly online updated, goes to 2.6.6 (bug fixes mostly). But, because the

Re: How to create hypertext links

2006-04-07 Thread Dave Cragg
On 7 Apr 2006, at 22:42, Bob Wilson wrote: I have a situation where I need to load forms with text that includes links. Right now, they are stored in the source database as follows: The jrain in Spain/j falls mainly in the plains. The text to be hyperlinked is rain in Spain. The j and /j

Re: How to create hypertext links

2006-04-07 Thread Dave Cragg
On 7 Apr 2006, at 23:36, Dave Cragg wrote: set the htmlText of field 1 to The a href=9rain in Spain/a falls mainly in the plains. That was a pretty poor piece of scripting. :-) put The a href= into tString put quote 9 quote after tString put rain in Spain/a falls mainly

  1   2   3   4   5   6   7   8   >