Thread: tiny issue
View Single Post
03-13-10, 02:33 AM   #23
menfbeast
A Murloc Raider
Join Date: Mar 2010
Posts: 4
Frame list:

Code:
      <Button name="$parentHd1" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd2" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd3" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd4" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd5" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd6" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd7" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd8" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd9" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd10" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd11" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd12" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd13" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd14" inherits="VuhDoButtonTemplateHeader"/>
      <Button name="$parentHd15" inherits="VuhDoButtonTemplateHeader"/>
    </Frames>
    <Scripts>
      <OnMouseDown>
        VuhDoActionOnMouseDown(self,arg1);
      </OnMouseDown>
      <OnMouseUp>
        VuhDoActionOnMouseUp(self,arg1);
      </OnMouseUp>
   </Scripts>
  </Frame>

  <Frame name="VdAc1" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc2" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc3" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc4" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc5" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc6" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc7" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc8" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc9" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
  <Frame name="VdAc10" hidden="true" inherits="VuhDoActionTemplate">
  </Frame>
is this what you ment?