Re: The best way to store arrays as text file?

2007-01-10 Thread Jim Ault
filename .txt) --where over the weeks the file size can grow to over 2 Mb. Performance will slow dramatically, esp over 10 Mb. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Beta Program

2007-01-09 Thread Jim Ault
files on Mac OSX, so that you can set the '.txt' files to open in your favorite text editor, .html etc etc etc. In Windows, right click on the icon in Windows Explorer, choose 'Open with', then go to the point of 'always use'. Hope this helps. Jim Ault Las Vegas

Re: beep-answer-freeze

2007-01-09 Thread Jim Ault
) with Entp 2.7.2 (ext spkrs + manual turn volume up) and sounds work fine. 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: BUG: importing image files crash rev 2.7.5

2007-01-09 Thread Jim Ault
On 1/9/07 6:01 PM, Andre Garzia [EMAIL PROTECTED] wrote: Folks, can someone confirm that importing JPEG or PNG image files using CMD + crashes Rev? I get the crash 2.7.2, OSX 10.4.7, Mac G5 dual proc. Jim Ault Las Vegas ___ use-revolution

Re: ejecting a disk after using the files funtion

2007-01-07 Thread Jim Ault
it. You might try to just add a step that gets the files of your desktop folder (or other) and just not use them. Kind of like a way of releasing the files of the ejectable volume. Hope this helps. Jim Ault Las Vegas ___ use-revolution mailing list use

Re: overloaded stack script

2007-01-06 Thread Jim Ault
'start using' and 'stop using' 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: Item Delimiters?????

2007-01-05 Thread Jim Ault
put item 2 of it into null2 --only the center part put orig cr cr cr null2 into msg end testt One word of caution. If you use nulls, the filter command will fail, so you will need to replace with empty/or/other char before using the filter command on lines of text. Jim Ault Las Vegas Op 5

Re: Adding a Substack???

2007-01-05 Thread Jim Ault
, then the Basic properties panel, locate the drop down labeled mainstack, and choose StackA 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: Variable holding a chunk

2007-01-05 Thread Jim Ault
) or put merge(put 1 into [[ myVar]]) into msg or do merge( put 1 into [[ myVar]]) Hope this gets you closer Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Automatic tagging of text

2007-01-04 Thread Jim Ault
repeat with x = 1 to the number of lines in emailList put word -1 of line x word 1 of line x+1 cr after newEmailList end repeat delete last char of newEmailList Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: sorting by mixed fields

2007-01-04 Thread Jim Ault
the group from card Now the group is in two stacks, including scripts, and can be placed in each. A bit mind-bending at first, but quite handy when you learn enough about them. Jim Ault Las Vegas On Dec 31, 2006, at 6:51 PM, Bill Marriott wrote: I'm not sure I understand your situation

Re: No Beep sound

2007-01-04 Thread Jim Ault
to restart about once every 3-4 months, and I am running 3 Mac mini's every day. 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

Re: Rev's Portability

2006-12-29 Thread Jim Ault
systems absolutely impossible. I think this issue depends on exactly what programs we are talking about. Hmmm, I wonder if someone on the list has solved this, or a Linux library would handle the tricky issues you describe. Good thread. Jim Ault Las Vegas On 12/29/06 4:47 AM, Robert John Warren

Re: Rev's Portability

2006-12-28 Thread Jim Ault
break case MacOS put specialfolderpath(desktop) into pathh replace desktop with Documents/KEYFOLDER/ in pathh end switch return keyPathh end keyFolder2 Jim Ault Las Vegas On 12/28/06 3:54 AM, Robert John Warren [EMAIL PROTECTED] wrote: One of Rev's great characteristics

Re: [ANN] AlphaStatus

2006-12-27 Thread Jim Ault
On 12/27/06 6:21 AM, Dom [EMAIL PROTECTED] wrote: Jim Ault [EMAIL PROTECTED] wrote: Are you using Rev 2.6? Indeed... Scott did his work in 2.7+ so 2.6 won't open it. Sorry about that. Jim Ault ___ use-revolution mailing list use

Re: htmlText, xHTML and revXML

