Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Text Window Manager
- Original author: ovate
- Original date: June 13, 2018
- Source thread: https://forums.rpgmakerweb.com/threads/text-window-manager.96436/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
WindowManager - 2017/07/14 Creator name: kido0617 Overview Able to display multiple text windows at the same time.
Archived First Post
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
Features Mentioned
- 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
- "lightbox_close": "Close",
- "lightbox_next": "Next",
- "lightbox_previous": "Previous",
- "lightbox_error": "The requested content cannot be loaded. Please try again later.",
- "lightbox_start_slideshow": "Start slideshow",
- "lightbox_stop_slideshow": "Stop slideshow",
- "lightbox_full_screen": "Full screen",
- "lightbox_thumbnails": "Thumbnails",
- "lightbox_download": "Download",
- "lightbox_share": "Share",
- "lightbox_zoom": "Zoom",
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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 Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...