Search found 25 matches

by leston12
Thu May 01, 2014 7:29 pm
Forum: Talking LiveCode
Topic: can't find stack error in Datagrid code
Replies: 4
Views: 3057

Re: can't find stack error in Datagrid code

I ended up re-creating my DataGrids. That made LC happy.
by leston12
Thu May 01, 2014 5:41 pm
Forum: Talking LiveCode
Topic: can't find stack error in Datagrid code
Replies: 4
Views: 3057

Re: can't find stack error in Datagrid code

Klaus, no idea, but is this really in the script: ##repeat for each line the Column in pColumns ? No, that was my typo. It does read '...for each line theColumn in pColumns' This error happens whenever I try to do anything with the datagrid. I have a stack that is called Data Grid Templates 13659140...
by leston12
Thu May 01, 2014 5:13 pm
Forum: Talking LiveCode
Topic: can't find stack error in Datagrid code
Replies: 4
Views: 3057

can't find stack error in Datagrid code

Hi all, I have a project from last summer that I have dusted off and want to tweak some. I just upgraded to the latest stable release (6.6.1) to work on it. The app uses a datagrid to show records from a db, and it used to work perfectly. In this new version it doesn't. I get an error An error has o...
by leston12
Tue Jun 04, 2013 10:31 pm
Forum: iOS Deployment
Topic: no Provisioning Profile to select
Replies: 3
Views: 3720

Re: no Provisioning Profile to select

When I changed (to anything!) the Internal App ID entry, then LC pulled in my provisioning profile. Thank you Mag for the suggestion to look there.

Can anyone point me to some documentation for these iOS Standalone Settings? I have to guess at some of them which aren't as obvious as others.

Thanks.
by leston12
Tue Jun 04, 2013 8:45 pm
Forum: iOS Deployment
Topic: no Provisioning Profile to select
Replies: 3
Views: 3720

no Provisioning Profile to select

I am new to iOS deployment. I generally like doing puzzles, but making all of these XCode/Apple/LC pieces join together is giving me fits *forced laughter*. My current step is trying to test my app on an iPhone connected to my Mac. Here's what I have: -LC Commercial 6.0.1 -Membership in the Apple De...
by leston12
Tue Jun 04, 2013 4:57 pm
Forum: Talking LiveCode
Topic: Determining if a Field's text is clipped
Replies: 2
Views: 2301

Re: Determining if a Field's text is clipped

Excellent! That's exactly what I needed.

Thanks Klaus.
by leston12
Tue Jun 04, 2013 4:43 pm
Forum: Talking LiveCode
Topic: Determining if a Field's text is clipped
Replies: 2
Views: 2301

Determining if a Field's text is clipped

Does anyone know of a way in LC to know if all the text in a field is visible or if it is 'clipped' in a case such as when the rect of the field is too small to show all of the text?

Thanks!
by leston12
Mon Jun 03, 2013 5:15 pm
Forum: Talking LiveCode
Topic: Set Datagrid Header alignment?
Replies: 5
Views: 4220

Set Datagrid Header alignment?

Does anyone know how to set the text alignment for the HEADER in a datagrid table? I see how you can set the alignment for the COLUMN using code: set the dgColumnAlignment["<columnName>"] to "<value>" or using the Inspector. But have been unable to find anything in the datagrid documentation about s...
by leston12
Wed May 29, 2013 11:26 pm
Forum: Android Deployment
Topic: Disappearing datagrid headers
Replies: 1
Views: 2110

Re: Disappearing datagrid headers

I figured it out. After reading this on the LiveCode Lessons about DataGrids ... "Don't try to draw a Data Grid on a card that Is not open When a Data Grid renders it dynamically creates fields and accesses certain properties. Some of these properties can not be properly reported by the Revolution e...
by leston12
Wed May 29, 2013 10:22 pm
Forum: Android Deployment
Topic: Disappearing datagrid headers
Replies: 1
Views: 2110

Disappearing datagrid headers

I have a couple of cards with datagrids on them to show data from a SQLite table in my application. They work great. However ... When I run the app on my Android device the header text for the datagrid columns are empty. The header IS shown, but without the columns labels. They show as they should o...
by leston12
Fri May 24, 2013 5:09 pm
Forum: Android Deployment
Topic: The chosen folder is not a valid Android SDK....
Replies: 29
Views: 38605

Re: The chosen folder is not a valid Android SDK....

I am having the same problem on Mac.
So echoing the request for a link to the previous version of the SDK
by leston12
Wed May 22, 2013 7:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: locking up
Replies: 8
Views: 4833

Re: locking up

Klaus wrote:Tried your script and it looks like "resizestack" is not a good buddy for an "answer" dialog :-D
Yes, locking up here, too, no idea if this is a bug or feature...
Let's just call it an 'undocumented feature' ;-)

As always, Thanks for the help!
by leston12
Wed May 22, 2013 6:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: locking up
Replies: 8
Views: 4833

Re: locking up

leston12 wrote:2. Is there a key combination that will break out of all handlers and let me down easy?
I have a hazy inkling of a memory from my earlier days of MC programming ... alt + alt or something like that .. ???
Is there such a thing still?
by leston12
Wed May 22, 2013 6:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: locking up
Replies: 8
Views: 4833

Re: locking up

Klaus wrote:oh, this is very strange indeed!? Sorry, no spontaneous idea...
Yes it is! Can you replicate this? Try something like:

Code: Select all

on resizeStack
  answer "Try to close me."
end resizeStack
by leston12
Wed May 22, 2013 6:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: locking up
Replies: 8
Views: 4833

Re: locking up

Thanks Klaus.
I understand how 'modal' works, but the problem is this:
I click on the 'OK' button in the answer dialog and it DOES NOT dismiss the dialog.

I am working on a Mac, FWIW

Go to advanced search