Juvinious,
Frodo and I found out that you were using a WindowID that is already in use by myExplorer!
Could you please change this to another number?
Details:
Thanks a lot!
& keep it up
Daniel
Frodo and I found out that you were using a WindowID that is already in use by myExplorer!
Could you please change this to another number?
Details:
Code:
GUIExplorer.cs
public class GUIExplorer : GUIWindow
{
public static int WINDOW_STATUS = 770;
MyLaunch.cs
public class MyLaunch : GUIWindow, ISetupForm
{
public static int WINDOW_STATUS = 770;
both plugins are using 770!
Thanks a lot!
& keep it up
Daniel