Re: MS SQL

2014-04-24 Thread Robert Sneidar
Just a heads up, remember that SQL servers have a timeout on connections, so when you open a database, remember to close it after you are done. If it has been idle for any length of time, Livecode still thinks it is open, but the SQL server has probably terminated the connection. This has reso

Re: MS SQL

2014-04-24 Thread Robert Sneidar
Oh THAT is what does that! I usually just convert the email to plain text before posting to the list. Maybe a good practice for all? Bob S On Apr 22, 2014, at 7:34 PM, J. Landman Gay wrote: > On 4/22/14, 6:49 PM, Kay C Lan wrote: >> I don't know if it's just your email client but what I'm se

Re: Really basic SQLite questions

2014-04-24 Thread Robert Sneidar
My experience with SQL is that there is a timeout if a connection has been idle for a certain period of time. Perhaps this is not a problem with sqLite, but as a matter of good development habits, get all the info you need from the user BEFORE opening the connection, so that there is no chance o

Re: Custom Props Set

2014-03-05 Thread Robert Sneidar
Just my 2¢ I do not see why anyone NEEDS to put spaces in names of anything. I always advise no spaces or special characters beyond hyphen and underscore in file names, and all lowercase in anything accessible over internet/intranet, including SQL columns. Follow these simple rules and it will b

Re: Wait command

2014-03-04 Thread Robert Sneidar
LOVING TYPE DEBUGGER I meant LOGGING type debugger!!! On Mar 4, 2014, at 6:53 PM, Robert Sneidar wrote: > Debug stepping through code will not show you the effects of wait 0 seconds > because the step debugger itself (if I am not mistaken) is idling in between > each command

Re: Wait command

2014-03-04 Thread Robert Sneidar
Debug stepping through code will not show you the effects of wait 0 seconds because the step debugger itself (if I am not mistaken) is idling in between each command executed. Wait is implied here. The engine is already “waiting” in between every command executed. This BTW is one of the reasons

Re: Wait command

2014-03-02 Thread Robert Sneidar
Only reason I can think to put a wait command in a running script is to give a change for an on idle handler to be triggered. If you DO have an idle handler running somewhere and IT has a problem that causes the engine to exit to top, that might be your bugaboo. Bob On Mar 2, 2014, at 5:47 PM

Re: How to find the application path?

2014-02-18 Thread Robert Sneidar
What an odd duck of a command! I wonder what it returns on mobile? I don’t do mobile yet so I cannot test it myself. Bob On Feb 18, 2014, at 10:11 AM, Chipp Walters wrote: > I dreamt the answer: > > put the address > > it works! > > Chipp Walters > > > > On Mon, Feb 17, 2014 at 6:04 PM,

Re: Getting rid of Unicode characters

2014-02-18 Thread Robert Sneidar
Plaintext will not remove characters, which is what he wants. What he REALLY wants is something to remove ann non-printing characters from a chunk. I cannot help but believe there is a regex way to do this. Bob On Feb 18, 2014, at 10:04 AM, Devin Asay wrote: > Skip, > > Have you looked at

Re: OT: Mr. Macintosh

2014-01-26 Thread Robert Sneidar
You mean to say… he’s not real??? Then who the hell have I been talking to all these years? Bob On Jan 26, 2014, at 8:01 PM, Mark Wieder wrote: > > > -- > -Mark Wieder > ahsoftw...@gmail.com > >

Re: Scrolling group on iPad

2013-08-04 Thread Robert Sneidar
I may have asked you before I don't remember. I had a friend a long time ago named Jim Sims who used to have a handyman business in So Cal. Would that be you? Bob Sneidar On Aug 4, 2013, at 9:21 AM, Jim sims wrote: > Solved - i think > > Just in case somone else has a similar issue here is w

Re: where are you guys

2013-05-20 Thread Robert Sneidar
So the Scotts really are descended from hobbits! Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On May 17, 2013, at 12:02, Richmond wrote: > On 05/17/2013 09:56 PM, Andre Garzia wrote: >> Hey Guys, >> >> Its dinner time. I am wondering where you are! Please tell me over email >> and

Re: where are you guys

2013-05-20 Thread Robert Sneidar
I'm right here! Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On May 17, 2013, at 11:56, Andre Garzia wrote: > Hey Guys, > > Its dinner time. I am wondering where you are! Please tell me over email > and possibly over SMS to +552199581066 > > cheers > andre > > -- > http://www.a

Re: Temporary Website Outage Expected

2013-05-10 Thread Robert Sneidar
I always expect outages. That way I'm never disappointed ;-) Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On May 10, 2013, at 7:50, Heather Laine wrote: > Dear List Members, > > Just to let you know that we are doing some planned engineering works on our > website over the next f

Re: [OT] Powered USB hub?

2013-05-08 Thread Robert Sneidar
If your wall has warts, you have bigger problems than your USB hub! Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On May 8, 2013, at 14:19, "J. Landman Gay" wrote: > Okay you smart people: If I put an unpowered USB hub on a USB wall wart, will > I get a powered USB hub? > > -- >

Re: Finding orphaned "put"

2013-05-04 Thread Robert Sneidar
uot;put". I haven't figured out how to tell BBedit to > find just before a "return" and without the word "into". > > On Sat, May 4, 2013 at 4:17 PM, Robert Sneidar wrote: > >> Off the top of my head, put the script into a variable. Filter with >&

Re: Finding orphaned "put"

2013-05-04 Thread Robert Sneidar
Off the top of my head, put the script into a variable. Filter with "put*". Filter without "into". Not sure what you mean by orphaned. Erm... Without "*into*" Now that I think of it prolly have to filter for "*put*". Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On May 4, 2013, at

Re: Finding orphaned "put"

2013-05-04 Thread Robert Sneidar
Off the top of my head, put the script into a variable. Filter with "put*". Filter without "into". Not sure what you mean by orphaned. Erm... Without "*into*" Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On May 4, 2013, at 13:05, william humphrey wrote: > I remember reading somew

Re: Finding orphaned "put"

2013-05-04 Thread Robert Sneidar
Off the top of my head, put the script into a variable. Filter with "put*". Filter without "into". Not sure what you mean by orphaned. Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On May 4, 2013, at 13:05, william humphrey wrote: > I remember reading somewhere that version 6.0 or

Re: ANN GLX2 Script Editor 3.0.14

2013-05-03 Thread Robert Sneidar
That has to be the best disclaimer in the history of... Well... Disclaimers. Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On May 3, 2013, at 11:34, Mark Wieder wrote: > Some custom properties have been > deprecated, and they may resurrect themselves if they're in a > previously-ex

Re: coding for multiple databases

2013-03-24 Thread Robert Sneidar
mySQL DOES in fact have a boolean. You can use false and it equates to 0. True equates to 1. I use booleans all the time in my code and in my database structure. Where did you get that mySQL does not have a boolean type? Bob On Mar 23, 2013, at 10:45 AM, Dr. Hawkins wrote: > Unless my calenda

Re: Nested array comparisons

2013-03-24 Thread Robert Sneidar
I am curious what would happen if yo compare to arrays with different keys. I seem to remember something about array comparisons only comparing keys and not their values. I might have been dreaming after a bout with some bad pizza though... Bob On Mar 23, 2013, at 12:43 PM, David Beck wrote:

Re: Learning by... Avoiding mistakes

2013-03-24 Thread Robert Sneidar
Flowcharts are for sissies! ;-) j/k. I never use them because nothing I develop is that complicated. Bob On Mar 23, 2013, at 4:09 PM, Cal Horner wrote: > My two cents worth. > > I must admit I hadn't been following this thread but on a fine Sunday > morning while catching up on correspondenc

Re: Things that make you go Hmmmmm

2013-03-24 Thread Robert Sneidar
They finally got to the watched global crashes to desktop bug! They are making progress. Bob On Mar 23, 2013, at 2:23 PM, Monte Goulding wrote: > > On 24/03/2013, at 4:41 AM, Andrew Meit wrote: > >> I do hope with the huge donations, QA for LC gets what it needs -- now. >> Really! > > An

Re: Things that make you go Hmmmmm

2013-03-23 Thread Robert Sneidar
I think it's common policy for software companies to not openly discuss bugs. Once a bug is confirmed and widespread, of course they have to acknowledge it, but I do not know of any company that openly publishes known bugs except for maybe Blizzard. Bob On Mar 23, 2013, at 12:59 AM, Richmond

Re: Sauce Bottle

2013-03-04 Thread Robert Sneidar
Those were great machines for their time too! Lasted forever as you well know. I ported SBT for DOS to run on those Macs and we had our whole radio ministry using them for everything for many a year. Bob On Mar 3, 2013, at 1:35 AM, Richmond wrote: > On 03/03/2013 11:11 AM, Monte Goulding wro

Re: 1001 things to do with LiveCode - only 400 page views per day

