Quote:
|
Originally Posted by Kaldor
Can you give me an idea on what kind of xml tag set this would need to go into, or point me in that direction.
|
Well, you'd want to encapsulate it all in a Page object, then probably use Text objects to display the strings. A scrollbar would allow you to make this data scrolling, so you wouldn't need a very tall area for a long list. I have no idea how you'd make your database export in this format.
Quote:
|
Originally Posted by Kaldor
Next, since file dump is not possible, is there any way to pass information to html post? Probably not, but just want to cover that base.
|
I'm not sure what "html post" is. There's no known way (and likely no unknown way either) to push data elsewhere in the UI or outside of EQ2. You can copy a string or number from one place to another, but that's about it. A button press, OnHoverIn event, etc. can pull data from somewhere, and do some basic manipulation, but not really in any way that'd be useful to you. And all the XML would be loaded at startup (or EQ2) so pulling data from a dynamically changing file wouldn't work.
Quote:
|
Originally Posted by Kaldor
For some background on what I am trying: Basically I have a database right now with information and a web page set to read the information and have search strings etc. I am using the HTML viewer to read the page, and I can pass my search variables into it though the URL and it works in game.
|
As far as grabbing data dynamically, this is the only way to do it.
Quote:
|
Originally Posted by Kaldor
I'd like to get out of the HTML window and create a custom window that would pull up the data and show it, and hopefully allow it to be searchable. Any thoughts on this?
|
The HTML window is the only way to pull up dynamic data (not EQ2 dynamic data, I just mean outside data that changes).
Quote:
|
Originally Posted by Kaldor
Again, I know that the map is able to filter out what shows up and what doesn't, is this portable to text only data?
|
The map window doesn't filter out anything (we'll be adding complicated buttons to show/hide certain icons eventually, but the data will still be there). Any showing of maps/icons is just using the hardcoded mapping system to display data.
I'm sure I didn't actually answer all your questions, so reask stuff if you want it clarified or if I was confusing. Also, someone correct me if I'm wrong about any of that.
Quib