Jump to content

Dana

Active Members
  • Posts

    303
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Dana got a reaction from argumentum in FileSetTime issue   
    Just being silly, really.  The code snippet is just test code to demonstrate the issue.  The real program is a flight data analysis app which reads an airport location database from a text file and displays the database file date at program startup.  It then uses the database to identify stops in a GPS track log.  If the file is missing the program creates it, padding it with one line of data, that line being the location of the Wright Brothers' first successful flight... so just for fun I used the date and time of that flight.  That date will of course change the first time the file is edited with the user's real data.
  2. Haha
    Dana reacted to JockoDundee in Can you fix the HotKeySet and @HotKeyPressed   
    Imagining what V. would say to that
  3. Like
    Dana got a reaction from argumentum in Problems after upgrading to Windows 10   
    It looks like running the program as admin and turning off UAC fixed it.  Still not clear why that would cause a random failure like this, unless something (Excel integration?) was just on the hairy edge of timing out.  A little over 1000 cycles with no error last night and this morning.
    I'm using Excel so others can find and view the data without having to worry about the import options.
  4. Like
    Dana got a reaction from FrancescoDiMuro in Can't get script to execute program   
    I see you have it working, but I'll just comment:  You don't need a return value, or should I say, the Run command returns a value whether you use it or not.  But looking at the return value while you're debugging (for example in a message box or console write) can sometimes help you figure out why it isn't working.
  5. Like
    Dana got a reaction from mlazovjp in Serial Port /COM Port UDF   
    Any chance there will be a 64 bit version at some point?
  6. Like
    Dana reacted to water in Solution Unable to open the script file...?   
    Problem solved!
    Behavior Monitoring has to be disabled for Aut2Exe.exe.
  7. Like
    Dana reacted to TwoBeSeen in Solution Unable to open the script file...?   
    Hi, I am having the same problem, even stated it as a bug here in the bug tracker
    https://www.autoitscript.com/trac/autoit/ticket/3183
    As you can see, the bug (it IS a bug) was closed shortly after creation.
    Why it is a bug: Trust me I am a pro in computers. If something doesn't function in a normal environment (and having anti virus software in W7 is quite normal) it is a bug. It doesn't matter wether the problem lies in Windows (MS won't care much) or in the anti virus software (they won't care either) is not relevant. Because the x64 compiler works perfectly is another hint that it IS a bug.
    Because I work with AutoiT in my companies W7 environment I am not able to disable anti virus. So what.... If it is a race condition: Make a wait/sleep optional parameter in the aut2exe compile process as a workaround or just fix the BUG.
    So pretty pretty please: Reopen the bug in the bug tracker ;-)
     
×
×
  • Create New...