2013-02-20 Thread Robert Sneidar
A bit of eye candy and a couple unique features and this could be marketable, but I'd approach the people who own the trademark first. Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On Feb 20, 2013, at 15:25, planix wrote: > Hi, > > Last week I organised a trivia party with friend

Re: Card scrolling

2013-02-20 Thread Robert Sneidar
The way I have heard to do this in the past is to create a group of all the controls on the card, then set the vScroll of the group to true. Bob On Feb 20, 2013, at 9:29 AM, Nigel Soden wrote: > Hi All > > I'm currently coding a application to work on the iPad. I need to but more > control

Re: [OT] Tethering Problem

2013-02-20 Thread Robert Sneidar
Whenever that is true, there is a problem with the ISP DNS. Often they will move their primary DNS servers and not tell anyone or do a really poor job of it. Their previous primary DNS can sometimes fall into neglect, and no be updated properly or at all, in which case the request will timeout a

Re: [OT] Tethering Problem

2013-02-19 Thread Robert Sneidar
If that were the case nothing would work. I think he is having some kind of firewall issue or else a security cert issue. I am curious what software you are using to tether. I was tethering my iPhone, but Android is different. See first if there are any firewall settings in your tethering softwa

Re: Mac App Submit

2013-02-16 Thread Robert Sneidar
You do if there is no return in what you drag. If there is, it's like hitting the return key yourself, only you didn't. :-) Bob On Feb 16, 2013, at 10:56 AM, Lars Brehmer wrote: > Terminal & unix may as well be Swahili to me. After dragging something onto > the Terminal window, I guess I simp

Re: Build-time v Run-time

2013-02-15 Thread Robert Sneidar
Easy enough to just click the suppress messages button before opening the stack. You will probably want to keep messages suppressed in this situation if going to other stacks and cards is going to trigger actions that the openstack has not set up yet. You can make a handler called startApp or so

Re: Campaign update

2013-02-15 Thread Robert Sneidar
What about the people over at the Landsat project? If they haven't pledged so far, it wouldn't take much convincing to get them to see the huge advantage for them! A perpetual Livecode would be right up their alley! Bob On Feb 14, 2013, at 7:54 AM, Kevin Miller wrote: > Thanks for this. If yo

Re: LiveCode has a new eye on the earth

2013-02-14 Thread Robert Sneidar
I don't think the world needs less "bitchers", I don't think that is possible. What the world needs is far fewer people who listen to them. :-) Hey! That is going on my Facebook page! Bob On Feb 13, 2013, at 2:24 AM, Bernard Devlin wrote: > Lotus Notes was basically destroyed by professional

Re: 1001 things you can do with LiveCode

2013-02-14 Thread Robert Sneidar
I can tell you why I haven't pledged. I am out of work! Now if someone wants to hire me as an in house developer, why that is a different story... Bob On Feb 13, 2013, at 12:53 PM, Monte Goulding wrote: > > On 14/02/2013, at 7:48 AM, Pierre Sahores wrote: > >> Less than 70 peoples to pledge

Re: LC speaking with other apps

2013-02-11 Thread Robert Sneidar
That seems like a very useful thing. On Feb 11, 2013, at 8:51 AM, Mark Wieder wrote: > Tom- > > Monday, February 11, 2013, 8:45:03 AM, you wrote: > >> Any ideas or suggestions are welcome. > > I've had to do this before and ended up with a whole event loop in a > DLL, as if it were a Windows

Re: Open Source Livecode: a few daft questions.

2013-02-11 Thread Robert Sneidar
heh heh. good one. Bob On Feb 11, 2013, at 7:58 AM, Mark Wieder wrote: > Peter- > > Monday, February 11, 2013, 4:33:11 AM, you wrote: > >> Reminds me of the bumper sticker I saw: >> "I AM retired -- I was tired yesterday, and I'm tired again to day." > > Could be worse. > Yesterday I was ta

Re: Open Source Livecode: a few daft questions.

2013-02-11 Thread Robert Sneidar
Oooohhh I love word games! Refried! Refrigerator! Redeem! ;-) On Feb 10, 2013, at 1:32 PM, Mark Wieder wrote: > Richmond- > > Sunday, February 10, 2013, 12:37:31 PM, you wrote: > >> Thanks. > >> But that still doesn't quite explain the 're' of 'repackaged'. > > Or the 're' of 'reduced'. > O

Re: Programming SubReddit

2013-02-09 Thread Robert Sneidar
;-) On Feb 9, 2013, at 7:47 PM, J. Landman Gay wrote: > On 2/9/13 6:52 PM, Jim Little wrote: >> >> >> Perhaps other, more experience LiveCoders, might weigh in on the subreddit. >> >> http://www.reddit.com/r/programming/comments/1873yt/best_programming_language_livecode_to_go_open/ > > I

