Re: Too Soon

2010-11-08 Thread Jim Ault
subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Skipping a mark card

2010-11-04 Thread Jim Ault
/4/10 10:09:32 AM, csz...@mac.com writes: That is interesting! How would I script this using preOpenCard? Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: OT: Some help with Regular Expressions

2010-11-04 Thread Jim Ault
that with matchtext and a regular expression, but i do not know enough to get the regular expression to work. Is there anyone who might be able to help? Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: seconds function giving wrong time

2010-11-03 Thread Jim Ault
I get the following result: 2010,11,2,20,23,46,3 2010,11,2,22,48,44,3 The second result matches the system date correctly (Windows 7 running on Parellels). The first result is 2 hours and 25 minutes behind. Does anybody have any idea what is going on here? Thanks. David Beck Jim Ault Las

Re: delete chunk.

2010-11-03 Thread Jim Ault
a space, or some type of invisible char after the trailing , makes it 5 items. It drives me nuts, if the comma is there it should designate a null item whether its in the middle or at the end. Okay, then how many lines should be in: acr bcr ? -- Jacqueline Landman Gay Jim Ault Las

Re: Skipping a mark card

2010-11-03 Thread Jim Ault
property was set? __ Jim Ault Las Vegas ___ 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

Re: delete chunk.

2010-11-02 Thread Jim Ault
been many debates on whether this is correct or not, but it's been that way in every xtalk since the beginning. -- Jacqueline Landman Gay Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: put input type=file class=upload name=fileX[]

2010-10-23 Thread Jim Ault
uploading. Hope this helps, Jim Ault Las Vegas On Oct 23, 2010, at 7:34 AM, Rick Harrison wrote: Hi Andre, I've looked at Sarah's code for this, unfortunately it also has a lot of includes, and without access to those includes it is difficult to see all of the code. :-( Other than

Re: On-Rev File Browser Upload Dialog

2010-10-21 Thread Jim Ault
side, programmers are free to create their own protocols, interfaces, and functions. In that case, the marketplace will choose the 'winners'. Jim Ault Las Vegas On Oct 20, 2010, at 3:45 PM, Andre Garzia wrote: Rick, There is no way around this. RevServer is not like the desktop engine

Re: Constant command

2010-10-14 Thread Jim Ault
inconsistent. I'm glad I don't *have* to keep it straight -- Peter Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: List Words from Textarea

2010-10-13 Thread Jim Ault
for each word w in someText if w is not among the lines of uniqueWord then put w cr after uniqueWords end repeat -- AND JUST FOR THE HECK OF IT sort uniqueWords return uniqueWords end getWordList Jim Lambert Jim Ault Las Vegas

Re: sorting html text with arrays

2010-10-06 Thread Jim Ault
return (a value to sort by) end mySortFunction Jim Ault Las Vegas On Oct 5, 2010, at 8:46 PM, Mark Swindell wrote: Excellent question, and one I only thought of after posting mine! There would need to be a series of precedence rules, and I don't know them. But to simplify, let's say you had

Re: Could someone could test this ?

2010-10-06 Thread Jim Ault
...@wanadoo.fr wrote: Download Handbrake (open source) - convert all your files to Quicktime MP4. No more problems !! Handbrake is awesome. 'nuf sed. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: sorting html text with arrays

2010-10-05 Thread Jim Ault
in tStripEm add 1 to aWordCounts[tWord] end repeat put the keys of aWordCounts into tList sort lines of tList put tList into field sorted3 end mouseUp Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Sort question

2010-10-03 Thread Jim Ault
Can someone help me to to that ? Jim Ault Las Vegas ___ 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

Re: Sort question

2010-10-03 Thread Jim Ault
Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: How to recover text from a web page

2010-09-22 Thread Jim Ault
-- There is definitely an iFrame involved and they have it pointing to some sort of PHP servlet hosted from an entirely different domain. Doesn't look to be much you can do with that combination. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution

Re: Invisible HTMLText Character?

2010-09-21 Thread Jim Ault
to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Question about the debugger in Rev 4.0

2010-09-08 Thread Jim Ault
along a sizable handler, since that involves scrolling up and down to reset them. Is there a preference to set? Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Question about the debugger in Rev 4.0 - clarification

2010-09-08 Thread Jim Ault
On Sep 8, 2010, at 9:52 AM, Jim Ault wrote: I have been using version 4.0 for about 2 months and find one thing very annoying, that does not happen in version 3.5 It does happen in 4.03.5 on OSX 10.6.4Mac mini 2.4 Ghz Intel CoreDuo 4.0on OSX 10.5.8 G5 PPC

Re: Question about the debugger in Rev 4.0

2010-09-08 Thread Jim Ault
was definitely on. Bob Correct. Execution does not stop once I have added a character to the code and compiled. Saving does not seem to have any effect. I have not installed GLX2 or any other code editor or debugger. On Sep 8, 2010, at 9:52 AM, Jim Ault wrote: I have been using version 4.0

Re: Question about the debugger in Rev 4.0 - solved

2010-09-08 Thread Jim Ault
. At least I now have a path to refurbishing old stacks to get back code editing ease, if they need it. This is a task for this very evening. This is good... another bit of knowledge about complex projects, and it has a good answer! Jim Ault Las Vegas

Re: [OT] router + manual DHCP setting

2010-09-07 Thread Jim Ault
IP's and the subnet mask. After changing to manual DHCP, re-enter the same router and DNS IP's and the subnet mask. Now click Apply. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

[OT] router + manual DHCP setting

2010-09-06 Thread Jim Ault
is unreachable. All is well for now, but ... Thanks for any pointers. Google did not seem to deliver an answer that worked. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Rev POST command and Squid proxy servers?

2010-09-01 Thread Jim Ault
Software www.blazingdawn.com___ use-revolution mailing list Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Determining LAN IP

2010-08-26 Thread Jim Ault
this will return your LAN IP however if your computer is using a modem it will return a public IP. I need a reliable LAN IP so I can ask the user to enter it into their iPhone to connect to my sync server. Should I just be parsing ifconfig and ipconfig and forget about hostName() or what? Jim Ault Las

Re: Determining LAN IP

2010-08-26 Thread Jim Ault
a reliable LAN IP so I can ask the user to enter it into their iPhone to connect to my sync server. Should I just be parsing ifconfig and ipconfig and forget about hostName() or what? Jim Ault Las Vegas ___ use-revolution mailing list use

Re: Create HTML file from rev app

2010-08-25 Thread Jim Ault
='_blank' google.com/abr/br/ Jim Ault Las Vegas On Aug 25, 2010, at 1:44 AM, Richard Gaskin wrote: William de Smet wrote: It's been a while since my last question but working hard on some apps. For my daily job I needed a quick app to create a HTML file. In the app I have some fields

Re: Datagrid Column Names

2010-08-23 Thread Jim Ault
with alpha names display correctly but the columns with numeric names are empty. If I change the column names to be alpha and put the numeric value in the column label field, all works fine. Pete Haworth Jim Ault Las Vegas ___ use-revolution mailing

Re: Conversion of large Hypercard Stack to Revolution

2010-08-15 Thread Jim Ault
, then it will be a clue about the health of the stack. If there is a failure with go to card x then try repeat with x = the number of cards down to 1 Hope his gives you some clues. Jim Ault Las Vegas On Aug 15, 2010, at 1:36 AM, Richard Holton Pierce wrote: I am not a professional

Re: Date to Days

2010-08-11 Thread Jim Ault
of days (any recent base such as 1900 will suffice). With Thanks Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Multi-dimensional arrays, tutorial?

2010-08-10 Thread Jim Ault
-operating. Jim Ault Las Vegas ___ 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

Re: Tab char doesn't work

2010-08-07 Thread Jim Ault
put this script into a frontscript. Jim Ault Las Vegas ___ 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

Re: [revServer] process timeout issue

2010-08-06 Thread Jim Ault
. The heavy lifting and database work is done on a computer in the lab. The key is then sent back up to the ISP where the client computer is checking in for the result of that work every 4 seconds. The whole thing works out nicely and we keep our CPU usage low. Mark Talluto Jim Ault Las Vegas

Re: [revServer] process timeout issue

2010-08-06 Thread Jim Ault
to a daily reboot, then I need to relaunch and test sockets between my programs every morning at 5 AM, seven days a week... ouch! Jim Ault Las Vegas On Aug 6, 2010, at 10:49 AM, Richard Gaskin wrote: Jim Ault wrote: Most log file logic is to add new transactions to the end

Re: Regarding Rodeo discussions

2010-07-26 Thread Jim Ault
to support. I don't feel that way about the Excel Developers List, or PHP, or JQuery, etc Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: OT: Rodeo and media

2010-07-25 Thread Jim Ault
there, and Trevor's ScreenSteps (RunRev.com will give you the details) Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: How can I direct revGoURL to a specific browser?

2010-07-24 Thread Jim Ault
and seek to kill that program or process. This would especially be true of a browser. Now if I was asked, I responded 'yes', and then the browser was launched that would be an acceptable scenario. Jim Ault Las Vegas ___ use-revolution mailing

Re: How can I direct revGoURL to a specific browser?

2010-07-22 Thread Jim Ault
://quirksmode.org but be warned, it is a complex subject. Hope this helps, Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: [OT-Rodeo] Still waiting for the aha moment

2010-07-21 Thread Jim Ault
The term is 'bated breath' as in abated or hesitation or slower breathing due to anxiety or anticipation or suspense. Also a phrase used in The Merchant of Venice by that guy, what's his name. Jim Ault Las Vegas ___ use-revolution mailing list use

Re: [OT-Rodeo] Last minute call to get onboard with pre-realase conditions!

2010-07-20 Thread Jim Ault
to support this stellar effort. Not sure how I am going to use the web technology, but I am sure there are many wonderful lessons ahead. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Datagrid stopper out of the gate

2010-07-19 Thread Jim Ault
, It is a little disconcerting to get stopped on page 5 of the tutorial. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Datagrid stopper out of the gate

2010-07-19 Thread Jim Ault
postTimeDgrd to IT the grid only has data in the first column as if the only column header that matched was the first one. So let's say I did not use the correct spelling for column 2 Race wouldn't the default be for new columns to be created to accommodate? Jim Ault Las Vegas On Jul 19, 2010, at 3

Re: Datagrid stopper out of the gate

2010-07-19 Thread Jim Ault
replace comma with tab in hdr Discovery Column naming is white space sensitive. Thanks for the quick reply. Jim Ault Las Vegas On Jul 19, 2010, at 3:09 AM, zryip theSlug wrote: On Mon, Jul 19, 2010 at 11:23 AM, Jim Ault jimaultw...@yahoo.com wrote: I am doing a quick study of the Datagrid object

Re: Datagrid stopper out of the gate

2010-07-19 Thread Jim Ault
the data ever hits the datagrid and I will use fixed headers and grid dimensions. Jim Ault Las Vegas On Jul 19, 2010, at 9:45 AM, Bob Sneidar wrote: May I suggest, that if the structure of your datagrid is known and is constant, then you don't really need to set firstRowContainsHeaders

Re: HTMLtext doesn't play well with CSS

2010-07-17 Thread Jim Ault
visit http://quirksmode.org to study the interpretation variations that each browser.version uses. The most variant is IE in its many versions. Hope this helps. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: HTMLtext doesn't play well with CSS

2010-07-17 Thread Jim Ault
? Jim Ault Las Vegas On Jul 17, 2010, at 7:00 AM, Tim Ponn wrote: OK...let me explain more fully... Problem: There are web geeks (myself included) who create and/or maintain web sites. www.historicalengine.com and www.grandvalleytractor.com are two of mine. The creation is quite easy

Re: File lists

2010-07-16 Thread Jim Ault
than 100 scripts written by Apple to interact with numerous programs. Right-click and open in Script Editor. Now you should be able to build your won example script syntax library. Hope this helps, Jim Ault Las Vegas On Jul 16, 2010, at 12:47 AM, Medard wrote: Kay C Lan lan.kc.macm

Re: File lists

2010-07-16 Thread Jim Ault
the Finder for files using one of Kay's examples. Jim Ault Las Vegas ___ 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

Re: File lists

2010-07-16 Thread Jim Ault
a few posts on this issue, and Ken Ray has tips on his web site. http://www.sonsothunder.com/devres/revolution/revolution.htm Jim Ault Las Vegas On Jul 16, 2010, at 7:42 AM, Medard wrote: Medard liste.r...@medard.on-rev.com wrote: I did not write some AS for a time... and I forgot

Re: My naming convention

2010-07-10 Thread Jim Ault
is that. I almost cNEVER adhere to this convention . . . :) is really I almost vNEVER adhere to this convention . . . :) Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Go to a web page automatically

