Search found 99 matches

by Tester2
Fri Nov 15, 2013 6:14 am
Forum: iOS Deployment
Topic: Form Data Grid - Setting Background Row Color
Replies: 9
Views: 8685

Re: Form Data Grid - Setting Background Row Color

Gerry,

These little grids are much bigger than I expected! lol

I explored your option and after some testing and modifying was able to get it to work! :)

I think I just need some more experience with them, and it will get easier.

Thanks a million for your help!

-Milo
by Tester2
Fri Nov 15, 2013 4:14 am
Forum: iOS Deployment
Topic: Form Data Grid - Setting Background Row Color
Replies: 9
Views: 8685

Re: Form Data Grid - Setting Background Row Color

Thanks for the comment Simon…I'm hoping you are correct!

I added a "redBackground" graphic in my Row Template group.

I think that I am maybe using the wrong terminology in my code.

This is the command I am trying to use to set the 3rd row's background to red:

set the visible of line 3 graphic ...
by Tester2
Fri Nov 15, 2013 3:27 am
Forum: iOS Deployment
Topic: Form Data Grid - Setting Background Row Color
Replies: 9
Views: 8685

Re: Form Data Grid - Setting Background Row Color

Gerry,

Thanks so much for the response!

I am just trying to color certain rows indefinitely - they will not change color based on a condition.

I have some rows that I am just using as Headers.

Example:

Row 1: Introduction
Row 2: Video 1
Row 3: Video 2
Row 4: Video 3
Row 5: Overview
Row 6: Video ...
by Tester2
Thu Nov 14, 2013 10:06 pm
Forum: iOS Deployment
Topic: Form Data Grid - Setting Background Row Color
Replies: 9
Views: 8685

Form Data Grid - Setting Background Row Color

Is there a way to change the background color on specific rows of a form data grid?

Ex: If I want row 1 and 5 to have a background color of white, but the other rows (2,3,4,6,7) to have background colors of red - how would I accomplish this?

I tried the code below, but it did not work:

set the ...
by Tester2
Wed Nov 13, 2013 10:54 pm
Forum: Off-Topic
Topic: Display multiple lines of data in a datagrid table cell
Replies: 4
Views: 9327

Re: Display multiple lines of data in a datagrid table cell

Klaus,

Sorry I misspoke. I meant to say "single form cell", not "table".

I am new to working with these awesome objects. :?

I have a scrolling form datagrid working well now.

New Question:

Is there a way to change the background color on specific rows of my grid?

Ex: If I want row 1 and 5 to ...
by Tester2
Tue Nov 12, 2013 6:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scrolling a datagrid form - multiplatform
Replies: 1
Views: 3555

Re: Scrolling a datagrid form - multiplatform

Hey William,

Did you figure out a convenient way for scrolling a Datagrid form on iOS?

Thanks,

Milo
by Tester2
Tue Nov 12, 2013 2:22 am
Forum: Off-Topic
Topic: Display multiple lines of data in a datagrid table cell
Replies: 4
Views: 9327

Re: Display multiple lines of data in a datagrid table cell

Klaus,

How exactly do you show multiple lines of data in a single table cell?

Also, would this also work in a scrolling list field?

Thanks,

M
by Tester2
Tue Nov 12, 2013 2:06 am
Forum: iOS Deployment
Topic: Multi-line Scrolling List Field
Replies: 1
Views: 2803

Multi-line Scrolling List Field

I am using the MobGui plugin's Scroller and have created a scrolling list field for my iPad app.

One issue I've run into is that when I enter my data into the Contents of the Scrolling List Field, a Return (or line break) creates a new Line item (row).

With this being the case I cannot add a ...
by Tester2
Tue Sep 03, 2013 6:20 pm
Forum: iOS Deployment
Topic: iOS App being rejected straight after upload - Invalid Image
Replies: 3
Views: 5247

iOS App being rejected straight after upload - Invalid Image

I recently submitted an updated version of one of my apps to the App Store.

I was returned an email that included the following error:

"Invalid Image - For iOS applications, icons included in the binary submission must be in the PNG format.

If your application supports the iPhone device family ...
by Tester2
Fri Jun 21, 2013 9:00 pm
Forum: iOS Deployment
Topic: Animate text
Replies: 2
Views: 3431

Animate text

Fellow Coders,

If I want to "scroll" some text right to left across a field - picture like a "...Live Broadcast..." message going across a screen - is this doable?

If so, please share how to code this or help point me in the right direction.

Thanks so much!
by Tester2
Wed May 15, 2013 8:16 pm
Forum: iOS Deployment
Topic: Capture: UDID & Apple ID
Replies: 14
Views: 14561

Re: Capture: UDID & Apple ID

Mark,

Sorry; I didn't mean for it to be secretive :)

Our app is a training app.

Upon training completion, there is one card where the user can submit their contact info (entered into fields, they press a button and then it goes out and is handled via PHP pages).

They then receive an email with ...
by Tester2
Tue May 14, 2013 9:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Unique Identifier for multiple platforms
Replies: 9
Views: 13199

Re: Unique Identifier for multiple platforms

Hey David,

I am looking for a unique ID for my app and came across your thread.

What code did you end up using....you mentioned a milliseconds conversion?

Also, if the user deleted and reinstalled the app would this ID still remain the same or would it create a new one?

Thanks.
by Tester2
Tue May 14, 2013 9:15 pm
Forum: iOS Deployment
Topic: Capture: UDID & Apple ID
Replies: 14
Views: 14561

Re: Capture: UDID & Apple ID

Mark,

Yes, I've realized that a UDID cannot be used (legally) and also that just a device ID would not solve my issue.

Do you have a way or an idea of what to use for an ID attached to the user? Maybe an Apple ID or something?

Thanks.
by Tester2
Tue May 14, 2013 8:47 pm
Forum: iOS Deployment
Topic: Capture: UDID & Apple ID
Replies: 14
Views: 14561

Re: Capture: UDID & Apple ID

CALL-151,

This works great, but the user could still delete/reinstall the app and then get a new identifier.

Any other ideas? :/

Thanks so much for all your guys' help!
by Tester2
Thu May 09, 2013 6:38 pm
Forum: iOS Deployment
Topic: Capture: UDID & Apple ID
Replies: 14
Views: 14561

Re: Capture: UDID & Apple ID

I need something that will be unique to each device. I am having the user submit a form, and they can only do this submission once.

So I need to check what their device is to make sure they are not submitting multiple times.

Thanks.