Re: SQLite data storage

2013-03-22 Thread stephen barncard
More complex and faster searches and joins are usually a good reason for a 'real' database, as well as the fact that a database has all the inbuilt methods for adding, and deleting records and other management tasks. The distinction is more relevant when getting into bigger data sets. However, in

Re: Things that make you go Hmmmmm

2013-03-22 Thread Mark Wieder
Cal- Friday, March 22, 2013, 8:59:54 PM, you wrote: > I know that what I just finished reading in Rev-Up is not the case. That the > sub-headline text: > "Our whole team is focused on just one goal at the moment - LiveCode Open > Source". > Can't really be what is going on there at RunRev. > Thi

Things that make you go Hmmmmm

2013-03-22 Thread Cal Horner
I know that what I just finished reading in Rev-Up is not the case. That the sub-headline text: "Our whole team is focused on just one goal at the moment - LiveCode Open Source". Can't really be what is going on there at RunRev. This must be some advertising hype to make us all "Feel" good. And it

RE: Free Valentina Studio, Server & ADKs for LiveCode Upgraded to 5.1

2013-03-22 Thread Lynn Fredricks
> Lynn, are you going to do a 64bit version for linux of the LC > client? I know its possible to run or repackage 32 bit > versions of course, so will do that if not. http://www.valentina-db.com/download/release/linux_64/ Hi Peter, I believe we have 64 bit Linux versions here, in the "simplif

Re: iOS scroller performance

2013-03-22 Thread Monte Goulding
On 23/03/2013, at 9:51 AM, Gerry Orkin wrote: > I beg to differ - it's a major problem on both devices. My girlfriend refuses > to use one of my apps because she says scrolling the lists of content makes > her feel sea sick :( Yes it's not good. There's only a few ways that I think the proble

Re: iOS scroller performance

2013-03-22 Thread Gerry Orkin
I beg to differ - it's a major problem on both devices. My girlfriend refuses to use one of my apps because she says scrolling the lists of content makes her feel sea sick :( Gerry On 23/03/2013, at 9:35 AM, Chip Thomas wrote: > It's not as noticeable on iPhone,

Re: iOS scroller performance

2013-03-22 Thread Monte Goulding
On 23/03/2013, at 9:35 AM, Chip Thomas wrote: > Has anybody else noticed a jerkiness to the iOS scroller? > > It's not as noticeable on iPhone, but on the iPad, scrolling through a > datagrid seems sluggish. Yes... as far as I can tell we need a new command to animate the scrolling of a grou

iOS scroller performance

2013-03-22 Thread Chip Thomas
Has anybody else noticed a jerkiness to the iOS scroller? It's not as noticeable on iPhone, but on the iPad, scrolling through a datagrid seems sluggish. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsu

[ANN] Valentina Studio now is Mac App Store

2013-03-22 Thread Ruslan Zasukhin
Hi All, We have gone review and now Valentina Studio (free). can be found in Mac App Store :-) Let me remind, that Valentina Studio 5.1, is a free GUI Manager for such databases as: mySQL, PostgreSQL, SQLite and, of course, Valentina.

Re: rawKeyStillDown ?

2013-03-22 Thread Scott Rossi
You could try wrapping the keysDown function in a looping handler. This is a method I use for continuous key checking. You can disable/enable the loop as you need it. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/22/13 1:41 PM, "Richmond" wrote: >WHAT I need is a

Re: rawKeyStillDown ?

2013-03-22 Thread Paul Hibbert
Richmond, I found that both… on rawKeyDown RAWK put RAWK into fld "ff" Beep end rawKeyDown on rawKeyDown put keysDown() into fld "ff" Beep end rawKeyDown …Fire off repeated Beeps if the script is on the card or stack, but not in a field, it also doesn't work if the field has focus

Re: rawKeyStillDown ?

2013-03-22 Thread Mike Bonner
If I remember right, the keypad worked better than the arrow block but since the problem mostly occurred on laptops this isn't that much help. On Fri, Mar 22, 2013 at 2:41 PM, Richmond wrote: > On 03/22/2013 01:46 PM, Mike Bonner wrote: > >> keysdown() works pretty well with some exceptions tha

Re: rawKeyStillDown ?