2010-07-10 Thread Jim Ault
. You have chosen to enter a world that can be very confusing, so tread carefully and study tons of examples. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Problem with script working in IDE but not in Standalone studio 4

2010-07-03 Thread Jim Ault
fld eventLog end if end CloseField Now when you trigger the scripts you will know which ones fire, which branch and in which order. Try it in the development environment (IDE) and in the compiled app. This could give you the clue you need. Hope this helps. Jim Ault Las Vegas On Jul 3

Re: [BUG] Confirmed, can't capture screen from second monitor (Was Re: [BUG?] Can anyone here confirm that RevBrowserSnapshot works?

2010-07-01 Thread Jim Ault
screen capture was to set the target window on the main monitor. Jim Ault Las Vegas On Jul 1, 2010, at 3:05 PM, Andre Garzia wrote: Folks, Just tested here, capturing a screen shot from first monitor works fine, capturing an screen shot from the second monitor fails. Can someone try

Re: Call to all you one-liners !

2010-06-28 Thread Jim Ault
seconds) so single color integers could also be considered...um...whatever they're considered. -- Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Call to all you one-liners !

2010-06-26 Thread Jim Ault
of item-delimited integers though. It's sort of a non-intuitive approach, but faster than iterating through the list looking for non- integer entries. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Pasted card with a background not included in the number of cds of this bg

