Jump to content

SlowCoder74

Active Members
  • Posts

    178
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SlowCoder74

  1. That was the ticket! I told you it was stupid.
  2. $frmMain = GUICreate("My Form", 349, 449, -1, -1) ... GUICtrlSetState($frmMain,$GUI_DISABLE) ... GUICtrlSetState($frmMain,$GUI_ENABLE) I'm guessing, either I'm not calling the GUICtrlSetState function correctly, or the function doesn't work form-wide.
  3. Hey all. New member, and new AutoIT user! I'm doing a couple of projects for work, and I've been asked to modify some existing AutoIT code. As I'm familiar with VB scripting, I'm finding it easy to get along in AutoIT. However, one of these projects has a lot of GUI elements. As they ask me to add objects to the GUI, I will need to be able to move objects around on the window. To ease the transition, I'd like to know if it's possible to do either of these: 1. Can a form frame, like in VB, be created as a container for child GUI objects, thereby allowing me to move the frame without having to change the position of each object? 2. Is there a way to obtain the left/top position of, say, a title label, so that I can use it as a reference for positioning other objects? Thanks.
×
×
  • Create New...