Jump to content

mescwb

Members
  • Posts

    6
  • Joined

  • Last visited

mescwb's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I made this script in v.3.3.16.1 expecting to be able to send an Enter to a explorer window showing a folder "nilagge", after it's been activated. Since path can vary, at first I opted for loose match to title bars. And after I click on the window the script stays paused forever, the send does not happen (the selected file doesn't open). Apparently the winwaitactive is not finding the window title (?) I 've tried exact match and it then works but I'd want the loose title match / any substring option working, appreciate any help, TIA
  2. msgox in latest scite version works fine, and what I needed in regards of good ole au3record was only to keep it in its own folder and call it from there thanks for your help
  3. Thanks but this version lacks recorder, and I need it since I'm very newbie, still learning basics of autoit and hence it'll let me address quickly the needs that arouse these days in my job. Anyhow, you gave me an idea: I'll try to use latest version for msgbox while keeping .3.3.14.0 recorder in another folder just for when I need it, and will let you know here if msgbox shows up in the latest version when the script is called from scite.
  4. sorry I didn't know au3record was a banned stuff here
  5. I just intalled v.3.3.14.0 (I need the recorder) and associated .au3 with autoit3.exe saved this 1-line script: msgbox (1,"x","y). It works fine if I run it via a doubleclick in explorer, or call via CMD, but If I load and run it in scite (with "F5")... nothing shows up. ... what am I missing? appreciate it (other commands like winwaitactive or mousecick run fine in scite)
×
×
  • Create New...