2010-06-24 Thread Jim Ault
and Remove as often as you like, since the (backgrounds and groups) belong to the stack, not the card. Hope this helps, Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Rev- for renaming files according to folder name

2010-06-24 Thread Jim Ault
any tips, warnings, etc. Jim Ault Las Vegas ___ 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

Re: ObjectList as a variable won't go?

2010-06-21 Thread Jim Ault
last word of oList select oList end mouseUp This gives a chunck error. What to do? Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: ObjectList as a variable won't go?

2010-06-21 Thread Jim Ault
. A long time ago I built a group manipulation set of scripts that did not require the DO command, but I cannot find it now. Obviously I did not use select stringOfObjectNames Glad you echoed back about this. I guess 5 AM on Monday is not the best time to answer complex questions. Jim Ault

Re: ObjectList as a variable won't go?

2010-06-21 Thread Jim Ault
of grp workarea to TRUE end repeat end mouseUp Et voila, all objects/groups selected. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Performance

2010-06-20 Thread Jim Ault
a test ;-)... But have you ever had this choice to make ? Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Performance

2010-06-20 Thread Jim Ault
the backColor of btn btnHarmo21 to 89,149,218 Jim Ault Las Vegas ___ 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

Re: 2 quick questions

2010-06-16 Thread Jim Ault
Maker or, if you want the name of the card: put word -1 of the currentcard of stack PPtodointo c put the name of card id c of stack PPtodo Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: AW: How to implement a timebased reminder?

2010-06-11 Thread Jim Ault
if end callMyStackScriptTimer --now the script can be called by different routines --setting the hilight of the check box will stop any 'send in' calls --obviously, if your mouseup turns off the check box, the loop will skip the tasks This is just one way of accomplishing the task. Jim Ault Las

Re: AW: How to implement a timebased reminder?

2010-06-11 Thread Jim Ault
for them The agent looking could be the cron task script that detects a file and the Rev app running, then sends the trigger. Hope this helps with adding confusion. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Imported images are very dark

2010-06-11 Thread Jim Ault
an edit, note the exact rgb values the top left pixel, then close to update the image in Rev. Now you will see a slightly different rgb values than Photoshop reported. From what I remember, this shift is relative and not the same offset for each r,g,b channel. Jim Ault Las Vegas

Re: [OT] HTML5 and Safari 5

2010-06-09 Thread Jim Ault
you will see a lot of it and can play around with it. Easier than saving a text file then reading it back into a web page. Of course we could have built it in rev and revBrowser. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution

Re: Avoiding Global Variables - revUp 93

