- Joined
- Dec 16, 2016
- Messages
- 1,054
- Reaction score
- 1,804
- First Language
- English
- Primarily Uses
- N/A
WindowManager - 2017/07/14
Creator name: kido0617
Overview
Able to display multiple text windows at the same time.
Features
- Handled through script calls
Format sample: WindowManager.show(0, 10, 10,180, 80); //show(window#, x, y, width, height)
Text output: WindowManager.drawText(0, "insert texts");
Show picture: WindowManager.drawPicture(0, "cat");
Delete: WindowManager.hide(0);
Delete all: WindowManager.hideAll();
Preview
Credit and Thanks: kido0617
Terms of Use- Free for commercial and non-commercial use.
License - Public Domain
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/ct4qx081ga6gjsu/WindowManager.js?dl=1
Creator name: kido0617
Overview
Able to display multiple text windows at the same time.
Features
- Handled through script calls
Format sample: WindowManager.show(0, 10, 10,180, 80); //show(window#, x, y, width, height)
Text output: WindowManager.drawText(0, "insert texts");
Show picture: WindowManager.drawPicture(0, "cat");
Delete: WindowManager.hide(0);
Delete all: WindowManager.hideAll();
Preview

Credit and Thanks: kido0617
Terms of Use- Free for commercial and non-commercial use.
License - Public Domain
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/ct4qx081ga6gjsu/WindowManager.js?dl=1
Attachments
Last edited: