Custom Query
Results (103 - 105 of 3841)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1469 | Fixed | _GDIPlus_BitmapCloneArea must use _GDIPlus_BitmapDispose to release | Jon | Beege |
Description |
Currently the documentation states that the user should use _WinAPI_DeleteObject() to release the bitmap created by _GDIPlus_BitmapCloneArea. This is incorrect. Much like _GDIPlus_BitmapCreateFromFile, _GDIPlus_BitmapCreateFromGraphics, and _GDIPlus_BitmapCreateFromHBITMAP, _GDIPlus_BitmapCloneArea must also use _GDIPlus_BitmapDispose to release. |
|||
#1476 | Fixed | _DebugReportVar() example fails | Jon | Beege |
Description |
The example in the documentation for function _DebugReportVar() fails with output: C:\Users\Brian\Documents\_DebugReportVar.au3 (37) : ==> Unable to parse line.: $binary = Binary(0x0102030405060708) $binary = Binary(0x0102030405060708 ERROR AutoIt:3.3.4.0 (Os:WIN_7/X86 Language:0409 Keyboard:00000409 Cpu:X64) |
|||
#1481 | Fixed | _GUICtrlHeader UDF not using correct character set | Jpm | Beege |
Description |
I know I'm not using the correct terminology so I'm sorry about that but for some reason the default character set is non-english. Even more strange, when I set it to use unicodeformat, it will then start to display English characters correctly. I saw this when testing _GUICtrlHeader examples from the documentation. I am posting a snap shot of the header from example _GUICtrlHeader_Create() to better describe what im trying to report. AutoIt:3.3.4.0 (Os:WIN_7/X86 Language:0409 Keyboard:00000409 Cpu:X64) |