2006-12-23 Thread Jim Ault
. Hopefully someone with real knowledge in this area will chime in. Jim Ault Las Vegas On 12/23/06 8:48 AM, David Bovill [EMAIL PROTECTED] wrote: Jim _ thought that was the whole point of xHTML? That is that xHTML is HTML that works with XML parsers - that is why you can view xHTML outlines in tools

Re: Developer's Conference in Vegas?

2006-12-22 Thread Jim Ault
to pass, pool party at my house :-) 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: htmlText, xHTML and revXML

2006-12-22 Thread Jim Ault
to the top of the code... replace space with empty in htmlPage 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

Re: htmlText, xHTML and revXML

2006-12-22 Thread Jim Ault
in javascript and css, HTML is even less like XML, so the parent.child relationship is even more remote. It is hard to imagine a single parser that would work for both. Perhaps in special cases that you generate to stay within rules. Jim Ault Las Vegas On 12/22/06 10:17 PM, David Bovill [EMAIL

Re: sorting table fields

2006-12-20 Thread Jim Ault
by item 2 of each --by item 4 of each means ... using item 4 of each line as the sort value You could be more compact if the table was organized by doing sort fld userListing descending by item 2 to 3 of each --but that probably won't get you what you want Hope this helps Jim Ault Las Vegas

Re: CPU timings

2006-12-19 Thread Jim Ault
timing calcs. This is just an idea, but it should get you in the ball park. If you are running the stack on your computer, then both ratios should be 1.0 Now have someone run the stack and let you know their ratios. Hope this helps in some way Jim Ault Las Vegas

Re: Global Array?

2006-12-12 Thread Jim Ault
definition is simply global gWhiz put firetruck into gWhiz[Tommy] put doll house into gWhiz[Susan] put perfume into gWhiz[Mom] put watch into gWhiz[Dad] Now the global gWhiz has gifts stored in an array structure of keys and elements. Jim Ault Las Vegas

Re: Multi-standalone communication

2006-12-09 Thread Jim Ault
would you use AppleEvents in your work flow? 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: Multi-standalone communication

2006-12-09 Thread Jim Ault
On 12/9/06 9:37 AM, J. Landman Gay [EMAIL PROTECTED] wrote: Jim Ault wrote: Glad you found and explored an easy 'send' method. I did not know that you could simply 'send' between two standalones. Does this really work on both Mac and Windows? or just Mac? Just Mac. It's a HyperCard

Re: Save Stack Locally

2006-12-09 Thread Jim Ault
binfile:x12provider.rev Or a one-liner put URL (http://www.x12.com/x12provider.rev;) into URL binfile:x12provider.rev Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Copy image from browser to image on stack

2006-12-08 Thread Jim Ault
crashing (on a PNG image) so I think this doesn't work. Any suggestions, anyone? Checkout Eric Chatonet's #005 How to drag and drop and store images that uses drag and drop with 3 choices for the file handling (radio btns). Jim Ault Las Vegas ___ use

Re: IP address of current computer....

2006-12-08 Thread Jim Ault
for the door bell. 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: Return in entry fields

2006-12-08 Thread Jim Ault
Click the 'Tab on Return' check box in the inspector palette. Should do the trick. Jim Ault Las Vegas On 12/8/06 12:55 PM, Charles Szasz [EMAIL PROTECTED] wrote: I have the following script in fields where the user enter data. The script allows only two digits to be entered into fields

Re: Multi-standalone communication

2006-12-08 Thread Jim Ault
control. I have had no crashes or slow downs due the the processes on this computer. All inter-app communication is done using UDP, but there are other methods. This is *not* a CGI-running-on-a-server installation, however. Jim Ault Las Vegas ___ use

Re: Multi-standalone communication

2006-12-08 Thread Jim Ault
, but I cannot imagine any of my Applescripts keeping up such a pace, day after day, without failure. Glad you chimed in. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Multi-standalone communication

2006-12-08 Thread Jim Ault
'send' between two standalones. Does this really work on both Mac and Windows? or just Mac? Do you have any examples? My definition: Main stack saved as standalone.app or standalone.exe If all of my stacks could be in the same app on the same computer, life would be simple. Jim Ault Las Vegas

Re: Creation of Database from Runrev

2006-12-07 Thread Jim Ault
]] \ Where ([[tIDcolumnName]] = '[[tRecordID]]' \ OR [[tIDcolumnName]] = '[[tRecordID-1]]') \ AND [[tIDcolumnName]] = '[[tRecordID2]]' \ ) into theSQL3 Fun with Rev Jim Ault Las Vegas ___ use-revolution mailing list use

