Search found 14 matches

by HengeDK
Thu Oct 11, 2012 7:46 pm
Forum: iOS Deployment
Topic: iphonepickdate
Replies: 6
Views: 3271

Re: iphonepickdate

Hi Bernd Thanks for your help Yes I could use your solution. Then I need to check for language setting and so on. I think I would report this as an bug. Here in Eurpe as you know we use DD/MM/YYYY On the real phone if you use the pickwheel you will get DD/MM/YYYY if you have set your language to loc...
by HengeDK
Wed Oct 10, 2012 9:34 pm
Forum: iOS Deployment
Topic: iphonepickdate
Replies: 6
Views: 3271

Re: iphonepickdate

Hi Bernd

the result I get back from the pick wheel is 04/16/12 and I want 16/04/12
by HengeDK
Wed Oct 10, 2012 9:32 pm
Forum: iOS Deployment
Topic: handle cancel button iphonePickDate
Replies: 8
Views: 4628

Re: handle cancel button iphonePickDate

Hi Bernd

You are the man !!

thanks a lot !
by HengeDK
Wed Oct 10, 2012 9:26 pm
Forum: iOS Deployment
Topic: iphonepickdate
Replies: 6
Views: 3271

Re: iphonepickdate

Hi Bernd

I use 5.5.3 and I see nothing about settings the date to DD/MM/YYYY

not under iPhonePickDate or mobilepickdate
by HengeDK
Wed Oct 10, 2012 8:35 pm
Forum: iOS Deployment
Topic: handle cancel button iphonePickDate
Replies: 8
Views: 4628

Re: handle cancel button iphonePickDate

Hi Bernd

thanks for your help !!

I did and I get 01/01/70 :01:00 every time I press cancel

My problem is I can't check for all countries with different timezones
by HengeDK
Wed Oct 10, 2012 8:19 pm
Forum: iOS Deployment
Topic: iphonepickdate
Replies: 6
Views: 3271

iphonepickdate

another one ;-)

can't find anything on setting the iphonepickdate to DD/MM/YYYY
by HengeDK
Wed Oct 10, 2012 7:55 pm
Forum: iOS Deployment
Topic: handle cancel button iphonePickDate
Replies: 8
Views: 4628

Re: handle cancel button iphonePickDate

Hi Bernd

Thanks for your help

both "0" and "cancel" is a no go

any other ideas ;-)
by HengeDK
Wed Oct 10, 2012 7:52 pm
Forum: iOS Deployment
Topic: mobileCreateLocalNotification
Replies: 1
Views: 1685

mobileCreateLocalNotification

then I activate the mobileCreateLocalNotification and I set the badgeValue to 1
everything is fine. I have 1 at my app icon
but even after I have seen the notification I still have my badgeValue
clearing all notifications still give at 1 at my app icon

how can I clear this badgeValue ??
by HengeDK
Wed Oct 10, 2012 7:29 pm
Forum: iOS Deployment
Topic: handle cancel button iphonePickDate
Replies: 8
Views: 4628

Re: handle cancel button iphonePickDate

will do
by HengeDK
Wed Oct 10, 2012 7:18 pm
Forum: iOS Deployment
Topic: handle cancel button iphonePickDate
Replies: 8
Views: 4628

handle cancel button iphonePickDate

how can you handle the cancel button in iphonePickDate dialog

if I press the cancel button I receive "10/10/70 :01.00" back
can I be sure that all users will receive this back ?
by HengeDK
Wed Oct 10, 2012 10:54 am
Forum: iOS Deployment
Topic: iphonePickDate "datetime" to 24 hour
Replies: 2
Views: 2017

Re: iphonePickDate "datetime" to 24 hour

thanks

That worked !!
by HengeDK
Wed Oct 10, 2012 10:40 am
Forum: iOS Deployment
Topic: iphonePickDate "datetime" to 24 hour
Replies: 2
Views: 2017

iphonePickDate "datetime" to 24 hour

How do I turn the value from iphonePickDate "datetime" to 24 hour
insted of am /pm ?
by HengeDK
Tue Oct 09, 2012 7:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: strip year out of TdateValue
Replies: 7
Views: 4285

strip year out of TdateValue

Hi

I have a tdateValue like "10/9/12"

how can I strip out the year

so I get "10/9"

Thanks