Okay.. So I have this code:
on *:DIALOG:awaysettings:*:0:{
if ($group(#Away.ChangeNick) == on) { did -c awaysettings 7 }
if ($group(#Away.ShowAwayMsg) == on) { did -c awaysettings 8 }
if ($group(#Away.Pager) == on) { did -c awaysettings 9 }
did -a $dname 6 %AwayMsgOutput
did -a $dname 11 %PagerSound
did -a $dname 4 %AwayNick
did -a $dname 15 %AwayMsg
}
We're looking at the did -a's..
With this code, it's setting my editboxes to whatever my variables say. let me explain more in detail:
I'm making a dialog where you can change your msgs for away stuff. When I change them, I'm keeping them stored in a %Variable.. So when the %Variable gets set and I don't like what's in the variable I open up my dialog to change them. So when I click the editbox and start typing, everything is working out great like it should. Now I'm done typing and I move my mouse to the button which will set this %Variable to what I typed in the editbox and when the mouse moves over the dialog, it goes back to what the original %Variable was.
I just recently (30 seconds ago) changed the did -ra's to did -a and now when I have the did-a it keeps putting the original %Variable in the editbox over and over and over..
Anyone know why it's doing this? I'm about to go insane.. 2 hours working on it trying to see what's wrong with it and I've gotten no where.
Thanks in advance!
~Josh