Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Peter Haworth
I think you can sign your app without selling it through the Apple store, two differernt things Pete lcSQL Software http://www.lcsql.com On Wed, May 9, 2012 at 7:32 PM, Kay C Lan lan.kc.macm...@gmail.com wrote: On Thu, May 10, 2012 at 5:37 AM, Andrew Henshaw hens...@me.com wrote: The MAS

Re: Breakpoints being ignored

2012-05-10 Thread stephen barncard
thank you Jacque! Stephen Barncard San Francisco Ca. USA more about sqb http://www.google.com/profiles/sbarncar ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: script works only during debugging

2012-05-10 Thread Mark Wieder
Jacque- Wednesday, May 9, 2012, 10:00:18 PM, you wrote: It's so odd when it works in the debugger but not otherwise. Yeah. I hate that. The only thing worse is the other way around. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Kay C Lan
Ah Ha! On Thu, May 10, 2012 at 2:06 PM, Peter Haworth p...@lcsql.com wrote: I think you can sign your app without selling it through the Apple store, two differernt things Pete lcSQL Software http://www.lcsql.com On Wed, May 9, 2012 at 7:32 PM, Kay C Lan lan.kc.macm...@gmail.com wrote:

Re: [OT] Gatekeeper

2012-05-10 Thread Andrew Henshaw
Yes. Gatekeeper and the Mac App Store are two totally separate things, Ill just keep this reply back on the original Gatekeeper thread to avoid confusion. Ive just been playing with gatekeeper signing this morning, took 15 minutes max to get the developer id from Appe, then sign an app

lock screen and visual effect advice needed

2012-05-10 Thread Phil Jimmieson
Hi folks, My big LiveCode project is due for an update. I haven't touched it since LiveCode 4.6.4, and now I'm using 5.0.2 and things aren't working as they did. Its the change to the visual effect mechanism that's causing me grief. I have a set of images of people in the top half of the

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Andrew Henshaw
Yes, a MAS reciept file is inserted into your apps package by the Mac App Store so you can check it is there and validate its contents. It has a hardware signature so you can make sure your app is valid on that system and has not been copied to another system. If everything checks out you

RE: lock screen and visual effect advice needed

2012-05-10 Thread John Dixon
Hi Phil... Use unlock screen instead of show object... lockscreen for visual effect --draw the new set of people into the same rect as the old ones, while the screen is locked unlock screen with push down From: p...@liverpool.ac.uk Subject: lock screen and visual effect advice needed

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Guglielmo Braguglia
Hi Andy, maybe you missed my previous eMail on this list ... :-) Please, can you clarify how you *validate* the 'MAS receipt file' from a LiveCode application ? Thanks in advance, Regards, Guglielmo On 10.05.2012 11:03, Andrew Henshaw wrote: Yes, a MAS reciept file is inserted into your

Re: Lockscreen and Visual effect

2012-05-10 Thread John Dixon
Hi Phil... Use unlock screen instead of show object... lockscreen for visual effect --draw the new set of people into the same rect as the old ones, while the screen is locked unlock screen with push down

Re: lock screen and visual effect advice needed

2012-05-10 Thread Phil Jimmieson
Hi folks, John Dixon has answered my question - many thanks John. My key requirement is limiting the visual effect to just part of the window. In 4.6.4 that was done via the show object command, where the rect of the object specified the area of the screen that had the effect applied. With 5.0.2

Re: Is there a way to shorten this script? (100 graphics and 200 lines of text)

2012-05-10 Thread Peter M. Brigham, MD
On May 8, 2012, at 2:57 PM, William de Smet wrote: Now searching the forum for a way to use AirPrint (but that one seems sort of impossible at the moment). I have a set of handlers that sends a print job from within LC to whatever the currently available printer is, whether a USB-connected

Set the locloc of image x to true

2012-05-10 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, LiveCode : Mac installed - Build : 1479 - Version : 5.5.0 I have resized and repositioned an image in a script and don't want it to revert to its original values, when I come back to the card where the image was pasted. I tried set the locLoc .., assuming that :

Re: Set the locloc of image x to true

2012-05-10 Thread Klaus on-rev
Hi Francis, lock with a K! --- set the lockloc og img x to true ... :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Set the locloc of image x to true

2012-05-10 Thread Mark Schonewille
No, I didn't write locloc, I wrote lockLoc. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for new projects after 1 June. Contact me now and be

Re: Is there a way to shorten this script? (100 graphics and 200 lines of text)

