| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 10, 2002 2:07 pm Post subject: Display STATUS information |
|
|
How can I set the status bar to certain text when I mouseover a button? For an example, see Window Spy. Maybe @mousepos, but I don't know how to use that.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Wed Jul 10, 2002 2:20 pm Post subject: |
|
|
Here is you little script....
| Code: |
dialog set,status1,@wintext(@winatpoint(@mousepos(x),@mousepos(y)))
|
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 10, 2002 5:47 pm Post subject: |
|
|
Thanks.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|