Re: reading and converting web page HTML text

2010-03-06 Thread Jim Ault
it really. Basically, I would go to a site that shows all html entities, make a list of those, and do a replace using a repeat loop. Google 'html entities' to get the possibilities. Jim Ault Las Vegas ___ use-revolution mailing list use

Re: reading and converting web page HTML text

2010-03-06 Thread Jim Ault
. The reason is that Rev is not a robust html tool nor is it designed to be. This is especially true if you need to work with Unicode and entities (a very complex adventure) Hope this helps Jim Ault Las Vegas ___ use-revolution mailing list use

Re: How do I change the script for 100 buttons in one time?

2010-03-04 Thread Jim Ault
buttons in it and they all have the same script. The buttons are called d1 to d100. How do I change the code for all of them in one time? I don't feel like copy/paste 100 times. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution

Re: How do I change the script for 100 buttons in one time?

2010-03-04 Thread Jim Ault
Yours is the best solution, Jacques, if using Rev 3.0 or later. Repeat loops will work on all versions 2.2+ Jim Ault Las Vegas On Mar 4, 2010, at 11:05 AM, Jacques Hausser wrote: Hi William A good case for using behaviors ! Set the script of an hidden btn BCommonScript as you want

Re: How do I 'shorten' this script?

2010-03-04 Thread Jim Ault
be truetruefalsetruetrue in one dialog and you could see which ones were true or false Jim Ault Las Vegas On Mar 4, 2010, at 11:00 PM, Mark Wieder wrote: Phil- Close. That'll give you five answer dialogs. Try on mouseUp local tMatch put false into tMatch repeat with x = 1 to 5 put Ax

Re: Trunc Error

2010-03-02 Thread Jim Ault
' into the group field sort by 'newest' then search You will find many posts, some are directly related to using 'step' and its limitations. Jim Ault Las Vegas On Mar 2, 2010, at 8:33 AM, Schwartz, Jonathan L. wrote: I just found the following result. (1.2 - 0.8)/0.2 = 2 trunc( (1.2

Re: HTML and character entities in RSS

2010-02-27 Thread Jim Ault
. ;) The great thing about standards in computing is that there are so many of them. -- Peter and they use the same names. Specs? we don't need no stinkin' specs! Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: All Cards

2010-02-27 Thread Jim Ault
, at 7:37 AM, Camm wrote: I have a fld in each card called Version I wish to put Version 1.x.x into fld Version of each card in the stack Can it be done with one line ? or am I missing something simple ? Jim Ault Las Vegas ___ use-revolution

Re: All Cards

2010-02-27 Thread Jim Ault
, Camm wrote: Its just a different fld id on each card Thanks Camm -Original Message- From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-boun...@lists.runrev.com] On Behalf Of Jim Ault Sent: 27 February 2010 15:58 To: How to use Revolution Subject: Re: All Cards Question

Re: OT: Any recommendations for some Mac OS x Apps?

2010-02-26 Thread Jim Ault
-tab to change the application to your FTP app, continue dragging the correct folder, then release. This works for any drag-drop operation between programs that are running on the Mac. Jim Ault Las Vegas ___ use-revolution mailing list use

Re: HTTP DELETE

2010-02-26 Thread Jim Ault
You could build a utility CGI to delete files on a server in irev, revcgi, or php, pearl, and not have to worry about authorization. Jim Ault Las Vegas On Feb 26, 2010, at 10:17 AM, Andre Garzia wrote: wow that actually works!?! I thought you had to use raw sockets to do such things

Re: dropping to the Finder

2010-02-26 Thread Jim Ault
there somewhere. My take would be that the user defines the destination by drag-drop to your app, then you check permissions, and go forth. Hope this helps Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: OT: Any recommendations for some Mac OS x Apps?

2010-02-26 Thread Jim Ault
to understand with a nice interface and inexpensive. I spent a few hours with Blender and could not figure it out. Regards, Scott Rossi Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: [semi-OT]simulating onSubmit in post

2010-02-24 Thread Jim Ault
on local error checking to decrease server load and provide faster response for the user. Hope this helps you Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: From XML to array

2010-02-24 Thread Jim Ault
I am assuming your data set contains an error and will ignore this tag. There is no opening tag employee On Feb 24, 2010, at 5:44 AM, mazza paolo wrote: /employee Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Altering HTML Text

2010-02-24 Thread Jim Ault
to be relative to the base you define. Bob 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: Altering HTML Text

2010-02-22 Thread Jim Ault
, or a custom property, or write it to a file. 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: Basic math help

2010-02-21 Thread Jim Ault
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: Search / replace

2010-02-20 Thread Jim Ault
change is back to a '[' char replace (cr _) with (cr [) in newVersion Brain dead + RegEx = disaster I like and use RegEx, but know that you must be fresh to get it right in less than a fortnight :-) Jim Ault Las Vegas ___ use-revolution

Re: Search / replace

2010-02-20 Thread Jim Ault
On Feb 20, 2010, at 8:29 AM, Jim Bufalini wrote: Jim Ault wrote: --- Just in case there is a line ending in a number and the first char of the next line is '[' and you did not want that specific conversion change is back to a '[' char replace (cr _) with (cr

Re: FYI: writing to and reading from fields much faster than locals, globals or custom properties

2010-02-17 Thread Jim Ault
tested fields to be as fast or faster than custom properties, especially for larger blocks of text (such as whole web page HTML) Please, when you have time, provide a little more feedback. Jim Ault Las Vegas ___ use-revolution mailing list use

Re: [OT] Making videos on a Mac

2010-02-15 Thread Jim Ault
Handbrake for the Mac is free and quite powerful. A wide variety of controls and options, with user presets. Constant quality encoding. Lots of documentation http://handbrake.fr/ Nov 23, 2009 Jim Ault Las Vegas On Feb 15, 2010, at 12:46 PM, Richmond Mathewson wrote: On 15/02/2010 22:30

Re: OT: Our place in Hawaii....

2010-02-10 Thread Jim Ault
Slide show and music run fine on OSX 10.5.8 G5 PPC FF Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/ 20091221 Firefox/3.5.7 GTB6 Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Getting list of files in a folder

2010-02-08 Thread Jim Ault
/ tFileName cr after newFileLIst end repeat filter newFileList without empty 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: Anyone else under two feet of snow

2010-02-06 Thread Jim Ault
and in Vegas it is tennis weather. Jim Ault Las Vegas On Feb 6, 2010, at 5:42 PM, Petrides, M.D. Marian wrote: And then there are those of us who would have welcomed a couple of feet of snow, instead of the paltry few inches we got yesterday here in mid MO. On Feb 6, 2010, at 7:01 PM

Re: Getting data from a secure web page

2010-02-02 Thread Jim Ault
had on this list about 6 weeks ago, so do a search for 'authoriaztion' and look at the code I found that worked. Now on to my deadline. Jim Ault Las Vegas On Feb 2, 2010, at 4:01 PM, Sarah Reichelt wrote: Hi All, I need the ability to download a secure web page (I have the login details

Re: Simple post examples

2010-02-01 Thread Jim Ault
commands. 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/listinfo/use-revolution

Re: Simple post examples

2010-02-01 Thread Jim Ault
Kee On Feb 1, 2010, at 6:23 PM, Jim Ault wrote: Most web forms use the POST method and you can find out by looking at the source where it will specify either GET or POST. The GET method, of course means the name=value pairs are added to the url. http://www.google.com?q=desert

Re: InetBrowser and the Mac Blue Screen

2010-01-30 Thread Jim Ault
of death and the kernel panic screen 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: [BUG] 'combine' problems

2010-01-30 Thread Jim Ault
textLines[frog] 3^kiss combine textLines using cr and ^ set the itemDel to ^ sort textLines by item 2 of each mary^1^lamb prince^2^charming frog^3^kiss Of course you could put the line number at the end of each value as well. Jim Ault Las Vegas On Jan 30, 2010, at 4:10 AM, Hugh Senior wrote

Re: The seconds and time zones

2010-01-26 Thread Jim Ault
not to change at all. I used to live in a county that never changed its clock. It was a farming community that did not care to change. I haven't done the digging, but I did use the atomic clock server in a project about 4 years ago. Jim Ault Las Vegas

Re: The seconds and time zones

2010-01-26 Thread Jim Ault
stamps such as system log files for data processing and work flows. Reports and comparisons can span months. Most comparisons are not that stringent, so the seconds will work fine. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution

Re: The seconds and time zones

2010-01-25 Thread Jim Ault
into to detail and examples DateTime.rev http://www.troz.net/rev/index.irev?category=Library#stacks Jim Ault Las Vegas On Jan 25, 2010, at 8:53 PM, Bill Vlahos wrote: I want to represent time snapshot independently of format and time zone so that I can compare the modification times of two items

LibURL and Snow Leopard

2010-01-22 Thread Jim Ault
, etc.? 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://lists.runrev.com/mailman/listinfo/use-revolution

Re: LibURL and Snow Leopard

2010-01-22 Thread Jim Ault
Thanks, Sarah, The client is actually using a newer laptop (last June) OSX 10.5.8 and Rev 3.5 IDE and compiled app. For today I setup Screen Sharing to a Mac mini running my software, so a Friday crisis avoided. It is still Friday here, and your Saturday morning. Jim Ault Las Vegas

Re: Getting user's time from web revlet?

2010-01-21 Thread Jim Ault
goal of writing code that will work well into the future. This means mostly Rev cgi, with php, and very little irev scripting until we are beyond beta. I am integrating assets located on several servers, so reliability is crucial. Jim Ault Las Vegas On Jan 21, 2010, at 8:14 AM, Andre

Re: Getting user's time from web revlet?

2010-01-21 Thread Jim Ault
Jim Ault Las Vegas On Jan 21, 2010, at 8:14 AM, Andre Garzia wrote: I think the important part of this thread is that the browser does send time information in the form of an HTTP Date header which RevServer simply ignores. I want all the headers available, if we don't have all the headers

Re: Getting user's time from web revlet?

2010-01-21 Thread Jim Ault
in the traditional way, as long as the user allows cookies. The web page author programs using some code that reads/writes cookies (data to the user hard drive), thus the server tries to use cookies, and the user can set limits or disallow their use. Many corporations disallow. Jim Ault Las

Re: Getting user's time from web revlet?

2010-01-20 Thread Jim Ault
of them. ( of course, no one uses computers to extract info like that ) Jim Ault Las Vegas On Jan 20, 2010, at 6:04 PM, Sarah Reichelt wrote: On Wed, Jan 20, 2010 at 12:29 AM, Tim Selander selan...@tkf.att.ne.jp wrote: Thanks for clearing up the .irev/revlet confusion in my head. I've read

Re: FTP listing using libURLftpCommand

2010-01-19 Thread Jim Ault
that it will send me an email with its current data. If you do this, it will be interesting to see your solution vs the one I will be tweaking over the next couple years. Jim Ault Las Vegas On Jan 19, 2010, at 12:35 AM, stephen barncard wrote: Thanks for responding, Dave. I get it now. Ok

Re: shell

2010-01-19 Thread Jim Ault
you send packets at or below that maximum, using multi- part packet sizing if necessary. I have found that 8K-20% (yes, very small) works for me. Vonage and Skype don't need to resend packets except for the voice and audio, but do for the user data, etc. Hope this helps someone. Jim Ault

Re: Getting user's time from web revlet?

2010-01-19 Thread Jim Ault
the parameters in props is good for me. Very fast and reliable. Hope this helps this thread. I wonder about the $_SERVER variables differences. Jim Ault Las Vegas On Jan 18, 2010, at 4:07 PM, Andre Garzia wrote: ARRRGGGH! okay, it is down to this... browsers send the date header

Re: Can a Rev cgi accept connections?

2010-01-18 Thread Jim Ault
, and then you could let us know a few details when you are up and running. Jim Ault Las Vegas On Jan 18, 2010, at 12:54 AM, Nicolas Cueto wrote: Why do I ask? Cause, after studying about sockets using Rev's chat server/client sample stack (thank you to Bill Vlahos for pointing it out), I'm

Re: standalones interacting over the web

2010-01-18 Thread Jim Ault
://www.pure-mac.com/irc.html Hope this helps you get started. 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: Bill Marriott

2010-01-12 Thread Jim Ault
that are invisible to us. Thank you for using your talents and skills to make all our lives a little richer. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Anyone Going to MacWorld 2010?

2010-01-12 Thread Jim Ault
list when you expand to add a west coast venue. :) Just let us know the UStream broadcast channel and the best times to tune in. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Cursors

2010-01-11 Thread Jim Ault
movies). The browser can receive commands, but is limited to its set of functions and those of its helpers (such as javascript, mp3 players) I have not done this except with CSS, which is a way of triggering javascript routines to change web page formatting. Jim Ault Las Vegas On Jan 11, 2010

