Re: SQLite Locking

2010-11-30 Thread Bob Sneidar
Have you tried this? .timeout MSTry opening locked tables for MS milliseconds Set that to 2000 for a 2 second "retry" on the cheap maybe? Bob On Nov 30, 2010, at 4:13 PM, Peter Haworth wrote: > Good idea, but it got thrown back with an error. It's not a valid SQL > statement, j

Re: Making a tool palette

2010-11-30 Thread Bob Sneidar
All well and good, but isn't it a really easy thing to just start a new email too? Everybody wins? Bob On Nov 30, 2010, at 4:59 PM, Richard Gaskin wrote: > Bob Sneidar wrote: > > > I have said this before, and I don't mean to come off as rude, > > but I read these posts in a threaded format.

Re: Nine digit zip code

2010-11-30 Thread James Hurley
Bob and Pete, Thanks for bringing this issue up. Some years back the USPS's web site made it much easier to do batch process of addresses. When they changed it to make it more difficult, I wrote a letter to the Postmaster General. (Yes, I know, really stupid.) I suggested that they might

Re: Nine digit zip codes

2010-11-30 Thread Peter Haworth
Yep, makes sense, especially if they sell those zip+4 lists. Kind of related, has anyone had any experience with selecting zip codes based on a given zip code and a radius from it? A mailing list I use has that feature to target newsletters and would be a handy function to have. I'm guess

Re: Making a tool palette

2010-11-30 Thread Richard Gaskin
Bob Sneidar wrote: > I have said this before, and I don't mean to come off as rude, > but I read these posts in a threaded format. When someone > replies to a post but changes the subject line to create a new > post, it still remains part of the same thread in my email app, > and now I have 2, 3

Re: Nine digit zip codes

2010-11-30 Thread Bob Sneidar
Right, but not a lot from one place. I think their acceptable use would be under 30 or 40 hits a day from one IP, but if they get thousands, I think someone might contact you. They have some kind of published Acceptable Use policy on the site don't they? If not, then I guess you are in the clear

Re: SQLite Locking

2010-11-30 Thread Peter Haworth
Good idea, but it got thrown back with an error. It's not a valid SQL statement, just something the tcl/c api understands I think. Not a big deal though, it's pretty easy to set that timeout loop in within LC. Pete Haworth On Nov 30, 2010, at 12:05 PM, Bob Sneidar wrote: Did you try to is

Re: Nine digit zip codes

2010-11-30 Thread Peter Haworth
USPS has a zip code lookup feature on their web site and seems like they would expect a lot of people using it Pete Haworth On Nov 30, 2010, at 2:14 PM, Bob Sneidar wrote: Also be advised that too many hits from one place may result in alarms going off. It may have changes since I thoug

Re: making graphic that looks like the livecode tab menu on mac os x

2010-11-30 Thread Terry Judd
You can get a pretty good approximation using a roundRect graphic as well... BackgroundColor = "230,230,230" ForegroundColor = "179,179,179" BlendLevel 50% InnerGlow color="0,0,0", opacity=100, size=10 InnerShadow color="0,0,0", opacity=100, size=2, distance=4, angle=90 Terry... On 1/12/10 10:4

Re: making graphic that looks like the livecode tab menu on mac os x

2010-11-30 Thread Mark Schonewille
Hi William, Probably, you want to create a group and set the opaque and the showborder of the group to true. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 How t

Re: making graphic that looks like the livecode tab menu on mac os x

2010-11-30 Thread Terry Judd
Do you mean like when you group some objects and set the showBorder to true? Terry... On 1/12/10 10:42 AM, "william humphrey" wrote: > Hi > > Does anyone know how to make that nice transparent inner shaded graphic that > is created when you make a tab menu (without the tabs). > > Thanks! > _

making graphic that looks like the livecode tab menu on mac os x

2010-11-30 Thread william humphrey
Hi Does anyone know how to make that nice transparent inner shaded graphic that is created when you make a tab menu (without the tabs). Thanks! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Re: RevServer +PostGreSQL 9.0.1 Any issue Or is it OK?

2010-11-30 Thread Pierre Sahores
Katir, I did't test PG 9.01 against RevServer for yet. I can just confirm after 14 months of regular use that PG 8.1.22 and the on-rev revServer are working exactly as expected without any known restriction, at least for all my own on-rev hosted n-tier apps. HTH, Pierre Le 30 nov. 2010 à 22:

Re: Making a tool palette

2010-11-30 Thread Bob Sneidar
I have said this before, and I don't mean to come off as rude, but I read these posts in a threaded format. When someone replies to a post but changes the subject line to create a new post, it still remains part of the same thread in my email app, and now I have 2, 3 and 4 subjects at times in t

Re: Advantages of LC as high level language--examples

2010-11-30 Thread Bob Sneidar
Let's not forget readability of code. We send code snippets back and forth all the time and even novice programmers can figure out what the author was doing. Bob On Nov 29, 2010, at 4:40 PM, Jeff Massung wrote: > On Mon, Nov 29, 2010 at 1:29 PM, Devin Asay wrote: > >> Hello all, >> >> In t

