View Single Post
Old 02-13-2003, 09:28 PM   #7
Kizer
A Fire Beetle
 
Join Date: Oct 2002
Posts: 2
Default

Thanks for stating the obvious Cosmos.

The problem lies within EQUI_GroupWindow.xml. They added a button for the /lfg tool. A quick bandaid to the crashing to the desktop bug is to copy the following lines and put them in your custom EQUI_GroupWindow.xml and set the sizes to 0.

Quote:
- <Button item="GW_LFGButton">
<ScreenID>LFGButton</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>42</X>
<Y>96</Y>
</Location>
- <Size>
<CX>0</CX>
<CY>0</CY>
</Size>
<Style_Checkbox>false</Style_Checkbox>
<TooltipReference>Open LFG Window</TooltipReference>
- <ButtonDrawTemplate>
<Normal>A_LFGBtnNormal</Normal>
<Pressed>A_LFGBtnPressed</Pressed>
<Flyby>A_LFGBtnFlyby</Flyby>
<Disabled>A_LFGBtnNormal</Disabled>
<PressedFlyby>A_LFGBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


and

Quote:
<Pieces>GW_LFGButton</Pieces>
Kizer is offline   Reply With Quote