Re: Simple Arrays

2010-01-11 Thread Jim Ault
You can use combine split to work with arrays of data, but if you do speed tests, you will find that repeat loops + chunking are just as fast and have more power, such as extracting more that one column, shuffling the column order while gathering, reformatting, error checking, etc Jim

Re: Keyboard focus on opening a card

2010-01-11 Thread Jim Ault
the traversalOn property because the message is not sent). How can I do this (i.e. no focus on open card, but focus with click or tab)? This worked as desired in HC. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Simple Arrays

2010-01-11 Thread Jim Ault
One bit of shorter code would be deleting the function and using the two lines: set the lineDelimiter to char 1 of (pLineDel cr) set the lineDelimiter to char 1 of (pItemDel tab) Jim Ault Las Vegas On Jan 11, 2010, at 12:24 PM, Phil Davis wrote: Thanks Dick - I hadn't thought

Re: Simple Arrays

2010-01-10 Thread Jim Ault
this helps Jim Ault Las Vegas On Jan 9, 2010, at 5:12 PM, Bob Sneidar wrote: Hi all. Apparently I am not getting arrays AT ALL. I would think that given: put 1 comma A comma Green return into theData put 2 comma B comma Blue return after theData put 3 comma C comma Orange

Re: Simple Arrays

2010-01-10 Thread Jim Ault
, games, and then some. Jim Ault Las Vegas On Jan 10, 2010, at 5:52 AM, Thomas McGrath III wrote: Pardon my question, but I have learned more about arrays in these four posts than I ever thought about before: So given that I would want a multi-dimensional array where theData[2] [3] = Blue