Re: On-Rev websites

2013-02-08 Thread Robert Sneidar
JB On Feb 7, 2013, at 6:04 PM, JB wrote: > How does it look now? > > -=>JB <=- > > > On Feb 7, 2013, at 5:58 PM, Mark Wieder wrote: > >> >> and more, now that I'm back home and looking at the headers... >> The original message came from >> -= > JB >> >> while the subsequent messages came

Re: Background groups

2013-02-08 Thread Robert Sneidar
Ah! I thought you meant place by script. Bob On Feb 8, 2013, at 1:17 PM, Peter Haworth wrote: > Thanks Devin, perfect write up as usual. Even answered my reply to Scott > about how to place a group back on a card after it's been removed from all > cards (Place Group on the Object menu). > >

Re: Background groups

2013-02-08 Thread Robert Sneidar
You've got it. Refer to it by name or ID, assuming your names are unique, or ID. I'm a staunch believer in every object having a unique name anyway, so I prefix all my objects with a 2 or 3 character code like bg, btn, fld, mnu etc. Sorts nicely in lists too. Bob On Feb 8, 2013, at 1:13 PM,

Re: Another Hardrive went down!

2013-02-08 Thread Robert Sneidar
I think it depends on the usage. It also depends on your expectation for a classic drive with no SSD. Most recommend replacing a mission critical drive after 3 years whether or not you need to. Given that, an SSD drive may, with an adequate backup and recovery strategy, be a very good solution f

Re: Another Hardrive went down!

2013-02-08 Thread Robert Sneidar
It won't. Remember the words of the prophet Murphy. Bob On Feb 8, 2013, at 9:17 AM, Colin Holgate wrote: > I have a 2TB WD drive, and so far that's going well. It's my Time Machine > drive, and has a backup of several older drives that have died. I may get > another one, to have a complete c

Re: Another Hardrive went down!

2013-02-08 Thread Robert Sneidar
Love CCC. It will backup the entire hard drive as an exact duplicate, then you can schedule backups that only update the altered files. Why this approach? Because assuming both drives are the same form factor, you can simply replace the defective drive with the backup drive and be up and running

Re: Another Hardrive went down!

2013-02-08 Thread Robert Sneidar
WD had a problem with their one gig drives. Apple had to invoke a recall program for them because they put them into iMacs among other things, and the drives went bad typically before the warranty period was up, but many times just after. I also noticed they get hot. VERY hot. Too hot to hold if

Re: IDE Recent Files list

2013-02-08 Thread Robert Sneidar
That may be why sometimes my typically predictable recent file list becomes a mishmash of all sorts of things I never opened. Bob On Feb 8, 2013, at 12:52 PM, Mark Wieder wrote: > Peter Haworth writes: > >> Is there a way to clear the contents of the ID File Menu Recent Files list? > > You

Re: Calling all Facebook denizens.

2013-02-08 Thread Robert Sneidar
Duly shared. On Feb 8, 2013, at 8:12 AM, Richmond wrote: > I have just seen the most recent video put out by Livecode: > > http://www.youtube.com/watch?v=ghvYqwsgsmI&feature=share > > and feel that it says a lot more than the previous offerings, so > have posted it on my Facebook page with the

Re: what is LCs output for different platforms?

2013-02-08 Thread Robert Sneidar
They take the engine minus the IDE stuff, and glue your stack to it, including substacks. The engine is I believe written primarily in C++ so I suppose you could tell them that. DBase worked similarly. You could either create a standalone app, or you could include a runtime engine and you source

Re: How to disable exit from an Android app

2013-02-08 Thread Robert Sneidar
Try trapping shutdownRequest. Bob On Feb 8, 2013, at 9:48 AM, tbodine wrote: > Hi all. > > I'm working on a kiosk project and need a way to block the user from > quitting or switching out of the LiveCode app on an Android tablet. Is that > possible with LiveCode or with an external? > > Than

Re: Uninstalling on Windows?

2013-02-06 Thread Robert Sneidar
I would say that between the two extremes, most software uninstalls leave user related files and settings on the computer. For one thing, the uninstall may not be permanent. It may be something the user does to "fix" something that seems wrong to him. For another thing, the user can easily delet

Re: Uninstalling on Windows?

