View Single Post
  #4  
Unread 05-05-2007, 02:09 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

Grr, looks like the problem is actually with the search string somewhere. Has anyone tried passing a unicode string with the /browser URI command?

Here's the code that I'm using:
<Button LocalTooltip="Поиск на eq2.playhard.ru" Location="22,18" Name="SearchPlayhard" OnPress="OthURIString='http://eq2.playhard.ru/item.php?name=' ## Parent.Parent.LorePage.Name.Text
browser OthURIString" ScrollExtent="18,14" Size="18,14" Style="/ButtonStyles.find.style" TooltipStyle="tooltip_Russian"></Button>
<TooltipStyle GridStyle="/gridlist.grid_tooltip" Maxwidth="400" Name="tooltip_Russian" TextPadding="4,2,2,2" TextStyle="/Fonts.Font_Russia_Tooltip"/>

And here's a screen shot of what he's getting:
http://www.eq2interface.com/forums/s...0&postcount=44
Reply With Quote