Re: Simple Arrays

2010-01-10 Thread Jim Ault
not meant the same thing. Excel array notation and functions operate differently. Rev would use a 'table' with item j of line i of tabularData Jim Ault Las Vegas On Jan 10, 2010, at 8:55 AM, Michael Kann wrote: While trying to rassle these arrays to the ground I tried to transpose one

Re: Simple Arrays

2010-01-10 Thread Jim Ault
in Rev arrays. Jim Ault Las Vegas On Jan 10, 2010, at 9:23 AM, Michael Kann wrote: Jim, thanks for the info. I'm really learning a lot sitting here in the coldest room in the house with the little electric heater blowing in my face. How's it in Las Vegas? Thanks for weaning me of the Excel model

Re: 65535 limit?

2010-01-08 Thread Jim Ault
On Jan 6, 2010, at 11:00 AM, Jim Ault wrote: Message: 13 Date: Tue, 5 Jan 2010 15:12:04 -0800 From: Jim Ault jimaultw...@yahoo.com Subject: Re: 65535 limit? To: How to use Revolution use-revolution@lists.runrev.com Message-ID: 4810f2be-9d67-45be-ae93-d32291627...@yahoo.com Content-Type: text

Re: Scale ImageSource?

2010-01-07 Thread Jim Ault
and all the subsequent imagesource references to the same file will look like the first one. But I'm not sure, so I'm curious. And if it does work, we all have a new trick. -- Jacqueline Landman Gay Jim Ault Las Vegas ___ use-revolution mailing

Re: create a plist from script with iRev

2010-01-06 Thread Jim Ault
Idea: You could send the plist file to a Rev cgi running on OSX and it would return the result, or perhaps an iPhone app (as it might have plutil in its operating system) Jim Ault Las Vegas On Jan 5, 2010, at 2:45 PM, Sarah Reichelt wrote: On Wed, Jan 6, 2010 at 12:39 AM, Thomas McGrath

Re: create a plist from script with iRev

2010-01-06 Thread Jim Ault
. The ported plutil is here: plutil for iPhone http://george.insideiphone.com/index.php/2007/12/05/plutil-a-nifty-tool-to-edit-plist-files/ Google plutil php and you will also findplutil.exe for windowson the listing. Jim Ault Las Vegas On Jan 6, 2010, at 2:35 AM, Luis wrote: Hiya

Re: Cached imagesource

2010-01-06 Thread Jim Ault
, 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 and manage

Re: create a plist from script with iRev

2010-01-05 Thread Jim Ault
://tomeklof.googlepages.com/aapl has a list of useful command line tools unique for Mac OS X. For example did anyone here knew about plutil to convert plists to plain xml and back? Andre Jim Ault Las Vegas ___ use-revolution mailing list use-revolution

