Re: massive xml docs

2006-02-09 Thread Ken Ray
On 2/9/06 1:32 AM, Todd Geist [EMAIL PROTECTED] wrote: On Feb 8, 2006, at 11:15 PM, Ken Ray wrote: If I read it correctly, the answer is no - basically, with true as the last param, you're telling the DLL to send you a message when it's about to start parsing the tree, when it

That XP menu feel

2006-02-09 Thread Richard Gaskin
I've been exploring ways to use frontScripts to get the traditional XP feel with menus, such that the mnemonics for menus are not drawn underlined until the Alt key is down, and the underlines go away when the Alt key is released. So far, no go. Anyone have a reliable method for doing

Re: massive xml docs

2006-02-09 Thread Ruslan Zasukhin
On 2/9/06 9:15 AM, Ken Ray [EMAIL PROTECTED] wrote: You can use revcreatexmltree, and just tell it to not build the dom tree/or keep the document in memory, and handle the messages. revCreateXMLTree(field XML Data,true,false,true) But won't that still choke on something as big as 100MB?

Re: massive xml docs

2006-02-09 Thread Ruslan Zasukhin
On 2/9/06 10:02 AM, Ken Ray [EMAIL PROTECTED] wrote: If I read it correctly, the answer is no - basically, with true as the last param, you're telling the DLL to send you a message when it's about to start parsing the tree, when it encounters each node (so you can extract attributes from the

Re: That XP menu feel

2006-02-09 Thread xavier . bury
Richard it works but you have to use a stackmenu with a card script that detects the altkey down - even with the menu down... Unfortunately (and heck if im not surprised!) the character is not translated to the mnemonic ! cheers -=- Xavier Bury

Re: massive xml docs

2006-02-09 Thread Klaus Major
Hi Tuviah, can write a SAX processor, in which case you won't have the whole tree in memory, but your sp You can use revcreatexmltree, and just tell it to not build the dom tree/or keep the document in memory, and handle the messages. revCreateXMLTree(field XML Data,true,false,true) very

Re: PayPal and Rev update

2006-02-09 Thread Alex
Thomas, Thaks! Very very very useful information! - Original Message - From: Thomas McCarthy [EMAIL PROTECTED] To: use-revolution@lists.runrev.com Sent: Wednesday, February 8, 2006 20:00:57 +0800 Subject: http://www.discamus.com/nunc/how/ Thanks to David

Re: Comparing two versions of a RunRev app

2006-02-09 Thread André . Bisseret
Merci Éric, Best regards from Grenoble André Le Wednesday, 8 Feb 2006, à 14:11 Europe/Paris, Eric Chatonet a écrit : André, As you say: a bit risky... I would say by experience: certainly risky :-) Duplicate the stack and write a little script that will rename (and back) one of the stacks

Re: SpeechLab

2006-02-09 Thread Thomas McGrath III
Jeff For a demo of the Mac speech listening using Applescript goto to my revOnline space USERNAME mcgrath3 STACK Say and Listen in Rev using Applescript The listening is doable from Rev but Listening is not optimal or reliable to date. HTH Tom On Feb 8, 2006, at 1:05 PM, Charles

RE: Odd Even Numbers

2006-02-09 Thread Robert Presender
Thanks to Mark, Eric, Geoff and Jim for your input. Your suggestions are appreciated. You solved my problem. Regards ... Bob ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

libDatabase update (SQLITE only)

2006-02-09 Thread Trevor DeVore
Hi, I just go an email from someone with a question about using altSQLITE 3 and libDatabase. I forgot to update the Getting Started document with the proper connection settings when using SQLite 3. I've updated the Getting Started pdf and uploaded a 2.0.1.17 version which checks for

Re: How to stay on a card when repeating a « find »

2006-02-09 Thread André . Bisseret
Hi Éric, In order to find several words or expressions in a set of texts (each on one card) and to highlight each occurence of each of them, I had a handler (say, hiliteWords) that worked well, but that I did not like much. I got : - one clever suggestion based on dontSearch from

Command Line Paths Question

2006-02-09 Thread Garrett Hylltun
Greetings, Thank you all for the help on extracting the file name from the path and getting command line params sent to my app. But now it seems I've run into a bit of another situation. 1. On OSX, if I ask Finder to open a text file with another app, and then select my resulting

Setting a tabbed button

2006-02-09 Thread Dar Scott
I forgot how to set a tabbed button. In my app the first card comes up at the start but the button is in some leftover state. Thanks, dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Colouring Scripts

2006-02-09 Thread Gregory Lypny
Hello Everyone, I'm using the latest version of Revolution for the Mac. Every new line I type in a script appears in the comments colour, and I have to colourize manually, despite having enabled automatic colourization. It never used to do that. Anything I can do about it?

Re: Setting a tabbed button

