Search found 2688 matches

by wolf_II
05 Jul 2019, 18:56
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

I tried again after un-installing Classic shell: All scripts seem to work, all compiled scripts seem to work, Thanks to all for support and hints. :D :dance: AHK x64 works now on my Win 10 system. bye-bye ClassicShell. :( special thanks to JoeWinograd who said the reason must be in my system. That's...
by wolf_II
05 Jul 2019, 18:35
Forum: Ask for Help (v1)
Topic: A_Now versus FileGetTime() timestamps
Replies: 11
Views: 3331

Re: A_Now versus FileGetTime() timestamps

Thx for the clarification, My point was, IF the only reason for your work is To AUTO_Reload , I have a better way. IMHO, A_Now and Launch time are not suitable for the task. As you found out. File timestamps are ok, but you need to remember them, and compare. Independent from Lauch-time. Try this : ...
by wolf_II
05 Jul 2019, 18:19
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

gregster , Thx, for double-telling me, You remember the *.hta issue, don't you? Those that worked for You, and not for me, until I followed some guide. Could there be a coincidence? No, I will find out for myself, but what's your intuition? Anyway, I got to start testing with un-installing the prim...
by wolf_II
05 Jul 2019, 18:14
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

Joe , I find it strange as well to find that AHK x64 behaves oddly on my setup. If I add the fact, that I found before and I remember now, I had to follow some tweaks from the Internet, to get *.hta files to work on my system, maybe there is some trouble coming from "outside", my main suspect is no...
by wolf_II
05 Jul 2019, 17:18
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

Joe, Thank you very very much for your time to double check. :thumbup:

I will not post a bug report for my failure to set up Win 10.

Your (intentional or otherwise) answer still is the best solution for my problem.

You wouldn't know where to look for the settings, by chance?
by wolf_II
05 Jul 2019, 14:59
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

@ gregster Sorry, I must have overlooked, did you say AHK x64 works on Win 10 (1903) for you? All within the current context, of course.
by wolf_II
05 Jul 2019, 14:46
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

@ JoeWinograd Thx, I think so too. I will wait for 24 hrs, in case someone else comes up with a different (better) explanation, before I post a bug report. @ gregster Thx, I am not sure what Lexikos is doing with bug reports, I want to contribute when I find a bug. So far, only one of two bugs I rep...
by wolf_II
05 Jul 2019, 14:29
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

I accepted JoeWinograd's answer for my problem, I just use U32 version for when I need to use TrayTip.

New question: is this worth reporting?
by wolf_II
05 Jul 2019, 14:16
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

@ gregsterThx for picture, I found this settings:
20190705211217.png
20190705211217.png (246.47 KiB) Viewed 6717 times
sorry to fill the forum with pics, but this very useful right now, good pics say more than 1000 words. :)
by wolf_II
05 Jul 2019, 14:04
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

@JoeWinograd Thx for feedback, I confirm, The problem lies: AHK x64 does not work, AHK x32 does work.
further testing: AHK Basic still works.

Edit: all those "working/not working" only with regards to TrayTip on Win 10 (1903)
by wolf_II
05 Jul 2019, 14:01
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

Re: TrayTip not working anymore with Win 10 (1903) Topic is solved

@ gregster Thx for your feedback. I admit, I'm not yet used to Win 10, I might never get used to Win 10. :( Is this where I should look? Confusion lies in terms Icons in notification area and Icons on Taskbar If I look at the correct settings, The following settings are what I found: 20190705205219....
by wolf_II
05 Jul 2019, 13:31
Forum: Ask for Help (v1)
Topic: [solved] TrayTip not working anymore with Win 10 (1903) Topic is solved
Replies: 30
Views: 8714

[solved] TrayTip not working anymore with Win 10 (1903) Topic is solved

I updated to Win 10 version 1903.
My script does not work anymore.

Code: Select all