2010-06-06 Thread Jim Ault
, and fun, don't use globals (or use unique names). Hope this adds to the discussion by looking back to the beginning of the Hypercard-space-time continuum and the universal nature of globals and their nebulae. Jim Ault Las Vegas ___ use-revolution

Re: Filter command not working with tabs??

2010-06-02 Thread Jim Ault
to indicate that I should filter out all the lines that do not contain two tabs, but it is not doing this. It looks for all the world like the filter command is completely ignoring tabs in the expression! Bob Jim Ault Las Vegas ___ use

Re: Reverse Intersect

2010-05-25 Thread Jim Ault
keys from the table-a keys, and what I will have left are the keys that need to be inserted into table-b. Simple. See? ;-) So is there any way to do this without a repeat loop? I can always do a repeat loop, but they weary me. sigh ;-) Bob Jim Ault Las Vegas

Re: Cloud computing: scalable DB

2010-05-18 Thread Jim Ault
On May 18, 2010, at 2:13 PM, Bob Sneidar wrote: My elephant skates quite well. I just could never teach him to stop! Bob Ahhh, but can it do a camel ? Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Is there a way to upload files?

2010-05-15 Thread Jim Ault
, if you accidentally used the same variable name twice, there would be data loss, just as with Rev associative arrays. Hope this helps you get the idea. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: searching for a put that opens message box

2010-05-15 Thread Jim Ault
teaches me to never do this again. Always explicitly call the message box. I wish RunRev would remove the feature... Compatibility with Hypercard will mean this feature will likely remain for a long time. Jim Ault Las Vegas ___ use-revolution

Re: News on revIgniter (05-13-10)

2010-05-13 Thread Jim Ault
processor such as TextWrangler and uploading directly to the Rev server, the scripts can fail when called. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Thoughts on Kevin's announcement

2010-05-12 Thread Jim Ault
difficult to create. Hope this helps. Jim Ault Las Vegas ___ 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

Re: Thoughts on Kevin's announcement

2010-05-12 Thread Jim Ault
. The On-Rev server, cgi, php, irev will be integral and essential components of my marketing operation. I am sure I will have multiple accounts and numerous libraries. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution

[OT] Translate Rodeo material into French

2010-05-12 Thread Jim Ault
souvenir de Paris René Le 12 mai 2010 à 19:02, Michael Kann a écrit : Rene, Seriously, perhaps you should cut a deal with Jerry. Translate his Rodeo material into French for him. Mike Jim Ault Las Vegas ___ use-revolution mailing list use

Re: Strange results in deletion of lines

2010-05-11 Thread Jim Ault
with F filter tMyData without F* -- now tMyData contains all other lines repeat for each line L in IT process L put L CR after tOutputFLines end repeat The reason I would be careful of using arrays is that duplicate lines would be lost since the keys would be identical. Jim Ault Las

Re: Check out Jerry's new videos

2010-05-08 Thread Jim Ault
apps or stacks or revlets. The usual browser cookies can store data locally, if the user allows this. I hope this helps people get there head around the complex nature of web assets and the multiplexed jargon Complex beyond measure, unless you have a multi-dimensional yardstick. Jim Ault

Re: OT: MacBookPro advice needed.

2010-04-28 Thread Jim Ault
using Bootcamp, but I might want to use VmWare or other VM later. Any advice on setting the machine up to make this easy ? Thanks Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Problem in Multi line string (via Socket)

2010-04-25 Thread Jim Ault
second line and display the result against that one. How can I use multi line string (via socket ) Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: New to the Revolution

2010-04-24 Thread Jim Ault
excited. These are a collection of Revolution stacks done by a pro. You might choose Ball Clock as your first peek. Go ahead, drag it around, then smile. http://www.tactilemedia.com/site_files/software/tutorial_thumbs.html Welcome to a very active and supportive community! Ask away. Jim

Re: Naming Custom Properties

2010-04-16 Thread Jim Ault
and buttons with a suffix fld nameFld, addressFld, modDateFld btn goNextBtn btn sortByIdBtn, putOutputOnClipbdBtn -- and this helps in the Application Browser Jim Ault Las Vegas On Apr 16, 2010, at 2:36 PM, Mark Swindell wrote: I always use gGlobalVar, vLocalVar, and cpCustomProp just so I know

Re: Do ... as Applescript, bugs??

