Re: More Unicode STuff

2015-02-12 Thread NM Studio
I think that it depends from the collation declared for DB | table | fields indatabase. I'm using UTF8 bin and have no problems with text full of accented characters. They are the same in my application and any other, even phpmyadmin. Marek ___ use-l

Re: iPhone Simulate increase size of objects?

2015-02-12 Thread Randy Hengst
Sizes get a bit complicated when building for the iPhone. I build for the 4s screen at 480x320. Or you can leave the size as is and put this in the stack script: on startup set the fullscreenmode of this stack to "exactFit" end startup > On Feb 12, 2015, at 11:13 PM, Brahmanathaswami wrote:

Re: Guide for Building Mobile with LC

2015-02-12 Thread William Prothero
> Brahmanathaswami I’ve been taking the “CreateIT” livecode course. I’m learning quite a bit, even tho I’ve been coding in livecode for a year. Bill > On Feb 11, 2015, at 11:41 AM, Brahmanathaswami wrote: > > Finally, after several years of server side coding, we are going to build an > app in

iPhone Simulate increase size of objects?

2015-02-12 Thread Brahmanathaswami
Just getting started with mobile: read lots of tutorials, built apps along with Ben etc. I have my apple develop license for some time and xCode etc. Built a small stack for iPhone 960X 640 placed an image (lock location set to true) and a field. So far so good; set standalone app settings a

Stream Video in LC Player

2015-02-12 Thread Brahmanathaswami
putting this in a browser (firefox) I get steady, streaming playback http://www.himalayanacademy.com/media/video/the-history-of-hindu-india_part-1/the-history-of-hindu-india_part-1_720p.mp4 LC 6.7. 2 (rc2) : setting a browser instance to that url I get very choppy, delayed playback.. .sometimes

Audio/Video Options in Mobile

2015-02-12 Thread Brahmanathaswami
I've completes a rough spec on a new mobile app. Am busy studying now all the tutorials. So far it look very good in terms of LC being able to support everything we have in our minds. Audio and video are going to be key components. Video/YouTube From all that I have read, it appears that the

Re: More Unicode STuff

2015-02-12 Thread Kay C Lan
Have you looked at your data using another db management tool? My own limited experience of dealing with UTF8 with LC 7 and sqlite is that if I don't textEncode(data,"utf8") into SQLite and textDecode(data,"utf8") out of the db, then although all the data goes and comes back OK, if I look at the d

Re: Reverse a list

2015-02-12 Thread Kay C Lan
On Fri, Feb 13, 2015 at 3:04 AM, J. Landman Gay wrote: > On 2/12/2015 12:54 PM, Peter Haworth wrote: > >> >>> I haven't run any of the LC scripts to do this but if that's true, then >> they don't achieve the original objective of reversing the list. >> > > I don't think it's true. Using LC scrip

More Unicode STuff

2015-02-12 Thread Peter Haworth
Continuing down the path of making SQLiteAdmin unicode compliant. I just took a file with French characters in Mac OS Roman format and and used SQLiteAdmin to import it into an SQLIte database set up for UTF8 encoding. The import procedure did no decoding or encoding just read the file and used I

Re: Reverse a list

2015-02-12 Thread Mike Kerner
I'm feeling a delimiter argument coming on On Thu, Feb 12, 2015 at 2:04 PM, J. Landman Gay wrote: > On 2/12/2015 12:54 PM, Peter Haworth wrote: > >> Lets say for example you had >>> >a list of 10,000 customers and their email addresses. Most customers do >>> >have an email, a few don't and it ju

Re: Reverse a list

2015-02-12 Thread J. Landman Gay
On 2/12/2015 12:54 PM, Peter Haworth wrote: Lets say for example you had >a list of 10,000 customers and their email addresses. Most customers do >have an email, a few don't and it just so happens that your first customer >Aardvark, and last customer, Zoe, don't have email. If you read just the >

Re: Self Awareness?

2015-02-12 Thread J. Landman Gay
On 2/11/2015 5:26 PM, Bob Sneidar wrote: It’s my understanding of the message path that a background group will receive all messages before the card will. A card group will. A background group gets messages after the card because it's in the...back. -- Jacqueline Landman Gay | ja

Re: Reverse a list

2015-02-12 Thread Peter Haworth
On Wed, Feb 11, 2015 at 6:18 PM, Kay C Lan wrote: > I did a similar test to you using a Valentina DB with and without unicode. > Specifically I used a UTF8 db so the unicode test data had to be passed > through LCs textDecode(dboutput,"utf8") to get the correct results; which > obviously takes ti

Re: "accept" and socket read/write

