Jump to content

Mouse Over


CharmedOne

Recommended Posts

K i have my dialog setup right & i got code below right , so what else do i need to do a mouse over this is first time to attempt such a thing. Do my dialog byttons need to be push buttons or does it matter?

 

on *:dialog:coptions:mouse:8,9,10:{ 
  if (%didt == $did) { return }
  if ($did == 8) { movr Where you first add channels to add to protections. }
  if ($did == 9) { movr  Where you turn a protection on for a particular channel. }
  if ($did == 10) { movr Where you turn a protection off for a particular channel. }
  set -u5 %didt $did 
}

alias movr { did -ra $dname 17 $$1- }

Edited by CharmedOne
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
×
×
  • Create New...