Questions tagged [hint]

361 questions
0
votes
1 answer

Use custom font in Devexpress columns headerhint

I use D2007 and Devexpress QuantumGrid v2011 2.3. I want to assign the columns headerhint in code like this. colGoodsMasks.HeaderHint := Format('%s %-30s %-30s%s' + '%s %-30s %-30s%s' + '%s %-30s %-30s%s' + '%s %-30s %-30s%s' + '%s %-30s %-30s%s'…
Roland Bengtsson
  • 5,058
  • 9
  • 58
  • 99
0
votes
1 answer

How to implement an EditText with Hint = String type and IME keyboard(android:inputType) = number?

I have an EditText which has a hint field saying "Please enter a number". The IME keyboard that I want is that of type number ie. only numbers are allowed! The problem is if I use the following in the xml layout…
Vikas Singh
  • 1,781
  • 7
  • 27
  • 54
-1
votes
1 answer

Android EditText hint above text?

How can I create an android EditText, where the hint goes above the text when you tap inside and start typing?
-1
votes
1 answer

Longer hint in placeholder html

I need to write a longer hint in Placeholder html5. But It's only allows My to write 15 16 character. I tried input type="text" placeholder="and here i need to write something a little bit longer but it just doesn't allow me" I searched in Google…
Mo NA
  • 1
  • 2
-1
votes
1 answer

Why error "Unresolved attribute reference" showing only with disnake.User, but not with disnake.Member?

The weirdest thing is that ide autocomplete work on both Member and User. But "Unresolved attribute reference" error showing only with User. Why it's work this way and how to make Member to show this error too? PyCharm 2022.1.1 (Community…
Pokruk
  • 1
  • 1
-1
votes
1 answer

What is hint in the openGauss?

It seems that there are so many hints used in the openGauss, any one know the basic design idea of the hint in openGauss?
youhou
  • 1
-1
votes
1 answer

Same Query, Different Peformance

There is a query that takes more than two minutes. that query's result are 960000 row. so i use hint. then it takes just 30 seconds. so i applied query in mybatis and run application. but that query takes more over two minute. so i copied query in…
Jongho
  • 1
  • 1
-1
votes
2 answers

Error "java.lang.String cannot be cast to java.lang.Integer" In Custom Adapter

I have a problem with a custom adapter for put hint in spinner. I've made a class AdapterSpinnerhint that extends ArrayAdapter: public class AdapterSpinnerHint extends ArrayAdapter { int labelHint; int textViewId; int layout; ArrayList
LorenzoBerti
  • 6,704
  • 8
  • 47
  • 89
-1
votes
1 answer

Hide a part of listview and show after to click

I would like a hint about listView. What is the best way to show a part of one listview. Summing up,I want to fill a listview with a title and a long text, but i do not want to show all text, just a part. However, i want to see all the textlong in a…
YVLM
  • 53
  • 1
  • 2
  • 5
-1
votes
1 answer

Photoshop-like navigator for website

Are there any plugins or ideas about how to achieve a Photoshop-like navigator for a website? What I mean is that the website is much wider/longer than the viewport and the user shall see in a small panel which part of the website he currently…
obs
  • 797
  • 3
  • 14
  • 37
-1
votes
1 answer

the hint and saved password overlap on the login page

I am doing web development in Yii framework and PHP. I am writing a login page. On this page, there are two forms. I used the attributeLabels() function to set the labels for these two forms. One is User Name. One is Password. We can call this kind…
BAE
  • 8,550
  • 22
  • 88
  • 171
-2
votes
1 answer

How to give tips for buttons in android?

I am developing an application and in homepage it should show the hint about the button as shown in image. But i don't have idea. If any one knows help me. Below is the image what i am looking.
Narendra Kumar
  • 551
  • 5
  • 16
-2
votes
3 answers

Hint not working in EditText on Android

I am using Editbox in which I have used hints. but when I run application, hints do not show. I have tried setting hints programmatically too, but it doesn't work. Here is my code:
Sangeeta
  • 961
  • 2
  • 13
  • 34
-3
votes
1 answer

Force HINT In DB2

in SQL server I can force hint parellelism in execution of query using the HINT 'OPTION(MAXDOP 1)'. Can you please help me with an equivaluent hint in DB2 My query in SQL server select from table_name option (maxdop 1)
Hello123
  • 1
  • 2
-4
votes
6 answers

Hint not visible in Editbox while i run my app

when i change it ,it is not reflected in the app when i test it
tinos07
  • 105
  • 1
  • 11
1 2 3
24
25