Re: Please suggest script

2010-11-17 Thread Phil Davis
On 11/17/10 10:30 AM, Timothy Miller wrote: I tried: get the selectedText revGoUrl it That worked, to my amazement. Cool. Didn't know about RevGoUrl. OTOH, the docs say revGoUrl is deprecated. I'm not sure what to use instead. Try: get the selectedText launch url it -- Phil Davis PDS

Re: Method question

2010-11-09 Thread Phil Davis
of grc 1) into item 2 of tOverlapRect put min(tMouseRight, the right of grc 1) into item 3 of tOverlapRect put min(tMouseBottom, the bottom of grc 1) into item 4 of tOverlapRect -- return it return tOverlapRect end grcDragRegion Phil Davis On 11/9/10 10:48 AM, Glen Bojsza wrote: I

Re: Method question

2010-11-09 Thread Phil Davis
) into item 4 of tOverlapRect -- return it return tOverlapRect end grcDragRegion Phil Davis On 11/9/10 10:48 AM, Glen Bojsza wrote: I have a problem which I am not certain which method is valid or should be used (with Rev / Livecode there are sometimes too many ways of achieving a goal). I

Re: [OT] Mac App Store

2010-10-24 Thread Phil Davis
- Recently I got an iPod Touch and restored by iPhone onto it, making it a mirror image of my phone app-wise except for the ability to call. Phil Davis and you cannot distribute apps outside the app store (aside from testing and limited distribution apps). So presumably, the someone wanting

Re: revServer installation issues

2010-10-22 Thread Phil Davis
On 10/22/10 8:19 AM, Devin Asay wrote: On Oct 21, 2010, at 8:02 PM, Phil Davis wrote: Thanks Andre! This is a crazy problem. I just made the changes you recommend and added the .htaccess back into the mix, but no joy! I'm guessing I made a change to my httpd.conf at some point without

Re: revServer installation issues

2010-10-21 Thread Phil Davis
/mailman/listinfo/use-revolution -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: revServer installation issues

