Quote:
|
is this possible to "copy" part of the raid windows code to make a small windows that just show the first member of each group , with the possibility to edit the clicky ?
|
Yes, it's possible ..
Just an idea :
put a checkbox in the Raid WindowFrame and make code like that :
OnSet :
Code:
Parent.Volume.Group1.Member1.Basic.Name.OnTextChanged = '(path to your custom window).button.press = true'
Parent.Volume.Group2.Member1.Basic.Name.OnTextChanged = '(path to your custom window).button.press = true'
Parent.Volume.Group3.Member1.Basic.Name.OnTextChanged = '(path to your custom window).button.press = true'
Parent.Volume.Group4.Member1.Basic.Name.OnTextChanged = '(path to your custom window).button.press = true'
Onunset :
Code:
Parent.Volume.Group1.Member1.Basic.Name.OnTextChanged = ' '
Parent.Volume.Group2.Member1.Basic.Name.OnTextChanged = ' '
Parent.Volume.Group3.Member1.Basic.Name.OnTextChanged = ' '
Parent.Volume.Group4.Member1.Basic.Name.OnTextChanged = ' '
In your custom window, a button (hidden)
OnPress :
Code:
Target1.text = (Path to Raid window).Volume.Group1.Member1.Basic.Name.Text
Target2.text = (Path to Raid window).Volume.Group2.Member1.Basic.Name.Text
Target3.text = (Path to Raid window).Volume.Group3.Member1.Basic.Name.Text
Target4.text = (Path to Raid window).Volume.Group4.Member1.Basic.Name.Text
So, if a member LD, quit, or if RL make change in groups of raid, the OnTextChange make your custom window updated.
And if you don't need the custom window (Ie: you play a toon, with no cliky buff).... just uncheck the checkbox
my 2cp =)
@ ++
Ewen@Storms