View Single Post
  #3  
Unread 04-30-2007, 03:26 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

I don't if it's possible to get around the localized name problem but I figured out how to get around the click to browse issue. It's caused by a delay when you give the /browser command. There's a delay and then the Browser object loads the home page.

In my mods I concatenate the URI string first and then use the command /browser URI like:
OnPress="OthURIString='http://eq2i.com/articles/Special:Search?search=' ## Parent.Parent.JournalsQuestDetail.QuestName.Text
browser OthURIString"
Reply With Quote