ios date pickup
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
ios date pickup
Hi,
I'm new to live code. How can I make a IOS application have a date field, the field use date pickup to pickup the date.
Can any one provide an example or point me the example in the live code web site.
Regards
Terry Ho
I'm new to live code. How can I make a IOS application have a date field, the field use date pickup to pickup the date.
Can any one provide an example or point me the example in the live code web site.
Regards
Terry Ho
Re: ios date pickup
Hi Terry...
I'm not too sure I understand exactly what you are after, but if it is just to get hold of the time then something like
put the long time into fld 1 - if you want the time in a field
put the long time into myVariable - if you want the time in a variable and want to do something with it.
Have a look at at 'date', 'time' and dateItems' in the dictionary.
be well
Dixie
I'm not too sure I understand exactly what you are after, but if it is just to get hold of the time then something like
put the long time into fld 1 - if you want the time in a field
put the long time into myVariable - if you want the time in a variable and want to do something with it.
Have a look at at 'date', 'time' and dateItems' in the dictionary.
be well
Dixie
Re: ios date pickup
Hi Dixie and Terry,
I'm sure that Terry means the nice iOS "Date picker" and how to use it.
Unfortunately this one is not (yet) supported in LiveCode iOS.
Best
Klaus
I'm sure that Terry means the nice iOS "Date picker" and how to use it.
Unfortunately this one is not (yet) supported in LiveCode iOS.
Best
Klaus
Re: ios date pickup
Hi Terry,
do you mean something like this?
http://berndniggemann.on-rev.com/slotma ... index.html
Kind regards
Bernd
do you mean something like this?
http://berndniggemann.on-rev.com/slotma ... index.html
Kind regards
Bernd
Re: ios date pickup
Hi Bernd,
Under your rev web site. This is what I want in IOS environment.
Can you web site function work in IOS ?
Regards
Terry Ho
Under your rev web site. This is what I want in IOS environment.
Can you web site function work in IOS ?
Regards
Terry Ho
Re: ios date pickup
Hi Terry,
this is the stack:
http://berndniggemann.on-rev.com/slotma ... ne.rev.zip
it works in iOS but not perfectly. It is a little sluggish on the iPhone G3. This is because it does not use the native scroll, it is a homemade scroll. I can't get the native scroller to work for the endless scroll I need for this.
Try if it works for you on iOS
Kind regards
Bernd
this is the stack:
http://berndniggemann.on-rev.com/slotma ... ne.rev.zip
it works in iOS but not perfectly. It is a little sluggish on the iPhone G3. This is because it does not use the native scroll, it is a homemade scroll. I can't get the native scroller to work for the endless scroll I need for this.
Try if it works for you on iOS
Kind regards
Bernd
Re: ios date pickup
Hi Bernd,
Thanks. I will take a deep study on it (because to me, as a beginer, I need more time to study it).
If live code develop team see this post, I hope they can make more effort in it. This is the basis function what we want, I feel disappoint on live code.
But thanks the Forum member, thanks your help. It make me learn a lot.
Regards
Terry Ho
Thanks. I will take a deep study on it (because to me, as a beginer, I need more time to study it).
If live code develop team see this post, I hope they can make more effort in it. This is the basis function what we want, I feel disappoint on live code.
But thanks the Forum member, thanks your help. It make me learn a lot.
Regards
Terry Ho