Jump to content

Ultimist

Members
  • Posts

    7
  • Joined

  • Last visited

Ultimist's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Ok, I got it to work... but the included "image3.jpg" will not display in any of the example scripts, nor will any other *.jpg I replace it with. Does this not work correctly with JPG's?
  2. These aren't working for me. Can someone tell me where exactly I am supposed to extract the zip files from the first post? Thanks.
  3. Thanks Yoriz. That's exactly what I was looking for.
  4. I'm working on a small app with a simple GUI. When a user presses a certain button on the GUI, an InputBox window opens up... but it seems I can still access the main GUI window and press the button again while the InputBox is still open. This causes the problem of another InputBox opening after I close the first one. How can I block access to the main window while any other window or input box is opened? Thanks.
  5. Thanks. Didn't realize melba was referring to an inbuilt function of AutoIt, until I looked, lol.
  6. Thanks, Melba. Do you know where I can find FileInstall? Thanks.
  7. I made a little test application with a simple gui that displays a picture and a few buttons. When I used aut2exe, it created the executable. But when I moved the picture file referenced in the script, to a different folder on my computer, the exe doesn't show the picture when loaded. So I'm assuming that the compiler didn't include my picture in the compilation of the script to an exe. Is there a way to do this? Being able to compile to exe seems pointless if anyone else who wants to use it has to have all the images in the same place that I do. Maybe this can be accomplished more easily than I think? Thanks.
×
×
  • Create New...