How to make text line 'overlap' window (?)

● ARCHIVED · READ-ONLY
Started by randomuser1234 5 posts View original ↗
  1. Hello. 

    I'm messing around with Nicke's HE menu scripts and I have a small problem with one window, the top window on the next picture:


     

    I want that small triangle to disappear. Also the text is cutted out. The text font, size and position is the exact same as the one in the bottom window, also the window height is the same. So I'm not sure what's causing it, can someone help me to solve this problem?

    project:
    http://www.4shared.com/rar/1jfbJVmTce/HEdemo.html
  2. That happens when the height of the help window isn't enough to show the text.


    The top window looks like it's either the help window, or it inherited the help window. while the one below looks like it inherited Window_Base. That actually makes a few differences when it comes to the dimensions that you need to set (based on my experience on editing and making new windows based from the default windows).


    Re-check your set up, you would probably need to increase the height of the help window by a few pixels. :)
  3. I've moved this thread to RGSSx Script Support. Please be sure to post your threads in the correct forum next time. Thank you.
  4. @Shaz sorry for posting on the wrong forum ><
    @Adiktuzmiko yea, when I increase the height of the top window with more 5 or 6px it works. I just thought that since both of the windows just show text and the font types and sizes were the same, both windows should behave the same way. Looks like I was wrong :p Thanks!
  5. from my experience unless you look thru the actual scripts, some things that looks the same could be totally different things, and some things that look totally different could actually be the same. :)