Jump to content

InvalidSyntax

Members
  • Posts

    10
  • Joined

  • Last visited

InvalidSyntax's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. So I am trying to use this UDF is a tab but for some reason the borders disappear. You can see them when resizing the window but thats about it.
  2. Nevermind got it working. Thanks!
  3. Looks amazing but when I run the script I get the error "can not redeclare a constant"
  4. Doesn't look like you can copy and paste rows though.
  5. Very helpful indeed! Thank you!
  6. Im trying to make a table in a GUI much like one you could build in word. I would like to have it so the user could select rows or columns. What would be the best way to do this?
  7. I've been now messing with AutoIT pretty much the entire day and im getting a much better feel for the way coding goes. I decided to do away with tabs long ago, now working with only buttons instead for now. I still think I wont be able to figure out how to make this INI method work Essentially what the user should be able to do is click a button which will prompt you with a text box and it will add in a button elsewhere. This wont be as hard I can do this on my own im pretty sure. The only problem I think I might run into is spacing. It gets complicated for me here, when that button is created with X name I would like for a folder with that name to be created with its own INI file. In the INI file there will be several different sections each with their own separate string values. In the text fields where the string values go into the user will be able to change them to what ever they want and hit save which will save all of the separate fields for that INI file for that particular button. Right now I have just gotten it to print off different parts of an INI depending on which button is pressed, but not able to get that information into a text box yet.
  8. An offline version of this would be amazing!
  9. I am trying to add in a feature to this GUI that allows users to add things such as tabs, and changing fields on their own and then later save it (most likely to a ini). On the top right of the GUI there will be a button for editing and it will unlock many fields for them to edit in. Next to each field there will be (edit) (save) which i would like to be previously hidden until the edit button was clicked, which will allow them to edit/save respectively and at the bottom "save page" to save every change that was made. What would be the best way about going about doing this? Thank you in advanced.
×
×
  • Create New...