2010-04-11 Thread Jim Ault
the As editor all the time. I am talking directly to the Applescript editor with my do statements. I am using 4.0. Are there known bugs with As with Rev at this time? Any As gurus willing to help please contact me off list. Thanks___ Jim Ault

Re: Replace command

2010-04-10 Thread Jim Ault
not be exactly what you think when you consider paragraphs, punctuation, and data tables with delimiters. There are some other gotchas that need to be rigorously tested. Jim Ault Las Vegas On Apr 10, 2010, at 11:28 AM, Peter Brigham MD wrote: On Apr 10, 2010, at 11:52 AM, David Coker

Re: FTP directory listing showing seconds

2010-04-10 Thread Jim Ault
to on the desktop. If you design your script correctly, you could even to a directory walk (drill down) in one server call, returning full path info for each file. Jim Ault Las Vegas On Apr 10, 2010, at 12:29 PM, Richard Gaskin wrote: The FTP 'LIST' command sucks. It only shows mod dates down

Re: Replace command

2010-04-10 Thread Jim Ault
afraid It is good to feel sad yet afraid -- no comma Feel happy. Be careful. Feel sad Be careful. -- no period Punctuation is one of the unintended casualties of wordOffset. Jim Ault Las Vegas On Apr 10, 2010, at 1:34 PM, Peter Brigham MD wrote: Right, replace is the thing to use

Re: what form of split turns a tab-delimited variable into an array with the first line as keys?

2010-04-09 Thread Jim Ault
, etc) Jim Ault Las Vegas ___ 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

Re: iPad day

2010-04-03 Thread Jim Ault
is totally daft, he is in LA to run a conference that starts next week, so he came in a few days early.] Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Altplugins

2010-04-01 Thread Jim Ault
It is actually a slight misspelling. Shoulda' been 4 characters. Jim Ault Las Vegas On Apr 1, 2010, at 5:41 PM, bar...@libero.it wrote: Thanks for answering Mark but the real question is: how did Altuit get that button on the keyboards in the first place? ;-) Barry

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-28 Thread Jim Ault
the docs. It's: libURLSetVerification boolean Oops, that's wrong, I just found my notes. The real command is: libSSLSetVerification true/false -- Jacqueline Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Script for tagging email addresses

2010-03-27 Thread Jim Ault
Thanks for the XHTML compliant tip, Andre. Good to know. Jim Ault Las Vegas On Mar 27, 2010, at 5:43 AM, Andre Garzia wrote: You should enquote the href string or you will be unable to parse it with a XML library later, also your code will not be XHTML compliant. On Sat, Mar 27, 2010

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Jim Ault
always make one of the variables a version number that has to be correct in order to run the irev script. Change the script version number, stop the previous users. Jim Ault Las Vegas On Mar 26, 2010, at 12:44 AM, Sarah Reichelt wrote: On Fri, Mar 26, 2010 at 5:21 PM, Kay C Lan

Re: Script for tagging email addresses

2010-03-26 Thread Jim Ault
repeat put masterList into msg --- end code Jim Ault Las Vegas On Mar 26, 2010, at 8:40 PM, Sivakatirswami wrote: anyone have an efficient script for tagging email address with links? let's say I have a chunk of plain text made up of one or more of these: And we want

Re: there is a folder not case sensitive

2010-03-19 Thread Jim Ault
with caseSensitive as true. Jim Ault Las Vegas ___ 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

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Jim Ault
://username:passw...@... if the username already contains a @. I tried to put the username into a var, but that does not the trick. Is it even possible? Regards, Matthias Jim Ault Las Vegas ___ use-revolution mailing list use-revolution

Re: Add file to Custom Property

2010-03-13 Thread Jim Ault
-- not sure if this is needed close file lFileToRead set the uFileStore of me to lBinaryFile end mouseUp What am I missing? Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Add file to Custom Property

2010-03-13 Thread Jim Ault
(lFileToRead) into lBinaryFile -- not sure if this is needed close file lFileToRead set the uFileStore of me to lBinaryFile end mouseUp What am I missing? Bill Vlahos Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: [OT] IE6 Funeral

2010-03-06 Thread Jim Ault
, but on topic for On-Rev. Jim Ault Las Vegas ___ 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

  1   2   3   4   5   6   7   8   9   10   >