2012-05-10 Thread Thomas McGrath III
With the rreHardcopy external you also gain access to any local Drop Box accounts as well as AirPrint printers etc. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On May 10, 2012, at 8:20 AM, Peter M. Brigham, MD wrote: On May 8, 2012, at 2:57 PM, William de Smet wrote:

Re: array mystery

2012-05-10 Thread Peter M. Brigham, MD
Well, I've given up for the moment. Weeding out null characters made no difference, and arrayEncoding/decoding made no difference, and putting the text string into a field and getting the text of the field made no difference, so it wasn't the cross-platform line delimiter issue, as I had

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Andrew Henshaw
Its quite complicated using your own code, took me quite a while to figure it out! I believe there is an external available however (from Obleo?) which takes care of it all if you dont fancy tackling it yourself. On 10 May 2012, at 10:25, Guglielmo Braguglia wrote: Hi Andy, maybe you

Re: lock screen and visual effect advice needed

2012-05-10 Thread Dan Friedman
Phil, Try this: lock screen for visual effect in rect (the rect of image people) -- --draw the new set of people into the same rect as the old ones, while the screen is locked -- unlock screen with visual effect push down Hope that helps! -Dan On May 10, 2012, at 2:03 AM,

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Guglielmo Braguglia
Hi Andy, thanks for your reply. Yes, I know well that is quite complicate and, probably, impossible to do totally in pure LiveCode, so ... ... who has an external to *validate* the 'MAS receipt file' ??? It's a commercial product ??? Where we can get ??? :-) I think that very soon this

Re: Breakpoints being ignored

2012-05-10 Thread Bob Sneidar
Well as I said, the latest rendition seems very stable to me. No issues. Bob On May 9, 2012, at 6:27 PM, stephen barncard wrote: Sadly, the only way I seem to be able to get the editor I want is to dive into GLX2 and try to find out what is wrong... but editing an editor is something I've

Re: Breakpoints being ignored

2012-05-10 Thread Bob Sneidar
Hmmm... This happens to me with the message window sometimes. Same cause?? After launching LC, if I open the Message Window and then switch to the multi line editor, no matter how big I made the window previously, the upper pane takes up the whole window and I have to resize it to get to the

Re: script works only during debugging

2012-05-10 Thread Bob Sneidar
Try wrapping all your handler code in a try/catch construct and putting a breakpoint in the catch section. See what happens. Bob On May 9, 2012, at 7:33 PM, Nicolas Cueto wrote: Hello All, A script that processes some text data and then sets a card's custom-property to that data has

Linux deployment: never a better time

2012-05-10 Thread Richard Gaskin
This got a bit long (not the first time with my posts here) - sorry about that, but if you can spare a moment to read it I hope you'll find it rewarding: I just got back from attending the first two days of the Ubuntu Developer Summit (UDS), held in Oakland this time. As you may know,

Re: script works only during debugging

2012-05-10 Thread Bob Sneidar
Aren't you supposed to spin around backwards 3 times, then say, Bug can't backup, but begone!? Bob On May 9, 2012, at 10:40 PM, Kay C Lan wrote: In LC, remove the script and Compile, Save, Close and re-Open the script (cross your fingers, say the secret password) then Paste the script

Re: Set the locloc of image x to true

2012-05-10 Thread Bob Sneidar
And delete the LocLoc custom property in all the objects you touched that way. Otherwise, if you are like me, a month or two down the road you will wonder why you created that property, and will be afraid to delete it then. ;-) Bob On May 10, 2012, at 5:34 AM, Klaus on-rev wrote: Hi

Re: array mystery

2012-05-10 Thread Bob Sneidar
Have you tried to use printKeys() to convert the array to a string to view the array contents? Maybe you could set the clipboarddata[rtftext] to printkeys(myArray) and then paste the text into a text editor? You could make the array a global so you can see what it contains after the script

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Bob Sneidar
I am using On-Rev, but I don't host websites there (yet). I got one of the lifetime memberships when it first came out, so I pay nothing each year. Bob On May 9, 2012, at 7:09 PM, Bill Vlahos wrote: I'm looking for a new hosting company and FatCow gets some pretty good reviews and seems

Re: script works only during debugging

2012-05-10 Thread Peter Haworth
Well, there is one thing worse that that - somethig that works in the IDE but not in a standalone. I have a situationlike that right now where a simple send mouseUp to button abc where the sender is on the same card as button abc. Works fine in the IDE but fails in a standalone, with the error

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Peter Haworth
Hi Bill, Yes I believe you're right on the number of pages, my mistake. I think it came about because they keep offering to upgrade me to their pro level web site builder for an extra monthly cost to eliminate the page number limit. I'm only using POP email with them so can't comment on the IMAP

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread stephen barncard
At the risk of being a spokesman Dreamhost plans start at about $8.95/mo - unlimited domains, storage and bandwidth. Upgrading to Virtual personal servers (with root access) is easy and done in the control panel. Downgrading if you change your mind is also easy. They have their own perl

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread stephen barncard
one more thing -- shell access on even the cheapest plan. On Thu, May 10, 2012 at 9:48 AM, stephen barncard stephenrevoluti...@barncard.com wrote: At the risk of being a spokesman Dreamhost plans start at about $8.95/mo - unlimited domains, storage and bandwidth. Upgrading to Virtual

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Mark Schonewille
Hi, If you have some problems with your hosting account, you can host your website with Economy-x-Talk for only 11 euro per year. All features such as IMAP mail, PHP, CGI, MySQL, FTP, etc., are included. Feel free to contact me off-list for more info. -- Best regards, Mark Schonewille

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Bob Sneidar
I love those guys. They still kicking around? Bob On May 10, 2012, at 9:48 AM, stephen barncard wrote: I've been with them since 2002 since I hooked up the Crosby Stills and Nash website with them. ___ use-livecode mailing list

RE: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Lynn Fredricks
Dreamhost plans start at about $8.95/mo - unlimited domains, storage and bandwidth. Upgrading to Virtual personal servers (with root access) is easy and done in the control panel. Stephen, Could you describe your experiences setting up LiveCode based projects on Dreamhost? Best regards,

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Peter Haworth
My strategy for all this is going to be to just get my app signed initially. That will take care of the Gatekeeper issue. As for the Apple Store, it seems the issues are: The license agreement. It seems that the Apple Store requires you to use the .pkg method of installing and if I remember

Re: Rev Menus [was Re: Location of stack]

2012-05-10 Thread william humphrey
So was the database query builder dumped and now unusable in LiveCode 5.5? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: array mystery

2012-05-10 Thread Peter M. Brigham, MD
Sorry, I know you've written about printkeys() but I don't have it. Is it a function handler? If so can you post it again or send it to me? Thanks. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On May 10, 2012, at 12:02 PM, Bob Sneidar wrote: Have you tried to

Re: Breakpoints being ignored

2012-05-10 Thread Mark Wieder
stephen barncard stephenREVOLUTION2@... writes: Sadly, the only way I seem to be able to get the editor I want is to dive into GLX2 and try to find out what is wrong... but editing an editor is something I've never done before, and have a reluctance to try. Kudos to Mark for going in there.

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Pierre Sahores
Very useful to know. Thanks Stephen ! Pierre Le 10 mai 2012 à 18:48, stephen barncard a écrit : At the risk of being a spokesman Dreamhost plans start at about $8.95/mo - unlimited domains, storage and bandwidth. Upgrading to Virtual personal servers (with root access) is easy and

Re: Rev Menus [was Re: Location of stack]

2012-05-10 Thread Bob Sneidar
I believe so. There are better query builders in sql management tools that you can get for free. Bob On May 10, 2012, at 10:57 AM, william humphrey wrote: So was the database query builder dumped and now unusable in LiveCode 5.5? ___

Re: array mystery

2012-05-10 Thread Bob Sneidar
I believe it is part of the Datagrid library. Add a datagrid to your project and see if it works. Bob On May 10, 2012, at 11:12 AM, Peter M. Brigham, MD wrote: Sorry, I know you've written about printkeys() but I don't have it. Is it a function handler? If so can you post it again or send

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Andre Garzia
Folks, I recommend http://jaguarpc.com they are very reliable and their support rocks. For those that can maintain their own servers, I recommend http://linode.com. Linode is like having your own little cloud but you're responsible for everything. JaguarPC is a managed host, so you can call

Re: script works only during debugging

2012-05-10 Thread Mark Wieder
Peter Haworth pete@... writes: Well, there is one thing worse that that - somethig that works in the IDE but not in a standalone. PowerDebug is the only way to debug running standalones interactively. I have a situationlike that right now where a simple send mouseUp to button abc where

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Peter Haworth
I guess what attracted me to fatcow was their free drag and drop site builder tool which has a bunch of templates available. I have a passing knowledge of html but I have enough to do getting product out the door without having to spend a lot of time designing a web site and writing html to

Set the locloc of image x to true