Re: 65535 limit?

2010-01-05 Thread Jim Ault
Rather than worry about maximums and future changes that could hamper performance, why not make several smaller groups that 'overlap' in a collage of sorts, then move all the groups as one? Maybe I am missing the point, so let me know. Jim Ault Las Vegas On Jan 5, 2010, at 11:22 AM, Fred

Re: Easier syntax for quoting text and html?

2010-01-02 Thread Jim Ault
On Jan 1, 2010, at 4:18 PM, Alex Tweedly wrote: 2009/12/31 Jim Ault jimaultw...@yahoo.com --// html honors both quote types, ignores extra spaces Thanks Jim !! How did I get to this age in my life without realizing that !? There is actually another behavior that works but is probably

Re: Imagesource of char not working as expected in Windows

2010-01-01 Thread Jim Ault
: k answer (binfile: k) On Jan 1, 2010, at 4:00 AM, David Glasgow wrote: put the last line of field snapshots into k set the imageSource of last char of fld ResultsT to binfile: k .. didn't. Jim Ault Las Vegas ___ use-revolution mailing list

Re: Easier syntax for quoting text and html?

2010-01-01 Thread Jim Ault
for web server programming. As Trevor did many years ago, someone may build a lib stack that does the same thing for HTML as he did for SQL. Maybe the team is working on this already. Happy New Year Jim Ault Las Vegas On Jan 1, 2010, at 6:10 AM, David Bovill wrote: 2009/12/31 Jim Ault

Re: Easier syntax for quoting text and html?

2010-01-01 Thread Jim Ault
features are added. Jim Ault Las Vegas On Jan 1, 2010, at 4:18 PM, Alex Tweedly wrote: David Bovill wrote: 2009/12/31 Jim Ault jimaultw...@yahoo.com --// html honors both quote types, ignores extra spaces Thanks Jim !! How did I get to this age in my life without realizing that !? NB - I

Re: Easier syntax for quoting text and html?

2010-01-01 Thread Jim Ault
You may not realize that the Rev Script Editor uses html tags to colorize the script lines.. but it would be an interesting a challenge for the design team to use html tags to display html tags. Jim Ault Las Vegas On Jan 1, 2010, at 4:18 PM, Alex Tweedly wrote: David Bovill wrote

Re: iRev - Ajax - jQuery

2009-12-31 Thread Jim Ault
tImg Hope this gives you some ideas. Jim Ault Las Vegas On Dec 31, 2009, at 7:41 AM, Thomas McGrath III wrote: And NO ONE should ever have to look at something like this again, let alone have to type it: put a href= quote photos/test/ L quote class= quote pirobox_gall quote

Re: iRev - Ajax - jQuery

2009-12-31 Thread Jim Ault
TextWrangler, same author), and use a very valuable tool - Firebug in FireFox To do the On-Rev desktop backup, build a little scanner app that archives the most recent file in the local folder, if it has changed since the last backup one minute ago. Have a good New Year's Eve !! Jim Ault Las

Re: How do I paste into a different app?

2009-12-30 Thread Jim Ault
. Do applescript clipboard system windows in google and read about some of the features and how to control them. Hope this helps Jim Ault Las Vegas On Dec 30, 2009, at 2:55 PM, Bill Vlahos wrote: It looks like on the Mac you can get AppleScript to send keystrokes by telling

Re: Imagesource of char not working as expected in Windows

2009-12-29 Thread Jim Ault
, operating system reinstalls, etc. Hope this helps Jim Ault Las Vegas On Dec 29, 2009, at 10:09 AM, Mike Bonner wrote: Based on your test it looks like the comment about vanilla characters is probably correct. It works when using a string with no spaces for the directory. When you setup

Re: Emulate an HTTP post in Rev

2009-12-28 Thread Jim Ault
the Content-Type header to something else. In order to fully emulate a post command coming from a web page, you may need to set the headers to match by using libURLSetCustomHTTPHeaders Jim Ault Las Vegas On Dec 27, 2009, at 8:52 PM, Jim Bufalini wrote: Hello, Can someone tell me how

Re: HC convert: help with text as graphic or rotated text

2009-12-25 Thread Jim Ault
project. This would mean that the programmer could check off a list of features to include depending on the project. Merry Christmas everyone. Jim Ault Las Vegas PS I will be working on a new internet business venture everyday for the next couple weeks that includes the On-Rev server, so see you

Confused about my first irev file

2009-12-22 Thread Jim Ault
-output is-- line of something num 1 - 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: Confused about my first irev file

2009-12-22 Thread Jim Ault
to convert line endings, tabs and spaces correctly. Thanks for the quick response. And now to finish my single-page-refresh sequential slideshow solution using irev. Jim Ault Las Vegas On Dec 22, 2009, at 3:32 AM, Sarah Reichelt wrote: On Tue, Dec 22, 2009 at 9:13 PM, Jim Ault jimaultw

Re: Confused about my first irev file

2009-12-22 Thread Jim Ault
to document, store, and retrieve code in my workflow. Thanks for the help. Jim Ault Las Vegas On Dec 22, 2009, at 4:37 AM, Medard wrote: Jim Ault jimaultw...@yahoo.com wrote: It turns out that using the clipboard to move text from a note-taking program I have, then copy-paste into the OnRev

Re: Slideshows in iRev

2009-12-22 Thread Jim Ault
use 1. This is yet another way to get a slide show sequence in order. ((( my working IREV script will be in the next email ))) Working page for 10 second refresh is http://ampower.on-rev.com/slideshow/slideShowParams.irev Jim Ault Las Vegas On Dec 20, 2009, at 10:16 PM, J. Landman Gay

script - Slideshow in Rev using one page

2009-12-22 Thread Jim Ault
/slideShowParams.irev Many variations possible. Hope this helps someone. 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: Slideshows in iRev

2009-12-22 Thread Jim Ault
. It is a specialized video library browser. Jim Ault Las Vegas On Dec 22, 2009, at 9:10 PM, Sivakatirswami wrote: Jim Ault wrote: meta HTTP-EQUIV=refresh CONTENT=10 I think I'm pretty close to a final product: Enjoy: http://himalayanacademy.com/slideshows/aadheenam/2009/iraivan_2009-May

Re: web tables 2 rev tables

2009-12-22 Thread Jim Ault
It also works if you do a more general code replace table with (cr table) in tData since there is no other html tag that has the word 'table' in it to confuse your script Jim Ault Las Vegas On Dec 22, 2009, at 7:51 PM, roger.e.el...@sealedair.com wrote: Phil Davis rev...@pdslabs.net

Re: Passing parameters from Rev to Applescript

2009-12-21 Thread Jim Ault
. So, Rev declares its own global, script local, and handler local variables, and so does Applescript. This makes sense because both apps use variables and variable scoping differently. Hope this helps. Jim Ault Las Vegas On Dec 21, 2009, at 3:26 PM, Howard Bornstein wrote: Thanks Tom

Re: iRev How do I manage a different folder full of images

2009-12-21 Thread Jim Ault
Why not build and maintain a catalog of the folders on On-Rev, then let it decide what needs to move or go away. Jim Ault Las Vegas On Dec 21, 2009, at 3:03 PM, Thomas McGrath III wrote: The exact numbers are not important yet because I don't know how many will be uploaded (could

Re: iRev How do I manage a different folder full of images

2009-12-21 Thread Jim Ault
to me in (60*60*12) seconds end if end updateTrigger Also, you could trigger the script from any browser or server that runs a script or displays a page using html. Jim Ault Las Vegas On Dec 21, 2009, at 4:08 PM, Thomas McGrath III wrote: Jim, Is this a cPanel thing? When I get home I

Re: [VOTE] Tool Palette dissapear randomly Report #8500

2009-12-19 Thread Jim Ault
windows would be *very* nice, as would split pane controls. My answer to this is to paste the handler(s) into BBEdit, make changes, then paste back into Rev. This also helps when editing scripts that are on different computers that need to communicate with each other. Jim Ault Las Vegas

Re: [VOTE] Tool Palette dissapear randomly Report #8500

2009-12-19 Thread Jim Ault
Thanks for the tip... obviously I have not spent time exploring the differences between 2.9 and 3.5. On Dec 19, 2009, at 4:32 PM, J. Landman Gay wrote: Jim Ault wrote: The option of individual script editor windows would be *very* nice, This is a prefs setting too. Change

Re: regex/HTMLText question

2009-12-15 Thread Jim Ault
replace yourtext with box yourtext /box in it set the htmltext of fld yourField to it end mouseup This would be fast, and easily extendable, since we are just crunching data. Not that there isn't a good regex solution as well... Jim Ault Las Vegas