Re: [Really-OT] Rio is at a state of war

2010-11-30 Thread Bob Sneidar
You know, I used to talk to my big brother like that. And do you know, I got the same dam treatment?? How odd... Bob On Nov 30, 2010, at 5:45 AM, Andre Garzia wrote: > Dialog with military police low > officer was like this: > > bastard cop: "Hey, show me the drugs now!" > me: "No drugs in he

Re: Nine digit zip codes

2010-11-30 Thread James Hurley
Peter, I have also found this ability to feed addresses to Google Maps useful, but I normally do this in FileMaker. (I do a lot of database work around election time for local candidates. The Google maps come particularly handy in composing Walking Lists for volunteers.) Using the templat

Re: Nine digit zip codes

2010-11-30 Thread Bob Sneidar
Also be advised that too many hits from one place may result in alarms going off. It may have changes since I thought about doing this way back when, but they offered this site as a way for the every day user to get a zip+4, not for a commercial app to do it on the cheap as a way to avoid paying

Re: Use of 'LC' as shorthand for Livecode.

2010-11-30 Thread Bob Sneidar
Those were AWESOME computers for their day. They were incredibly reliable. We bought a bunch to replace the old terminal based system we had, where a bus box driven by a 286 based PC had 16 8086 based circuit cards running DOS and driving ANSI terminals. We ran SBT compiled under Foxpro for DOS.

Re: Use of 'LC' as shorthand for Livecode.

2010-11-30 Thread Bob Sneidar
I think also, "Leering Crone" but that one is not well known. Bob On Nov 29, 2010, at 12:49 PM, Richmond wrote: > Is this wise? > > 1. I used to have an Apple LC 470 (still have, come to think of it). > > 2. Doesn't 'LC' stand for 'lowly crap'? > > 3. 'Left-of-Centre'; not always favoured b

RevServer +PostGreSQL 9.0.1 Any issue Or is it OK?

2010-11-30 Thread Sivakatirswami
I'm planning to upgrade PostGreSQL on our CentOS5 server to 9.01... do you know if there are any issues with the LiveCode dbase libraries on the RevServer? (which we are running on our machine in California) Aum Shanti, Sivakatirswami Kauai's Hindu Monastery www.himalayanacademy.com www.h

Re: Limiting data entry in fields

2010-11-30 Thread Richard Gaskin
Jan Schenkel wrote: > Seriously, this is an old question that keeps coming back, and a > prime candidate for either an engine-level field "mask", or a > community effort to write a behavior script that handles the corner > cases and is readily available for download. Indeed it is. I've been try

Re: SQLite Locking

2010-11-30 Thread Bob Sneidar
Did you try to issue this as a query, with and without substituting db1 with your database name? Bob On Nov 29, 2010, at 4:46 PM, Peter Haworth wrote: >> db1 timeout 2000 >> The argument to the timeout method is the maximum number of milliseconds to >> wait for the lock to clear. So in the e

Re: Limiting numerical data entry

2010-11-30 Thread Bob Sneidar
Whoa! Deja Vu man!! Bob On Nov 29, 2010, at 10:32 AM, Charles Szasz wrote: > How do I limit data entry to only three digits and no decimals in a data > entry box? > > Charles Szasz > csz...@mac.com > > > > > > ___ > use-livecode mailing list >

Re: [Really-OT] Rio is at a state of war

2010-11-30 Thread Alejandro Tejada
Andre, your optimism know no boundaries! :-) And I do really have an Scoliosis. Some days, like today, i can barely walk by myself. Keep up the faith, young man! [thumbs up] Alejandro -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Really-OT-Rio-is-at-a-state-o

Re: Error numbers

2010-11-30 Thread Richard Gaskin
Jeff Massung wrote: Honestly, this is something that's always urked me about Rev. With [almost] everything else being so user-friendly, error reporting is definitely not one of them. How hard could it possibly be to convert that into object, function name, line #? Yeah, I've never seen anyone

Re: New to List - Suggestions for 2D character animation?

2010-11-30 Thread Alejandro Tejada
Or use Nabble to read and post messages to this list: http://runtime-revolution.278305.n4.nabble.com/ -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/New-to-List-Suggestions-for-2D-character-animation-tp3062788p3065990.html Sent from the Revolution - User mailing

Re: New to List - Suggestions for 2D character animation?

2010-11-30 Thread Robert Brenstein
On 30.11.2010 at 10:05 Uhr -0600 Tom B. apparently wrote: Looking forward to more participation in this list, but gmail does not make it easy to reply to threads from digest form. May have to resubscribe with another mail client. -- Tom Bodine Better to subscribe in non-digest mode and use m

Re: Error numbers

2010-11-30 Thread J. Landman Gay
On 11/30/10 12:13 PM, Jeff Massung wrote: Honestly, this is something that's always urked me about Rev. With [almost] everything else being so user-friendly, error reporting is definitely not one of them. How hard could it possibly be to convert that into object, function name, line #? In the I

Re: LiveCode & applescript

