Re: [ANN] tRev build 301 released!

2010-03-11 Thread Jacopo Lupi
Hi Jerry, thank you for this big release. I mean... i love your software, some of the features of tRev are really useful and at the end of the work i feel i have to thank you. I write just to make you noticed that the annoying bug with the absence of an internet connection is still there. If

lubURL nuances

2010-03-11 Thread Richard Gaskin
While working with Dan Friedman to diagnose some FTP issues, he came up with some questions I couldn't answer so I'm bringing them to y'all to see what we can find: 1. Is put url... a blocking command? I believe it's supposed to be, but find I can sometime do other things while it's

Re: lubURL nuances

2010-03-11 Thread Andre Garzia
Richard, I will mix my answers with your questions, please, be aware that my answers are not the ultimate truth but products of all my million failed connections during the last few years. 1. Is put url... a blocking command? I believe it's supposed to be, but find I can sometime do other

Re: lubURL nuances

2010-03-11 Thread Jeffrey Massung
Richard, I've spent quite a bit of time figuring out #1 and #2 of your question list. I have a couple... URL intensive apps, and I used to get the previous request error all the time. Here's what I've learned through experimentation. 1. Blocking... The PUT URL command is only blocking _within

Re: Regular expression

2010-03-11 Thread paolo mazza
Thank you all. Talking about Regular Expressions, one more question. If I have more than one string matching the Regex I expect the command matchChunk returns more than a couple of numbers, Consider this script: on mouseUp local mySource,myStart,myEnd,TESTO,myStart2,myEnd2 put xx

Re: Customize headers in a datagrid

2010-03-11 Thread Trevor DeVore
On Mar 11, 2010, at 1:35 AM, Ludovic Thébault wrote: It's possible to add a little icon before the label of a column ? You are wandering into undocumented territory but now seems like a good time to start documenting it. Here is some information that should help you out. Let's see if we

Formating numbers in fields

2010-03-11 Thread Andrew Kluthe
I have been over alot of the other formatting threads on the list and can't exactly find what I am looking for. Basically, I have a field that is supposed to have the number format #.## in it. I want to set it up so that you can enter as many numbers as you want before the decimal but after the

Re: lubURL nuances

2010-03-11 Thread Andre Garzia
Jeffrey, while I don't trust load url either, you can inspect information thru the combination of callbacks like: libURLSetStatusCallback downloadstatusbroadcaster, the long ID of stack program load URL tURL with message DownloadQueueCallback The callback called downloadstatusbroadcaster

Re: Formating numbers in fields

2010-03-11 Thread Richmond Mathewson
On 11/03/2010 17:57, Andrew Kluthe wrote: I have been over alot of the other formatting threads on the list and can't exactly find what I am looking for. Basically, I have a field that is supposed to have the number format #.## in it. I want to set it up so that you can enter as many numbers

Re: Formating numbers in fields

2010-03-11 Thread Andrew Kluthe
I tried setting that property and I must not know how to use it properly because I could not figure it or the documentation on it out. Do I set this as a property of the field and it handles all that for me? or? From the dictionary: Examples: set the numberFormat to #.00 -- dollar format set

Update to 4.5.0-dp-2

2010-03-11 Thread Gregory Lypny
Hello everyone, I'm using the enterprise version 4.0.0-gm-1 and I keep getting a reminder window inviting me to update to 4.5.0-dp-2. Does this new version work well or is it one of those where we're expected to play around and identify the bugs as it is being finalized? Just a little

Re: Update to 4.5.0-dp-2

2010-03-11 Thread Björnke von Gierke
dp is always developer preview, where gm means golden master (which in turn means final product). If you are working on a project, and therefore are concerned about stability, stay away from developer previews. If you want to test new features, or verify bugs, then use them for that. On 11 Mar

Re: Formating numbers in fields

2010-03-11 Thread Björnke von Gierke
no, you cannot set the numberformat of a field. what you can do is (for example) this: on KeyUp --after someone entered something into the field set the numberformat to #.00 put the selectedChunk of me into theTempSelection --retain selection add 0 to me --force numberformat select

Re: Formating numbers in fields

