Skip to content
General IRCX

Mouse Over

A TG007 community discussion started by CharmedOne.

Discussion 2 posts
Page 1 of 1
Open
Topic #13498 · 2 published posts · 1,935 views

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 Oct 7, 2009 12:38 AM by CharmedOne

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

 

There is no $dname in aliases. Use the dialog name.