2012-05-10 Thread Francis Nugent Dixon
Hi again from (well you know where) ... Mark Schonewille wrote : No, I didn't write locloc, I wrote lockLoc. Of course he did, and so did I in my script (my English is getting worse . !) But I found the problem. The lock works, but does NOT set the check box in the IDE which is

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread J. Landman Gay
On 5/10/12 2:36 PM, Andre Garzia wrote: Folks, I recommend http://jaguarpc.com they are very reliable and their support rocks. I like JaguarPC too. Their hosting packages are reasonable and include unlimited everything (bandwidth, domains, email addresses, etc.) I've been with them 11 years

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread J. Landman Gay
On 5/10/12 12:14 PM, Peter Haworth wrote: More important than that though is Andrew's comment about users being able to download as many copies as they want from the Apple Store after paying for a single license. If that really is the case, MAS does no more to protect against piracy than the

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Mark Schonewille
JaguarPC is at least 4 times more expensive than Economy-x-Talk. Just sayin' ;-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for new projects

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Mark Schonewille
So? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for new projects after 1 June. Contact me now and be first in line. On 10 mei 2012, at

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Andre Garzia
Things are so cheap these days that there is no reason not to go with a VPS hosting. Instead of paying from 5 to 10 monthly, you can pay just a little big more and be root. You may not know how to do linux stuff but once you need to install some odd library or software you will be happy that you

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Mark Schonewille
Or you pay much less (less than 1 euro per month), if you just want to host a small website while still enjoying all common features. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: Linux deployment: never a better time