2010-10-21 Thread Phil Davis
On 10/21/10 7:59 AM, Devin Asay wrote: On Oct 20, 2010, at 11:01 PM, Phil Davis wrote: On 10/20/10 4:57 PM, Devin Asay wrote: Phil, I had to do it this way: Action irev-script /cgi-bin/revserver/revserver Because I had moved the entire revserver folder into cgi-bin (well, really CGI

Re: revServer installation issues

2010-10-21 Thread Phil Davis
preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

revServer installation issues

2010-10-20 Thread Phil Davis
any different whether the revserver filess are owned by nobody:wheel or phil:admin. Thanks for any ideas. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: revServer installation issues

2010-10-20 Thread Phil Davis
Action irev-script /cgi-bin/revserver ## PD 20101020 added #AddType text/html .shtml #AddOutputFilter INCLUDES .shtml /IfModule Also, which OS version are you running? 10.5.8 Build 9L30 - not OS X server. Devin On Oct 20, 2010, at 5:19 PM, Phil Davis wrote: Hey folks - I'm trying

Re: revServer installation issues

2010-10-20 Thread Phil Davis
restarting apache after making each carefully-commented-so-I can-back-out change to httpd.conf. My apache logs don't show anything unusual. My outcomes don't seem any different whether the revserver filess are owned by nobody:wheel or phil:admin. Thanks for any ideas. -- Phil Davis PDS Labs

Re: revServer installation issues

2010-10-20 Thread Phil Davis
can-back-out change to httpd.conf. My apache logs don't show anything unusual. My outcomes don't seem any different whether the revserver filess are owned by nobody:wheel or phil:admin. Thanks for any ideas. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: determining if user has shell access

2010-10-14 Thread Phil Davis
the wall to see if it sticks... Phil Davis On 10/14/10 2:56 AM, Monte Goulding wrote: Write a tiny script that does something trivial in shell (e.g. shell ls), and build that as a tiny executable. Have your real script run that as a separate process and see if it never returns. That's

fun with elevated processes

2010-10-14 Thread Phil Davis
will normally close itself when finished end mouseUp Cool! -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: fun with elevated processes

2010-10-14 Thread Phil Davis
preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Constant command

2010-10-14 Thread Phil Davis
through often, and other script-related uses. I almost never use constants inside a handler, but that's just personal style. Me neither. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use

Re: Workaround For No selectionChanged Message?

2010-10-12 Thread Phil Davis
Hi Scott, Your experience is consistent with mine. So when my code makes selection change, it sends selectionChanged to the target field right after doing so. Phil Davis On 10/12/10 5:42 PM, Scott Rossi wrote: Am I living on another planet or is the selectionChanged message not triggered

Re: Elevated Process

2010-10-07 Thread Phil Davis
On 10/7/10 7:09 AM, Generic Email wrote: I am on OS X, and I want to click a button, and have that button run a sudo command. but it needs to prompt for a password. Is there a way from LC to use the standard OS X elevated process dialogs? Thanks! -- Phil Davis PDS Labs Professional Software

Re: [ANN] scroll wheel object for RevMobile iPhone made with Rev

2010-10-07 Thread Phil Davis
Klaus - Try this (note caps in .zip file name): http://berndniggemann.on-rev.com/scrollwheel/scrollwheelstack/scrollWheeliPhone.rev.zip I had the same problem so I went to the '/scrollwheelstack' directory and got the link from the file list. Phil Davis On 10/7/10 1:04 PM, Klaus on-rev

Re: LiveCode Application Error upon quitting

2010-10-04 Thread Phil Davis
curious, why would you wait for zero? What - would you prefer to wait longer? -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: LiveCode Application Error upon quitting

2010-10-04 Thread Phil Davis
you wait for zero? What - would you prefer to wait longer? Some of us are impatient. Right - like Paul. ;-) Hey, it's his code... no need to dwell on the fact that I steered him there. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: Storing an Array as a Custom Property

2010-10-01 Thread Phil Davis
cream into aMyFoods[favorites][desserts][cold] set the uMyFoods of stack dataContainer to arrayEncode(aMyFoods) Regards, Gregory -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use

Re: Storing an Array as a Custom Property

2010-10-01 Thread Phil Davis
it arrayencodes and decodes when you get and set. bit not sure. I stand corrected! Thanks. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Listing all the unique words in a piece of text (Resource Center broken?)

2010-09-30 Thread Phil Davis
, Mark___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: Scripts that are already running

2010-09-24 Thread Phil Davis
Richard's approach would be my approach also. It's usually easier to make the solution overly complex, than to make it this simple. Phil Davis On 9/24/10 11:12 AM, Richard Gaskin wrote: DunbarX wrote: This all came about because someone wanted a single universal watchdog on his stack. He

Re: uuencode/uudecode

2010-09-23 Thread Phil Davis
your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Mac OS X - how to darken screen?

2010-09-18 Thread Phil Davis
of stack screencover to N * 5 wait 20 millisecs with messages end repeat delete stack screencover -- end the stack's existence end showNormalScreen Best Regards, Scott Rossi Creative Director Tactile Media, UX Design Recently, Phil Davis wrote: Thanks so much everyone! Great

Re: What is the name of that function...

2010-09-18 Thread Phil Davis
does he have left over? -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Mac OS X - how to darken screen?

2010-09-17 Thread Phil Davis
___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Phil Davis PDS Labs Professional Software Development http

Mac OS X - how to darken screen?

2010-09-16 Thread Phil Davis
I want to darken my Mac screen (not just a stack window) the way a slide presentation would do it at its beginning, and then bring it up again to reveal what has been changed. Does anyone have an AppleScript or a shell() command for this that can be run from Rev? Thanks! -- Phil Davis PDS

Re: Mac OS X - how to darken screen?

