How to remove an image from a window?
#4
That's because the actual image is never disposed. Add this.

Code:
class Window_Map < Window_Base
  def dispose
    super
    @Map_Image.dispose
  end
end
Reply


Messages In This Thread
[Resolved] How to remove an image from a window? - by Charlie Fleed - 07-12-2009, 10:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Image transitions FriKitty 2 2,051 11-24-2024, 05:00 AM
Last Post: DerVVulfman
   Sorting Items in Shop Window Mel 13 21,462 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Showing only specific skills in a window Mel 2 7,077 01-12-2016, 01:34 PM
Last Post: Mel
  Changing Window Styles in Game JackMonty 8 12,872 03-22-2013, 11:54 PM
Last Post: JackMonty
   Something I noticed about the Advanced Shop Status Window yamina-chan 5 11,231 08-21-2011, 09:16 PM
Last Post: yamina-chan
   [Atoa SBS] Changing the command window font MegaPowerNinja 3 9,587 04-12-2011, 10:23 PM
Last Post: Victor Sant
   Repositioning the actor command window. MegaPowerNinja 4 10,658 04-12-2011, 05:21 AM
Last Post: MegaPowerNinja
   Need Help on Making Battle Status Window riou 4 12,431 03-22-2011, 06:04 AM
Last Post: Victor Sant
   Window Visibility Problem computerwizoo7 7 13,131 05-10-2010, 05:53 PM
Last Post: deValdr
   Message Window Trouble afters 1 4,979 04-13-2010, 01:27 AM
Last Post: vgvgf



Users browsing this thread: 1 Guest(s)