B4A Library [Lib] BetterDialogs

NeoTechni

Well-Known Member
Licensed User
Longtime User
I'm having a problem with CustomDialog, even though OpenKeyboard = true, the keyboard refuses to popup when I click the textbox.
 

Informatix

Expert
Licensed User
Longtime User

NeoTechni

Well-Known Member
Licensed User
Longtime User
1) was just for testing. I don't use it there
2) that seems to be it, I'll try. Thank you.
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
Worked, thank you. But the stuff I drew on the canvas didnt follow anymore, had to draw it on a panel first. And theres a huge blank title. Can I leave it umdeclared? Id like it to be 1 or 0 pixels
 

Prosg

Active Member
Licensed User
Longtime User
hi,

Is it possible to have no divider ?

edit : Forget it... with my theme no divider

ty
 
Last edited:

Prosg

Active Member
Licensed User
Longtime User
Hi again

When i use a custom dialog and i have on edittext i can't access to this events
B4X:
Sub txtDateFin_FocusChanged (HasFocus As Boolean)
    Log("yes")
End Sub

The event are in memory and when i close the dialogs all the event appear on log

What that ?
 
Last edited:

Prosg

Active Member
Licensed User
Longtime User
ok the event is working with maskededit text but...

i have this event... it's the nicely datepicker from ManManfred
https://www.b4x.com/android/forum/threads/datepicker-dialog-v1-0-0.53215/#content

B4X:
Sub dt_ondateset(year As Int, month As Int, day As Int)
    Log($"dt_ondateset(${year}, ${month}, ${day})"$)
    txtDateDebut.Text = day & "/" & month & "/" & year
End Sub

and when i choose the date... it doesn't update the txtdateDebut.... (ben when i close the dialog the log appear with the same delay)

how can i solve this ?

regards
 
Last edited:

Informatix

Expert
Licensed User
Longtime User
You cannot. DonManfred has to change his code to make it work.
 

JdV

Active Member
Licensed User
Longtime User
Hi

Is it possible to have an InputBox dialog that prompts for a password/passcode of up to 10 digits but which doesn't show 10 dots in the input field?

I want the input field to be completely blank but still obscure the characters when they are typed and also restrict the number of characters entered to 10.

Regards

Joe
 

Attachments

  • Passwd.png
    15.4 KB · Views: 227

Informatix

Expert
Licensed User
Longtime User
If you don't want to display anything, then don't use an InputBox (the EditText is useless) and create a custom dialog with a numeric keyboard (10 buttons and you're done).
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…