Re: Newbie Data Grid question

2009-12-15 Thread Jim Ault
would logically mean that there would be a custom property set dgText Interesting if you click on dgProps row template you will see: group id 1011 of card id 1010 of stack Data Grid Templates 1260751174078 ...at least in my version of Rev 3.5 Hope this helps in your travels. Jim Ault Las

Re: Plugins folder

2009-12-13 Thread Jim Ault
Try doing: Development:Plugins:Plugin Settings then choose one from the popup menu then make you choices, such as invisible Jim Ault Las Vegas On Dec 13, 2009, at 4:38 PM, stephen barncard wrote: yeah, but how do you make it 'specail' and not visible in the IDE as a stack? 2009/12/13 Mark

Rev compress, cgi, php, zip

2009-12-11 Thread Jim Ault
scripts. These will be interconnected and show different variations. One variation will be a single web page hosted on OnRev that uses all 4 types of scripting to render the page and interact with the visitor. Jim Ault Las Vegas ___ use

Re: Rev compress, cgi, php, zip

2009-12-11 Thread Jim Ault
Rotunda Software 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: revlets, browsers, OSs and image formats

2009-12-10 Thread Jim Ault
RVB= 212,209,209 -- Dom^W Medard 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: revlets, browsers, OSs and image formats

2009-12-09 Thread Jim Ault
/revletIMAGES.html and then SHARE with the use-list the following: Browser Operating System 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: Importing data into RevDB

2009-12-05 Thread Jim Ault
evaporates -- it only applies to this function -- the same way itemDel behaves The same thing can be done with itemDel set the itemDel to ^ put ^ into item 25 of tempp set the itemDel to comma Hope this helps, Jim Ault Las Vegas ___ use

Re: Importing data into RevDB

2009-12-04 Thread Jim Ault
that I'll be working with has all kinds of spurious line breaks and such embedded, so converting to a tab delimited format doesn't work well. Does anyone have any suggestions as to how to make something like this reliable as far as maintaining record integrity during import? Jim Ault Las

Re: OT OS X HD Partitioning, multiple OSs

2009-12-04 Thread Jim Ault
the switch myself in 15 minutes. The youtube video shows how. Jim Ault Las Vegas On Dec 4, 2009, at 9:30 PM, jim sims wrote: I might be getting a 13 160 GB MacBook Pro I'm thinking of using VMware Fusion to add at least one version of Windows or maybe more. This will hopefully be my

Re: Repeat Loop

2009-11-22 Thread Jim Ault
an external and call it to do math when decimals and rounding rules were important. Jim Ault Las Vegas On Nov 21, 2009, at 7:28 AM, dunb...@aol.com wrote: Rounding it must be. But the error is related to the startValue. I would have thought that it did not matter, when incrementing by 0.1, say

Re: Getting url

2009-11-18 Thread Jim Ault
Firefox/3.5.5 GTB6 FirePHP/0.3 set the httpHeaders to IT get url http://www.google.com/search?q=10187%20Grinding%20Rock%20Dr%09Grass%20Valley,%20CA%2095945 put IT into msg end testHttpHeaders Hope this helps. Jim Ault Las Vegas On Nov 17, 2009, at 11:05 PM, Bill Marriott wrote

Re: Getting url

2009-11-17 Thread Jim Ault
use Safari and Applescript... but this is very messy. Far too much hassle for a bit of info. Try mapquest, or AAA, or even USPS zip lookup. Hope this helps. Jim Ault Las Vegas On Nov 17, 2009, at 11:58 AM, James Hurley wrote: I am trying to do address verification. For example, the county

Re: reStructuredText in RevTalk ?

2009-11-10 Thread Jim Ault
off the top of my head. 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: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread Jim Ault
, but not on the same web page (actually you can, but you need to know a trick or two get this to work) Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: revTalk - iRev - revWeb - PHP - iPhone and back again

2009-11-09 Thread Jim Ault
On Nov 9, 2009, at 6:45 PM, J. Landman Gay wrote: Jim Ault wrote: On-Rev does allow the use of CGI and IREV and PHP in the same domain, the same web site, but not on the same web page (actually you can, but you need to know a trick or two get this to work. I will post links to some

<    1   2   3   4   5   6   7   8   9   10   >