AW: AW: How to narrow SQL search with multiple criterias?

2011-01-26 Thread Tiemo Hollmann TB
Thanks Bob and Peter, that are valuable thoughts. Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Bob Sneidar > Gesendet: Mittwoch, 26. Januar 2011 19:04 > An: How to use LiveCode > Betreff: Re:

Re: iOS: what's the best place to store media files

2011-01-26 Thread Ludovic Thébault
Le 26 janv. 2011 à 20:35, Chris Sheffield a écrit : > > What is the best place to store files like audio and images alongside an iOS > app? I am working on a simple proof of concept app that needs to play several > audio files back to back. I don't necessarily want these audio files to be > b

Re: usb driver problem

2011-01-26 Thread Mark Wieder
Claudi- Wednesday, January 26, 2011, 2:48:22 AM, you wrote: > Thread 0 Crashed: > 0 libSystem.B.dylib 0x91ddde42 __kill + 10 > 1 libSystem.B.dylib 0x91e5023a raise + 26 > 2 libSystem.B.dylib 0x91e5c622 __abort + 97 > 3 libSystem.B.dyli

Re: $PATH

2011-01-26 Thread François Chaplais
from what I understand, the shell command creates a new shell session which not that of the terminal. As a result, you may have to rebuild $path correctly. Here is what I do to put the TeX executables in the shell's path: on checkTeXPATH -- for MacTeX put $PATH into t

Re: [ANN] TimeMachine

2011-01-26 Thread Calvin Waterbury
Hmmm... given dreams are not confined neither by time nor space, perhaps Mr. Adams "saw" your dream and put it down on paper? :) Bob Sneidar Wednesday, January 26, 2011 4:22 PM I liked th

Re: [ANN] TimeMachine

2011-01-26 Thread Bob Sneidar
I liked the movie better than the book. The movie had a nice love story and all ended well. The book dropped you off in a decidedly unfriendly section of the slums of Norganza on planet FriedZig without any explanation. Or did I dream that? Bob On Jan 26, 2011, at 1:47 PM, Calvin Waterbury wr

Re: [ANN] TimeMachine

2011-01-26 Thread Calvin Waterbury
Ahem... "42" was the *answer* not the question. Thomas McGrath III Wednesday, January 26, 2011 3:31 PM 42 Definitely. That is the real question. -- Tom McGrath III http://lazyriver.on-

Re: usb driver problem

2011-01-26 Thread Thomas McGrath III
Ok, so Heather said that this would not be possible as a quick fix type support ticket but that the team was looking into it and that I should open a bug report so here it is: Report 9341 has been added to the database http://quality.runrev.com/qacenter/show_bug.cgi?id=9341 @Claudi - please a

Re: [ANN] Data Grid Helper clones your DataGrids and supports the MC IDE

2011-01-26 Thread zryip theSlug
On Wed, Jan 26, 2011 at 10:23 AM, André Bisseret wrote: > Bonjour TheSlug, > > Thanks a lot again for your beautiful and very useful DGH. > Data grids is a superb complement to livecode thanks to Trevor deVore. > But "a bit" more complex than any others objects ;-) ) > The properties palette allow

Re: [ANN] TimeMachine

2011-01-26 Thread Thomas McGrath III
42 Definitely. That is the real question. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Jan 26, 2011, at 5:48 AM, Mark Schonewille wrote: > 42 > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consulting and Software Engineering > Homepage: http://economy

Re: Answer file with type BMPf?

2011-01-26 Thread Ken Ray
> Why doesn't this work for BMP files? > answer file "Kies een foto:" with type "All > Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf" The reason might be because the .bmp file may not have been assigned a type code. If you *only* want to get .bmp files with a type code of "BMPf" then this should wor

Re: Live LiveCode Code Event looking for presenters

2011-01-26 Thread Richmond
On 01/26/2011 10:33 PM, Calvin Waterbury wrote: Howdy from Texas, Y'all! I would like to do my part in good time, but I am still learning; however, if somebody out there does work on Macs and Microsoft, I would really like to see an unbiased, or at least a fair comparison between strengths/we

Re: Live LiveCode Code Event looking for presenters

2011-01-26 Thread Calvin Waterbury
Howdy from Texas, Y'all! I would like to do my part in good time, but I am still learning; however, if somebody out there does work on Macs and Microsoft, I would really like to see an unbiased, or at least a fair comparison between strengths/weaknesses of these two titans of the personal O/S.

Re: Live LiveCode Code Event looking for presenters

2011-01-26 Thread Mark Schonewille
Anyone wanting to share his or her thoughts with the LiveCode community this Saturday? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer

Re: usb driver problem

2011-01-26 Thread Kee Nethery
I'd be happy to donate an Arduino to the LC bug team if they need one to fix this. Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http:

iOS: what's the best place to store media files

2011-01-26 Thread Chris Sheffield
What is the best place to store files like audio and images alongside an iOS app? I am working on a simple proof of concept app that needs to play several audio files back to back. I don't necessarily want these audio files to be backed up through iTunes, as the finished app may eventually conta

Re: LC-list vs. LC-forum

2011-01-26 Thread Mark Wieder
Craig- Wednesday, January 26, 2011, 9:29:36 AM, you wrote: > They are both the most valuable. > Perhaps more time and thoughtfulness is spent in the forums; stack examples > can be uploaded, and it is easier to send (and read) code snippets. The > thread structure in the forums is more transpare

Re: [ANN] TimeMachine

2011-01-26 Thread Calvin Waterbury
I have always understood... UNIVERSE as... UNI = ONE as in the sense of a single entity, but also in the sense of "whole," " integral" and "complete." VERSE = POEM or SONG. So, literally... UNIVERSE = ONE SONG Given the late, Carl Sagan... ...spoke of everything from galaxies to dandelions

Re: AW: How to narrow SQL search with multiple criterias?

2011-01-26 Thread Bob Sneidar
Also remember that Trevor's sqlYoga has the ability to create query objects, and then update those objects and re-run the query. The API builds the SQL for you, so it's very easy to do recursive queries. As an aside, there is a way in mySQL (and others I am sure) to output the query as a new t

Re: AW: How to narrow SQL search with multiple criterias?

2011-01-26 Thread Peter Haworth
I think the problem with using LC to narrow down the results of an SQL SELECT is that the database may have changed since doing the initial SELECT so what you end up with may not reflect the current state of the database. I guess that may not matter to your application, or maybe you've locked t

Access to Device Music Library

2011-01-26 Thread Scott Rossi
While feature requests are flying fast and furious for iOS, I wanted to suggest support for accessing the device's music library, just as one can access the device's photo library. http://quality.runrev.com/qacenter/show_bug.cgi?id=9339 Regards, Scott Rossi Creative Director Tactile Media, UX

Re: LC-list vs. LC-forum

2011-01-26 Thread DunbarX
They are both the most valuable. Perhaps more time and thoughtfulness is spent in the forums; stack examples can be uploaded, and it is easier to send (and read) code snippets. The thread structure in the forums is more transparent and readable. But they do basically the same thing, that is, ca

Re: LC-list vs. LC-forum

2011-01-26 Thread Bob Sneidar
I think it's either or, if you are talking about the Nabble site. If you post to the list, it shows up in the forums and vis versa. But I might be wrong. Just this once... BTW I am still getting emails in my in box addressed to use-revolution@ as opposed to use-livecode@ because the Nabble set

Re: LC-list vs. LC-forum

2011-01-26 Thread Richard Gaskin
Tiemo Hollmann wrote: What I am asking is, what is the "right to live" for both parallel? Is there a different use for both? Different people? Different topics? Isn't it too much effort for you all to read, check and answer permanently both, the list and the forums? For me it is too time consumin

Re: Answer file with type BMPf?

2011-01-26 Thread J. Landman Gay
On 1/26/11 12:41 AM, William de Smet wrote: Hi Jacqueline, I forget to mention that this works for all images except for .bmp files. I'm on OSX 10.6 and the file is shown in Finder. Is this related to OSX? I just tried it and it works for me, so I'm not sure what the problem could be. But it

LC-list vs. LC-forum

2011-01-26 Thread Tiemo Hollmann TB
Hi members, though I am using LC for some time now, I never have used the LC forums, perhaps because the first I found was this list and it gave me all I needed - THANKS to all! What I am asking is, what is the "right to live" for both parallel? Is there a different use for both? Different people

AW: How to narrow SQL search with multiple criterias?

2011-01-26 Thread Tiemo Hollmann TB
Hi William, That's what I thought, to cycle through the SQL result data with LC, but was unsure how performing it is. I have let's say 2 records and have to check multiple properties with multiple values. Will the result of my cycle still be so fast, that the user doesn't has to wait for it, be

Re: LC Forums Down?

2011-01-26 Thread Richard Gaskin
They're up now. -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com LiveCode Journal blog: http://LiveCodejournal.com/blog.irv ___ use-livecode

Re: Answer file with type BMPf?

2011-01-26 Thread Bob Sneidar
Get info on the file and see what it's name is. Bob On Jan 25, 2011, at 10:41 PM, William de Smet wrote: > Hi Jacqueline, > > I forget to mention that this works for all images except for .bmp files. I'm > on OSX 10.6 and the file is shown in Finder. Is this related to OSX? > > Greetings, >