F1:: TrayTip, Title, Text, 2
What should I do? report? wait for next windows update?
Maybe someone can confirm?
by wolf_II
05 Jul 2019, 10:04
Forum: Ask for Help (v1)
Topic: A_Now versus FileGetTime() timestamps
Replies: 11
Views: 3331

Re: A_Now versus FileGetTime() timestamps

What is your question? Where is your script? It sounds like you want to reload a script automatically, when a included file is updated?
If No, I can't tell the question, but I can tell A_Now is not a command, and the launch time is not suitable for the task.
by wolf_II
04 Jul 2019, 21:14
Forum: Ask for Help (v1)
Topic: Need some help in flow control Topic is solved
Replies: 2
Views: 568

Re: Need some help in logical control Topic is solved

This if statement, and the msgbox below that, is/are unreachable. If (Dvorak = 1) { The remappings don't care about them, They work as normal. Use #If to control the remapping. example(not tested!): #InstallKeybdHook #Persistent ENUS := 0 Dvorak := 0 CapsCtrl := 0 DisWin := 0 ApKb := 0 ApJPKb := 0 ;...
by wolf_II
04 Jul 2019, 08:33
Forum: Ask for Help (v1)
Topic: ActiveX Gui - Why do I have a black boarder on the bottom and side? Topic is solved
Replies: 2
Views: 544

Re: ActiveX Gui - Why do I have a black boarder on the bottom and side? Topic is solved

the border takes on the color of GUI background.

Change to Gui, 3: Color, white for white border
Add Gui, 3: Margin, 0, 0 to remove border

HTH
by wolf_II
03 Jul 2019, 21:53
Forum: Ask for Help (v1)
Topic: Angle betwen two vector Topic is solved
Replies: 13
Views: 2727

Re: Angle betwen two vector Topic is solved

Your picture with helping lines, and numbers: topleft.png #NoEnv #SingleInstance Force CoordMode, Mouse, Client Gui, Margin, 0, 0 Gui, Add, Picture,, topleft.png Gui, Show global Pi := 3.14159265359 global CenterX := 210 ; by eye-ball measurement global CenterY := 210 ; by eye-ball measurement OnMes...
by wolf_II
03 Jul 2019, 19:11
Forum: Ask for Help (v1)
Topic: Angle betwen two vector Topic is solved
Replies: 13
Views: 2727

Re: Angle betwen two vector Topic is solved

in mathematics, This is true: East = 0 North = PI/2 West = PI South = 3*PI/2 Screen coordinates are Y inverted. (often used by games) East = 0 South = Pi/2 West = Pi North = 3*Pi/2 Your game does not use either system. It may be rotated by 90 degrees, with regards to cartesian coordinates (maths), o...
by wolf_II
03 Jul 2019, 18:58
Forum: Ask for Help (v1)
Topic: Angle betwen two vector Topic is solved
Replies: 13
Views: 2727

Re: Angle betwen two vector Topic is solved

Your game could be skewed coordinates. Y lines and X lines are different distances in picture.
Are you sure, you have correct coordinates?
by wolf_II
03 Jul 2019, 18:42
Forum: Ask for Help (v1)
Topic: Angle betwen two vector Topic is solved
Replies: 13
Views: 2727

Re: Angle betwen two vector Topic is solved

I try this, not sure, if I'm off-topic:
When Atan1() gives wrong result, we don't want to angle *= -1. we want angle += Pi or angle -= Pi.
by wolf_II
03 Jul 2019, 18:37
Forum: Ask for Help (v1)
Topic: Angle betwen two vector Topic is solved
Replies: 13
Views: 2727

Re: Angle betwen two vector Topic is solved

DrMckay wrote:
03 Jul 2019, 18:32
For a negative radian just multiply radian * -1 for get a good radian no ?

Because for me good angle its aproxymativly 1.13

I dont undersant :(
I don't understand either, sorry, please try again to say why is 1.13 good for you?

Go to advanced search