2010-03-11 Thread Richmond Mathewson
On 11/03/2010 18:16, Andrew Kluthe wrote: I tried setting that property and I must not know how to use it properly because I could not figure it or the documentation on it out. Do I set this as a property of the field and it handles all that for me? or? From the dictionary: Examples: set

Re: Update to 4.5.0-dp-2

2010-03-11 Thread Michael Robinson
Gregory, I tried to update, but after downloading installing ect. I get the Failed to Update Try again? Mike On Mar 11, 2010, at 8:27 AM, Gregory Lypny wrote: Hello everyone, I'm using the enterprise version 4.0.0-gm-1 and I keep getting a reminder window inviting me to update to

Re: Formating numbers in fields

2010-03-11 Thread Andrew Kluthe
Pefect BvG (is it ok if I call you BvG?)! This is exactly what I was looking for and tried to do but couldn't get to work right on keydown. The closeField handler makes it do EXACTLY what I want. Thanks a mill. Andrew K -- View this message in context:

Re: lubURL nuances

2010-03-11 Thread Dave Cragg
On 11 Mar 2010, at 13:23, Richard Gaskin wrote: While working with Dan Friedman to diagnose some FTP issues, he came up with some questions I couldn't answer so I'm bringing them to y'all to see what we can find: 1. Is put url... a blocking command? I believe it's supposed to be, but

Re: Formating numbers in fields

2010-03-11 Thread Andre.Bisseret
Le 11 mars 10 à 16:57, Andrew Kluthe a écrit : I have been over alot of the other formatting threads on the list and can't exactly find what I am looking for. Basically, I have a field that is supposed to have the number format #.## in it. I want to set it up so that you can enter as

Re: Update to 4.5.0-dp-2

2010-03-11 Thread François Chaplais
are you doing this under a non admin account? Le 11 mars 2010 à 18:10, Michael Robinson a écrit : Gregory, I tried to update, but after downloading installing ect. I get the Failed to Update Try again? Mike ___ use-revolution mailing list

Re: [ANN] tRev build 301 released!

2010-03-11 Thread Jerry Daniels
Jacopo, Download tRev.app again right now from the site. I think your problem is solved. Let me know what you find via email? je...@reveditor.com Best, Jerry Daniels The latest Rev Editor Video: http://reveditor.com/background-tabs-open-a-tab-without-going-ther On Mar 11, 2010, at 3:42

Answer dialog Problems

2010-03-11 Thread Andrew Kluthe
I have a stack that opens as modal. When this stack's answer dialog pops up, it will not allow me to click ok. I can still interact with the modal stack though. When I exit the modal stack I can hit ok on the answer dialog. When this stack is in toplevel it performs normally. Can I not use

Re: Answer dialog Problems

2010-03-11 Thread Andrew Kluthe
A script was stealing focus of the modal, but still no explanation for the HTML problem. -- View this message in context: http://n4.nabble.com/Answer-dialog-Problems-tp1589563p1589572.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Answer dialog Problems

2010-03-11 Thread Mark Schonewille
Andrew, I am not sure why one sentence works and the other doesn't, but HTML text for the answer dialog should be surrounded by p and /p. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: Answer dialog Problems

2010-03-11 Thread Andrew Kluthe
Ah, thanks. I'll try that. I read on here that it looks for a p tag to interpret html but my first statement didn't have a p tag so I assumed it was something else. -- View this message in context: http://n4.nabble.com/Answer-dialog-Problems-tp1589563p1589601.html Sent from the Revolution -

Re: Update to 4.5.0-dp-2

2010-03-11 Thread Gregory Lypny
Thanks for the heads-up Bj?rnke and Michael, I think I'll pass on the update for now. Gregory ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

error message format

2010-03-11 Thread Dan Friedman
Ola... I am reading a stack from a website in a standalone application. 99.99% of my clients are fine. However, every now and then, they report this error (which is the result): socket timeout ###.###.###.##:80|6924 Now, I get everything ([IP]:[port]) except, what does the 6924

Re: error message format

2010-03-11 Thread Mark Schonewille
Dan, The number 6924 is the ID of the connection. It allows mutliple computers with the same global IP address to connect to your server and it allows one computer to open multiple connections. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: lubURL nuances

