jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
246 stars 82 forks source link

how to add text hint in to jEditText #491

Open JanuszChmiel opened 1 year ago

JanuszChmiel commented 1 year ago

Dear programmers, Please could someone of us send Me a code example how to add text hint on to jedit field? Procedure SetHint (Value : String );

Do not work. Because when I type from The body of The procedure procedure TAndroidModule1.AndroidModule1JNIPrompt(Sender: TObject); begin EditText1.Hint:= 'experimental data'; EditText1.UpdateLayout();

end; No hint text have been created. Any tips are very welcomed.