C cwt Active Member Licensed User Longtime User Mar 2, 2012 #1 I need an entry for time. How can I make an edittext view accept only a valid time - 12 hour and/or 24 hour format - or is there a better way than an edittext view? Thanks
I need an entry for time. How can I make an edittext view accept only a valid time - 12 hour and/or 24 hour format - or is there a better way than an edittext view? Thanks
thedesolatesoul Expert Licensed User Longtime User Mar 2, 2012 #2 Use the TimePicker custom dialog. Upvote 0
C cwt Active Member Licensed User Longtime User Mar 2, 2012 #3 When I add this Dim td as TimeDialog The compiler says "unknown type: TimeDialog" Is there a library I need to add? I tried all the included libraries. Thanks Upvote 0
When I add this Dim td as TimeDialog The compiler says "unknown type: TimeDialog" Is there a library I need to add? I tried all the included libraries. Thanks
NJDude Expert Licensed User Longtime User Mar 2, 2012 #4 This is the list of ALL the Libraries Upvote 0
C cwt Active Member Licensed User Longtime User Mar 2, 2012 #5 So what library is TimeDialog in? Upvote 0
C cwt Active Member Licensed User Longtime User Mar 2, 2012 #7 Thank you - I was missing the Dialogs library Upvote 0