Uhhh how well would a windows lib work on byond. I know they have the current text to screen and stuff with ballon text and chat boxes. But Im talking about a byond lib that would be like windows. Like CreateWin(topx,topy,width,height). That would basically create a window of a specific height with a close button a minimize button a maximize button. They window object would also be resizable and moving the whole window.
I take this would take alot of overhead and would be just better to make a full fledged windows program using C++ and like Win32 API's.
ID:265396
![]() Apr 12 2005, 6:37 am
|
|
HTML is your friend, and the browse function makes use of it. That's about the best you are going to get for actual window creation.
If you want virtual windows in the map view, that is going to be much more complicated and not as pretty though still not too awefully complicated.
The things you mentioned that are already done just stick a bunch of objects on the screen with the desired icons.