2013-03-22 Thread Richmond
On 03/22/2013 01:46 PM, Mike Bonner wrote: keysdown() works pretty well with some exceptions that are probably due to keyboard issues rather than livecode issues. (like some keyboards having problems with multiple arrow keypresses at the same time, keysdown doesn't always show all the correct key

Re: rawKeyStillDown ?

2013-03-22 Thread Richmond
On 03/22/2013 01:46 PM, Mike Bonner wrote: keysdown() works pretty well with some exceptions that are probably due to keyboard issues rather than livecode issues. (like some keyboards having problems with multiple arrow keypresses at the same time, keysdown doesn't always show all the correct key

Re: SQLite data storage

2013-03-22 Thread Chris Sheffield
Hi Peter, For us, main reason to use a database rather than just a text file is simply to make the data a little more secure. I mean, it doesn't have to be way secure. But we do want to make it a little more difficult for someone with prying eyes to get hold of it. I also liked the idea of usin

Re: Free Valentina Studio, Server & ADKs for LiveCode Upgraded to 5.1

2013-03-22 Thread Peter Alcibiades
Lynn, are you going to do a 64bit version for linux of the LC client? I know its possible to run or repackage 32 bit versions of course, so will do that if not. Peter -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Free-Valentina-Studio-Server-ADKs-for-LiveCode

Re: SQLite data storage

2013-03-22 Thread Peter Alcibiades
Can I ask what is probably a really silly question? Could you just use a tab separated text file to hold this amount of data, as long as there is only one table? I am a complete amateur of course so I probably did it all wrong. I had to accumulate 15,000+ records, adding to them as time went on,

Re: SQLite data storage

2013-03-22 Thread Chris Sheffield
Hi Pete, Just a one-time task. I'll export the sheets as you say, and then import them using a tool that I've used for quite a while now. Time-consuming, but not too bad. Thanks, Chris On Mar 22, 2013, at 10:28 AM, Peter Haworth wrote: > Hi Chris, > Is the import a one-time task or an ongoi

UDID deprecated now need vendor id

2013-03-22 Thread Thomas McGrath III
Is mobileGetDeviceToken() still a valid way to identify the unique device when building a Push Notification App in Livecode? Is this the same as the Vendor ID that Apple is recommending to use instead of the UDID or are they unrelated? Thanks Tom -- Tom McGrath III http://lazyriver.on-rev.c

Re: SQLite data storage

2013-03-22 Thread Peter Haworth
Hi Chris, Is the import a one-time task or an ongoing need? If the former and you can export the spreadsheet data in csv format, there a number of tools that will do the import for you. On Fri, Mar 22, 2013 at 7:10 AM, Chris Sheffield wrote: > Now I get to work on pulling the data from the sprea

Recipe to play WMV on Win 7 with QuickTime installed

2013-03-22 Thread Ralf Bitter
Does anyone have a recipe on how to play WMV videos on Windows systems with QuickTime installed? For the live of me I don't get decent playback performance using HD 720p H.264 QuickTime mov files on Windows (Win 7 in this case). The stuttering is just unacceptable. MP4 AVC files play even worse.

Re: SQLite data storage

2013-03-22 Thread Chris Sheffield
Thanks everyone for the feedback. Sounds like the general consensus is to use a single table to store all the data, which is the direction I was leaning anyway. I just wanted to make sure performance wouldn't take a hit, but it sounds like that shouldn't be a problem. Now I get to work on pulli

Re: Retina and 4" for all iOS app

2013-03-22 Thread Mike Kerner
You can try using MobGui, if John is going to keep up with it, now - you can put multiple layouts and resolutions on the same stack. Using this technique, you could, in theory put every single layout in one stack. You can use substacks, and behavior scripts You can use tmControls and it will auto-

Re: Retina and 4" for all iOS app

2013-03-22 Thread Mike Kerner
Whoops - just read it again. Never mind. On Fri, Mar 22, 2013 at 9:24 AM, Mike Kerner wrote: > I wonder what that means for apps that are developed specifically for the > ipad. > > > On Fri, Mar 22, 2013 at 8:19 AM, Ludovic Thébault < > ludovic.theba...@laposte.net> wrote: > >> Hello, >> >> htt

Re: Retina and 4" for all iOS app

2013-03-22 Thread Mike Kerner
I wonder what that means for apps that are developed specifically for the ipad. On Fri, Mar 22, 2013 at 8:19 AM, Ludovic Thébault < ludovic.theba...@laposte.net> wrote: > Hello, > > https://developer.apple.com/news/index.php?id=3212013b > > So what the best method to do this in livecode ? > One

Retina and 4" for all iOS app

2013-03-22 Thread Ludovic Thébault
Hello, https://developer.apple.com/news/index.php?id=3212013b So what the best method to do this in livecode ? One mainstack with all scripts and substacks ? Many mainstacks ? Tell us about your recipe ! Thanks. ___ use-livecode mailing list use-live

Re: rawKeyStillDown ?

2013-03-22 Thread Mike Bonner
keysdown() works pretty well with some exceptions that are probably due to keyboard issues rather than livecode issues. (like some keyboards having problems with multiple arrow keypresses at the same time, keysdown doesn't always show all the correct keys, yet other keyboards work fine) But yeah,

rawKeyStillDown ?

2013-03-22 Thread Richmond
neither rawKeyStillDown nor keyStillDown exist (as yet) however I wish they did . . . I know that one can poll the mouse . . . Can one poll the keyboard ? --- Why? Because I am reverting to my dreams of playing daft games on my BBC Micr

revBrowserCallScript

2013-03-22 Thread Jacques Hausser
Call to experts: I have newbie's problems with revBrowserCallScript. I'm using a browser and an html file built according to various examples to display google maps; it's OK and revBrowserCallScript works as expected for functions without parameters… but issues an error when I try to use param

Re: use-livecode Digest, Vol 114, Issue 37

2013-03-22 Thread Alan Stenhouse
Hi Pete You could also use (not tested, though I'm pretty sure I've used it in the past): start editing grp "yourGroupName" -- do your img importing and formatting etc --- stop editing HTH cheers Alan On Thu, 21 Mar 2013 13:52:20 -0700, p...@lcsql.com wrote: > I want to use the import com