Menu

sonar daw minimize window and maximize window, and turns empty.

Dr.No
2014-10-08
2016-04-04
  • Dr.No

    Dr.No - 2014-10-08

    hi,
    I recently wrote a plugin like jaydlay template and runs well on vsthost but on Sonar daw to minimize and maximize, the window turns empty.
    when move the mouse over the plugin's window, it's re-refresh the content.

    I have this code trying to fix it but had no luck,

    in JayDLayGUI:

    this.addWindowListener(new WindowAdapter(){
    @Override
    public void windowDeiconified(WindowEvent e){
    System.out.println("maximiza!!!");
    gui.repaint();
    }
    }
    });

    Any ideas?

     
  • therealjuanmartinez

    I can't offer any help, but I'd love to know if you ever figured this one out

     

Log in to post a comment.