SIDEKICK Posted July 21, 2023 Posted July 21, 2023 im trying to use tooltip to display a message and the message only ToolTip( "Testing", 0 , 50 , $TIP_INFOICON , $TIP_FORCEVISIBLE) but it keeps adding this large blue information icon. there is an option to display no icon $TIP_INFOICON but it doesn't seem to work. still has the blue icon. any ideas ?
Solution ioa747 Posted July 21, 2023 Solution Posted July 21, 2023 ToolTip ( "text" [, x [, y [, "title" [, icon = 0 [, options]]]]] ) ToolTip( "Testing", 0 , 50 , $TIP_INFOICON , $TIP_FORCEVISIBLE) I know that I know nothing
SIDEKICK Posted July 21, 2023 Author Posted July 21, 2023 4 hours ago, ioa747 said: ToolTip ( "text" [, x [, y [, "title" [, icon = 0 [, options]]]]] ) ToolTip( "Testing", 0 , 50 , $TIP_INFOICON , $TIP_FORCEVISIBLE) im such a hobbit... thanks man !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now