A useful command

2014-03-11 Thread Bob Sneidar
Hi all. I wanted to share what may be a useful command for filling in data and setting controls on a card. This assumes you have an array whose key names “match” control names with the following rules: Fields you want filled must begin with “fld” Checkboxes you want hilited must begin with “bt

Re: SQLYoga and LC 6.6

2014-03-11 Thread James Hale
Chris, Do as Trevor suggested and download the latest SQLYoga. It is no longer password protected so you can modify its handlers. I am not at my desk right now but if you find the handler that opens the db connection you just need to modify the SQLite case (in the switch statement) to handle th

Re: New chunks

2014-03-11 Thread Mark Schonewille
Hi Ben, I think that the chunk names for unicode should be exactly the same as for english text, but they should act differently if either the text being operated on is unicode text or the useUnicode has been set to true. Note that other development tools don't have this problem at all. Oper

Re: NASA's First Asteroid Grand Challenge -coding-

2014-03-11 Thread Skip Kimpel
I'm in Who is with me?? SKIP > On Mar 11, 2014, at 5:49 PM, AndyP wrote: > > Interesting coding challenge from NASA. $35,000 prize. > > I've hilited the part that caught my eye in relation to Live Code. > > 'The Asteroid Data Hunter contest series challenges participants to develop > sign

Re: New chunks

2014-03-11 Thread Mark Wieder
Phil Davis writes: > > What are the pros and cons of making the 'useUnicode' property > persistent and true by default, and let it determine the meaning of > 'word'? To my own immature understanding, that seems like a better > approach that trying to come up with a new vocabulary item. I lik

Re: SQLYoga and LC 6.6

2014-03-11 Thread Peter Haworth
Maybe I'm misunderstanding since I don't have SQLYoga but if calls to the old format revOpenDatase are failing, that's a bug since every stack that opens an sqlite database will fail. If you don't need the ability to load extensions or change the way blobs work, no change should be required. Inci

Re: New chunks

2014-03-11 Thread Phil Davis
Sorry, I didn't read all emails before suggesting this. :-) On 3/11/14, 3:44 PM, Phil Davis wrote: Or maybe introduce a persistent 'useUnicodeChunks' property that controls which kind of chunking is used. On 3/11/14, 3:42 PM, Phil Davis wrote: What are the pros and cons of making the 'useUnico

Re: New chunks

2014-03-11 Thread Phil Davis
Or maybe introduce a persistent 'useUnicodeChunks' property that controls which kind of chunking is used. On 3/11/14, 3:42 PM, Phil Davis wrote: What are the pros and cons of making the 'useUnicode' property persistent and true by default, and let it determine the meaning of 'word'? To my own

Re: New chunks

2014-03-11 Thread Phil Davis
What are the pros and cons of making the 'useUnicode' property persistent and true by default, and let it determine the meaning of 'word'? To my own immature understanding, that seems like a better approach that trying to come up with a new vocabulary item. Phil Davis On 3/11/14, 11:15 AM,

Re: disable mousedoubleup

2014-03-11 Thread Mark Schonewille
Hi Björnke, What would you say about on mouseDoubleUp mouseUp mouseUp end mouseDoubleUp This way, every click is counted as a real click (if this actually works). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Tw

Re: New chunks

2014-03-11 Thread Jim Hurley
Can someone explain how the “sentence" chunk would work? How are decimal points, and points in an abbreviation distinguished from the “period” that deliniates the end of a “sentence?” Does it presume that the exitsing text has special embedded “periods?” I’ve written my own, but it is very cumber

NASA's First Asteroid Grand Challenge -coding-

2014-03-11 Thread AndyP
Interesting coding challenge from NASA. $35,000 prize. I've hilited the part that caught my eye in relation to Live Code. 'The Asteroid Data Hunter contest series challenges participants to develop significantly improved algorithms to identify asteroids in images captured by ground-based telescop

Re: SQLYoga and LC 6.6

2014-03-11 Thread Trevor DeVore
> > Trevor, if you're listening, have you noticed any issues? I would guess > this has something to do with the updated SQLite libraries. > Getting on a plane so I will be brief. I haven't tested in 6.6 yet. You might download latest SQL Yoga library from my site as the source code is now unlocked

Re: disable mousedoubleup

2014-03-11 Thread J. Landman Gay
On 3/11/14, 10:09 AM, Björnke von Gierke wrote: Hi I wanted to disable mousedoubleup for a short time on a specific object, but it seems it's not possible to do this whit the doubleclickinterval, as that is not available on windows. The problem is of course that in this stack people will click

Re: New chunks

2014-03-11 Thread Mark Wieder
Benjamin Beaumont writes: > 'naturalword' is the clearest internal suggestion at the moment and we'd > love to get the input from community members if there is an even clearer > option. My preferences, in order would be: 1. change the parser so that it accepts modifiers, and specifically so tha

Re: New chunks

2014-03-11 Thread Mark Wieder
Richmond writes: > How are you going to work out what marks a sentence boundary in every > language that one can write > with Unicode? And there are languages where the idea of a 'sentence' is > absent. My initial take on this was the same as yours. But unicode separators seem to have been wel

Re: OT: limitations in paid iOS apps

2014-03-11 Thread Randy Hengst
Hi Chris, I'll speak from an educator point of view… while I haven't developed any apps with a check-in system, I would never even consider having a limit of 6 if the target market includes classrooms. I wouldn't even have a system of in app purchase where the teacher could "buy" a larger numbe

Re: New chunks

2014-03-11 Thread Peter M. Brigham
On Mar 11, 2014, at 2:15 PM, Benjamin Beaumont wrote: > Hi All, > > We're in the process of adding some new chunk types in LiveCode 7 and we > would appreciate suggestions for a particular chunk name. > > The new chunk types are: > > naturalword (breaks on unicode word boundaries) Will this b

Re: package maker

2014-03-11 Thread Matthias Rebbe | M-R-D
Hi Alain, there is "App Wrapper“ from Ohanaware. They published some information about Mavericks & Codesigning for LiveCode apps. http://www.ohanaware.com/support/mavericksCodesign.php#liveCode I did not try it yet, but it reads and sounds reasonable. Regards, Matthias Rebbe Am 11.03.2014 um

SQLYoga and LC 6.6

2014-03-11 Thread Chris Sheffield
Anybody out there using SQLYoga with LiveCode 6.6? In particular with a SQLite database? I have a mobile app using this setup and it’s not working. I don’t get any errors from SQLYoga, but I’m not getting proper results from select queries either. Everything works fine in LC 6.5.2, but not with

package maker

2014-03-11 Thread Alain Vezina
Hi All, I used to use RB Package Maker Studio to prepare an app for Apple Store. It seems it no longer works on Mac OS 10.9. I loved this package maker especially for setting the entitlements. Is there anybody who knows an other package maker ? I know how to sign and package an app, but I don’t kn

Re: New chunks

2014-03-11 Thread Richmond
On 11/03/14 20:15, Benjamin Beaumont wrote: Hi All, We're in the process of adding some new chunk types in LiveCode 7 and we would appreciate suggestions for a particular chunk name. The new chunk types are: naturalword (breaks on unicode word boundaries) Well; in theory that looks good unti

Re: New chunks

2014-03-11 Thread dunbarx
Ben. Why not "unicodeWord" or "uniWord". Roger takes that a step yet further, and, well, why not? For the sentence, is this a chunk delimited by a period and a space? For the paragraph, is this a chunk delimited by two returns? Craig Newman For the -Original Message- From: Roger

Re: New chunks

2014-03-11 Thread Roger Eller
uword or wordup (up = unicode part) ~Roger On Tue, Mar 11, 2014 at 2:15 PM, Benjamin Beaumont wrote: > Hi All, > > We're in the process of adding some new chunk types in LiveCode 7 and we > would appreciate suggestions for a particular chunk name. > > The new chunk types are: > > naturalword (

Re: MSSQL Support?

2014-03-11 Thread Skip Kimpel
Awesome Thank you for that! SKIP > On Mar 11, 2014, at 1:27 PM, Matthias Rebbe | M-R-D > wrote: > > Hi Bob, > > i am using ODBC to MSSQL connections on Mac and Windows for some years now > with great success. > > I am using system dsn and in some projects also ODBC connection strings. >

New chunks

2014-03-11 Thread Benjamin Beaumont
Hi All, We're in the process of adding some new chunk types in LiveCode 7 and we would appreciate suggestions for a particular chunk name. The new chunk types are: naturalword (breaks on unicode word boundaries) sentence (breaks on unicode sentence boundaries) paragraph (Same behaviour as curren

Re: Multi user sqlite via shared-cache mode?

2014-03-11 Thread Michael Gruenthal
Thanks Pete, I received some advice off list that convinced me to not risk pushing the bounds of SQLite in this fashion, but URI filenames should be part of the updated SQLite support, nonetheless. Michael On 3/11/14, 1:02 PM, "Peter Haworth" wrote: >Hi Michael, >I just verified that URI filen

Objective-C on Android?

2014-03-11 Thread Mark Wieder
Talked with these folks at a trade show last month... www.apportable.com -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p

Re: MSSQL Support?