2013-02-06 Thread Robert Sneidar
I came across this article for using WMIC: http://www.tech-recipes.com/rx/2947/windows_uninstall_application_command_line/ If you know the product code, you can uninstall it using vbscript like this: http://www.symantec.com/connect/downloads/uninstall-windows-installer-applications-using-vbscript

Re: OT: Jasper Fforde

2013-02-06 Thread Robert Sneidar
Well... not surprising, since someone from the real world DID write it. ;-) Bob On Feb 6, 2013, at 12:13 AM, Richmond wrote: >> (Seven books so far: The Eyre Affair, Lost in a Good Book, The Well of >> Lost Plots, Something Rotten, First Among Sequels and One of our >> Thursdays is Missing and

Re: compatability of rev stacks and livecode stacks in a standalone?

2013-02-06 Thread Robert Sneidar
There you go, that was what I meant. If it was pronounced differently then there is the reason for it. Bob On Feb 6, 2013, at 12:10 AM, Richmond wrote: > On 02/05/2013 11:59 PM, Robert Sneidar wrote: >> I was going to say, what is the grammatical significance of beginning a word &

Re: compatability of rev stacks and livecode stacks in a standalone?

2013-02-05 Thread Robert Sneidar
I was going to say, what is the grammatical significance of beginning a word or name with two F's? Is it pronounced differently than one F? Bob On Feb 5, 2013, at 12:42 PM, Richmond wrote: > On 02/05/2013 10:16 PM, Mark Wieder wrote: >> Richmond writes: >> >>> And we can now move to the logi

Re: just for fun: pop quiz

2013-02-03 Thread Robert Sneidar
Once again, Jacque puts the kibosh on our "it's a bug!" session by injecting facts! You can't have any fun around here anymore. ;-) Bob On Feb 3, 2013, at 12:40 PM, J. Landman Gay wrote: > On 2/3/13 1:08 PM, Richard Gaskin wrote: > >> Can you think of a circumstance in which you've already s

Re: just for fun: pop quiz

2013-02-03 Thread Robert Sneidar
I think one of my guesses would have actually made more sense. Have the result return the number of characters read. That way you could check for zero in the result, and if not, you have the size of your chunk ready to go. But EOF in the result is surprising. It's hard to imagine the developer l

Re: [OT] Just won 3rd place on a Firefox OS App contest in Brazil.

2013-02-03 Thread Robert Sneidar
Yer the bomb, baby! ;-) Bob On Feb 3, 2013, at 12:32 AM, Andre Garzia wrote: > Hey Folks, > > I am at a conference with eight thousand people camping on a tech venue > with 30GB connection. We had a contest for mobile app creation for Firefox > OS and I won 3rd place :-D > > Now, back to the

Re: Arrow Key Selection in Option Menus

2013-02-02 Thread Robert Sneidar
I would have said that a tool is used to make a product, while a product is produced using a tool. I don't get the proper use and prevention of use thingummy. Bob On Feb 2, 2013, at 12:39 PM, Peter M. Brigham wrote: >> One of the biggest challenges I find in developing is thinking of all the

Re: just for fun: pop quiz

2013-02-02 Thread Robert Sneidar
Wait... the number of characters read? On Feb 2, 2013, at 4:36 PM, Richard Gaskin wrote: > Without looking in the Dictionary, what would you expect the value of tResult > to be after successful execution of: > > open file tValidFilePath for read > read from file tValidFilePath until EOF > put t

Re: just for fun: pop quiz

2013-02-02 Thread Robert Sneidar
empty On Feb 2, 2013, at 4:36 PM, Richard Gaskin wrote: > Without looking in the Dictionary, what would you expect the value of tResult > to be after successful execution of: > > open file tValidFilePath for read > read from file tValidFilePath until EOF > put the result into tResult > close fi

Re: A Personal Letter from Our CEO

2013-02-02 Thread Robert Sneidar
And I have never been able to trust another man who wants to run a sharp piece of metal over MY throat... and get paid for it! Bob On Feb 2, 2013, at 1:11 PM, Dr. Hawkins wrote: > On Fri, Feb 1, 2013 at 10:12 AM, Richmond wrote: >> but the only thing that has really ever worried me about Kev

Re: LC MISTAKES

2013-02-02 Thread Robert Sneidar
This is actually a fairly good point. What most companies want to avoid is having to marry their developer. If only one or two people at a company knows how to develop in Livecode, and the company decides they are not working in the best interests of the company and want to get rid of them, this

Re: LC MISTAKES

2013-02-02 Thread Robert Sneidar
Is this some kind of video game you are working on? Can I beta test it? ;-) Bob On Feb 1, 2013, at 9:24 PM, Nigel Soden wrote: > Hi Joe > So we've gone to the moon and back and are dreaming up scenarios that require > us to alter the inevitable courses of meteors to save a planet whose > inha

Re: LC MISTAKES

2013-02-02 Thread Robert Sneidar
Ok now I see. If the button is NOT a part of the group, the card gets the message first, THEN any background group. I have to say though that is an odd duck. Also, my example is causing LC to lock up after two or three times, and then attempting to select something. I'm not even going to try and

Re: LC MISTAKES

2013-02-02 Thread Robert Sneidar
Okay I tested this. I put a simple handler in each object, the button, the group the button belonged to and the card. In each handler I passed the message. All the handler does is pop an answer dialog saying which object got the message. I set the group's background behavior to true. First the b

Re: LC MISTAKES

2013-02-02 Thread Robert Sneidar
That I did NOT know. So object, card, group object belongs to?? That doesn't make a helluvalotta sense to me. Bob On Feb 1, 2013, at 6:58 PM, J. Landman Gay wrote: > On 2/1/13 8:29 PM, Colin Holgate wrote: >> In terms of hierarchy, where does that group fall? Like, if a card >> script does a

Re: LC MISTAKES

2013-02-02 Thread Robert Sneidar
Object/group/card. Bob On Feb 1, 2013, at 6:29 PM, Colin Holgate wrote: > In terms of hierarchy, where does that group fall? Like, if a card script > does a pass, does it go to the groups on the card? > > > On Feb 1, 2013, at 9:19 PM, "J. Landman Gay" wrote: > >> To reproduce HC backgroun

Re: LC MISTAKES

2013-02-02 Thread Robert Sneidar
It may help to not think of them as "backgrounds" anymore. They are shared groups. Any card can use any of the shared groups. This is really a vastly superior way of managing things, especially since the whole card = record moniker doesn't really work well in Livecode. Cards are really like form

Re: ho lee kow

2013-02-02 Thread Robert Sneidar
I had to read that a couple of times to realize you did NOT mean that Bill Atkinson was his wife. :-) Bob On Feb 1, 2013, at 7:55 PM, Colin Holgate wrote: > Also, in replying to me he cc'd his wife, Bill Atkinson... ___ use-livecode mailing list us

Re: to find the first numeric line?

2013-01-31 Thread Robert Sneidar
Great idea, but I think he wants to know the line position in the string. I could be wrong. Bob On Jan 31, 2013, at 7:59 PM, Mark Stuart wrote: > Hi Tiemo, > I haven’t tried this, but have you taken a look at the FILTER command? > filter list with “[1-9]*” > > Thanx, > Mark Stuart >

Re: iPad stack downloading

2013-01-31 Thread Robert Sneidar
I wonder if what they mean is that an app cannot be CAPABLE of downloading executable code? In which case, this fails the test. Bob On Jan 31, 2013, at 10:11 AM, FlexibleLearning.com wrote: > Is it allowed to download a stackfile of images for an iPad app? > > I'd like the User to be able to

Re: to find the first numeric line?

