cvocvo 0 Posted June 14, 2010 (edited) So I am trying to get a GUI that I created to dynamically generate. I made a base GUI with Koda and it works great. What I want to do is dynamically create the parts of the GUI window that are displayed based off of different variables. Here is the Koda GUI that works: Removed Here's the snippet of code that I'm working with, an adapted version of the Koda version: Removed The problem I'm having with my adapted version is that only the drive E fields are showing. I'm thinking it has something to do with the way that it's setup with the If statements, but I can't pinpoint the issue. I tried commenting out everything but (example) drive C good or drive E bad, and those show. But I can't get them all to show as they are supposed to. I also attached the bad.jpg and good.jpg files I am using for testing. Does anyone have an idea how this might be accomplished? I don't think this should be as complicated as it seems -- maybe I'm just over-thinking it? Thanks, Edited June 15, 2010 by cvocvo Share this post Link to post Share on other sites
PsaltyDS 39 Posted June 14, 2010 I think they are just all stacked up on top of each other. You didn't adjust the control coordinates. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
cvocvo 0 Posted June 14, 2010 *Palm to forehead* Lapse logic there on my part; I forgot I copied the drive C one and pasted it on down the way so I wouldn't have to type so much, but I forgot to change the control locations back as well. Thanks Share this post Link to post Share on other sites