2015-02-12 Thread J. Landman Gay
I like your style. :-) On February 12, 2015 2:45:24 AM CST, Peter TB Brett wrote: > >Tum-ti-tum... *hums innocently* > > Peter > >P.S. 8 -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperac

Re: "accept" and socket read/write

2015-02-12 Thread Richard Gaskin
Dr. Hawkins wrote: > Running it many times this morning, with a server across town, > most of the revOpenDatabase() calls were in the 200-300ms range, > averaging about 250. > > revDataFromQuery() was typically a bit under 200ms, with outliers > ranging from 20ms to 250ms. How does that compare

Re: "accept" and socket read/write

2015-02-12 Thread Richard Gaskin
Dr. Hawkins wrote: > I did some testing a couple of years ago launching standalones and > confirming that that the could indeed do things in preOpenStack before > attempting to open the main card (and crashing as a result, due to > the lack of an Xserver . . .) You can bypass the xorg init by l

Re: "accept" and socket read/write

2015-02-12 Thread Dr. Hawkins
On Thu, Feb 12, 2015 at 8:15 AM, Dr. Hawkins wrote: > Conjecture about parallelism aside, half a second seems a very long time >> just to open a DB connection. It may be worthwhile submitting a bug report >> so that can be reviewed. >> > > I'll time it again, but I think that's what it came to

Re: Run a handler each time a handler/function within current script is run?

2015-02-12 Thread Geoff Canyon
On Wed, Feb 11, 2015 at 11:55 PM, Lyn Teyla wrote: > I'm looking for a proper/non-clumsy way of implementing the following: > At first blush I'd do exactly what you're doing: insert a call to the "must be called every time" handler in every other handler.

Re: "accept" and socket read/write

2015-02-12 Thread Dr. Hawkins
On Thu, Feb 12, 2015 at 7:30 AM, Richard Gaskin wrote: > Dr. Hawkinsv wrote: > > My thinking is that the application launches, and then it uses shell > > commands to launch, say, three other instances which will listen on > > three other ports. Initial connections would be round robin-ed (?) > >

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread sebastien
On 12/02/2015 15:19, Richard Miller wrote: I am having a problem getting RevMail to work in an IOS LC stack. I have tried five different versions of LC (from 6.6 to 7.0.1), but each time I try the RevMail function, the system displays a blank email with only the subject line filled in. I can't

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Richard Miller
Re-installed Xcode. Revmail now works on my phone, but not in simulator. On 2/12/15 10:40 AM, Richard Miller wrote: Can anyone confirm if this is working with OSX 10.10.2? I am having the same crash testing it on my iPhone 6+ On 2/12/15 10:33 AM, Ralph DiMola wrote: I have no problems send

Re: "accept" and socket read/write

2015-02-12 Thread Richard Gaskin
Peter TB Brett wrote: > On 2015-02-12 02:02, Richard Gaskin wrote: >> Phil Davis wrote: >>> As it stands right now, the engine is single-threaded so there's no >>> distributing of anything to other cores within a single instance of >>> your application. As for the future, I can't address that. >>

Re: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Richard Miller
Can anyone confirm if this is working with OSX 10.10.2? I am having the same crash testing it on my iPhone 6+ On 2/12/15 10:33 AM, Ralph DiMola wrote: I have no problems sending mail with both iOS and Android devices. This is the command I use for both. revMail tEmailAddress , , tSubject, tB

RE: RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Ralph DiMola
I have no problems sending mail with both iOS and Android devices. This is the command I use for both. revMail tEmailAddress , , tSubject, tBodyText LC 6.7.1 Xcode 6.1.1 OSX 10.9.5 (iOS versions) LC 6.6.5 Win XP SP3 (Android versions) I generally don't use the simulator. This is probably simula

Re: "accept" and socket read/write

2015-02-12 Thread Richard Gaskin
Dr. Hawkinsv wrote: >> Phil Davis wrote: >> > As it stands right now, the engine is single-threaded so there's no >> > distributing of anything to other cores within a single instance of >> > your application. As for the future, I can't address that. >> > > My thinking is that the application laun

RevMail crashing in iOS stack - LC 6.6 - 7.0.1

2015-02-12 Thread Richard Miller
I am having a problem getting RevMail to work in an IOS LC stack. I have tried five different versions of LC (from 6.6 to 7.0.1), but each time I try the RevMail function, the system displays a blank email with only the subject line filled in. I can't get the email address or body to fill in. T

Re: "accept" and socket read/write

2015-02-12 Thread Peter TB Brett
On 2015-02-12 02:02, Richard Gaskin wrote: Phil Davis wrote: As it stands right now, the engine is single-threaded so there's no distributing of anything to other cores within a single instance of your application. As for the future, I can't address that. If Mark Wieder would be kind enough to