2013-01-31 Thread Robert Sneidar
Sounds like a job for regex?? Bob On Jan 31, 2013, at 8:53 AM, Tiemo Hollmann TB wrote: > Hello, > > I have a list with alphanumeric and numeric content. After sorting numeric I > would like to find the first line with a numeric first char. (the non > numeric lines before can contain also nume

Re: LiveCode Kickstart widget is in place

2013-01-31 Thread Robert Sneidar
You should hang out here more often Heather! Bob On Jan 31, 2013, at 8:35 AM, Heather Laine wrote: > Francis, thank you! > > The support we are getting from all you guys is fabulous! > > Regards, > > Heather > > On 31 Jan 2013, at 16:32, Francis Nugent Dixon wrote: > >> Hi from Beautiful B

Re: ends not / begins not …. not possible?

2013-01-31 Thread Robert Sneidar
heh heh. Love that furry little munchkin. Bob On Jan 31, 2013, at 5:57 AM, Klaus on-rev wrote: > you here like Yodah need to speak :-D ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and m

Re: ends not / begins not …. not possible?

2013-01-31 Thread Robert Sneidar
if not (tFile ends with ".xls") Bob On Jan 31, 2013, at 5:49 AM, Matthias Rebbe wrote: > > Hi, > > am i doing something wrong or is it really not possible to check if a string > does not begin/ends with a prefix/suffix > > > If tFile ends not with ".xls" then….. > > This does not work. I

Re: put the qtversion crashes

2013-01-31 Thread Robert Sneidar
Wrap the code into try catch and see if that crashes. Just a thot. It may still. It sounds like the mechanism for querying for Quicktime is doing something external to the app that is making the OS wiggy. Bob On Jan 31, 2013, at 2:21 AM, Tiemo Hollmann TB wrote: > Hi, > > I have a customer,

Re: Coding challenge

2013-01-31 Thread Robert Sneidar
OIC now. 3 & 3 is the best answer but the algorithm produces 4 + 1 + 1. Well I think the issue here is that currency is never (or almost never) designed this way. No one would make a 3 dollar bill coincidentally with a 4 dollar bill. There would be no practical reason to. And yet I remember f

Re: Coding challenge

2013-01-31 Thread Robert Sneidar
4 and 2 1's? Isn't the test to produce the result with the least amount of coins? This would still work. The idea is to try and fit the largest coin value into the remainder each time, until the remainder is zero. Bob On Jan 31, 2013, at 5:54 AM, dunb...@aol.com wrote: > Paul. > > > As si

Re: Coding challenge

2013-01-31 Thread Robert Sneidar
Ah, but you DID remember it! Which is more that I seem capable of these days. :-) Bob On Jan 30, 2013, at 8:56 PM, J. Landman Gay wrote: > On 1/30/13 10:38 PM, dunb...@aol.com wrote: >> I think, as usual, Jacque's is the most original. > > Thanks, but it's really just a variation on calculati

Re: Coding challenge

2013-01-31 Thread Robert Sneidar
Someone should post Jacques as an example of how coding in Livecode is so much more compact. Bob On Jan 30, 2013, at 8:45 PM, J. Landman Gay wrote: > On 1/30/13 10:29 PM, Mark Wieder wrote: > >> And everyone but me seemed to think of listing the number of coin >> types. I got lazy and just r

Re: Courier Prime font

2013-01-30 Thread Robert Sneidar
Thanks for that Mark. Now we can have a not-so-crappy monospaced font. It actually looks pretty nice. Bob On Jan 30, 2013, at 12:49 PM, Mark Wieder wrote: > Released under the SIL Open Font License (OFL) license. > > http://quoteunquoteapps.com/courierprime/ > > -- > Mark Wieder > mwie...@

Re: Now illegal to unlock your cellphone (U.S.)

2013-01-29 Thread Robert Sneidar
Sorry Kevin. I went down the list before posting: Religion? no... Politics? not really. Cheese? Unless they are firing cheese bullets, not. Okay good to post! Apparently not, so I have taken this off list. Thanks for your patience. Bob On Jan 29, 2013, at 2:56 PM, Kevin Miller wrote: > Ah

Re: [OSSLC] so far so good...

2013-01-29 Thread Robert Sneidar
Kevin, any chance you can get this into Apple's RRS feed? Bob On Jan 29, 2013, at 2:51 PM, Kevin Miller wrote: > We reached out to him as soon as he backed us. Looks like he just posted > on http://boingboing.net > > Kind regards, > > Kevin ___ us

Re: Kevin probably feels hurt...

2013-01-29 Thread Robert Sneidar
My sister made me do it! Bob On Jan 29, 2013, at 1:00 PM, Mark Wieder wrote: > Colin- > > Tuesday, January 29, 2013, 12:40:08 PM, you wrote: > >> At the end of the KickStarter process you're invited to post on >> Twitter and Facebook, which I did. Don't think I'll get as many >> visits as Pe

Re: Now illegal to unlock your cellphone (U.S.)

2013-01-29 Thread Robert Sneidar
t; > Sorry for the totally off topic rant. > > On Tue, Jan 29, 2013 at 11:01 AM, Robert Sneidar wrote: > >> I was shocked to find out that far fewer people are killed with >> semi-automatic rifles (called Assault weapons) than with hammers or >> baseball bats. No one wou

Re: Open Source LiveCode Project

2013-01-29 Thread Robert Sneidar
It's my experience in life that almost nothing is linear. It will be important for all of us to get the word out (which I suppose we should have been doing all along). I have posted on my Facebook page and alerted people at my (former) place of employment. Bob On Jan 29, 2013, at 11:54 AM, S

Re: Kevin probably feels hurt...

2013-01-29 Thread Robert Sneidar
Both of them together? Hmmm... that will put you out 10,000 quatloos at least! They would probably toss in the other team members as a bonus though. Bob On Jan 29, 2013, at 10:36 AM, J. Landman Gay wrote: > On 1/29/13 12:22 PM, Kevin Miller wrote: >> Haha. Shunned, I know! :) I guess I'm less

