Search found 31 matches

by RickD
Thu Mar 31, 2011 3:52 pm
Forum: iOS Deployment
Topic: Any good books about iOS
Replies: 2
Views: 2469

Re: Any good books about iOS

Hi Jack:

For Objective-C, I can recommend:
Programming in Objective-C
Stephen G. Kochan

For IOS:
Beginning IOS 4 Application Development
Wei-Meng Lee

Cheers
by RickD
Thu Mar 31, 2011 3:46 pm
Forum: iOS Deployment
Topic: Example of DataGrid Form & Scroller
Replies: 9
Views: 7538

Re: Example of DataGrid Form & Scroller

Hi Gerry:

For a non-list scrolling field you can use a regular text field instead of a datagrid. That should do it.

Cheers
by RickD
Thu Mar 31, 2011 3:34 pm
Forum: iOS Deployment
Topic: Example of a scrolling list field text centered vertically
Replies: 9
Views: 8342

Re: Example of a scrolling list field text centered vertically

Hi Josep:

Your idea might work but a separate solution would be to go with a datagrid. You have full control on what you want to display in a datagrid.

Cheers
by RickD
Wed Feb 16, 2011 4:36 pm
Forum: iOS Deployment
Topic: Example of DataGrid Form & Scroller
Replies: 9
Views: 7538

Re: Example of DataGrid Form & Scroller

Hi Steve: I'm glad you are making progress. The iOS Release Notes pdf that gets installed with Livecode is where you will find iOS specific documentation. With regards to differentiating between a "Tap" or a "Scroll", look at the touchEnd script behind the "DataGrid 1" group. The if statement looks ...
by RickD
Tue Feb 15, 2011 4:53 pm
Forum: iOS Deployment
Topic: Example of DataGrid Form & Scroller
Replies: 9
Views: 7538

Re: Example of DataGrid Form & Scroller

Hi Steve: I ran into similar issues while developing my scrollers. things to whatch out for: 1) Make sure your DataGrid and DatGridScroller groups have the "Lock size and position" property checked. 2) Make sure that the dimensions & locations of the DataGrid and the DataGridScroller groups are exac...
by RickD
Thu Feb 10, 2011 6:42 am
Forum: iOS Deployment
Topic: can i use a progress bar on a device ?
Replies: 4
Views: 5528

Re: can i use a progress bar on a device ?

Hi fre:

Here is a sample custom iOS progress bar that you can use and expand as needed.

Cheers
by RickD
Thu Feb 10, 2011 3:55 am
Forum: iOS Deployment
Topic: Option Menus and "return"
Replies: 4
Views: 3655

Re: Option Menus and "return"

Hi rdlankes:

This has been fixed in 4.6-DP5.

I tested your code and it works exactly as your request.

Cheers
by RickD
Thu Feb 10, 2011 3:19 am
Forum: iOS Deployment
Topic: Open a centered modal?
Replies: 7
Views: 5485

Re: Open a centered modal?

Hi dburdan:

I have attached a sample stack that does what you want.

It has a preopenCard script and two button scripts. Very staraight forward.

Hope this helps.

Cheers
by RickD
Tue Feb 08, 2011 9:01 pm
Forum: iOS Deployment
Topic: Example of DataGrid Form & Scroller
Replies: 9
Views: 7538

Example of DataGrid Form & Scroller

Hi All: I just wanted to share a sample stack that combines a DataGrid Form with a scroller control. I wanted more granular control on how to emulate a native iOS list which the field object did not provide. I spent several days trying to figure this out and it seems that some of you are going throu...
by RickD
Tue Feb 08, 2011 8:47 pm
Forum: iOS Deployment
Topic: the pressure of the fingertips
Replies: 1
Views: 2369

Re: the pressure of the fingertips

Hi Fred:

I wrote a calculator app and noticed that many of my "touches" were failing just as you described. What I did is instead of using mouseUp messages, I changed them to mouseDown and my app became very "esponsive".

You might want to give that a try.

Cheers
by RickD
Tue Feb 08, 2011 5:30 pm
Forum: iOS Deployment
Topic: Example of a scrolling list field text centered vertically
Replies: 9
Views: 8342

Re: Example of a scrolling list field text centered vertically

Hi Bernd: The dev team is implementing so many new features and at such a fast pace that they don't have the time to provide sample code for every new addition they incorporate into the language. Code samples like the one you have provided saves the developer community a ton of time spent in trial a...
by RickD
Tue Feb 08, 2011 5:19 pm
Forum: iOS Deployment
Topic: Simulate the "change screen" in the app board of the iPhone
Replies: 6
Views: 5181

Re: Simulate the "change screen" in the app board of the iPhone

Hey Todd:

Have you made any progress on your solution?

I have the same need and was curious to hear different approaches to this problem.

Cheers
by RickD
Tue Feb 08, 2011 5:12 pm
Forum: iOS Deployment
Topic: Scroller bug?
Replies: 1
Views: 2023

Re: Scroller bug?

Hi JosepM,

I cut and pasted your code and tested it with 4.6 DP-4 and it works fine for me.

I guess I don't really understand understand your issue, but if you want to explore this further please attach either a picture of your problem or a sample stack.

Cheers
by RickD
Thu Jan 20, 2011 3:24 am
Forum: iOS Deployment
Topic: something wrong with my button logic
Replies: 3
Views: 3227

Re: something wrong with my button logic

Hi bdtrauma: I tried your code but I noticed that the field name in the visible line is different than the field names in the subsequent lines and livecode comes back with chuck not found. Try this code... It works under the simulator just fine. Cheers. on mouseUp if the visible of field "rtram" is ...
by RickD
Mon Jan 17, 2011 7:01 pm
Forum: iOS Deployment
Topic: Plans for more native elements?
Replies: 8
Views: 5094

Re: Plans for more native elements?

hliljegren:

I agree with you 100%. It just requires a lot more work than just using LC native controls.
At any rate, I will try your approach. Thanks for the posts!

Cheers

Go to advanced search