2010-09-16 Thread Phil Davis
) the way a slide presentation would do it at its beginning, and then bring it up again to reveal what has been changed. Does anyone have an AppleScript or a shell() command for this that can be run from Rev? Thanks! -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: how to identify a 64-bit Windows machine in Rev

2010-09-15 Thread Phil Davis
You give the most complete answers! Thanks Dar. You've been missed in these parts! Phil On 9/14/10 5:37 PM, Dar Scott wrote: On Sep 13, 2010, at 6:06 PM, Phil Davis wrote: Does anyone have a clear-cut way for Rev to know whether it's running in a 32-bit or a 64-bit environment

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Phil Davis
Thanks Pierre - what thing in the registry should I check? Phil On 9/14/10 3:51 AM, Pierre Sahores wrote: Hi Phil, Why not check the Registry trough a rev command line call ? HTH, Pierre Le 14 sept. 2010 à 02:06, Phil Davis a écrit : Does anyone have a clear-cut way for Rev to know

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Phil Davis
Piddock -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

how to identify a 64-bit Windows machine in Rev

2010-09-13 Thread Phil Davis
Does anyone have a clear-cut way for Rev to know whether it's running in a 32-bit or a 64-bit environment on Windows? Bonus points for being able to identify hardware software 'bits' separately. Many thanks! -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: Collecting Web Form Information Using a Loop

2010-09-01 Thread Phil Davis
put Q i into tKey put $_POST[tKey] comma after theSubmission end repeat I would be surprised if this didn't work. Best - Phil Davis Regards, Gregory ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Copying binary files over a LAN using Rev

2010-08-05 Thread Phil Davis
that is accessible to the receiving one. 3) I bet there are other ways. Hope this helps - Phil Davis On 8/5/10 11:46 AM, Alejandro Tejada wrote: Hi all, How could i use Rev to copy a binary file between stacks opened in two different computers over a local area network? In this LAN, every

Re: [RevServer tips] Spreading the load or why wise developers use asynchronous workflows

2010-08-04 Thread Phil Davis
Excellent piece, Andre! Thanks. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [RevServer tips] Spreading the load or why wise developers use asynchronous workflows

2010-08-04 Thread Phil Davis
Davisrev...@pdslabs.net wrote: Excellent piece, Andre! Thanks. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Jailbreaking Everything

2010-07-26 Thread Phil Davis
because I had a Fiat 600 at the time. /memoryLane Phil Davis On 7/26/10 11:16 AM, Paul Looney wrote: Richard, I'd like to see everything jail broken. Next up: The ability to order a GM car with a Ford transmission and a Mercedes engine (especially the four cylinder, twin turbo, Diesel they have

Re: How can I delete an object when clicked?

2010-07-24 Thread Phil Davis
is executing) Bill Vlahos -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: editing group fails

2010-07-22 Thread Phil Davis
Another way to move the object into a group: put the layer of grp myTargetGroup into x set the relayerGroupedControls to true set the layer of control myTargetControl to x+1 set the relayerGroupedControls to false Phil Davis On 22/07/10 12:49 PM, dunb...@aol.com wrote: But this leaves

garbage collection

2010-07-08 Thread Phil Davis
effectiveness in Revolution? Any takers? -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: garbage collection

2010-07-08 Thread Phil Davis
the hasMemory() function to force garbage collection and free up memory. But maybe it only worked that way in SuperCard... can anyone comment on its effectiveness in Revolution? Any takers? -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

more crashes with Rev 3.5 and above?

2010-07-07 Thread Phil Davis
without a problem. This makes me think there's something environmental going on, but that's a guess. Thanks for any responses. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution

Re: more crashes with Rev 3.5 and above?

2010-07-07 Thread Phil Davis
/wordlib.html Need custom software development or RunRev help? http://curryk.com/consulting/ -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Group [vertical] scroll bars huge on Windows

