Hello,
I am using mini-windows to develop a client (more or less), and I've ran into a small issue I can't quite figure out how to solve.
I've managed to create a miniwindow, and use the "movewindow" library to allow it to be movable. This is awesome. However, I'm using the TextRectangle to resize the output window. Whenever I try to initialize the movewindow pack for that as well, I keep getting errors such as "no window with the name X exists".
I can verify the window doesn't exist using the code found on http://www.mushclient.com/mushclient/mw_creation.htm to print out the available window names. So my question is this.. how can I make the output window resizable/draggable like a miniwindow implementing the movewindow library?
I am using mini-windows to develop a client (more or less), and I've ran into a small issue I can't quite figure out how to solve.
I've managed to create a miniwindow, and use the "movewindow" library to allow it to be movable. This is awesome. However, I'm using the TextRectangle to resize the output window. Whenever I try to initialize the movewindow pack for that as well, I keep getting errors such as "no window with the name X exists".
I can verify the window doesn't exist using the code found on http://www.mushclient.com/mushclient/mw_creation.htm to print out the available window names. So my question is this.. how can I make the output window resizable/draggable like a miniwindow implementing the movewindow library?