Top "Hint" questions

Is there a simple way to display hint texts in JavaFX?

In the Borland VCL library, almost all controls had a hint property. During runtime, when you position mouse over the …

popup javafx hint scalafx
How to show hint using Application.ActivateHint on Delphi?

I have the following code trying to show a hint: procedure TMyGrid.OnGridMouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer); …

delphi hint
SQL Server - How to Hint an Index on an Update command?

I'm trying to execute the following command to force an update to use a non-clustered index: UPDATE Flights SET Airtime=5555678 …

sql-server sql-update hint
Oracle - Understanding the no_index hint

I'm trying to understand how no_index actually speeds up a query and haven't been able to find documentation online …

oracle query-optimization hint
Adding hint to TextField

I want to add a TextField with an integrated hint text, a user prompt, a placeholder until the user enters …

java vaadin textfield prompt hint
Can I set something like "tooltip" for a view in android?

Can I set some message to appear like a "tooltip" for a TextView or Button?

android view android-edittext toast hint
How to add hint text in a Textfield in JavaFX

I want to add some hint text in a textfield, like "name" or "surname". I create the textfield like this …

text javafx textfield hint
Why does Mongo hint make a query run up to 10 times faster?

If I run a mongo query from the shell with explain(), get the name of the index used and then …

mongodb indexing hint
Flutter - Change search hint text of SearchDelegate

In current implementation of SearchDelegate, there is no option to change the hint text. When the query is empty, search …

search flutter hint
How to create EditText hint as Text with image in android

How to create EditText hint/placeholder with Text & image in android. I write like this <EditText android:id="@+…

android image hint