2010-03-11 Thread Josh Mellicker
FWIW, we have mostly migrating from libURL to using cURL for downloads and uploads. The nice thing about cURL is that if there is a disconnect 90% of the way through transferring a large file, cURL will resume from where it left off. Also it seems rock solid and reliable. On Mar 11, 2010, at

Data Matrix

2010-03-11 Thread Jérôme Rosat
I am looking for a library for creating a data matrix in Revolution. I did not find an example with Revolution. I found libdmtx, an open source software for reading and writing Data Matrix 2D barcodes on Linux, Unix, OS X, Windows, and mobile devices. But I found only binary for command line

Re: lubURL nuances

2010-03-11 Thread Sarah Reichelt
On Fri, Mar 12, 2010 at 7:19 AM, Josh Mellicker j...@dvcreators.net wrote: FWIW, we have mostly migrating from libURL to using cURL for downloads and uploads. The nice thing about cURL is that if there is a disconnect 90% of the way through transferring a large file, cURL will resume from

Re: lubURL nuances

2010-03-11 Thread Andre Garzia
Sarah, You can bundle it inside your standalone and pipe it out when you launch the application. cURL is free (as in really free). Cheers andre On Thu, Mar 11, 2010 at 6:48 PM, Sarah Reichelt sarah.reich...@gmail.comwrote: On Fri, Mar 12, 2010 at 7:19 AM, Josh Mellicker j...@dvcreators.net

cantSelect

2010-03-11 Thread DunbarX
Back with this. I am irked by the fact that when an object's cantSelect property is true, messages like mouseUp are not sent when clicking with the pointer tool. I know I expect a lot in editing mode already, but the docs say it should be so. mouseEnter and mouseLeave are sent, but no other

Re: cantSelect

2010-03-11 Thread Mark Wieder
Craig- Thursday, March 11, 2010, 2:28:25 PM, you wrote: The message watcher shows certain ubiquitous messages being sent in this condition, like cRevGetsUpdate, but I cannot trap it (though I suspect I will be told not to play with fire). Isn't there a list of these top secret messages

Re: cantSelect

2010-03-11 Thread DunbarX
Mark. If I suppress setProps in the message watcher it still comes up. It has to be a system message. Craig In a message dated 3/11/10 5:58:27 PM, mwie...@ahsoftware.net writes: That sounds more like a setprop handler firing. Are you sure that was a message? If it turns out to be a

Re: lubURL nuances

2010-03-11 Thread Neal Campbell
I am sure its cross-platform because I have a Realbasic plugin that uses it on all three platforms. Neal Campbell Abroham Neal Software www.abrohamnealsoftware.com (540) 645 5394 NEW PHONE NUMBER Amateur Radio: K3NC Blog: http://www.abrohamnealsoftware.com/blog/ DXBase bug reports: email to

Re: cantSelect

2010-03-11 Thread Mark Wieder
Craig- Thursday, March 11, 2010, 3:18:51 PM, you wrote: If I suppress setProps in the message watcher it still comes up. It has to be a system message. From the messagebox type revVerboseDebug true then run your test and set it back to false. Look for a file called verboseLog.txt (should be

OT: Best Option for Web Delivered Voice Overs

2010-03-11 Thread Sivakatirswami
Looking forward to future slideshows either distributed as revlets or as javascripted/jQuery enhanced web slideshows which are produced by a RunRev desktop client toolbox (Almost everything I do on our web sites is facilitated with some kind of in-house production widgets... as I am sure is

Re: lubURL nuances

2010-03-11 Thread Josh Mellicker
On Mar 11, 2010, at 1:48 PM, Sarah Reichelt wrote: On Fri, Mar 12, 2010 at 7:19 AM, Josh Mellicker j...@dvcreators.net wrote: FWIW, we have mostly migrating from libURL to using cURL for downloads and uploads. The nice thing about cURL is that if there is a disconnect 90% of the way

Re: cantSelect

2010-03-11 Thread Richard Gaskin
DunbarX wrote: I am irked by the fact that when an object's cantSelect property is true, messages like mouseUp are not sent when clicking with the pointer tool. I know I expect a lot in editing mode already, but the docs say it should be so. mouseEnter and mouseLeave are sent, but no other