Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add text hint in to jEditText #491

Open
JanuszChmiel opened this issue Mar 6, 2023 · 0 comments
Open

how to add text hint in to jEditText #491

JanuszChmiel opened this issue Mar 6, 2023 · 0 comments

Comments

@JanuszChmiel
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant