Search found 26 matches

by Blue Kodiak
29 Mar 2019, 15:36
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Re: Norton at it again! Heur.advml.b

Submitted to Norton/Symantec.
Hopefully they will fix it.
by Blue Kodiak
29 Mar 2019, 03:06
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Re: Norton at it again! Heur.advml.b

SOTE wrote:
28 Mar 2019, 17:16
You have a group of options that you can try, which may solve the problem:
Will give those a try.
That will have to be another day -- when the full scan has finished.
Over 24 hours now and it's still going. :yawn:
by Blue Kodiak
28 Mar 2019, 18:45
Forum: Ask for Help (v1)
Topic: COMPARE DATES
Replies: 9
Views: 4253

Re: COMPARE DATES

It will need to be in YYYYMMDDHH24MISS order in the clipboard for TimeFormat to recognise it as a date Also you may have to remove any formatting ClipVar = %Clipboard% ; remove formatting FormatTime, ClipVar , ClipVar , yyyyMMdd FormatTime, Today, A_Now, yyyyMMdd If (ClipVar < Today) ; If before las...
by Blue Kodiak
28 Mar 2019, 17:39
Forum: Ask for Help (v1)
Topic: COMPARE DATES
Replies: 9
Views: 4253

Re: COMPARE DATES

feliperrds wrote:
28 Mar 2019, 17:13
FormatTime, clipboard, %clipboard%, yyyyMMdd
But what was on the clipboard?
Was it a valid date that could be used in the FormatTime function?
by Blue Kodiak
28 Mar 2019, 16:43
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Re: Norton at it again! Heur.advml.b

Did you submit a false positive report? You didn't clearly answer the question on that. I said I would do that when the scan is complete. Then I can also select a quarantined file to upload - if I can get one back out of quarantine. I can't restore them from my day-to-day account (the one I'm using...
by Blue Kodiak
28 Mar 2019, 16:26
Forum: Ask for Help (v1)
Topic: Formatting a multi-line Tooltip to align like columns ? Topic is solved
Replies: 34
Views: 6121

Re: Formatting a multi-line Tooltip to align like columns ? Topic is solved

Monospace font and count characters.
I think that's the only way.
by Blue Kodiak
28 Mar 2019, 15:46
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Re: Norton at it again! Heur.advml.b

OMG, the scan is still running, for almost 14 hours now.
605 hits so far but it's not as bad as I thought as most of those aren't significant.
Still not good though. Approximately 150 to 200 AHK 1.1.27.07 executables have been quarantined.
by Blue Kodiak
28 Mar 2019, 15:35
Forum: Ask for Help (v1)
Topic: ToolTip duration problem
Replies: 16
Views: 3907

Re: ToolTip duration problem

This is what it seems to be doing: Forever Call ToolTip2sec with text: token " : 2 seconds `n(" A_ThisFunc " " RegExReplace(A_LineFile ,".*\\") ":" A_LineNumber ")" X coord: 1 Y coord: 1 Layer defaults to 1 as not passed Call ToolTipSec passing the same arguments and also 2000 into the sec parameter...
by Blue Kodiak
28 Mar 2019, 05:51
Forum: Ask for Help (v1)
Topic: ToolTip duration problem
Replies: 16
Views: 3907

Re: ToolTip duration problem

^ It was just an example of how to do it. [i]....some-stuff....[/i] Tooltip , Display-This, , ,1 SetTimer , ClearToolTip1 , 3000 [i]....more-stuff....[/i] Tooltip , Different-Message, , ,2 SetTimer , ClearToolTip2 , 4000 [i].....other stuff.....[/i] .... .... .... .... .... Tooltip , Another-Message...
by Blue Kodiak
28 Mar 2019, 04:32
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Re: Norton at it again! Heur.advml.b

How many of your compiled did it mark as a virus?
See my previous reply.
What version ahk?
I was thinking some might be older ahk basic but it looks like they're all 1.1.27.07 U64
by Blue Kodiak
28 Mar 2019, 04:19
Forum: Ask for Help (v1)
Topic: ToolTip duration problem
Replies: 16
Views: 3907

Re: ToolTip duration problem

Code: Select all

Tooltip , Display-This
SetTimer , ClearToolTip , 3000

.....other stuff.....

ClearToolTip:
Tooltip
SetTimer , ClearToolTip , Off
Return
by Blue Kodiak
28 Mar 2019, 03:54
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Re: Norton at it again! Heur.advml.b

https://www.autohotkey.com/boards/viewtopic.php?f=17&t=62266 ^See this The Norton app "should" have links but thanks anyway. 555 quarantines so far - not counting the popup notification I was getting every few minutes that caused me to start the scan. Maybe around half of those are/were temporary f...
by Blue Kodiak
28 Mar 2019, 03:32
Forum: Ask for Help (v1)
Topic: How can i puase settimer when my game is paused
Replies: 2
Views: 788

Re: How can i puase settimer when my game is paused

Or:

Code: Select all

F6:: Pause, Toggle
Pressing F6 will then toggle all timers on/off
by Blue Kodiak
28 Mar 2019, 03:25
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Re: Norton at it again! Heur.advml.b

report the false positives to norton I might do that after the full scan completes - as long as they don't want me to yield control of my system over to them. I need firewall and antiviral to be safe but I try to keep this system (my development platform) as isolated as possible to reduce the chanc...
by Blue Kodiak
28 Mar 2019, 03:17
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Re: Norton at it again! Heur.advml.b

AHKStudent wrote:
28 Mar 2019, 03:06
All compiled scripts? I do not get any virus alerts
I wasn't getting them yesterday either; you never know what joys tomorrow might bring you.
by Blue Kodiak
28 Mar 2019, 02:22
Forum: Ask for Help (v1)
Topic: Norton at it again! Heur.advml.b
Replies: 15
Views: 7192

Norton at it again! Heur.advml.b

As of a few hours ago Norton has started flagging compiled scripts as High Risk and quarantining them. I say once again because I had the same problem back in 2017. Then it went away. But now it's back. If I remember correctly back in 2017 it also flagged the ahk-basic ahk2exe executable as infected...
by Blue Kodiak
23 Mar 2019, 05:22
Forum: Ask for Help (v1)
Topic: When is a window not a window? WinGet , Tally, Count
Replies: 3
Views: 837

When is a window not a window? WinGet , Tally, Count

I had to modify an old AHK basic script and needed to count the number of open windows. No problem: WinGet , varTally, Count What the ...! The count was many hundreds, sometimes in the thousands. :o Manual count 1, 2, 3. Three Where did the rest reported by WinGet come from? Used WinGet varList, Lis...
by Blue Kodiak
21 Mar 2019, 20:19
Forum: Ask for Help (v1)
Topic: Process Private Memory Usage Topic is solved
Replies: 28
Views: 4990

Re: Process Private Memory Usage Topic is solved

you could get it using WMI: I'd also like to know how it can be obtained using winapi. That works, https://www.autohotkey.com/boards/posting.php?mode=quote&f=76&p=268808# Thank you; the api discrepancy has been bugging me for a while. I'd also like to know how it can be obtained using winapi. Yes m...

Go to advanced search