Tagged Questions
The hint tag has no wiki summary.
46
votes
5answers
12k views
PHPDoc type hinting for array of objects?
So, in PHPDoc one can specify @var above the member variable declaration to hint at its type. Then an IDE, for ex. PHPEd, will know what type of object it's working with and will be able to provide a ...
9
votes
3answers
7k views
NetBeans / Java / New hint: Thread.sleep called in loop
In NetBeans, there's a new hint that says: Thread.sleep called in loop.
Question 1: How/when can it be a problem to sleep in a loop?
Question 2: If it's a problem, what should I do instead?
UPDATE: ...
5
votes
1answer
155 views
How to create a TButton or other controls inside a THintWindow?
I am trying to create a THintWindow and place a TButton or a TFrame on it. here is my code:
TForm1 = class(TForm)
Button1: TButton;
Button2: TButton;
procedure FormCreate(Sender: TObject);
...
5
votes
4answers
4k views
How does including a SQL index hint affect query performance?
Say I have a table in a SQL 2005 database with 2,000,000+ records and a few indexes. What advantage is there to using index hints in my queries? Are there ever disadvantages to using index hints in ...
4
votes
7answers
271 views
Need Hint for ProjectEuler Problem
What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?
I could easily brute force the solution in an imperative programming language with loops. But I ...
4
votes
4answers
364 views
Is there a jQuery plugin for fading textbox hints?
I was wondering whether there is a jQuery plugin available which can show hints in a textbox when it is empty.
What I found was: http://remysharp.com/2007/01/25/jquery-tutorial-text-box-hints/. ...
4
votes
5answers
2k views
Android EditText for password with android:hint
Just noticed that android:password has been deprecated, and we should be using android:inputType. Was experimenting with it by setting in my xml android:inputType="textPassword". Indeed it behaves ...
4
votes
4answers
3k views
Java JTextField with input hint
I would like to add a hint value to my JTextField. It should look like Firefox rendering of <input type="text" title="bla">. This creates a edit field with the text 'bla' in the background. If ...
3
votes
2answers
536 views
Setting hint text in a text field in Ruby on Rails
Can some one suggest the best way for setting hint text(not default text) for a text field in Ruby on Rails. Currently I am using this:
<%= text_field_with_auto_complete
"customer",
...
3
votes
2answers
430 views
How to show hint for a disabled TDBEdit?
I have a TDBEdit that is not enabled and thus not showing the Hint.
What would be the best way to have it display the Hint while staying disabled?
2
votes
1answer
91 views
Building a haskell interpreter (hint) as dynamic library, useable from C++: Missing Interpreter.dyn_hi
I want to create a haskell interpreter that I can use from C++ on linux.
I have a file FFIInterpreter.hs which implements the interpreter in haskell and exports the functions via FFI to C++.
module ...
2
votes
1answer
159 views
Custom windows hint on buttons in Delphi
I would like to make a custom formatted Hint for some buttons in my application.
I use to make a tadvtoolpanel and display it on the onmousemove event, but it is not very clean.
Is there a button ...
2
votes
1answer
342 views
Adding hint to TextField
I'm new to Vaadin and am trying to get used to the framework.
I have a query though. I want to add a TextField with an integrated hint text that disappears when the TextField is focused and ...
2
votes
3answers
455 views
TextField - show hint before user starts typing text
I am developing an Blackberry application. I want to show a hint text in TextField before user starts typing.when user starts typing it should disappear and when there are 0 characters in TextField it ...
2
votes
2answers
176 views
Importing a known function from an already-compiled binary, using GHC's API or Hint
I have a module Target, with a function Target.accessMe inside it. I compile this module in some way, then get rid of the source code.
Now, what series of arcane incantations must I do to make a ...
2
votes
1answer
2k views
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?
2
votes
3answers
1k views
EditText hint doesn't show
My EditText configured as follows won't show the hint:
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="right"
...
1
vote
1answer
27 views
PSK Hint with OpenSSL
What is exactly the role of the PSK Hint in OpenSSL ?
I think it's a sort of server identification for clients but I didn't found anything concrete about it.
1
vote
2answers
61 views
eclipselink hints for setter updates
The actual problem I am facing is to be able to force a eclipselink update irrespective of the content of the cache. Currently eclipselink doesn't create new update statements if the new update has ...
1
vote
2answers
43 views
EditText for typing a license
On my android app, first time when app runs, user must type a license. The license's format is ###-XXX-###-### where # is a number, X is a character. I put the format as hint but it is not sufficient. ...
1
vote
1answer
127 views
Why Mongo hint makes 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 run the same query again, but with hint() specifying the same index to be used - "millis" field from ...
1
vote
1answer
139 views
Using GHCi to load a module without access to its source code
I create a simple module, TestModule.hs, which contains a single exported top-level definition testval = 2. I compile it, creating TestModule.o and TestModule.hi. I delete TestModule.hs. I then load ...
1
vote
1answer
103 views
How do I force interpretation in Hint
How do I force interpretation mode in Hint (Language.Haskell.Interpreter)?
I have this code:
module Main where
import Language.Haskell.Interpreter
import Control.Monad
main = do
res <- ...
1
vote
2answers
80 views
Why cannot top level module be set to main in Hint
Why cannot top level module be set to "Main" in Hint (Language.Haskell.Interpreter)?
Allow me to demonstrate:
module Main where
import Language.Haskell.Interpreter
import Control.Monad
main = do
...
1
vote
2answers
153 views
Drag & drop hints are lost in Telerik's RadControls for ASP.NET AJAX
I have a Telerik tree and drag & drop node move is in action. But then I applied a theme (bought from somewhere) to the overall design of my site, and now, the hint are gone.
When you drag a ...
1
vote
2answers
641 views
Android Spinner hint?
I have two spinners in my current android app, I would like to have a default value like the editText's android:hint ability. Is there a way to do so, but in a way that doesn't add the hint to the ...
1
vote
2answers
242 views
Delphi: Custom hints for Tree View
Is there a fast way to create 5 custom hints for 5 SubItems of Item of Tree View?
I have TreeView, 1 Item and 5 SubItems. I need a special hint for each SubItem (for first one - "F1", second one ...
1
vote
2answers
312 views
Android - EditText : Hint disapear when Scroll horizontally is true
I use a EditText view with a (Hint : text)
I want to reproduce the (Single line : true) EditText's attribute which is deprecated.
So I use those attributes and values :
(Lines : 1)
(Max lines : 1)
...
1
vote
2answers
279 views
Delphi - How do I find the source of a recurring “ghost” tray balloon popup?
I have a D2006 app that notifies various events via a tray balloon hint. Every so often, but not very often - say 1 in 10 invocations of the app -, one of the hints decides it is going to popup ...
1
vote
4answers
531 views
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 to explain it.
For example I have this query that ran extremely slow
select *
...
1
vote
4answers
1k views
hint and textview with right gravity and a singleline
I've opened a bug but i was wondering if anyone encountered this issue and knows a workaround.
If you define a text view with a hint inside it, give it right gravity (android:gravity="right") then if ...
1
vote
0answers
181 views
C++ 2010 builder show hint all time
How to in c++ 2010 builder show hint all the time when is code write?
For example if I try to use command MessageBox, I start to type message and press control+space, that will be show up list of ...
1
vote
2answers
312 views
Hint in Android
I tried to show a hint in the EditText of my form, but i can't see that hint that i have set in the XML Layout while my application gets deployed, but i can able see the hint in eclipse designer view, ...
1
vote
1answer
599 views
Delphi: How make my own Hint Window?
D6 Prof.
We have a special application with a special grid. It have a HintWindow what can show other informations that cannot place in cells. For example long memos.
When you move the mouse to a ...
1
vote
1answer
1k views
Glassfish Eclipselink join-fetch hint not working
I'm having real difficulty getting the eclipselink.join-fetch hint to work in glassfish.
I have a Client object that contains a collection of Task objects and the Task object has a collection of ...
1
vote
2answers
276 views
is there a way to disable the hint for a TOpenDialog in delphi
i have a TOpenDialog component i am creating on runtime and i want to disable the hint that pops up over files when it is used. i have not written any exrta code for this than creating the object, ...
0
votes
2answers
25 views
Mixing own XML with HTML5 havin eclipse to display code hints
I am writing my own templating engine mainly for web applications.
It is actually mix of my own XML tags and HTML.
Here is the sample:
<lp:view xmlns:lp="http://sminit.com/view" ...
0
votes
0answers
66 views
Issue with adding hint text in Jquery data table search box
Using a plugin such as watermark.js for adding the greyed out hint text in the search field of the Jquery datatable is not an option, I have to custom write it. I am almost there but facing this minor ...
0
votes
1answer
43 views
Generated code preview in netbeans. How to make effect like that?
Some time ago I saw a nice effect in netbeans IDE. When my cursor stops on the Generated Code text (e.g. in generated JFrame), some kind of hint (preview of generated code) is visible (has grey ...
0
votes
1answer
49 views
rails form placeholder hints disappears immediately after focusing
I am on Rails 3.1 I was trying to use the inline placeholder hint for a text field, I notice that after click on the text field, the hint disappears. Even though that probably was the design, but ...
0
votes
0answers
64 views
ListView with SimpleAdapter not showing hint attribute for TextViews on HoneyComb
I got a small app with two ListViews. One of the list views is binded using a SimpleAdapter and the other one is binded using a custom adapter i've made.
I need to show a hint text when the value ...
0
votes
1answer
254 views
Delphi: DBGrid Column Title Hint - force to reset the hint?
I thought that I implement column title hint into my own DBGrid.
It's seems to be simple - I thought.
I added
TitleHints : TStrings
that contains information in this format:
name=value
Where ...
0
votes
1answer
129 views
Android EdittextPreference Hint (android:hint)
I have a preference screen with an EditTextPreference.
How to set a hint
either in xml like
android:hint
or in code like
setHint(int), setHint(CharSequence hint)
on the EditTextPreference like ...
0
votes
2answers
229 views
jQuery placeholder/hint JavaScript that keeps the hint on focus
There are hundreds of jQuery placeholder/hint plugin. But none that do what I want it to do
I'm looking for one that will:
Fade the hint when the user focuses on the field, but not clear it until ...
0
votes
1answer
89 views
Oracle exploit parallel execution in DMS (i.e. UPDATE query)
As you can see at this link sometimes the PARALLEL HINT doesn't work in forking parallel execution of an update query.
For select I must even force a FULL TABLE SCAN or a FAST FULL INDEX SCAN. How ...
0
votes
0answers
239 views
mysql index hint - use index merge
I'm wondering if it is possible to hint mysql to use index merge, something like this
SELECT * FROM table USE INDEX_MERGE(aid,primary) WHERE aid = 1 ORDER BY id DESC LIMIT 10
Note: id is the ...
0
votes
3answers
135 views
sql query takes a lot of time
I am running the following query:
SELECT *
FROM dblappc.credit_history
WHERE crd_effective_date > TO_DATE('20100801','YYYYMMDD')
AND o_crd_score > 650
AND crd_expiration_date IS ...
0
votes
1answer
245 views
setHintTextColor() in EditText
I have View in which there is two text box and user can select text color from another view on the same screen through dialog box. So when user change color via dialog box i am changing color of ...
0
votes
5answers
615 views
HTML input field hint
I want to provide the user with a hint on what he needs to enter into my text field. However, when I set the value, it does not disappear once a user clicks on the text field. How can you make it ...
0
votes
1answer
94 views
how to format the hint displayed inside a html form field?
There was a question previously on how to show hints in a text field (html form field), which clears automatically when the user clicks on the field under consideration. As in, when the field gets ...