2010-06-17 Thread Phil Davis
Hi Jeff - What happens if you set the scrollbarWidth of the object to 15 or 10 or yourNumberHere? On 6/17/10 11:24 AM, Jeff Massung wrote: Anyone know how to easily fix this? They are... disproportionately wide. Jeff M. -- Phil Davis PDS Labs Professional Software Development http

Re: Big Flat Stacks - NULLs

2010-06-16 Thread Phil Davis
can also malfunction if the data contains nulls. I ran into that this week. Phil Davis On 16/06/2010, at 7:21 PM, J. Landman Gay wrote: Bob Sneidar wrote: I vaguely recall that HC was not supposed to have nulls, but some bug or other caused them and wrecked havoc with HC stacks. Compacting

Re: [OT] Google Drops Windows

2010-06-02 Thread Phil Davis
there someone who, years ago on the SC list, would occasionally spin fanciful tales of KGB and Stasi intrigue? Kurt -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: [OT] Divine Bliss

2010-05-22 Thread Phil Davis
On 23/05/10 4:57 AM, Richmond Mathewson wrote: While I wouldn't advocate giving everything else up, I would advocate getting into RunRev in a big way; the deeper one digs the more 'gold' one finds Amen! Phil Davis ___ use-revolution mailing list use

Re: Monitor Shell Copy File Progress

2010-05-22 Thread Phil Davis
at my fingertips. Josh Mellicker made me aware of curl a few months ago, and Ken Ray may have made a rev library of it by now. ;-) Also Mark Smith created a rev curl lib some time ago. Food for thought... Phil Davis On 23/05/10 12:26 PM, Alex Tweedly wrote: First thought : I thought

Re: Accessing stacks without opening

2010-04-26 Thread Phil Davis
into memory this way, none of the normal preOpen / open messages are sent to it or its parts. AND visible stacks are not shown. You can definitely use this to your advantage in certain cases! It is not bad form. The important thing is that you know what's happening. Phil Davis On 4/26/10 6

Re: Is there a maximum data size for groups?

2010-04-17 Thread Phil Davis
This list is never dull! Phil Davis On 4/17/10 9:37 AM, Richmond Mathewson wrote: On 17/04/2010 19:17, J. Landman Gay wrote: Richmond Mathewson wrote: On 17/04/2010 18:47, Jonathan Lynch wrote: Hi guys, I think you must be right that I am using up my RAM. Drat, this is gonna be a pain

Re: Java Socket read problem

2010-04-06 Thread Phil Davis
) into tSocket open socket tSocket write AllowServer return to socket tResult The above line should say: write AllowServer return to socket tSocket There may be other things, but this one caught my eye. Phil Davis answer tResult end mouseUp

Re: text-to-speech API? SAPI?

2010-03-04 Thread Phil Davis
). This was several years ago so I'm sure the market has changed, but you might check them out anyway: http://www.cepstral.com/demos/ HTH - Phil Davis On 3/4/10 4:58 AM, Nicolas Cueto wrote: Look at revSpeechVoices() and revSetSpeechVoice in the dictionary. There are a bunch of different voices

Re: FTP uploads with curl - monitoring progress - any ideas?

2010-03-04 Thread Phil Davis
/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Phil Davis PDS Labs Professional Software

Re: How do I 'shorten' this script?

2010-03-04 Thread Phil Davis
A \ = the backgroundcolor of grc tName of grp B then answer AnswerA else answer AnswerB end repeat end mouseUp HTH - Phil Davis On 3/4/10 10:01 PM, William de Smet wrote: Hi there, I am having trouble with 'shortening' some script but don't know why. The first script works

Re: [On-Rev] sending email thru sendmail?!

2010-03-03 Thread Phil Davis
tMailProcess put write CC: the result cr after tLog close process tMailProcess put close: the result cr after tLog wait until tMailProcess is not in the openProcesses end sendReport Best - Phil Davis On 3/3/10 8:10 AM, Andre Garzia wrote: Ralf, this is a self contained system

Re: geek-meter might go right into overload