2014-03-11 Thread Matthias Rebbe | M-R-D
Hi Bob, i am using ODBC to MSSQL connections on Mac and Windows for some years now with great success. I am using system dsn and in some projects also ODBC connection strings. Advantage of the ODBC connection string is the customer do not have to create a dsn. Here are some examples of ODBC co

Re: MSSQL Support?

2014-03-11 Thread Roger Eller
ODBC works perfectly fine with MSSQL. ~Roger On Tue, Mar 11, 2014 at 1:05 PM, Bob Sneidar wrote: > Has anyone had any success querying MSSQL? I suppose it could be done via > shell, but I'm not sure I want to go that route. ODBC seems fairly clunky > to implement as well, and I'm not sure MS ev

MSSQL Support?

2014-03-11 Thread Bob Sneidar
Has anyone had any success querying MSSQL? I suppose it could be done via shell, but I’m not sure I want to go that route. ODBC seems fairly clunky to implement as well, and I’m not sure MS even supports ODBC for MSSQL. Bob ___ use-livecode mailing li

Re: Multi user sqlite via shared-cache mode?

2014-03-11 Thread Peter Haworth
Hi Michael, I just verified that URI filenames don't work in LC v6.6 and have filed bug report # 11919. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Tue, Mar 11, 2014 at 7:4

Re: Multi user sqlite via shared-cache mode?

2014-03-11 Thread Peter Haworth
Hi Michael You can find more info about this at http://www.sqlite.org/atomiccommit.html#brokenlocks In general, it's risky accessing SQlite databases over a network unless you are only querying the database and not doing any insert/update/delete operations for the reasons explained in the link. U

Re: disable mousedoubleup

2014-03-11 Thread dunbarx
Hi. This goes back a long, long way. And there was a thread just a few months ago. I think I am rewriting from memory: on mouseUp wait 20 if the mouseClick then doDoubleStuff else doSingleStuff end mouseUp on mouseDoubleUp end mouseDoubleUp Seemed clever in 1987. A little long i

Re: disable mousedoubleup

2014-03-11 Thread Devin Asay
On Mar 11, 2014, at 9:09 AM, Björnke von Gierke wrote: > Hi > > I wanted to disable mousedoubleup for a short time on a specific object, but > it seems it's not possible to do this whit the doubleclickinterval, as that > is not available on windows. > > The problem is of course that in this

disable mousedoubleup

2014-03-11 Thread Björnke von Gierke
Hi I wanted to disable mousedoubleup for a short time on a specific object, but it seems it's not possible to do this whit the doubleclickinterval, as that is not available on windows. The problem is of course that in this stack people will click very fast and the double events will then "swal

Multi user sqlite via shared-cache mode?

2014-03-11 Thread Michael Gruenthal
I¹m interested in having a small (<20) number of users simultaneously connected to an sqlite DB on a shared network drive as an alternative to hosting on a server. I found some old (2010) discussions about this without a clear answer. I¹m wondering if sqlite share-cache mode will permit this. I hav

Re: Crowd Funding Enhancements

2014-03-11 Thread Mike Kerner
I also like expanding the reach of each. On Tue, Mar 11, 2014 at 3:29 AM, Terence Heaford wrote: > Here's one I'd like to see. > > "Native controls in the Cocoa Port". > > Oh dear, I thought we were already getting that one. > > > All the best > > Terry > > >

tabAlign

2014-03-11 Thread Richmond
Look what I found lurking in the undergrowth: https://github.com/runrev/livecode/blob/master/engine/src/lextable.cpp waiting to "come out of the closet"? Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to s

Re: properties vs local variable

2014-03-11 Thread Richard Gaskin
Peter Haworth wrote: If I remember the genesis of all this correctly, Terence wants to use a table made up of individual fields for each column because, amongst other things, you can't right justify data within a tabstop. The field object rewrite is almost done, but there's still one critical

Re: properties vs local variable

2014-03-11 Thread Terence Heaford
Mark, I am now running this script to test the speed: on mouseUp put the milliseconds into tS repeat 100 times send "displayData 1" to group “myTable" end repeat put the milliseconds - ts into fld "result" beep end mouseUp Your last effort averaged over three attempts was 47

Re: properties vs local variable

2014-03-11 Thread Terence Heaford
Thanks Peter, I think this what the data grid does. I can see how this works having changed to colour of the group as an experiment. How would I deal with non contiguous selections? Create an image for each one? This is starting to sound expensive time wise. All the best Terry On 10 Mar 201

Re: Crowd Funding Enhancements

2014-03-11 Thread Terence Heaford
Here’s one I’d like to see. “Native controls in the Cocoa Port”. Oh dear, I thought we were already getting that one. All the best Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and