Re: What if....

2013-01-29 Thread Robert Sneidar
I believe if you change that to or, you will throw an error. Or at least you should! Thinking about this, it may be simpler to think of AND comparisons a single expressions and OR comparisons as delimiting multiple expressions. In a SINGLE LOGICAL EXPRESSION evaluation will terminate when a fals

Re: What if....

2013-01-29 Thread Robert Sneidar
if false and false or true then becomes: if (false and false) or true then becomes: if false or true then becomes: if true then answer "Got it 4!" You are thinking of false and true as individual statements and they are not. The whole condition is one statement. Or if you like, the ands are

Re: What if....

2013-01-29 Thread Robert Sneidar
It's order of precedence. AND before OR. Bob On Jan 28, 2013, at 9:33 PM, Thierry Douez wrote: > Hi Jacques, > > Thanks for testing. > > Umm, I don't have the correct answers. > > The first test gives me False, which should be the same > as the fourth case which gives True! > > Or, did I m

Re: What if....

2013-01-29 Thread Robert Sneidar
False 1! False 2! Got it 3! Got it 4! Off the top of my head. Bob On Jan 28, 2013, at 4:36 AM, Thierry Douez wrote: > Hi Peter, > > 2013/1/27 Peter Haworth > >> Musings about complex if statements on this Sunday morning... >> >> if cond1 and cond2 and cond3 and cond4 then. >> >> if c

Re: What if....

2013-01-29 Thread Robert Sneidar
I should rephrase that. If condition 1 and/or 2 involve long time consuming evaluations, there would be an advantage the putting conditions 3 and 4 in parens, since they would be evaluated first, saving time in some instances. But the way to do that is put your time consuming evaluations last wh

Re: What if....

2013-01-29 Thread Robert Sneidar
Doesn't matter. It's like saying 1 + 2 + (3 + 4). That is why they use + as the AND operator in boolean logic. Bob On Jan 27, 2013, at 10:39 AM, Peter Haworth wrote: > The manual says the grouping operator (parens) has the highest precedence > so does this mean (cond3 and cond4) will be evalu

Re: What if....

2013-01-29 Thread Robert Sneidar
Yes. You can do stuff in between the conditionals in example 2 whereas you cannot in example one. Bob On Jan 27, 2013, at 10:39 AM, Peter Haworth wrote: > Musings about complex if statements on this Sunday morning > > Lets say you have a complex if statement with 4 conditions that must a

Re: Open Source LiveCode Project

2013-01-29 Thread Robert Sneidar
Oh never mind I already have that!! I thot it meant Lifetime Renewal! I would probably have gone for that! Bob On Jan 29, 2013, at 7:32 AM, Kevin Miller wrote: > That's correct. Unlike the pay as you go licenses which are essentially > software rental, the perpetual license is just that - per

Re: Open Source LiveCode Project

2013-01-29 Thread Robert Sneidar
There's a perpetual license?? How do I get one of those?? Bob On Jan 29, 2013, at 6:52 AM, Kevin Miller wrote: > Yes existing licenses remain the same until the end of their term. > Existing perpetual licenses are just that - perpetual. You can see more > details in the FAQ http://runrev.com/ho

Re: Open Source LiveCode Project

2013-01-29 Thread Robert Sneidar
I hear the devil's from there. Bob On Jan 29, 2013, at 2:48 AM, Monte Goulding wrote: > > On 29/01/2013, at 9:45 PM, Björnke von Gierke wrote: > Weird, it added it for me.. it probably has a db of ip-locations, and yours isn't in it? >>> >>> Lol.. Taswhere? >> >> I'm sorry, i d

Re: Apology for 'Challenging new property inspector'

2013-01-29 Thread Robert Sneidar
Thanks to you guys, all the good rocks are taken. I can only stand here on idiot street and get rained on. Bob On Jan 27, 2013, at 5:32 PM, Peter Haworth wrote: > Me too, but I still peep out from under my rock every now and then. > Pete ___ use-l

Re: Apology for 'Challenging new property inspector'

2013-01-29 Thread Robert Sneidar
I think honest mistakes are recognized as such, but I mainly wanted to prevent even more unwitting emails that may have divulged more than this one did. Bob On Jan 27, 2013, at 1:40 PM, Sumner, Walt wrote: > Hi, folks, I clearly posted a message to the wrong list last week, starting a > bit

  1   2   3   4   >