roguehippo Posted September 13, 2016 Share Posted September 13, 2016 (edited) hello, i have recently run into a problem with my gui not showing up and i cant seem to find out why. i dont really know where it is breaking because there are no errors. i was wondering if anyone has experienced this or would know what is going wrong. here is what it looks like now https://gyazo.com/dc5a3afa0fda0b0ba8488cbba0283130 here is what it is supposed to look like https://gyazo.com/1780f74135709cc60879262acd86477f and here is what it looks like in eclipse windows builder (what im using to make it all) https://gyazo.com/3be9359f67b70ee409933ee5963dc488 i havent really made too many changes to the gui code by hand so i dont know what the problem could be. sorry if my details are too vague it also stops my program from ever starting. Edited September 13, 2016 by roguehippo Quote Link to comment Share on other sites More sharing options...
Saiyan Posted September 13, 2016 Share Posted September 13, 2016 Have you tried extending the panels? and the main panel a bit more Not sure if this would help Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted September 13, 2016 Share Posted September 13, 2016 Did you add the components to the panel? Try using a different layout manager Quote Link to comment Share on other sites More sharing options...
Eagle Scripts Posted September 13, 2016 Share Posted September 13, 2016 Sometimes I get this aswell, try to click on the osbot client once this happens. The missing items should then get loaded. Quote Link to comment Share on other sites More sharing options...
Alek Posted September 13, 2016 Share Posted September 13, 2016 Probably the layout having a conflict or the containers overlapping. Quote Link to comment Share on other sites More sharing options...
Botre Posted September 13, 2016 Share Posted September 13, 2016 Post the code. Quote Link to comment Share on other sites More sharing options...
roguehippo Posted September 13, 2016 Author Share Posted September 13, 2016 just got back from classes, @saiyan what do you mean by extending the panels im just a bit confused. these problems occurred after i tried to add the "eat at %" here is the code : http://pastebin.com/wSygaX3m Quote Link to comment Share on other sites More sharing options...
roguehippo Posted September 14, 2016 Author Share Posted September 14, 2016 (edited) in the gui design window i test it and it looks fine but it wont work on osbot i tried giving the object more room and making the panel bigger but it wont work is there a max height osbot lets a gui be? edit 2: ive been messing with some stuff and when changing the layout of the Food Bank panel makes different amount of boxes show up for each layout. is there a way to fix this edit 3: after removing the "eat at" label and the percent typing box it magically works. on to the next problem Edited September 14, 2016 by roguehippo Quote Link to comment Share on other sites More sharing options...