Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 3933)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#4072 Fixed _WinAPI_CallWindowProc.au3 example crash - rc:-1073741819 Jpm mLipok
Description

Using _WinAPI_CallWindowProc.au3 I get:

results for autoit3_x64.exe :

>"Z:\AutoItPortable\App\SciTE\..\AutoIt3.exe" "Z:\AutoItPortable\App\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3" /UserParams    
+>13:21:26 Starting AutoIt3Wrapper (pid=12616) 25.205.1420.14 from:SciTE.exe (5.5.8.0)  Keyboard:00000415  OS:WIN_11/2009  CPU:X64 OS:X64  Environment(Language:0809)  CodePage:0  utf8.auto.check:4
+>         SciTEDir => Z:\AutoItPortable\App\SciTE   UserDir => Z:\AutoItPortable\App\SciTE\AutoIt3Wrapper
>Running AU3Check (3.3.18.0)  params:-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7  from:Z:\AutoItPortable\App  input:Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3
+>13:21:26 AU3Check ended. rc:0
>Running:(3.3.18.0):Z:\AutoItPortable\App\autoit3_x64.exe "Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3"    
!!>Failed Setting Hotkey(s):
--> SetHotKey () Restart failed. --> Press Ctrl+F11 to Stop.
>
!>13:21:27 AutoIt3 ended. rc:-1073741819
+>13:21:27 AutoIt3Wrapper Finished.
>Exit code: 3221225477    Time: 2.1298

or

>"Z:\AutoItPortable\App\SciTE\..\autoit3_x64.exe" "Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3" /ErrorStdOut /UserParams
>Exit code: 3221225477    Time: 1.2563

and results for AutoIt3.exe:

>"Z:\AutoItPortable\App\SciTE\..\AutoIt3.exe" "Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3" /ErrorStdOut /UserParams    
>Exit code: 0    Time: 25.7594
#4070 Completed CHM HelpFile should open externall links in default windows browser Jpm mLipok
Description

For example in Running under Windows 64-bit Edition section of the CHM HelpFile

there is:

<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog64/winprog64/file_system_redirector.asp">MSDN</a>

which acts like:

MSDN

but it should be:

<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog64/winprog64/file_system_redirector.asp" target="_blank">MSDN</a>

which acts like:

MSDN

The only change is to use <a href=.......... target="_blank">MSDN</a>

In such case it will open the links out of the CHM file (in deffault Windows Browser) and you avoid errors like in the attached screenshot.

Disscusion: https://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page/41/#findComment-1549691

#4069 Fixed Documentation for: _WinAPI_PrintWindow Jpm mLipok
Description

The documenation for _WinAPI_PrintWindow() is not accurate.

https://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page/40/#findComment-1549386

The third parameter is not Bool it is Int

These 2 following const values ​​can be added to the UDF

0x1 PW_CLIENTONLY Captures only the client area. 
0x2 PW_RENDERFULLCONTENT Used to capture the full content, which is useful for modern applications. 

They can be mentioned in _WinAPI_PrintWindow.txt

Then also _WinAPI_PrintWindow.au3 example can be changed o use global variables.

My EN skills are poor to handle it correctly by my self

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.