2010-11-30 Thread Bob Sneidar
Yes of course! Different commands would obviously do different things. I mean, no developer would think of creating a language that had different commands and functions that did essentially the same thing! That would be crazy! That would be NUTZ! That would be... erm... Livecode! LOL! ;-) Bob

Re: Error numbers

2010-11-30 Thread Harald Müller
Hi Ton, the dictionary says: You can look up the description of an error using this line of code: answer line (item 1 of line 1 of pExecutionError) of the cErrorsList of card 1 of stack "revErrorDisplay" Best regards, Harald Müller. | Harald Müller (www.etcpp.de) | Theodor-Körner-Straße 4, 97

Re: Error numbers

2010-11-30 Thread Jeff Massung
Honestly, this is something that's always urked me about Rev. With [almost] everything else being so user-friendly, error reporting is definitely not one of them. How hard could it possibly be to convert that into object, function name, line #? Jeff M. On Tue, Nov 30, 2010 at 11:05 AM, Ton Cardo

Re: Error numbers

2010-11-30 Thread Mark Schonewille
Hi Ton, You can enter those numbers here http://runrev.info/error.html -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 How to receive a free Color Converter licens

Error numbers

2010-11-30 Thread Ton Cardona
Could you tell me where I can find an understandable explanation of errors reported as number. For example this one: 141,91,17 465,91,1 Thanks in advance Ton ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscri

Re: Advantages of LC as high level language--examples

2010-11-30 Thread Richard Gaskin
Devin Asay wrote: > In trying to explain to students how high level languages such > as LiveCode can make development faster, I would like to give > concrete examples of how single-line LC commands actually > execute dozens of C++ commands in the engine. For example, > a simple one-liner like: >

NativeGeometry 2.1.1

2010-11-30 Thread Damien Girard
Hi everybody, I am pleased to announce you the release of NativeGeometry 2.1.1, this release is mainly focused on the fix of the bug with objects placed on multiple cards. Now it is working finely ;) You can update your NativeGeometry version with the NativeGeometry Web Installer available

Re: New to List - Suggestions for 2D character animation?

2010-11-30 Thread Tom B.
Thanks Scott and Jim for the advice and to Jim Sims for funny talking dog example. I'm now onboard with LiveCode and also bought the Franklin audio plug-in. (Can't see my user base all accepting the necessity of QuickTime.) Looking forward to more participation in this list, but gmail does not ma

SoCal RUG meeting: Thursday, Dec 2

2010-11-30 Thread Richard Gaskin
The next SoCal Rev User Group meeting will be this Thursday, Dec. 2, at 7PM in Glendale, CA. This one will be The Ken Ray Show, in which Ken will be joining us live via Skype from his secret labs at Sons of Thunder Software to shows us the inner workings of his wonderful new Stykz program:

Re: [ANN]Live livecode code event the first is done

2010-11-30 Thread Richard Gaskin
Björnke von Gierke wrote: > Hear hear > > There be links, 400 MB's of video and downloads of stacks here: > > http://www.bjoernke.com/?target=livecode_tv > > Thank you to everybody who attended, and especially to those who > actively asked questions in the chat. It was a blast, and there's > thre

[ANN]Live livecode code event the first is done

2010-11-30 Thread Björnke von Gierke
Hear hear There be links, 400 MB's of video and downloads of stacks here: http://www.bjoernke.com/?target=livecode_tv Thank you to everybody who attended, and especially to those who actively asked questions in the chat. It was a blast, and there's three different SQL query builder gui stacks,

Re: [Really-OT] Rio is at a state of war

2010-11-30 Thread Andre Garzia
Folks, Thanks for all the kind words and offers of prayers and housing. It is wonderful to know that I have such good friends. The "Rio Against Crime" operation is a success. Both shantytown complexes were taken back by our goverment forces. Military presence will stay there for more seven months

Re: Advantages of LC as high level language--examples

2010-11-30 Thread Trevor DeVore
On Mon, Nov 29, 2010 at 7:40 PM, Jeff Massung wrote: > Sorry to be blunt, but Lines of Code is one of the most horrible metrics > for > defining how productive someone can be in a language. ... > > So, now that's out of the way, let's examine why LiveCode *is* more > productive for many tasks tha

Re: Nine digit zip codes

2010-11-30 Thread Peter Brigham MD
FWIW, I have a handler that feeds the address to Google Maps and then parses the HTML to extract the 5-digit zip code. Takes less than a second unless the traffic is high. I'm pretty good at text parsing but know very little about XML and GET/POST commands -- I had to look around to find a

chartsEngine 1.1

2010-11-30 Thread Malte Brill
Just a quick note to let you know that chartsEngine 1.1 is available for download. This is a free maintenance release. It fixes all reported issues with the library. A longstanding bug that cut off 2 pixels from rotated labels has been fixed. CE will no longer throw an error if minGridY and maxG

Re: Making a tool palette

2010-11-30 Thread René Micout
Thank you for that Scott !! :-) Bon souvenir de Paris René Le 30 nov. 2010 à 07:01, Scott Rossi a écrit : > You might want to take a look at a drag-and-drop implementation I built some > time ago for dragging any kind of control to a target stack. > > In your message box: > go url "http://www.ta