View Single Post
  #207  
Unread 08-09-2008, 06:57 PM
fwaits fwaits is offline
A Forest Scavenger
 
Join Date: Sep 2006
Server: Guk
Posts: 18
Default

Quote:
Originally Posted by keezyrick View Post
Hmm, I did not test a quest giver dialog. Sorry. Well I did some checking and it looks like this might be the offender. I cannot find any other difference that might contribute.

<Page AbsorbsInput="false" BackgroundColor="#FF0000" GetsInput="false" Name="ChatPage" ScrollExtent="222,78" Size="222,78" Visible="false">

Not sure why it got set to false, but removing that command should get it going.

Just search for the first occurrance of ChatPage in the file and go to the end of the line and remove Visible="false" from the text.
That seemed to be the culprit. I made that change in the 10.0 proxyactor file and it is working normally again. Good catch.