Re: Creation of Database from Runrev

2006-12-07 Thread Jim Ault
You need to look at the docs for the 'execute' or the 'query' command, depending on which SQL statement you are sending, and use 'theSQL' as the string to pass in the function. Jim Ault Las Vegas On 12/7/06 8:32 AM, jhonken [EMAIL PROTECTED] wrote: Jim, Thanks for the response. How do you

Re: Multi-standalone communication

2006-12-07 Thread Jim Ault
app to socket 192.161.15.106:5556 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: Loading urls from a protected website

2006-12-06 Thread Jim Ault
PROTECTED]/web/ FName) into \ stkToRun go stack stkToRun end mouseup Jim Ault Las Vegas On 12/6/06 7:15 AM, Eric Chatonet [EMAIL PROTECTED] wrote: Hi all, To update an application from the web that requires downloading many files, I have built without any problem a process using the non

Re: Loading urls from a protected website

2006-12-06 Thread Jim Ault
. Therefore, the 'unload' is necessary before a 'load url' to be sure you are getting the updated version. Jim Ault Las Vegas Le 6 déc. 06 à 16:25, Richard Gaskin a écrit : If it's protected with htaccess you should be able to embed the login in the URL as with FTP: http

Re: preventing deletion of linefeds

2006-12-06 Thread Jim Ault
and the list is select-only (list behavior) If you do try to capture key strokes, you need to decide how would you stop multi-line user select, then a single delete... or multi-line user select, then pressing another key to replace 3 lines with one character. Then there is cut, copy, paste... Jim Ault Las

Re: Thank you for all of the help

2006-12-05 Thread Jim Ault
Cool !! So how did we all do on the psych test part? I would imagine highly schizophrenic with singular and multiple personality disorders. The Orderly Disagreement Quotient was probably up there as well. Hopefully your grade was excellent. Jim Ault Las Vegas On 12/5/06 10:28 AM, Ben Bock

Re: slide with multiples of x?

2006-12-05 Thread Jim Ault
on a Mac just fine. Jim Ault Las Vegas On 12/5/06 1:35 PM, Peter T. Evensen [EMAIL PROTECTED] wrote: Hi Eric, Thanks for the pointer. The one key I was missing is scrollbarDrag. I didn't know about that message. I implemented my own scrollbar value indicator that I move.Here's what

Re: Thank you for all of the help

2006-12-05 Thread Jim Ault
I meant both... schiz combined with the others.. I should have said personality disorders ***added in*** but it was a quick email for fun. I see your triple emphasis, and one of me understands the diff, and the other doesn't think it applies to him. Jim Ault Las Vegas On 12/5/06 6:07

Re: best downloading architecture - vote 1, 2, 3 or 4

2006-12-05 Thread Jim Ault
On 12/5/06 7:53 PM, Josh Mellicker [EMAIL PROTECTED] wrote: 2. the splash app first downloads the Main Stack and runs it, but the splash app continues to download a whole list of files in the background This would be ideal, but is it feasible to set up a callback framework where the Main

Re: Bizarre? Group id = 0???

2006-12-04 Thread Jim Ault
around this bug? As a hack I have moved the group to the first group which is what an id of 0 seems to refer to! Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Problem creating set of variables

2006-12-01 Thread Jim Ault
to a string, thus the second one does not make sense. 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: Message Box appears

2006-12-01 Thread Jim Ault
of the habbit. Of course another way is to make your own lib handler putMsg flag upperTier is fUpperTier on putMsg txtStr put txtStr end putMsg then turn off the 'put txtStr' line or find the putMsg lines Jim Ault Las Vegas ___ use-revolution

Re: Default App for Rev Files on MacOS X Tiger