2012-05-10 Thread Peter Alcibiades
Perhaps the thing that Linux can offer a developer which is unique is the ability to package an app into a turnkey appliance. Any sort of appliance running on general purpose minimalist hardware, and running something like Slitaz or a stripped down Debian version, and it will be fast, free and

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Andre Garzia
Mark, To each their own. I still advocate for VPSs... On Thu, May 10, 2012 at 5:33 PM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Or you pay much less (less than 1 euro per month), if you just want to host a small website while still enjoying all common features. -- Best

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Alex Tweedly
I figure it is, or should be, a common question, so I'll ask on-list support for revServer ? and while I'm here ... support for rev CGI ? How about support for ssl (if that's possible ??) Thanks -- Alex. On 10/05/2012 17:53, Mark Schonewille wrote: Hi, If you have some problems with

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Mark Schonewille
Sure, advocate as much as you like. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for new projects after 1 June. Contact me now and be first

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Mark Schonewille
Hi Alex, If you're interested in specific features, then you should contact me off-list. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for new

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread J. Landman Gay
On 5/10/12 3:41 PM, Andre Garzia wrote: Mark, To each their own. I still advocate for VPSs... Agreed. JaguarPC lets us be resellers too, and offers good incentives for those who care to do it. I could resell any number of accounts if I wanted to become a full-time IT person. I'd get a

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread Mark Schonewille
Sure, but if you don't need all that, then you *could* save a lot of money in the long term. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for

Re: Linux deployment: never a better time

2012-05-10 Thread Richard Gaskin
Peter Alcibiades wrote: Perhaps the thing that Linux can offer a developer which is unique is the ability to package an app into a turnkey appliance. Any sort of appliance running on general purpose minimalist hardware, and running something like Slitaz or a stripped down Debian version, and

Re: array mystery

2012-05-10 Thread Peter M. Brigham, MD
It was apparently part of Trevor's sqlYoga, supposedly made available now as an opensource utility handler, but I can't find it. The Nabble archives show an altPrintKeys() function but the output is not a readable display of the structure of an array, it's designed for utility work in massaging

Re: Set the locloc of image x to true

2012-05-10 Thread Bob Sneidar
Whoa! I'd report that as a bug then. Bob On May 10, 2012, at 1:05 PM, Francis Nugent Dixon wrote: Hi again from (well you know where) ... Mark Schonewille wrote : No, I didn't write locloc, I wrote lockLoc. Of course he did, and so did I in my script (my English is getting

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Bob Sneidar
Because I can install it on all 250 Macs I have here at work after paying for it only once. That would still be piracy. Bob On May 10, 2012, at 1:13 PM, J. Landman Gay wrote: On 5/10/12 12:14 PM, Peter Haworth wrote: More important than that though is Andrew's comment about users being

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Tim Jones
Actually, you're limited to 5 installations as you can only authorize 5 machines to one MAS account at a time. MAS Hysteria, I think... Tim On May 10, 2012, at 2:39 PM, Bob Sneidar wrote: Because I can install it on all 250 Macs I have here at work after paying for it only once. That would

Fwd: Getting a single column of a datagrid

2012-05-10 Thread Bob Sneidar
Trevor sent this to the list back in March of 2011. BTW if anyone knows him, I hope he is okay. I have not heard from him on the list for quite some time. Jerry either. Bob Begin forwarded message: From: Trevor DeVore li...@mangomultimedia.com Date: March 21, 2011 8:56:06 PM PDT To: How

Re: array mystery

2012-05-10 Thread Bob Sneidar
I just forwarded an email Trevor sent to the list some time ago with the code in it. Bob On May 10, 2012, at 2:34 PM, Peter M. Brigham, MD wrote: It was apparently part of Trevor's sqlYoga, supposedly made available now as an opensource utility handler, but I can't find it. The Nabble

Re: array mystery

2012-05-10 Thread Bob Sneidar
I had a conversation with someone some time ago and I had said it was part of the sqlYoga library. Someone corrected me and said it was part of the Datagrid Library. Seems I was initially correct. Adding a datagrid to your stack does not give you access to printkeys(), but using sqlYoga does.

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Bob Sneidar
Oic. I was under the impression that you could sign in, install an app, then sign out, but you are saying it works like iTunes. Bob On May 10, 2012, at 2:44 PM, Tim Jones wrote: Actually, you're limited to 5 installations as you can only authorize 5 machines to one MAS account at a time.

Re: Rev Menus [was Re: Location of stack]

2012-05-10 Thread william humphrey
Well when Livecode does that it breaks everyone's stack who used their system. I guess I was the only one. On Thu, May 10, 2012 at 3:19 PM, Bob Sneidar b...@twft.com wrote: I believe so. There are better query builders in sql management tools that you can get for free. Bob On May 10,

Re: array mystery

2012-05-10 Thread Peter Haworth
I think it's in the datagrid library. Form the message box, send printkeys() to group yourdatagrid. That works for me and I don't have sqlYoga. Pete lcSQL Software http://www.lcsql.com On Thu, May 10, 2012 at 2:51 PM, Bob Sneidar b...@twft.com wrote: I had a conversation with someone some

Re: script works only during debugging

2012-05-10 Thread Peter Haworth
It's on the same card. Pete lcSQL Software http://www.lcsql.com On Thu, May 10, 2012 at 2:36 PM, Bob Sneidar b...@twft.com wrote: Hmmm... I seem to recall a similar issue. If you are not on the card that contains the abc button, then LC will not know about it yet. Try changing your script

Re: array mystery

2012-05-10 Thread Bob Sneidar
Huh. I bet if I had saved the test stack then reopened it I would have been able to call the function. Bob On May 10, 2012, at 3:12 PM, Peter Haworth wrote: I think it's in the datagrid library. Form the message box, send printkeys() to group yourdatagrid. That works for me and I don't

Re: Hosting Companies: Was Gatekeeper

2012-05-10 Thread stephen barncard
In what way, Lynn? other than what I just described On Thu, May 10, 2012 at 10:14 AM, Lynn Fredricks lfredri...@proactive-intl.com wrote: Dreamhost plans start at about $8.95/mo - unlimited domains, storage and bandwidth. Upgrading to Virtual personal servers (with root access) is

SQLite/LiveCode Issues

2012-05-10 Thread Peter Haworth
If you don't use some of the more advanced features of SQLite, this email probably won't be of interest. The SQLite library included with Livecode up to 5.0 is 3.7.4. It dates from about 1 1/2 years ago and there have been 7 major releases of the library since then including several enhancements

Re: SQLite/LiveCode Issues

2012-05-10 Thread Bob Sneidar
Brilliant! On my way to put my 2 cents in. Bob On May 10, 2012, at 3:30 PM, Peter Haworth wrote: If you don't use some of the more advanced features of SQLite, this email probably won't be of interest. The SQLite library included with Livecode up to 5.0 is 3.7.4. It dates from about 1

Re: [OT] Mac App Store (was Gatekeeper)

2012-05-10 Thread Andrew Henshaw
I dont think thats right. Thats the iTunes, or iPhone limit, but it doesnt seem to apply to the MAS. Ive installed on 8 so far and never hit a limit. The issue however is you do need your iTunes username and password to install an app you have purchased, and anyone sharing that may find

Re: script works only during debugging

2012-05-10 Thread Nicolas Cueto
Solved it! It seems the problem was related to send in 0 milliseconds. In essence, HANDLER 1 before exiting would call HANDLER 2, and then HANDLER 2 would before exiting do two send in 0 milliseconds to HANDLERS 3 4. During debugging, when I inserted a wait 50 milliseconds with messages at the

Re: script works only during debugging

2012-05-10 Thread Bob Sneidar
Think of script execution like a slide at the playground. Only one kid can go down the slide at a time, and each kid has to get off the slide before the next kid can go. However you can queue up kids on the platform at the top. You can even tell one kid to go before another that is already on

Re: script works only during debugging

2012-05-10 Thread Nicolas Cueto
Okay, the analogy is getting out of hand. It's how I've always understood send. Thanks, Bob. Which analogy also illustrates why I thought that, when there's more than one send in Z E R O milliseconds placed within a handler before it exits, LC will execute those sends in the order the script

Re: Rev Menus [was Re: Location of stack]

2012-05-10 Thread Mark Wieder
william- Thursday, May 10, 2012, 10:57:44 AM, you wrote: So was the database query builder dumped and now unusable in LiveCode 5.5? Are you aware that you're replying to a thread that's two years old and has nothing to do with the query builder? -- -Mark Wieder mwie...@ahsoftware.net

Re: script works only during debugging

2012-05-10 Thread stephen barncard
This old stack is still the best way to learn about how to use send, cancel, pendingmessages and callbacks. Dar Scott's Primer on Message Mechanicshttp://pages.swcp.com/dsc/revstacks.html this is a MUST DOWNLOAD. Brilliant. On Thu, May 10, 2012 at 5:49 PM, Nicolas Cueto nicon...@gmail.com

Sort of a problem

2012-05-10 Thread Jim Hurley
I have a list of streets: Main St Oak Ave N Auburn Kimberly Ct S Rector Rd Maple Ave W Pine St Fairmont Ave I want to sort them, but ignoring the compass prefix (N E S W) to give: N Auburn Fairmont Ave Kimberly Ct Main St Maple Ave Oak Ave W Pine St S Rector Rd The best I have come up with is

Re: Sort of a problem

2012-05-10 Thread stephen barncard
the first thing I'd try would be to use 'repeat for each' on both repeat loops and increment the indexes using add 1 to On Thu, May 10, 2012 at 8:46 PM, Jim Hurley jhurley0...@sbcglobal.netwrote: I have a list of streets: Main St Oak Ave N Auburn Kimberly Ct S Rector Rd Maple Ave W

Re: Sort of a problem

2012-05-10 Thread Jerry Jensen
This seems to do the job. No polish, but you'll get the idea. .Jerry On May 10, 2012, at 8:46 PM, Jim Hurley wrote: I have a list of streets: Main St Oak Ave N Auburn Kimberly Ct S Rector Rd Maple Ave W Pine St Fairmont Ave I want to sort them, but ignoring the compass prefix (N

Re: Sort of a problem

2012-05-10 Thread Jerry Jensen
This seems to do the job. No polish, but you'll get the idea. .Jerry Aw, crap, forgot about no attachments. Here's the code: on mouseUp local tList put fld Streets into tList sort lines of tList by pickStreet(each) put tList into fld

Re: Sort of a problem

2012-05-10 Thread stephen barncard
that's the one! On Thu, May 10, 2012 at 9:23 PM, Jerry Jensen j...@jhj.com wrote: This seems to do the job. No polish, but you'll get the idea. .Jerry Aw, crap, forgot about no attachments. Here's the code: on mouseUp local tList put

ANN: Tiny Loupe 1.0 (well, sorta)

2012-05-10 Thread Dar Scott
In some quick cleaning up of my website I considered throwing out a page with some very old free stacks, but then noticed that the download counts were irregular. Maybe, people are actually downloading them. So, I figured I'd check out each one and update it or throw it out. I started with

Re: Sort of a problem

2012-05-10 Thread Jerry Jensen
Yeah, but it fails if a street is named SEW Rd 8) A better line would be: If word 1 of pName is among the words of N S E W then On May 10, 2012, at 9:25 PM, stephen barncard wrote: that's the one! On Thu, May 10, 2012 at 9:23 PM, Jerry Jensen j...@jhj.com wrote: This seems to do the job.

[ANN] DropTools 1.2.1 and mergDataGridScroller

2012-05-10 Thread Ken Ray
Two announcements to be made: The first is that the DropTools Palette has been updated to 1.2.1 so that it will work equally well in LiveCode 5.5.x as well as earlier versions of LiveCode.* You can update this through the DropTools Palette itself or download it from the DropTools site: