Hello everybody
i am using the timedialog in b4i as explained in the tutorial. simple question, can I change the background color of the wait? basically, as in the example, it is purple, and I would like to understand if I can change it. I would need to keep style_waiting, but with different color or does anyone know any other dynamic waiting for ios? thank you all
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 As Int)
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 As Int)
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 As Int)