B4A Question TimeDialog under Android 6 (API23) - empty - peacemaker    Mar 25, 2016 HI, All
Under Android 5.1.1 - TimeDialog is still OK.
But not under Android 6.
Lib v.2.92.... B4A Question TimeDialog & DateDialog - Alex_197    Sep 9, 2024 Hi all!
On this Android forum I see some projects are using TimeDialog & DateDialog but what library do I need to select to use it?
Thanks.
... B4A Question TimeDialog & DateDialog no arabic numbers - ilan    May 9, 2018 the timedialog and datedialog because the Arabic numbers are written differently.
it happens after when i try... as usual in timedialog or datedialog even if the phone language is set to Arabic?
thanx... B4A Question DateDialog.DateTicks + TimeDialog.TimeTicks = ? - peacemaker    Feb 24, 2018 HI, All
How to make correctly a single Long ticks value, if to choose by 2 dialogs, date and time ? Including the local time...
Just adding is wrong...... German TimeDialog Alternative für B4i - Wolli013 (first post)    Apr 21, 2024   (1 reaction) Danke so geht es. ich werde mal testen wie ich es einsetzen kann.... B4i Question timedialog ios - Uniko Sistemi srl (first post)    Oct 18, 2022
Dim timed As B4XTimedTemplate
timed.Initialize(InputTemplate)
Dim sf As Object = Dialog.ShowTemplate(timed, "OK", "", "CANCEL")
Dim bar As AnotherProgressBar = timed.mBase.GetView(0).Tag
bar.ProgressColor = 0xFFD07C7C
bar.UpdateGraphics
Wait For (sf) complete (result... B4A Question Programmatically resize TimeDialog - JGiunta (first post)    Oct 28, 2021 Thank you DonManfred,
I found out an alternative route to resizing the dialog:
Make my "own" dialog and resize that :)
For anyone who might be looking for it:
(P.S. - It's ugly)
This is my XML
<TimePicker
xmlns:android="http://schemas.android.com/apk/res/android... B4A Question Question: TimeDialog - what is wrong here? - Mark Read    Jul 20, 2013 I have an app where the time is selected using the time dialog.
My Code:
Sub GetTime(hh As Int... time", "", "Ok", "Cancel", "", Null) = DialogResponse... B4A Question Dialogs library 2017 - how to force TimeDialog, to start with keyboard instead of clock? - agraham (first post)    Jan 7, 2021   (1 reaction) Unfortunately you can't as the option does not seem to be exposed programmaticaly for TimePicker.... B4A Library Dialogs2 library - an update to the original Dialogs library - agraham    Oct 7, 2021   (45 reactions) screens and higher display densities, I hope they all do now.
The DateDialog and TimeDialog are also... alternative TimeDialog2 and DateDialog2 classes in the demo which work for me and hopefully also for... Page: 1   2   3   4   5   6   7   |