View Single Post
  #2  
Unread 12-14-2010, 06:37 PM
Macrixen Macrixen is offline
A Brown Bear
 
Join Date: Dec 2010
Server: Unkown
Posts: 8
Default

hey i am looking for something similar but it seems that the only way to export any data is via sending it to chat while logging is on and parse the log file. I have been playing with this to no success as i have no idea how to get the info to past.

My current attempt looks something like this
Code:
<Button Location="75,410" Name="SendtoChat" OnActivate="stest=('Parent.ScrollPage.SelectedItem.row Icon.Text') say=(&quot; Item: &quot; ## stest)" PackLocation="right,bottom" PackSize="fixed,fixed" ScrollExtent="128,30" Size="128,30" Style="/CommonElements.PushButton.data.style">Dump</Button>
but all it outputs is this to chat:
Code:
You say "Item: Parent.ScrollPage.SelectedItem.row Icon.Text"
Reply With Quote