Search found 814 matches

by BarrySumpter
Sun Mar 25, 2012 4:20 am
Forum: Android Deployment
Topic: ANSWERED: A working LiveCode 5.5 GPS smpl app for Android?
Replies: 7
Views: 9576

Re: Anyone have a working LiveCode 5.5 GPS smpl app for Andr

Just change any iOSxxx command to mobilexxx. And iPhonexxxx to mobilexxxx. My tests took about 30 secs to 2.5 mins to get the GPS reading. (See next message to improve GPS response.) 16. The permissions to be added to the manifest. i. Write external storage is required if your app will read or write...
by BarrySumpter
Sun Mar 25, 2012 3:24 am
Forum: Android Deployment
Topic: ANSWERED: A working LiveCode 5.5 GPS smpl app for Android?
Replies: 7
Views: 9576

Re: Anyone have a working LiveCode 5.5 GPS smpl app for Andr

I'm gonna stumble me way thus this lesson n see what trouble I can find on Android:
How do I use Core Location in revMobile
http://lessons.runrev.com/s/lessons/m/4 ... -revmobile
by BarrySumpter
Sun Mar 25, 2012 3:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Time ago in words? Calcing dateTimeDiff that returns DHMAgo?
Replies: 8
Views: 4950

Re: Time ago in words? Calcing dateTimeDiff that returns DHM

Just need to log this somewhere. I'm thinking when we set the kYMD setting its only for the format when reading records with dates. And NOT the format when adding records with dates. When working with the DateTime field (not just the Date field) in Valentina. I could not get the add record to work o...
by BarrySumpter
Sun Mar 25, 2012 2:38 am
Forum: Android Deployment
Topic: ANSWERED: A working LiveCode 5.5 GPS smpl app for Android?
Replies: 7
Views: 9576

ANSWERED: A working LiveCode 5.5 GPS smpl app for Android?

Hi all,

I've got my gps app working with LiveCode 4.6.4.
I had to use Basic4Android to generate my GPS coordinates since LC 4.6.4 couldn't.

Now that LC 5.5 for Android has GSP capability,
I can't seem to find a practicle example of its use.

Does anyone have a working GPS sample app for Andoird?
by BarrySumpter
Fri Mar 23, 2012 5:46 pm
Forum: CGIs and the Server
Topic: Have we got a livecode scripting server 5.5 yet?
Replies: 9
Views: 8428

Re: Have we got a livecode scripting server 5.5 yet?

Dear Barry G. Sumpter,

Thank you for your request. I just checked, it looks like we haven't uploaded it yet. It should appear in the next few days, sorry for the delay.

Regards,

Heather
by BarrySumpter
Fri Mar 23, 2012 5:38 pm
Forum: CGIs and the Server
Topic: Have we got a livecode scripting server 5.5 yet?
Replies: 9
Views: 8428

Re: Have we got a livecode scripting server 5.5 yet?

OK. I thought it was me (again) at first
but looks like LiveCode v5.5 stacks
will NOT load under LiveCode Server v.5.0.2
by BarrySumpter
Fri Mar 23, 2012 4:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Time ago in words? Calcing dateTimeDiff that returns DHMAgo?
Replies: 8
Views: 4950

Re: Time ago in words? Calcing dateTimeDiff that returns DHM

Why am i thinking that if the tAgeInSeconds is - negative,
that the ConvertDateTimeToAgeInDHMAgo routine could be used as a count down?

SO instead of Ago it could be: 4 hours 3 mins To Go

Code: Select all

put tEndDate - tStartDate  into tAgeInSeconds
by BarrySumpter
Fri Mar 23, 2012 4:55 am
Forum: CGIs and the Server
Topic: Have we got a livecode scripting server 5.5 yet?
Replies: 9
Views: 8428

Re: Have we got a livecode scripting server 5.5 yet?

... One thing to be aware of in 5.5 though, the file format has changed, so if you want to use 5.5 and also 5.0 at the same time, make sure you save your stacks in legacy format. Otherwise 5.5-saved stacks won't open in 5.0. If that happens to you, you can fix it by re-opening the stack in 5.5 and ...
by BarrySumpter
Fri Mar 23, 2012 4:49 am
Forum: Announcements
Topic: New version 5.5 announced - free or fee?
Replies: 85
Views: 49235

Re: New version 5.5 announced - free or fee?

... One thing to be aware of in 5.5 though, the file format has changed, so if you want to use 5.5 and also 5.0 at the same time, make sure you save your stacks in legacy format. Otherwise 5.5-saved stacks won't open in 5.0. If that happens to you, you can fix it by re-opening the stack in 5.5 and ...
by BarrySumpter
Fri Mar 23, 2012 3:12 am
Forum: CGIs and the Server
Topic: livecode-server exited due to fatal signal 11 - no controls
Replies: 4
Views: 4502

Re: livecode-server exited due to fatal signal 11 - no contr

Yep, that was it sturgis.
Many thanks.
It was like picking a needle out of a hey stack.
But that error message was so accurate. NOT.
by BarrySumpter
Fri Mar 23, 2012 3:08 am
Forum: CGIs and the Server
Topic: Can we please remove the stickies on this forum?
Replies: 0
Views: 2518

Can we please remove the stickies on this forum?

THe stickies on this forum are 4 to 6 years old.
Could we please remove them?
tia
by BarrySumpter
Fri Mar 23, 2012 3:06 am
Forum: CGIs and the Server
Topic: Have we got a livecode scripting server 5.5 yet?
Replies: 9
Views: 8428

Have we got a livecode scripting server 5.5 yet?

Have we got a livecode scripting server 5.5 yet?
I've just saved a LC 5.5 stack on the server folder to be used by my current 5.0.2 scripting server.
But the LC 5.0.2 scripting Server can find the stack so I'm thinking it’s the LC 5.02 scripting server that can't open a 5.5 stack.
by BarrySumpter
Fri Mar 23, 2012 12:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Basic Color Scale for first 10 to 20 colors?
Replies: 4
Views: 3215

Re: Basic Color Scale for first 10 to 20 colors?

Hey AtoZ, Thanks for the post. Welcome to the board. You're industry experience will be a great reference. ---- Perhaps I should reduce the scope of the query to just Standard Colors from Win Apps. Like MS Word. Standard Colors.gif Or Paint Shop Pro. PSP.gif Or REALbasic. RealBasic.gif Yeah, ok. I'm...
by BarrySumpter
Thu Mar 22, 2012 11:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Time ago in words? Calcing dateTimeDiff that returns DHMAgo?
Replies: 8
Views: 4950

Re: Time ago in words? Calcing dateTimeDiff that returns DHM

Can't tell you how nice this is to read. on ConvertDateTimeToAgeInDHMAgo: on mouseUp -- ConvertDateTimeToAgeInDHMAgo "2012-03-26 08:50 am" put ConvertDateTimeToAgeInDHMAgo ("03/23/2012 11:50 am") into x Answer x end mouseUp function ConvertDateTimeToAgeInDHMAgo DateTimeStamp -- NOTE: DateTimeStamp m...

Go to advanced search