Re: Drag files and upload it

2009-07-29 Thread Josep
Hi again, How to store in tmp file the draged data? I read in the forums that the best is to store into temp file and then upload. But I can't save it... After more test these are the lines that work for me. put url (binfile: the dragdata) into URL (binfile: tFileName) -- Save to local

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-29 Thread Bernard Devlin
Hi Peter, Do you recollect why stsmlxeditor did not work? I think I had it working on Linux last september (although I may be mis-remembering this). Bernard On Tue, Jul 28, 2009 at 8:58 PM, Peter Alcibiadespalcibiades-fi...@yahoo.co.uk wrote: No real reason why it should run on Linux of

Re: New (?) display problems in RevWeb

2009-07-29 Thread SparkOut
James Hurley wrote: I'm back again, refreshing my postings on the screen refresh rate problems in revlets. And perhaps a clue to their origin. Some of you are aware of the existing display problem when running Rev in the IDE in OS X. If an object is moved across the screen with set

Re: Gone without a trace

2009-07-29 Thread Jerry Daniels
Troy (electron herder), For the time being, GLX2 is being maintained. Mark and I keep a close eye on it. Are we adding tons of new features? No. Will tRev supplant GLX2? We don't know yet. I think there is a good chance it will, but I don't want to commit to that just yet. Let's see how

Re: Gone without a trace

2009-07-29 Thread Troy Rollins
On Jul 29, 2009, at 9:37 AM, Jerry Daniels wrote: For the time being, GLX2 is being maintained. Mark and I keep a close eye on it. Are we adding tons of new features? No. Thanks for the details Jerry. So, let's say someone's GLX2 subscription had expired... should they be looking at tRev

Re: AW: bad print quality of a resized image

2009-07-29 Thread Jonathan Lynch
Hi Guys, I know this is an old thread, but I have a related question. In Rev. 3.5, in order to get maximum image printing quality, is it still necessary to put an image into an off-screen stack, set it to its original size, then print it into a reduced rectangle? If so, is it possible to use

Re: New (?) display problems in RevWeb

2009-07-29 Thread J. Landman Gay
James Hurley wrote: But I find that the forced screen refresh does not work when running the revlet in the browser. To see this, open the following Web site to run the stack in your Web browser: http://jamesphurley.on-rev.com/DisplayProblem/test.html There are two cards. On the first a

Re: New (?) display problems in RevWeb

2009-07-29 Thread James Hurley
(On Windows XP here) Behaviour is the same in FF3.0.12, Google Chrome 2.0.172.37 and IE8. Opera refuses to load the revWeb plugin (I think that is something to do with the javascript detection routine, as I can get the samples to work in Opera on the runrev page - although not the main

Re: Gone without a trace

2009-07-29 Thread Jerry Daniels
Troy-ster, I would get tRev. Going forward this will provide real Revolution-like On-Rev cgi editing, simple HTML editing AS WELL AS a script editor that is even surprising me. Best, Jerry Daniels Watch tRev - The Movie http://reveditor.com/trev-the-movie On Jul 29, 2009, at 10:27 AM,

Re: Gone without a trace

2009-07-29 Thread Mark Wieder
Troy- Wednesday, July 29, 2009, 8:27:36 AM, you wrote: So, let's say someone's GLX2 subscription had expired... should they be looking at tRev instead of reinstating GLX2? I think I'd agree with Jerry on this. Your glx2 won't stop working when your subscription expires and I think the

Get wordOffset Causes Rev to Crash

2009-07-29 Thread Gregory Lypny
Hello everyone, If I loop through a list of strings, looking for the offset of the word cat, then the following works fine. put wordOffset(cat, theString) return after msg But using the get command, as in get wordOffset(cat, theString) put it return after msg

Re: [Q] drag and drop with data grids

2009-07-29 Thread Shao Sean
Wish the documentation for drag and drop was a little more comprehensive but I managed to get the drop data grid to accept the drop using the deprecated acceptDrop (I did try dragAction but it did not seem to work so I will go back and see what I did wrong).. The question that I still have

Processing Large Amounts Of Data

2009-07-29 Thread Warren Kuhl
I have a variable that has approx 100,000 records (loaded from a text file). I need to read through each record and extract items from each record. I am currently using: Repeat with x = 1 to tRecordCount Put item 2 of line x of tData into tItem2 Put item 6 of line x of tData into tItem6

Re: Processing Large Amounts Of Data

2009-07-29 Thread Richard Gaskin
Warren Kuhl wrote: I have a variable that has approx 100,000 records (loaded from a text file). I need to read through each record and extract items from each record. I am currently using: Repeat with x = 1 to tRecordCount Put item 2 of line x of tData into tItem2 Put item 6 of line x of tData

Re: Processing Large Amounts Of Data

2009-07-29 Thread Warren Kuhl
Richard, Thanks...that really helps! I will give it a try. Warren On 7/29/09, Richard Gaskin ambassa...@fourthworld.com wrote: Warren Kuhl wrote: I have a variable that has approx 100,000 records (loaded from a text file). I need to read through each record and extract items from each

Re: [Q] drag and drop with data grids

2009-07-29 Thread Trevor DeVore
On Jul 29, 2009, at 3:58 PM, Shao Sean wrote: The question that I still have is, how can I tell what row the drop was on? Or would I need to add a drop capture code to each of the rows (using a table data grid)? dragDestination? Regards, -- Trevor DeVore Blue Mango Learning Systems

Reading a Word File

2009-07-29 Thread Gregory Lypny
Hello everyone, Is it possible to read a portion, say, 300 lines, of a Word file (.doc) into a Rev field and keep most the formatting or otherwise strip it away? Regards, Gregory ___ use-revolution mailing list

Re: Reading a Word File

2009-07-29 Thread stephen barncard
Yes, it's possible, as Google has shown, that it's possible to 'crack' the MS formats, but it is not trivial, and not published. What is usually suggested is to tell whoever is supplying the documents you need to process in RTF format, which any copy of Word can do, and you can preserve most of

Re: [Q] drag and drop with data grids

2009-07-29 Thread Shao Sean
thanks for the tip for dragDestination and now have the data grid accepting drops correctly.. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Revlet default folder

2009-07-29 Thread Kevin Stallibrass
I have saved one of my rev programs for the web. The program stores some preferences in a .txt file in the default folder next to the app. When saving for the web and putting the revlet on my webserver, the app still works correctly but I've noticed that the default folder now becomes the desktop

Re: Revlet default folder

2009-07-29 Thread Rick Harrison
Hi Kevin, Are you using your own Mac OS X server with the revlet? If so, how did you set it up to work? Is there any documentation on how to do that? Thanks, Rick On Jul 29, 2009, at 7:57 PM, Kevin Stallibrass wrote: I have saved one of my rev programs for the web. The program stores