BCE0023: No appropriate version of 'UnityEngine.GUI.TextField' for the argument list '(UnityEngine.Rect, String, UnityEngine.GUIContent)' was found. when i am trying to use tool tip text field
(comments are locked)
|
|
Check the reference on GUI.TextField. None of the parameters are of type GUIContent, yet you try to supply one.
I guess you need to set the tooltip manually if the mouse is over the rect. manually means i cannot get you can u modify this code with out error
Mar 10 '11 at 06:45 PM
robert 3
robert, as I wrote, the TextField doesn't provide any means to set the tooltip since it doesn't accept any GUIContent. Normally you'd set the tooltip via the GUIContent. See the link I posted for yourself. It's a flaw in Unity or something.
Mar 10 '11 at 10:06 PM
Statement ♦♦
Maybe you can cheat around it by having an empty label underneat it?
Mar 10 '11 at 10:06 PM
Statement ♦♦
thanks a lot you are first to answer all my question with correct answer it is working fine
Mar 11 '11 at 11:42 AM
robertmathew
(comments are locked)
|
so that others can use this code
Mar 11 '11 at 11:48 AM
robertmathew
(comments are locked)
|