2006-02-09 Thread Eric Chatonet
Hi Dar, Le 9 févr. 06 à 20:12, Dar Scott a écrit : I forgot how to set a tabbed button. In my app the first card comes up at the start but the button is in some leftover state. Multiple cards method (each tab is a card) Each bush of controls you need for each tab is placed on a specific

Re: Colouring Scripts

2006-02-09 Thread Eric Chatonet
Hi Greg, Just a thought: don't you have used in any script of this stack the paragraph comment method using: /* This entire block, although it is two lines long, is a single comment. */ This breaks colorization :-( Le 9 févr. 06 à 20:17, Gregory Lypny a écrit : I'm using the

Re: Blured Printout of Textfield Over Image

2006-02-09 Thread Thomas Bähler
Hi Jacqueline, Hi Mark To compose the image that lies behind the textfield I manipulated the alpha mask pixel by pixel. I thought that might be the cause of the blured printing of the Textfield. I tried a workaround with the import snapshot command. The snapshot was taken with the

Re: Command Line Paths Question

2006-02-09 Thread Ken Ray
On 2/9/06 12:19 PM, Garrett Hylltun [EMAIL PROTECTED] wrote: 1. On OSX, if I ask Finder to open a text file with another app, and then select my resulting compiled .app, there is nothing in 1$ at all. And I can't drag and drop a text file on my .app. But on Windows 1$ does contain the path

Re: How to stay on a card when repeating a « find »

2006-02-09 Thread J. Landman Gay
André.Bisseret wrote: when it needs to hilite words found on a card, it chooses randomly between two handlers that I named Jim, and JacqÉric :-)o)) And, of course, for each one, it is totalizing the number of times it was used and the time it took (In 4 fields of a substack). From a

Re: massive xml docs

2006-02-09 Thread Mark Wieder
Todd- Can you just work with the DTD? And then query the xml document for data elements you're interested in? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: massive xml docs

2006-02-09 Thread Mark Wieder
Also in ideal these tools must be able handle queries to XML document. This can be Xpath, Xquery, or SQL/XML. ...and I'd advise staying away from XPath as well. It's gotten splintered into too many proprietary spinoffs. XQuery is much easier to read (IMO) and is pretty standardized these days.

Re: Setting a tabbed button

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

Re: Setting a tabbed button

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

Re: massive xml docs

2006-02-09 Thread Todd Geist
On Feb 9, 2006, at 1:01 PM, Mark Wieder wrote: Todd- Can you just work with the DTD? And then query the xml document for data elements you're interested in? I am not sure. But that might work Todd -- Todd Geist __ g e i s t i n t e r a c t i v e

Re: Setting a tabbed button

2006-02-09 Thread Dar Scott
On Feb 9, 2006, at 2:17 PM, Dave Cragg wrote: set the menuHistory of button myButton to 1 or set the label of button myButton to whatever its label is Ah. Thanks. I had this but I neglected to spell the name of my button right. Thanks! Dar Still Revving

Re: massive xml docs

2006-02-09 Thread Bruce Robertson
Also in ideal these tools must be able handle queries to XML document. This can be Xpath, Xquery, or SQL/XML. ..and I'd advise staying away from XPath as well. It's gotten splintered into too many proprietary spinoffs. XQuery is much easier to read (IMO) and is pretty standardized these

Re: PayPal, Kagi, esellerate. Splitting revenue

2006-02-09 Thread kee nethery
On Feb 8, 2006, at 8:41 AM, Lynn Fredricks wrote: Andre's module for working with KAGI is worth looking at - I havent seen it since last year's RevCon, and the devotion shown by KAGI towards Rev developers is admirable. Andre is working on it still. A series of calamities has beset him

Re: Command Line Paths Question

2006-02-09 Thread Garrett Hylltun
On Feb 9, 2006, at 11:47 AM, Ken Ray wrote: On 2/9/06 12:19 PM, Garrett Hylltun [EMAIL PROTECTED] wrote: 1. On OSX, if I ask Finder to open a text file with another app, and then select my resulting compiled .app, there is nothing in 1$ at all. And I can't drag and drop a text file on my

Speed Bump

2006-02-09 Thread Scott Rossi
Greetings List Folks: I'm wondering if there's any possible way to trim down the processing time required by the following function which takes two sets of data with the same number of items, compares the value of each item, and returns a max set of data: on mouseUp repeat 5 put

revXMLMatchingNode

2006-02-09 Thread Todd Geist
Hello, I am trying to figure out how to find all the nodes in an xml doc that have an attribute with a specific value. I can use revXMLMatchingNode(treeID,startNode,childName, attributeName,attributeValue,depth) to return the first node, But how do I get the next one? Any

Re: Speed Bump

2006-02-09 Thread Phil Davis
Use arrays. It reduced my test time by a factor of 10! Here's what I did: on mouseUp repeat 5 put random(255) , after set1 put random(255) , after set2 end repeat split set1 with comma split set2 with comma answer Ready to compare wait 6 ticks put the seconds into

Re: Speed Bump

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