2010-02-23 Thread Phil Davis
if the author knows about Revolution. It would be great if you'd add a comment there telling him. Done. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Search / replace

2010-02-20 Thread Phil Davis
Thanks Kee. This is simple and clear, and is a great way to do it for the exact reason you gave. Phil Davis On 2/20/10 4:04 PM, Kee Nethery wrote: This may not be the fastest but I think it is easy to grok a year later when you are revisiting the code repeat with x = 0 to 9 replace (x

Re: SuperDuper textSize property

2010-02-19 Thread Phil Davis
, right? So try this: set the textAnything of line 1 to -1 of fld myField to empty If you set it to a non-empty value, you've only traded one chunk-based setting for another. At least that's my understanding. Phil Davis I only ask because Rev seems to have a property for everything

Re: relative position of a target within a group

2010-02-19 Thread Phil Davis
locWithinGroup HTH - Phil Davis On 2/19/10 1:55 PM, Mark Swindell wrote: How does one get the relative position of a button within a group of buttons? I want to put the (relative to group myGroup) number of the target into vMyVar One can say select button 3 of group myGroup

Re: Script Editor Handler List

2010-02-19 Thread Phil Davis
Design -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Getting some chars from a string?

2010-02-09 Thread Phil Davis
names for the type: f#.png where # can be a number anywhere between 1 and 6 figures long. what I need is to extract the number from the image name. SO, starting with on mouseEnter put the short name of me into NOMEN ? -- Phil Davis PDS Labs Professional Software Development

Re: Andre's house - Bill's house [OT]

2010-02-08 Thread Phil Davis
? ;-) -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: Getting list of files in a folder

2010-02-08 Thread Phil Davis
throw it out there. Phil Davis On 2/8/10 9:20 PM, Mark Swindell wrote: Terry, Sarah, Wow, that was fast! Thank you so much. Mark On Feb 8, 2010, at 9:19 PM, Sarah Reichelt wrote: On Tue, Feb 9, 2010 at 3:05 PM, Mark Swindellmdswind...@cruzio.com wrote: How do I return a list

Re: Calling stack?

2010-02-02 Thread Phil Davis
Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing

Re: is the platform on 64bit windows systems also win32?

2010-01-27 Thread Phil Davis
Hi Tiemo, I'm not sure if anyone answered your question directly, so... on my 64-bit Win 7 machine, the platform returns Win32 in Rev 4.0. Phil Davis On 1/27/10 5:13 AM, Tiemo Hollmann TB wrote: Thank you Luis, I just wanted to get sure not to exclude 64 Bit Users when selecting

Re: Modal dialog not modal... any hints?

2010-01-19 Thread Phil Davis
. This is a guess, but I think I did something like that when I had troubles with modal stacks in the past. Phil Davis On 1/19/10 2:37 PM, Tereza Snyder wrote: On Jan 19, 2010, at 4:02 PM, Jacques Hausser wrote: Hi Tereza I checked your handler in a stack modaling a substack AskYesOrNo

Re: Ask window and foreign language

2010-01-16 Thread Phil Davis
Try this: set the label of btn Cancel of stack ask dialog to ask Use what value? Phil On 1/15/10 11:59 PM, Ludovic Thébault wrote: Hello, It is possible to translate the Cancel button in the ask window ? Thanks. -- Phil Davis PDS Labs Professional Software Development http

Re: Ask window and foreign language

2010-01-16 Thread Phil Davis
ask Use what value? I fell asleep waiting for an answer... -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: USB dance-pad with Rev?

2010-01-14 Thread Phil Davis
/usb/rev-usb1.pdf * HID class = keyboards, mice etc. There are about a dozen USB device classes in all, but the ones listed above are the ones most relevant to the current discussion. Phil Davis On 1/14/10 8:15 AM, Björnke von Gierke wrote: Another boon is that usb developers are lazy

Re: Simple Arrays

2010-01-11 Thread Phil Davis
/postscript_with_line_wraps ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Phil Davis PDS Labs

