Jump to content

add a small explnation box when pressing button?


Recommended Posts

hello

i want to try make something so when u press a buttin it will open a small box near button with a small explanation and it will disappear if u move cursor out of button .i mean a box something like when u hover ur mouse over something and a small text box appears and u read and when u move away from this place box disappears

how exatly i can do that? what commands should i use.

Link to comment
Share on other sites

hello

i want to try make something so when u press a buttin it will open a small box near button with a small explanation and it will disappear if u move cursor out of button .i mean a box something like when u hover ur mouse over something and a small text box appears and u read and when u move away from this place box disappears

how exatly i can do that? what commands should i use.

Hello, I'm new but from Koda I see that you can set a tool tip...

$Button1 = GUICtrlCreateButton("Button1", 8, 8, 57, 41, 0)

GUICtrlSetTip(-1, "test")

When you hover over the button it will display the text 'test'

~Jim

Like a great blue salmon of Justice, the mighty Tick courses upstream to the very spawning ground of evil.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...