Popup Window

● ARCHIVED · READ-ONLY
Started by Vlue 4 posts View original ↗
  1. Popup WIndow v1.1
    By Vlue
    Introduction
    Message boxes are nice for displaying information, but they can be just so bulky and unwiel.. uh unweild.. hmm.. unyielding? I give up, you win spell check. This script let's you popup up a window that's only as big as it needs to be and displays whatever information you want, and also takes all the same escape codes you can use in messages. I think. For the most part anyways.

    Features
    - Popup a window with text. Woot.

    Screenshots
    5DN8ndl.png
    Ignore what the popup says, 'you' can't do that. (The screenshot would've been perfect for a banana joke, but I'm too lazy to make another)

    How to Use
    Plug and play, script calls to popup windows as usual.

    Script
    On the pastebin~ http://pastebin.com/duNznMc4

    FAQ
    Q: The escape codes aren't working! (Not a question, and no one asked, but I'm sure someone will)
    A: Check the header of the script, it explains.

    Credit and Thanks
    - By Vlue
    - Free to use in any project, commercial or otherwise, with credit given

    Author's Notes
    ... post the rest...
  2. Great idea. Love the look. However, I'm getting the error.... 

    Script 'Popup Window' line 26:NameError occurred.

    uninitialized constant Object::Window_Base

    Please advise. :)  
  3. You have the script pasted too high in the list. It needs to be below Window_Base.


    As a rule, new scripts are placed below Materials and above Main Process.
  4. Thank you kindly. This resolved my issue completely.