EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   Checkboxes on raid window. (https://www.eq2interface.com/forums/showthread.php?t=9554)

n4jir 11-04-2007 09:54 PM

Checkboxes on raid window.
 
I'm trying to add some checkboxes to the raid window to keep track of who wins Fabled, legendary, etc. I've modified the RAID window XML file to include the lines of code attached. It draws the boxes correctly but no matter which box I check, only the first box checks and unchecks. I've beat my head against a wall on this one and made several mods trying to get each box to check and uncheck independently of each other but no matter what I change only the first box in each row that I generate will actually check and uncheck. Can someone review what I have here and suggest what I'm doing wrong please?

Thanks in advance..

-V


<Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="265,0" MinimumSize="22,16" Name="g1m1b1" PackSize="a" PackSizeProp="0010/0001,xxxx/xxxx" ScrollExtent="294,16" Size="294,16" Style="/Fetish.CheckboxStyles.widget_check"> </Checkbox>

<Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="280,0" MinimumSize="22,16" Name="g1m1b2" PackSize="a" PackSizeProp="0010/0001,xxxx/xxxx" ScrollExtent="294,16" Size="294,16" Style="/Fetish.CheckboxStyles.widget_check"> </Checkbox>

<Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="295,0" MinimumSize="22,16" Name="g1m1b3" PackSize="a" PackSizeProp="0010/0001,xxxx/xxxx" ScrollExtent="294,16" Size="294,16" Style="/Fetish.CheckboxStyles.widget_check"> </Checkbox>

Landiin 11-04-2007 10:23 PM

Quote:

Originally Posted by n4jir (Post 65124)
<Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="265,0" MinimumSize="22,16" Name="g1m1b1" PackSize="a" PackSizeProp="0010/0001,xxxx/xxxx" ScrollExtent="294,16" Size="294,16" Style="/Fetish.CheckboxStyles.widget_check"> </Checkbox>

<Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="280,0" MinimumSize="22,16" Name="g1m1b2" PackSize="a" PackSizeProp="0010/0001,xxxx/xxxx" ScrollExtent="294,16" Size="294,16" Style="/Fetish.CheckboxStyles.widget_check"> </Checkbox>

<Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="295,0" MinimumSize="22,16" Name="g1m1b3" PackSize="a" PackSizeProp="0010/0001,xxxx/xxxx" ScrollExtent="294,16" Size="294,16" Style="/Fetish.CheckboxStyles.widget_check"> </Checkbox>

g1m1b1 is located at 265,0 (Left,Top) it's size is 249,15 (Width,Height).
g1m1b2 is located at 280,0 (Left,Top) it's size is 249,15 (Width,Height).
g1m1b3 is located at 295,0 (Left,Top) it's size is 249,15 (Width,Height).

g1m1b1 starts at 265 and covers 294 pix to the right making it end at 574,0.
The reason why the other two buttons do not work is because button 1 is covering the other two up as they start at 280, 295 and button1 does not end until 574.

Home that helps.

n4jir 11-04-2007 10:43 PM

OMG.. I'm a bonehead. Thank you SSOOOO much..

-V


All times are GMT -5. The time now is 11:16 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI