EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 11-04-2007, 09:54 PM
n4jir n4jir is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 2
Default 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>
Reply With Quote
  #2  
Unread 11-04-2007, 10:23 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by n4jir View Post
<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.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 11-04-2007 at 10:27 PM.
Reply With Quote
  #3  
Unread 11-04-2007, 10:43 PM
n4jir n4jir is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 2
Default

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

-V
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:39 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI