Search found 28 matches

by JackD
Tue May 28, 2013 10:05 pm
Forum: Talking LiveCode
Topic: Find whole or find word with apostrophe
Replies: 5
Views: 3894

Re: Find whole or find word with apostrophe

Bernd is correct, I'm searching for a single S. The wholeMatches doesn't make a difference in my stack but caseSensitive does so I'll use that. I really didn't want to use a loop to find it. Thanks Bernd.
by JackD
Tue May 28, 2013 6:59 pm
Forum: Talking LiveCode
Topic: Find whole or find word with apostrophe
Replies: 5
Views: 3894

Find whole or find word with apostrophe

I'm having a problem with the find command when a field contains an apostrophe. A statement like find whole "s" or find word "s" stops at each 's (apostrophe s, as in it's) in the field. I'm searching an index for a line that has only an S in it. The only workaround that I can figure out is a loop t...
by JackD
Tue Jan 08, 2013 9:45 pm
Forum: Android Deployment
Topic: Could not access the Package Manager
Replies: 1
Views: 2848

Could not access the Package Manager

I just downloaded the current Android SDK (21.0.1) and installed version 2.2 of Android using the Android SDK Manager (via Eclipse). I also created 2 virtual devices (running Android ver. 2.2) using the Android Virtual Device Manager from Eclipse. When I start the devices, choose one from the LiveCo...
by JackD
Wed Nov 21, 2012 7:39 am
Forum: Talking LiveCode
Topic: Formatted text not saved consistently
Replies: 15
Views: 8877

Re: Formatted text not saved consistently

Thanks for verifying this Bernd & Jacque. I've had problems getting something that is consistently reproducible. I was working with my main stack today and locking the text in a card field caused formatting changes in 2 background fields. Do I need to be a member of the Developer Program to submit a...
by JackD
Tue Nov 20, 2012 6:43 pm
Forum: Talking LiveCode
Topic: Formatted text not saved consistently
Replies: 15
Views: 8877

Re: Formatted text not saved consistently

Thanks for checking that out Jacque. Sometimes it works properly for me too. Saving a stack, closing and removing from memory, and reopening the stack often shows problems that are not apparent immediately. Other than that, just changing text SOMETIMES causes formatting changes. I'm using LiveCode 5...
by JackD
Fri Nov 16, 2012 8:10 am
Forum: Talking LiveCode
Topic: Formatted text not saved consistently
Replies: 15
Views: 8877

Re: Formatted text not saved consistently

I did create a simplified stack that has failed after a couple of edit sessions. It is possible to make a few changes and have it save correctly. It has 2 fields and the only scripts are in buttons for next and previous cards.
by JackD
Wed Nov 14, 2012 4:36 am
Forum: Talking LiveCode
Topic: Formatted text not saved consistently
Replies: 15
Views: 8877

Formatted text not saved consistently

Is anyone else having problems with formatted text changing when a stack is saved? I have a stack with several fields that have a lot of mixed formatted text including plain, italics, bold, and different sizes. Sometimes when I make a few edits and save the stack, much of the formatting is changed w...
by JackD
Tue Nov 13, 2012 10:56 pm
Forum: iOS Deployment
Topic: mouseClick ignored
Replies: 4
Views: 3090

Re: mouseClick ignored

Thanks Jacque & jmburnod. It looks like wait ... with messages does what Jacque is suggesting without additional code. I was not aware of that option.
by JackD
Tue Nov 13, 2012 6:56 pm
Forum: iOS Deployment
Topic: mouseClick ignored
Replies: 4
Views: 3090

mouseClick ignored

I included code to cycle through the cards in a stack with a mouseClick to exit the repeat loop. It works fine on my Mac but when I try it in the iOS simulator or on my iPad, it never exits the loop. The code below is a simplified version that I put into a stack with no other scripts to make sure I ...
by JackD
Mon Jan 16, 2012 10:26 pm
Forum: iOS Deployment
Topic: Keeping iOS from going to sleep
Replies: 2
Views: 1901

Re: Keeping iOS from going to sleep

I've been working on a similar app that records a GPS path at a user-specified interval. I've had settings/auto-lock set to never, which I assume has the same effect as iPhoneLockIdleTimer. The problem with this is that the battery drains rapidly. A 4S lost 25% of its charge in 1 hour of recording y...
by JackD
Thu Jan 12, 2012 3:20 am
Forum: iOS Deployment
Topic: No GPS location in photos
Replies: 1
Views: 1521

No GPS location in photos

I have a stack with the code: iPhonePickPhoto "front camera", 320, 320 put the last image into theImage iphoneExportImageToAlbum theImage But none of the pictures I've taken have latitude and longitude included in the metadata when viewed from the Photos app. Yes, location services are turned on (ip...
by JackD
Sat Mar 12, 2011 6:41 pm
Forum: iOS Deployment
Topic: Any good books about iOS
Replies: 2
Views: 2470

Any good books about iOS

Does anyone have a recommendation of a good book about iOS development? The ones that I've looked at have a lot of pages devoted to other programming languages that wouldn't be relevant for LiveCode. I've been using LiveCode for Mac & Windows for years but there are lots of new challenges to creatin...
by JackD
Tue Aug 25, 2009 11:24 pm
Forum: Windows
Topic: Limit to email length in Windows?
Replies: 1
Views: 2248

Limit to email length in Windows?

I'm trying to generate an email from within Revolution and it works as long as my message is short (magic number seems to be 1392 characters). This is running Windows XP (Service Pack 3) and MS Outlook (12.0.6504.500). For a short message, Outlook opens as it should. For a longer message, it appears...

Go to advanced search