View Single Post
  #2  
Unread 06-08-2008, 10:51 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Will probably add this to my journal modification soon, but

To go about it in the UI, you would make a button first and add the command to the OnPress property...

such as:
Code:
<Button Name="EQ2i" OnPress="URL=&apos;http://eq2.wikia.com/wiki/Special:Search?search=&apos; ## Parent.Parent.LorePage.Name.Text&#xD;&#xA;browser URL" ScrollExtent="15,15" Size="15,15" Style="/ButtonStyles.tabscroll_left" Tooltip="Search EQ2i" />
This is similar to the code I use in my Examine windows.
The "Parent.Parent.LorePage.Name.Text" part needs to be changed to point to the Text object in the journal that display the quest name.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote