Custom Query (3931 matches)
Results (217 - 219 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #789 | No Bug | Avast! make virus alert when converting even an completely empty script into exe. | ||
| Description |
|
|||
| #791 | No Bug | EnvGet returns wrong value for PROCESSOR_ARCHITECTURE AMD4 | ||
| Description |
EnvGet returns x86 as the PROCESSOR_ARCHITECTURE on my Win XP Pro 64bit system. I used the latest AutoIt3 - v 3.3.0.0 from Dec 24th. I have not found any way to identify a 64 bit OS from an AutoIt3 scripts. MsgBox(4096,"EnvGet does not get correct architecture",EnvGet("PROCESSOR_ARCHITECTURE"))
# This is a Win XP 64 bit machine - Command line shows:
# C:\temp>echo %PROCESSOR_ARCHITECTURE%
# AMD64
# BUT, EnvGet returns x86
# AutoIt 3.3 released Dec 24th
|
|||
| #794 | No Bug | Listviews with checkboxes doesn't work "properly"....in my opinion | ||
| Description |
I'm too lazy right now to take apart my code to show an example, so hopefully what I say is understandable. I set up a listview in conjunction with a WM_Notify function. When the CELL of the checkbox is clicked, it registers but the box isn't checked, which throws off my function. I believe that if the surrounding cell is clicked the checkbox should be checked as well. If this is not a "bug" I think this should be how it functions...unless there is a specific reason why it isn't like that. Note: As a workaround I tried to put in the function to check if the checkbox is checked after there is a register on that item and then check it if it isn't checked...so if someone clicks the surrounding cell...but that doesn't work at all. |
|||