2006-12-01 Thread Jim Ault
Click the button 'Change all...' in the get info window On 12/1/06 8:46 AM, Dave [EMAIL PROTECTED] wrote: I installed 2.7.x and tested it for 30 days, then got rid of it and went back to 2.6.6.152. Now all the .rev files won't open in 2.6.6.152. I just get an error message whenever I

Re: Passing Values to RunRev from an AppleScript

2006-12-01 Thread Jim Ault
. - Hope this gives you some options 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: Passing Values to RunRev from an AppleScript

2006-12-01 Thread Jim Ault
no changes), and it works again In my production work I have avoided any dependence on Rev's DO SCRIPT. Too much money at risk. [PS - I am submitting to Bugzilla tonight ] Jim Ault Las Vegas -- WORKING SCRIPTS BELOW -- FOR BOTH SCRIPT EDITOR AND REV STACK SCRIPT

Re: more clones of the hypercard...

2006-11-30 Thread Jim Ault
, Syquest cartridges, and Rodime 140 Mb drives. Each week I think about how wonderfully robust today's storage equipment is. Such memories. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Matchtext script results

2006-11-30 Thread Jim Ault
, etc) is needed for accuracy, and that can be done on each line in textStr. 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

Re: Message Box appears

2006-11-30 Thread Jim Ault
as put the scaledScore[memoryforstories] of field data1 into msg --which tells Rev to display using the msg box Jim Ault Las Vegas On 11/30/06 7:32 PM, Charles Szasz [EMAIL PROTECTED] wrote: The following script works but each it works the Message Box appears although there is nothing

Re: unexpected behavior 'on mouseup'

2006-11-29 Thread Jim Ault
On 11/29/06 7:14 AM, Ken Ray [EMAIL PROTECTED] wrote: On 11/28/06 6:27 PM, Jim Ault [EMAIL PROTECTED] wrote: Why does the card script run when clicking the button that contains the script: on mouseUp end mouseUp Because in actuality, it *doesn't* contain the script. The new button has

Re: How do I hide the menubar on OSX after starting an application like iTunes?

2006-11-29 Thread Jim Ault
, you will likely need to tell Rev to activate, hide menu, then the stack could go invisible or off screen. If you want to make it pretty, then tell iTunes to show the visualizer(cmd-T) , full screen (cmd-F), which takes over the screen.. no menu, no dock. Jim Ault Las Vegas

Re: Matchtext to find a series of words

2006-11-29 Thread Jim Ault
the filter command is far easier to build and debug, and is likely faster than the complex regex positive lookahead/behind algorithm Someone more conversant in regEx my show a better solution and be the better answer to your question. Jim Ault Las Vegas

Re: Custom Properties Lookup Table

2006-11-29 Thread Jim Ault
the result if the number of lines in it 1 then answer multiple hits of cr \ it cr cr \ using pattn else if the number of lines in it 1 then answer Nothing matches cr pattn else put item 4 of it into field ssFld end if end mouseUp Jim Ault

Re: Group buttons?

2006-11-28 Thread Jim Ault
setting the hilite of a square button when a user clicks and leaving it on? This is not the usual way of using a 'push' style button. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

unexpected behavior 'on mouseup'

2006-11-28 Thread Jim Ault
bugzilla'd, or is expected behavior. 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: unexpected behavior 'on mouseup'

2006-11-28 Thread Jim Ault
with the light on. Jim Ault Las Vegas Jim wrote: Do four simple steps: [1] Make a new mainstack [2] set the card script to on mouseUp put the long id of the target the seconds end mouseUp [3] Make a new button [4] Choose Browse mode --- Why does the card script run when clicking

Re: MatchWithin

2006-11-27 Thread Jim Ault
links to 'my favorite web sites'), and then the regEx will be the slowest factor. Both solutions use this, so again, just as quick in Rev. Thanks for the quiz :-) Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Copying many cds to a stack causes standalone to hang

2006-11-27 Thread Jim Ault
hiddenData3 replace cr with tab in it put it into line 3 of fld vizTableColumn How many items are you displaying? If you are doing a catalog, espcially if it needs frequent updating, then consider using a database such as SQL How many scripts are you using? Where are they located? Jim Ault Las Vegas

Re: just a comment

2006-11-27 Thread Jim Ault
to empty by another Rev handler, then set to a script including the same script local, the script local will lose the original value. For those interested, contact me for clarification, but less than 0.0001 % of the Rev users will care about this. Jim Ault Las Vegas

Re: How to master one table field' limits

2006-11-26 Thread Jim Ault
(the long name of fld dataDisplay)) into tFilledLines --will pass the *contents* of the field Jim Ault Las Vegas Le 25 nov. 06 à 12:34, Eric Chatonet a écrit : Bonjour André, That's normal behavior since when you click in cell 3 of line 4 without typing anything, line 4 will contain 2 tabs

Re: MatchWithin

2006-11-26 Thread Jim Ault
] if the end tag is in the 'pRawText' after extraction Hope this adds to the thread 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

Re: show msg in standalone

2006-11-25 Thread Jim Ault
some time. The next well informed answer could be many hours away. 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

[OT] Re: Where Rev could be going...

2006-11-22 Thread Jim Ault
from resource text files. Further, using 'root' is no longer the preferred way, since this leads to ambiguity in Flash 2.0+ Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: OT Email Well-Formed Checkers

2006-11-19 Thread Jim Ault
of the filters I would put in place if I did a high-volume, high-profile site like yours. Hope this helps give you ideas. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Lets make a deal!!!!!!!!!!

2006-11-18 Thread Jim Ault
dad said back then they were saving up so they could afford a hole someday, then have kids, so I guess they finally succeeded and ended up the hole. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: applescript: print rtf to pdf etc.

2006-11-18 Thread Jim Ault
to do what you want. PS Be Careful of using triple x in an email. Many spam catchers will toss this immediately. My spam filter let this one come in. I guess if Microsoft and triple X are in the same email, it is OK. Jim Ault Las Vegas ___ use

Re: Find/Replace woes

2006-11-16 Thread Jim Ault
to any/all occurrences of the string. 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: Programing style

2006-11-16 Thread Jim Ault
$ into char 1 of newNum return newNum . item 2 of tParam end fNumericToMoney --after this handler finishes, the itemDel and lineDel expire, since these only apply to the active handler when set. Jim Ault Las Vegas On 11/16/06 1:01 PM, Hershel Fisch [EMAIL PROTECTED] wrote: Hi all, I'd like

Re: Programing style

2006-11-16 Thread Jim Ault
Forgot to ask about final format ? two decimals ? Add one line at the end to handle this 'if there are no decimals' On 11/16/06 2:00 PM, Jim Ault [EMAIL PROTECTED] wrote: --takes advantage of Rev parsing --does not handle negative numbers function fNumericToMoney put param(1) into tParam

Re: Programing style

2006-11-16 Thread Jim Ault
On 11/16/06 3:37 PM, Hershel Fisch [EMAIL PROTECTED] wrote: On 11/16/06 5:06 PM, Jim Ault [EMAIL PROTECTED] wrote: Forgot to ask about final format ? two decimals ? Yes, but I don't understand your code. full text is below Basically you are using the Rev definition of item and line

Re: Lets make a deal!!!!!!!!!!

2006-11-16 Thread Jim Ault
of the tech content. But then that's who I think I am at the moment. Jim Ault Las Vegas On 11/16/06 5:16 PM, Dan Shafer [EMAIL PROTECTED] wrote: Naw, I like it when people talk about what's good and not-so-good about the product. If this list were nothing but bugs, hints, tips and tech trivia

Re: Clicking A Button With An Icon

2006-11-15 Thread Jim Ault
your file on the desktop behind another icon. Why not just use the icon as an image? and give it a mouse up handler Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Parser

2006-11-14 Thread Jim Ault
so verbose?' Hang in there. Before long, it will just be part of what you do. You could build your own library of short hand function numCds return the number of cards end numCds function numI string, del set the itemDel to del return the number of items in string end numI Jim Ault

Re: Spreadsheet Type Layout in RunRev?

2006-11-14 Thread Jim Ault
are familiar with full-app spreadsheets, they can expect a standard that is too high to emulate in Rev. Perhaps the next version 3.0 will have tools for this to work better. Bernard gave you a very good path to follow to get closer to your goal. Jim Ault Las Vegas On 11/14/06 7:25 AM, Bernard Devlin

Re: Image woes

