Acerd Posted December 21, 2015 Posted December 21, 2015 http://pastebin.com/BApAqs1xwhenever i try to start the script , nothing happens , gui doesnt show up and logger doesnt say that script has started in pastebin is my gui and onStart() (this happend after i rewrote some of my gui + added a checkbox)
Whiterose Posted December 21, 2015 Posted December 21, 2015 What's the gui param? We need to see that.
Rhodry Posted December 21, 2015 Posted December 21, 2015 If you change the gui1muk to the frame 2, that should replenish the ckbox to code 0173 and may end up as "AyeFletcher" 3
Chris Posted December 21, 2015 Posted December 21, 2015 If you change the gui1muk to the frame 2, that should replenish the ckbox to code 0173 and may end up as "AyeFletcher" confirmed best way to go
Acerd Posted December 21, 2015 Author Posted December 21, 2015 If you change the gui1muk to the frame 2, that should replenish the ckbox to code 0173 and may end up as "AyeFletcher"
Explv Posted December 24, 2015 Posted December 24, 2015 http://pastebin.com/BApAqs1x whenever i try to start the script , nothing happens , gui doesnt show up and logger doesnt say that script has started in pastebin is my gui and onStart() (this happend after i rewrote some of my gui + added a checkbox) Move: gui.setVisible(true); To the end of your GUI method.