Text Window Manager

● ARCHIVED · READ-ONLY
Started by ovate 2 posts View original ↗
  1. 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
    AfOkqeJ.gif

    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
  2. Hello!
    Sorry for Necroposting, but this might be the thing I am looking for.
    Is there any way to implement Yanfly Textmessages Codes in it? Like linebreaks, Icon symbols, colours and other code?
    I really really like the messages being there together, moveable, resizeable and not going away until I manually tell them to, but the options I can put into the messages appear to be really limitted (or I just don't know how to use them correctly)
    I have opened a JS-ScriptRequest with the Information on what I plan to do with it, maybe you have a minute of sparetime look into it? That would be highly appreciated, thank you!