2006-11-14 Thread Jim Ault
the cpPngBinary of this card into image disp or put the cpPngBinary of this card into the last image set the width of the last image to 137 set the height of the last image to 203 set the loc of the last image to the loc of the first image Hope this helps Jim Ault Las Vegas On 11/14/06 10:25 PM, Scott Kane

Re: Image woes

2006-11-14 Thread Jim Ault
One trick to resizing may be to on preopencard set the visible of the last image to false resize, then viz Jim Ault Las Vegas On 11/14/06 10:25 PM, Scott Kane [EMAIL PROTECTED] wrote: Hi folks, I'm working on a quick and dirty little project and am using Trevor Devore's empDB sample

Re: filter command - problems

2006-11-13 Thread Jim Ault
Works here Mac OSX 10.4.8, Rev 2.7.2 Be sure that your itemDel is set to TAB, or item 1 of container will not be what you think. Tabs can indeed be used in the filter command. Jim Ault Las Vegas On 11/13/06 8:28 AM, Chris Sheffield [EMAIL PROTECTED] wrote: Can anyone tell me why this isn't

Re: Clipboard Anomally [BUG]?

2006-11-13 Thread Jim Ault
to the user. I have spent many hours over the last 2 years building work-arounds. 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: Spaces in folder names on server

2006-11-13 Thread Jim Ault
Get a directory for /home/folder1/ /home/folder1/ Test Folder/ and see if there is another character in the name, or if you have permissions set OK. Jim Ault Las Vegas On 11/13/06 11:41 AM, J. Landman Gay [EMAIL PROTECTED] wrote: Andre Garzia wrote: jacque, try: replace

Re: Spaces in folder names on server

2006-11-13 Thread Jim Ault
Folder/ into theDirListing replace numToChar(20) with 20 in theDirListing replace numToChar(32) with 32 in theDirListing put theDirListing into msg end testThis Jim Ault Las Vegas On 11/13/06 2:05 PM, J. Landman Gay [EMAIL PROTECTED] wrote: Ken Ray wrote: On 11/13/06 2:12 PM, Jim Ault [EMAIL

Re: back in rev saddle after hiatus

2006-11-11 Thread Jim Ault
There is also the archive search link that will allow you to navigate through threads that have been posted to this email list. http://www.mail-archive.com/use-revolution@lists.runrev.com/ Quite useful to get answers and followups Jim Ault Las Vegas On 11/11/06 7:49 AM, Richard Gaskin [EMAIL

Re: content of ask file

2006-11-11 Thread Jim Ault
delete file userAnswer end if Jim Ault Las Vegas On 11/11/06 3:54 PM, Scott Morrow [EMAIL PROTECTED] wrote: After presenting the ask file dialog what would be the best way to determine what the user typed? If they enter a slash / as part of the file name then getting item -1 of it won't work

Re: content of ask file

2006-11-11 Thread Jim Ault
be related to the definition of your defaultFolder. If the defaultFolder is set to ../September/, then September/earnings.txt will point to the second folder. You might want to consider having the user first choose the folder [answer folder], store that, then go for the 'ask file' Jim Ault Las Vegas

Re: UDP question

2006-11-10 Thread Jim Ault
is the way I set it up. Let me know if you have any questions or need someone to help ping and debug from here. Jim Ault Las Vegas On 11/10/06 7:50 AM, Andre Garzia [EMAIL PROTECTED] wrote: Folks, I have two stacks, one is a udp server stack and the other is a client stack. The server is setup

Re: UDP question

2006-11-10 Thread Jim Ault
is no longer in the message path) Jim Ault Las Vegas On 11/10/06 7:50 AM, Andre Garzia [EMAIL PROTECTED] wrote: Folks, I have two stacks, one is a udp server stack and the other is a client stack. The server is setup to use the newPacket callback message when a datagram arrives. The client

Re: Altuit sale of altBrowser, altSQLite and altFont to RunRev

2006-11-10 Thread Jim Ault
Congratulations Chris and Chipp! I use altBrowser every day in my business and am glad that Rev is adding it to the externals they will offer. Just starting with altSQLite, but will be doing much more with it in the coming months. Looking forward to the future. Jim Ault Las Vegas On 11/10/06

Re: Clipboard Anomally [BUG]?

2006-11-09 Thread Jim Ault
) into theVarYouWant delete file pathfilenameUsed.txt I can post the script I use to pass variables directly to Excel, then use the returned values in Rev. This does not involve triggering Excel VBA macros, although you could. Jim Ault Las Vegas On 11/8/06 11:47 PM, Kay C Lan [EMAIL PROTECTED] wrote: Well

Re: Clipboard Anomally [BUG]?

2006-11-09 Thread Jim Ault
opinion is not to trust the Rev clipboard, just like the Excel variations I found. 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: Great things about Rev

2006-11-08 Thread Jim Ault
. Then there is the modification that looks right, but you actually need four modifications to complete the job. Very time consuming. Not the great time saver it was supposed to be. Saying all that, I have used it many times to do things that could not be done otherwise. Glad it is there. Jim

Re: Text field bug?

2006-11-06 Thread Jim Ault
of the inspector. Hope this helps. Jim Ault Las Vegas On 11/6/06 2:44 PM, Devin Asay [EMAIL PROTECTED] wrote: On Nov 6, 2006, at 2:15 PM, Dar Scott wrote: On Nov 6, 2006, at 1:54 PM, Devin Asay wrote: Recipe: Create a new mainstack. Create 2 new text entry fields and name them. I'll use

Re: File paths in web-based stacks

2006-11-03 Thread Jim Ault
() put ftpRootFolder() into zFtpPathhAssets put ftpRootFolder() temp/ into zFtpPathhTemp end preopenstack function rootLocalFolder() --local hard drive function rootFolder() --app location where ever function ftpRootFolder() --obvious Hope this is close to what you need. Jim Ault Las Vegas

Re: File paths in web-based stacks

2006-11-03 Thread Jim Ault
= 1 to the number of controls if the long name of control x contains card then --it is a card control if the long name of control x contains group then --it is a bg control Hope this gives you some ideas. Jim Ault ___ use-revolution mailing list

Re: The fileName: When using it in scripts, how to avoid modifiying it for each user ?

2006-11-02 Thread Jim Ault
Glad it worked out for you. Jim Ault Las Vegas On 11/2/06 4:13 AM, André.Bisseret [EMAIL PROTECTED] wrote: Hi Jim, Thanks to your advices, my app is working nicely now (at least on this point :-)) Changes in userName and location of the app'file on his/her disk are taken into account

Re: Subject: Re: Stripping blank spaces before and after a word. Help

2006-11-02 Thread Jim Ault
, replace) then choose your own flavor. http://www.mail-archive.com/use-revolution@lists.runrev.com/ Jim Ault Las Vegas On 11/2/06 10:04 AM, Dave Herndon [EMAIL PROTECTED] wrote: Thanks Mark, I settled on this and it works SWT ! Thanks For your help. Now to finish it up. Anybody have

Re: Stripping blank spaces before and after a word

2006-11-02 Thread Jim Ault
, or word 1 to -1 of line x of field description. Jim Ault Las Vegas On 11/2/06 1:10 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A simple script to accomplish the removal of blank spaces (in field datafield) is as follows: repeat with x = 1 to the number of chars in field datafield if char

Re: Getting data prepped for database entry.

2006-11-02 Thread Jim Ault
try convert theVar to dateItems catch errorValue answer something is not a date here.. errorValue --take appropriate action... add ' marks end try Jim Ault Las Vegas On 11/2/06 2:36 PM, John Craig [EMAIL PROTECTED] wrote: Dave Herndon wrote: This script pretty much gets

Re: Link text style -- bug or feature ?

2006-11-02 Thread Jim Ault
is now working very smoothly every day. If you retire from programming now, you can avoid the inevitable wasted hours. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: The fileName: When using it in scripts, how to avoid modifiying it for each user ?

2006-11-01 Thread Jim Ault
with the names of the stacks the user may choose in the future, but use default names in case they don't make the effort. Hope this helps. Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: formatting data

2006-11-01 Thread Jim Ault
replace comma with space in field excelData Let me know if you are doing something different than 1 or 2 Jim Ault Las Vegas ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

<    5   6   7   8   9   10   11   12   13   14   >