Re: Bill Marriott

2010-01-11 Thread Phil Davis
...@runrev.com ~ http://www.runrev.com/ RunRev - Software construction for everyone -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Simple Arrays

2010-01-10 Thread Phil Davis
it will be empty next time through return tArray end table_Split You can set a breakpoint at the return tArray line to see the array in the script editor's variable viewer. The things some people do for fun... ;-) -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: Simple Arrays

2010-01-09 Thread Phil Davis
array? In part it's because your keys aren't numeric - they contain commas. (Also they have to be sequential numbers.) Welcome to array re-education camp! ;-) Phil Davis If it were, I could issue a command: put transpose(theData) into myArray and: myArray[1,2] = 2 myArray[1,3] = 3

Re: Finding the name of a USB volume

2010-01-07 Thread Phil Davis
Hi Richard, I believe this does include the volume names as they appear in the Finder. Look for the Volumes: tag in each output line. Phil On 1/7/10 7:43 AM, Richard Gaskin wrote: Phil Davis wrote: Here is an simplified 'system_profiler' output approach. It returns one tab-delimited line

Re: Finding the name of a USB volume

2010-01-07 Thread Phil Davis
put cr into last char of tNewLine put tNewLine after tNewData end repeat delete last char of tNewData -- return the data return tNewData end macUsbDrives -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: Finding the name of a USB volume

2010-01-06 Thread Phil Davis
. If it passes all tests then you're left (presumably) with an external USB or Firewire drive. The passes all tests list can also includes mounted .dmg files. Thanks for posting this - very helpful. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: Finding the name of a USB volume

2010-01-06 Thread Phil Davis
Davis On 1/6/10 5:50 PM, Phil Davis wrote: On 1/6/10 3:31 PM, Richard Gaskin wrote: tsj wrote: Richard - I haven't got an unnamed USB drive handy to test this with but what does the volumes function return when one is mounted? Does this give you the expected untitled (or untitled 1 etc

Re: web tables 2 rev tables

2009-12-22 Thread Phil Davis
tdTable Cell/td tdTable Cell/td /tr tr tdTable Cell/td tdTable Cell/td /tr /table Merry Christmas! Phil Davis On 12/22/09 3:51 PM, roger.e.el...@sealedair.com wrote: What is the most direct way to convert the data in an html table into data to fill a 'basic table field' (not a dataGrid)? I have

Re: datagrids in revLets on Win (Vista / 7)

2009-12-18 Thread Phil Davis
always detect everything? Phil Davis On 12/17/09 5:42 PM, Malte Pfaff-Brill wrote: Hi there, was happiely coding away on a web project. Build the revlet, works fine on the mac. On Win Vista and 7 it fails with the following error (on setting the dgText of the datagrid to empty.: 682,119,17

Re: Deriving an angle from three points

2009-12-16 Thread Phil Davis
. Which one are you interested in? --- The above represents roughly a V shape with the center point the vertex. I was trying to detemine the internal angle. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use

Re: HTMLText question

2009-12-16 Thread Phil Davis
, but it illustrates the idea. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: interrupting a repeat loop

2009-12-15 Thread Phil Davis
Another way to check for any key being down is: command runTheLoop repeat forever if the keysDown empty then exit repeat -- do what you want end repeat end runTheLoop HTH - Phil Davis On 12/15/09 7:59 AM, Robert Brenstein wrote: On 15.12.2009 at 16:01 Uhr +0100 Jacques

Re: Deriving an angle from three points

2009-12-15 Thread Phil Davis
of it that might serve as a reference point of some sort? Of course a real numbers person wouldn't need to draw anything to see this. It would be highestCol1Number,highestCol2Number. I'll be interested to see the solution too. Phil Davis On 12/15/09 10:21 PM, Mark Swindell wrote: 40,116 98,186 132,118

Re: finding revlet limits in a controlled environment

2009-12-08 Thread Phil Davis
I'm answering my own question - see below. Maybe it will answer questions that come up in your world. Phil Phil Davis wrote: Hello - My client wants to sell revlet-based software to his customers in a large US govt agency. If they are able to download install the revweb plugin, we don't

Re: finding revlet limits in a controlled environment

2009-12-07 Thread Phil Davis
in the security dialog. We'll see how well that works. ;-) Thanks Andre - Phil On Sun, Dec 6, 2009 at 10:59 PM, Phil Davis rev...@pdslabs.net wrote: Hello - My client wants to sell revlet-based software to his customers in a large US govt agency. If they are able to download install

Re: finding revlet limits in a controlled environment

2009-12-07 Thread Phil Davis
Richard Gaskin wrote: Andre wrote: Phil Davis wrote: My client wants to sell revlet-based software to his customers in a large US govt agency. If they are able to download install the revweb plugin, we don't know what limitations to a revlet's capabilities might be enforced

finding revlet limits in a controlled environment

2009-12-06 Thread Phil Davis
else should we test for? Thanks for any feedback. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: [Mandelbrot] Code Samples/Comparisons

2009-12-06 Thread Phil Davis
Bill Marriott wrote: Productivity isn't about processor cycles, and it's not always about lines of code. It's about how much one can accomplish with the knowledge they have. I WILL be quoting you, Bill! That's a good one. -- Phil Davis PDS Labs Professional Software Development http

RevOnline update: Engine Search plugin

2009-12-04 Thread Phil Davis
. This defaultFolder feature was actually a bug and was fixed In Rev 4.0. Hence the update. Happy engine snooping - -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: sending hexadecimal control characters, how to?

2009-12-03 Thread Phil Davis
Hey Andre - What if the software is published in a different country? Then it would seem like the Brazilian control freak... ummm, government wouldn't be able to control it, at least not in the same way. Food for thought. Phil Davis Peter Alcibiades wrote: Andre Garzia-3 wrote

Re: Speeding a handler?

2009-12-01 Thread Phil Davis
of tNewText -- update the field with recolored text lock screen put the vScroll of fld someFld into x set the htmlText of fld someFld to tNewText set the vScroll of fld someFld to x unlock screen end mouseUp HTH - Phil Davis Ton Cardona wrote: I have a text field with 5.729 lines

Re: speeding a handler?

2009-12-01 Thread Phil Davis
___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Phil Davis PDS Labs Professional

Re: knowing if a printer is connected

2009-11-23 Thread Phil Davis
, at 11:36 PM, Phil Davis wrote: Everyone is doing it, so... here is what I came up with. Watch line wraps please. Hopefully the comments explain what the code is doing. on mouseUp answer UsbPrinterList() end mouseUp function UsbPrinterList -- set item delimiter set the itemDelimiter to tab

Re: knowing if a printer is connected

2009-11-21 Thread Phil Davis
tFoundPrinter cr after tUsbPrinters end repeat end repeat delete last char of tUsbPrinters -- trailing CR return tUsbPrinters end UsbPrinterList Thanks - Phil Davis JosepM wrote: Hi, In English work, but in Spanish and others languages don't. The result of the shell command is: destino

Re: knowing if a printer is connected

2009-11-19 Thread Phil Davis
or not. BUT it doesn't tell you the status of the printers; I got the same descriptions when my USB printer was turned on/turned off/unplugged. If I learn more I'll post it. Phil Davis Peter Brigham MD wrote: It returns idle in all cases? Are you saying that it doesn't distinguish if the printer

Re: knowing if a printer is connected

2009-11-19 Thread Phil Davis
into tList :-) -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: knowing if a printer is connected

2009-11-19 Thread Phil Davis
a partial association between the 2 sets of data. FWIW - Phil Phil Davis wrote: BNig wrote: The last item of the properties of a printer is the status, it unfortunately returns idle. At least you get the names of the printers. The current printer is the default printer. regards Bernd You

  1   2   3   4   5   6   7   8   >