| Author |
Message |
Forum: Issues Topic: WinMove does not work correctly under RemoteDesktopSessHost |
| KalleW |
|
Posted: April 23rd, 2010, 10:56 pm
|
|
Replies: 0 Views: 466
|
| for the following configuration: -- Win Server 2008 R2 -- Win XP-32 / Vista-64 / Win7-64 (tried all three) running programs on the server under the control of the German:"Remotedesktop-Sitzungshost" / English: "Remote Desktop Session Host" All systems above: supplied with the lat... |
|
 |
Forum: Issues Topic: INIWrite appends more nonprintable chars with each update |
| KalleW |
|
Posted: April 7th, 2010, 11:32 am
|
|
Replies: 5 Views: 910
|
Thanks for clarification
... and thanks for the links. |
|
 |
Forum: Issues Topic: INIWrite appends more nonprintable chars with each update |
| KalleW |
|
Posted: April 4th, 2010, 10:32 am
|
|
Replies: 5 Views: 910
|
As we see from the last example the double quotes are included in the INI file. That will be why it worked: the last double quote is a printable char so you may write:
Code: AWNr_Koord = %AW_Title% %CUT% %AW_1% %CUT% %AW_2% %CUT% %AW_3% %CUT% %AW_4% "
or any other printable character. |
|
 |
Forum: Issues Topic: INIWrite appends more nonprintable chars with each update |
| KalleW |
|
Posted: April 3rd, 2010, 9:47 pm
|
|
Replies: 5 Views: 910
|
| Thanks for the workaround. CUT := Chr(2) ; the INI file shows these as "STX" (Start of TeXt) e.g. when using Notepad++ AW_Title=Title AW_1=No-1 AW_2=No-2 ; AW_4=No-4 AWNr_Koord = %AW_Title% "%CUT%" %AW_1% "%CUT%" %AW_2% "%CUT%" %AW_3% "%CU... |
|
 |
Forum: Support Topic: Notepad ++ code support |
| KalleW |
|
Posted: March 26th, 2010, 12:06 pm
|
|
Replies: 57 Views: 2481
|
Oh, ... then: Thanks AEN !!! |
|
 |
Forum: Support Topic: Notepad ++ code support |
| KalleW |
|
Posted: March 26th, 2010, 11:01 am
|
|
Replies: 57 Views: 2481
|
@Mr_and_Mrs_D: Thanks looks very nice.
I removed both fontSize="12" to fontSize="" and had the line spacing I liked. |
|
 |
Forum: Issues Topic: INIWrite appends more nonprintable chars with each update |
| KalleW |
|
Posted: March 25th, 2010, 8:03 pm
|
|
Replies: 5 Views: 910
|
| The long write up: When a string to be updated with INIWrite ends with let's assume 2 nonprintable characters (e.g. Ctrl+B) with each rewrite 2 more nonpr. chars Ctrl+B are appended to the updated line in the INI file. This means: the string in the INI file ends with 2 "STX" = Chr(2). With... |
|
 |
Forum: Suggestions Topic: LISTVARS enhanced: Length / Scroll to / Wildcards |
| KalleW |
|
Posted: September 24th, 2009, 9:43 pm
|
|
Replies: 2 Views: 550
|
| No comment ?? no other users interested ? No comment by you who develop Autohotkey ?? How do YOU debug your programs (besides using msgbox and tooltip??) I think that debugging should show exactly what you want and need to see and do this in the easiest way. And it looks that you have a more easy wa... |
|
 |
Forum: Suggestions Topic: LISTVARS enhanced: Length / Scroll to / Wildcards |
| KalleW |
|
Posted: August 26th, 2009, 8:47 pm
|
|
Replies: 2 Views: 550
|
| 1. Thanks for this (Autohotkey) great system, especially the good Help May be an enhanced LISTVARS would be interesting: 2.1 Specifying the maximum length of the contents of a variable shown (numbers of characters to be shown in Listvars): Specially when looking at filenames (think of a path in &quo... |
|
 |
Forum: Support Topic: Tooltip creates Hwnd-ID of Winget with SetTitleMatchMode, 2 |
| KalleW |
|
Posted: June 21st, 2009, 12:52 pm
|
|
Replies: 4 Views: 948
|
Lexikos wrote: excluding "false positives" ...
YES you are right. You asked the right question.
Searching for title and ahk_class is the solution: Works very well.
Many thanks to you and to Nick for your help. |
|
 |
Forum: Issues Topic: IfWinExist/Active /() reports false for active window |
| KalleW |
|
Posted: June 20th, 2009, 3:11 pm
|
|
Replies: 24 Views: 5057
|
|
 |
Forum: Support Topic: Tooltip creates Hwnd-ID of Winget with SetTitleMatchMode, 2 |
| KalleW |
|
Posted: June 20th, 2009, 2:48 pm
|
|
Replies: 4 Views: 948
|
| Moin moin nick, THANK YOU for the great idea (did you encounter that difficulties before??). Then I can work around the problem. Ok, let's avoid bug: I think "not expected" would be better. (joke: MS would say: "It's not a bug, it's a feature." /joke) May be someone (Chris??) cou... |
|
 |
Forum: Support Topic: Tooltip creates Hwnd-ID of Winget with SetTitleMatchMode, 2 |
| KalleW |
|
Posted: June 17th, 2009, 8:03 pm
|
|
Replies: 4 Views: 948
|
| /* AHK 1.0.48.03 / XP SP3 all MS-Patches The problem: When "the" tooltip in the below program is active WinGet or WinExist() always returns an ID on the second pass (with SetTitleMatchMode, 2). Please have a look at the output of FileAppend. Does anyone have a good idea - ... |
|
 |
Forum: Announcements Topic: Beta version pre-v1.0.48: Up to 3x faster performance |
| KalleW |
|
Posted: January 6th, 2009, 2:42 pm
|
|
Replies: 128 Views: 51836
|
| It would also be good to have some date/time functions to provide a more intuitive way to compare and manipulate dates and times. Here they are: http://sourceforge.net/projects/datetimelib/ In short: Library routines for computation of date and time functions since the Gregorian Calendar was introd... |
|
 |
Forum: Announcements Topic: Beta version pre-v1.0.48: Up to 3x faster performance |
| KalleW |
|
Posted: January 6th, 2009, 12:09 pm
|
|
Replies: 128 Views: 51836
|
| Hi Chris, really great the idea of storing the real number as binary (Real*8 = Double = precision 15 decimal digits) and not as a string and thanks for your work. I was waiting for that: Date + time calculation starting in 1582 needs 14 digits for msec precision. Used "SetFormat Float 0.16E&quo... |
|
 |
| Sort by: |