Re: LC Forums Down?

2011-01-26 Thread Klaus on-rev
Hi all, Am 26.01.2011 um 16:38 schrieb Mark Schonewille: > Hi Craig, > > I guess it is time for RunRev to update their software :-) YO! Fingers crossed! :-) > -- > Best regards, > > Mark Schonewille Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: Chopping Up A Paragraph into chunks

2011-01-26 Thread DunbarX
Of course. Another example of engaging fingers before brain. And there is that pressure to be the first to respond. I think there should be a LC support group for that condition. Craig In a message dated 1/26/11 12:04:57 AM, jac...@hyperactivesw.com writes: > Except that wordOffset looks for

Re: LC Forums Down?

2011-01-26 Thread Mark Schonewille
Hi Craig, I guess it is time for RunRev to update their software :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.5 f

Re: LC Forums Down?

2011-01-26 Thread Björnke von Gierke
Yes I've informed Heather, and they're already looking into what the problem could be (not a good thing i persume). On 26 Jan 2011, at 16:33, dunb...@aol.com wrote: > Is it just me? I get an error saying there are too many connections. > > Maybe this is a good thing. > > Craig Newman > __

LC Forums Down?

2011-01-26 Thread DunbarX
Is it just me? I get an error saying there are too many connections. Maybe this is a good thing. Craig Newman ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefe

Re: Live LiveCode Coding Event #7

2011-01-26 Thread Björnke von Gierke
Whoops forgot to post the wrapup mail... --- Hello everyone Event nr. 7 was a blast, tho it had various problems. First Rob fell down a stair and therefore was unavailable due to broken bones, and then David had an evil technical sound problem. He also forgot to record it, but I guess he's gl

Live LiveCode Code Event looking for presenters

2011-01-26 Thread Mark Schonewille
Hi everyobdy, The Live LiveCode Code Event is an informal gathering of LiveCode users. The organisers of the Live LiveCode Code Event (mostly Björnke, sometimes me) are looking for people who would like to tell something about their life as a LiveCoder. If you are working on something, or have

RE: RevBrowserPrint Problems

2011-01-26 Thread Ray Horsley
Ahh! Makes perfect sense. Now I wonder why I was expecting anything more in the first place. Thanks for this explanation, Jan. I guess this would be an area for LiveCode to improve but I'm not sure how this would be done since printing via revBrowser seems out of LiveCodes' hands. The only sol

Re: usb driver problem

2011-01-26 Thread Claudi Cornaz
Hi all, Opening and closing the port after each read has a critical drawback. Each time you open the port, at least on mac, the arduino will reset itself, this means it will bootup. This not only takes time but all other data will be lost. This of course creates a big problem, or makes it compl

Re: [ANN] TimeMachine

2011-01-26 Thread Mark Schonewille
42 -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.5 for LiveCode here http://qery.us/ce On 26 jan 2011, at 10:57, Franc

Re: [ANN] TimeMachine

2011-01-26 Thread Francis Nugent Dixon
Hi from Beautiful Britanny, Richmond wrote : I wonder what "Universe" means. As Leon Lederman wrote on the cover of his great book "The God Particle" . : If the universe is the answer - What is the question ? Kind Regards -Francis "Nothing should ever be done for the first time !" __

Re: Happy Robbie Burns Night

2011-01-26 Thread David Bovill
On 26 January 2011 01:20, Calvin Waterbury wrote: > > Also, I am equally lost about "haggis (with neeps and tatties, natch)," but > I can dig that up myself (I hope?). > Calvin - please don't. They are bad enough alive. ___ use-livecode mailing list us

Re: Student Observations on Weekly Presentations

2011-01-26 Thread David Bovill
Hi Calvin - I know where you're coming from, and as my girlfriend is from Berlin - I'd say just put this down to cultural misunderstandings - not that I'm saying Mark is anything like my girlfriend... hmmm makes me think Valentines day is coming up - must be a good marketing angle there somewhere.

Re: [ANN] Data Grid Helper clones your DataGrids and supports the MC IDE

2011-01-26 Thread André Bisseret
Bonjour TheSlug, Thanks a lot again for your beautiful and very useful DGH. Data grids is a superb complement to livecode thanks to Trevor deVore. But "a bit" more complex than any others objects ;-) ) The properties palette allows to set only a part of the properties and before DGH, I often had

Re: $PATH

2011-01-26 Thread David Bovill
Yes - but does it return the same $PATH even after you have customised your personal user $PATH with entries in .profile or one of the many other files that you can customise yourself, or that installers of command line tools often cutomise for you (for instance MacPorts). Even in MC days on Linux