View Single Post
  #4  
Unread 03-16-2009, 09:51 AM
Lanadad Lanadad is offline
A Crazed Gnoll
 
Join Date: Apr 2005
Server: Splitpaw
Posts: 21
Thumbs Up Thanks!

Drumstix42, that's a very nice UI. And thanks for pointing that out to me. It's working now.

Code:
<Button Location="2,2" Name="LookUp" OnPress="URL=&apos;http://eq2.wikia.com/wiki/Special:Search?search=&apos; ## Parent.Name2.LocalText&#xD;&#xA;browser URL" Size="18,18" Style="/WindowElements.WindowFrame.data.settings.style" Tooltip="EQ2Wikia" />

<Button Location="20,2" Name="Strat" OnPress="URL=&apos;http://localhost/wiki/Special:Search?search=&apos; ## Parent.Name2.LocalText&#xD;&#xA;browser URL" Size="18,18" Style="/WindowElements.WindowFrame.data.settings.style" Tooltip="Strat"/>

<Button Location="40,2" Name="Loot" OnPress="URL=&apos;http://lootdb.com/?t=mob&amp;q=&apos; ## Parent.Name2.LocalText&#xD;&#xA;browser URL" Size="18,18" Style="/WindowElements.WindowFrame.data.settings.style" Tooltip="Loot"/>
ps.
GM9, I've added a feature request to the list. Hope you'll consider it.
Reply With Quote