comparison CensusPlayerList.xml @ 21:1aeab8164ef5

Merge 3rd try
author EmFor
date Sun, 14 Aug 2011 17:21:31 +0200
parents 10c85be19b56
children
comparison
equal deleted inserted replaced
20:0da064713cda 21:1aeab8164ef5
68 </Anchor> 68 </Anchor>
69 </Anchors> 69 </Anchors>
70 </HighlightTexture> 70 </HighlightTexture>
71 <Scripts> 71 <Scripts>
72 <OnLoad> 72 <OnLoad>
73 this:RegisterForClicks( "RightButtonUp"); 73 self:RegisterForClicks( "RightButtonUp");
74 </OnLoad> 74 </OnLoad>
75 <OnClick> 75 <OnClick>
76 CensusPlus_PlayerButton_OnClick(); 76 CensusPlus_PlayerButton_OnClick();
77 PlaySound("igMainMenuOptionCheckBoxOn"); 77 PlaySound("igMainMenuOptionCheckBoxOn");
78 </OnClick> 78 </OnClick>
352 <Scripts> 352 <Scripts>
353 <OnShow> 353 <OnShow>
354 CensusPlus_PlayerListOnShow(); 354 CensusPlus_PlayerListOnShow();
355 </OnShow> 355 </OnShow>
356 <OnMouseUp> 356 <OnMouseUp>
357 if ( this.isMoving ) then 357 if ( self.isMoving ) then
358 this:StopMovingOrSizing(); 358 self:StopMovingOrSizing();
359 this.isMoving = false; 359 self.isMoving = false;
360 end 360 end
361 </OnMouseUp> 361 </OnMouseUp>
362 <OnMouseDown> 362 <OnMouseDown function="CensusPlus_List_OnMouseDown" />
363 if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
364 this:StartMoving();
365 this.isMoving = true;
366 end
367 </OnMouseDown>
368 <OnHide> 363 <OnHide>
369 if ( this.isMoving ) then 364 if ( self.isMoving ) then
370 this:StopMovingOrSizing(); 365 self:StopMovingOrSizing();
371 this.isMoving = false; 366 self.isMoving = false;
372 end 367 end
373 </OnHide> 368 </OnHide>
374 </Scripts> 369 </Scripts>
375 </Frame> 370 </Frame>
376 </Ui> 371 </Ui>