mIRC Home    About    Download    Register    News    Help

Print Thread
#94205 14/08/04 07:59 PM
Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
ok i have an on sclick for an edit box that set the text to a var, well, now i need that var to go into an edit box every time to var changes i want it to change, so


On *:Dialog:newmp3:sclick:1:{
echo -a You Selected: $did(1).seltext Which is on line; $did(1).sel
/set %song $did(1).seltext
}
thats the code to set the var
but now i need that var to be in edit box, use sclick:1: { please but thats as far as i got!

#94206 14/08/04 08:39 PM
Joined: Mar 2004
Posts: 130
T
Vogon poet
Offline
Vogon poet
T
Joined: Mar 2004
Posts: 130
I am not sure what you are asking for if i understendt you right you want to detect if text in editbox was changed if it is so
Code:
  
$did(yourdialog,Id).edited would return $true/$false


#94207 14/08/04 08:46 PM
Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
i no wat i need to do now so nvm this post


Link Copied to Clipboard