View Single Post
Old 07-15-2023, 07:44 PM   #2
hendar_of_halas
A Gray Wolf
 
Join Date: Jul 2023
Server: Test
Posts: 4
Default

I am still poking at things a bit, but am kind of stumped.

I really would like to know how to bring up windows and close them using buttons. It is possible that this must be done through client code only, and that the interface is just there to support client commands.

This would be unfortunate, as it would mean that there is no way to modify anything that the client has not been converted to use.

I have been able to get new windows to appear by putting them in index.html, but that does not make them an active part of the UI. I cannot find any mention of the IDs for the individual controls outside of the HTML which defines them.

This seems likely, because when I open the client in a hex editor, I see the item IDs as strings.

hendar_of_halas is offline   Reply With Quote