Custom Query
Results (76 - 78 of 3876)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2432 | Fixed | $tagREBARBANDINFO in StructureConstants.au3 | Mat | Starg |
Description |
GuiReBar UDF doesn't work correctly on Windows XP due to the wrong $tagREBARBANDINFO in StructureConstants.au3. I think this Global Const $tagREBARBANDINFO = "uint cbSize;uint fMask;uint fStyle;dword clrFore;dword clrBack;ptr lpText;uint cch;" & _ "int iImage;hwnd hwndChild;uint cxMinChild;uint cyMinChild;uint cx;handle hbmBack;uint wID;uint cyChild;uint cyMaxChild;" & _ "uint cyIntegral;uint cxIdeal;lparam lParam;uint cxHeader" & ((@OSVersion = "WIN_XP") ? "" : ";" & $tagRECT) & ";uint uChevronState" should be Global Const $tagREBARBANDINFO = "uint cbSize;uint fMask;uint fStyle;dword clrFore;dword clrBack;ptr lpText;uint cch;" & _ "int iImage;hwnd hwndChild;uint cxMinChild;uint cyMinChild;uint cx;handle hbmBack;uint wID;uint cyChild;uint cyMaxChild;" & _ "uint cyIntegral;uint cxIdeal;lparam lParam;uint cxHeader" & ((@OSVersion = "WIN_XP") ? "" : ";" & $tagRECT & ";uint uChevronState") |
|||
#3676 | Rejected | $tagResource Help lacks some DisplayTypes | Jpm | anonymous |
#2964 | Fixed | $tagWNDCLASS | Melba23 | Cythor |
Description |
Hello! :) The $tagWNDCLASS struct in the WinAPISys.au3 is wrong. $tagWNDCLASS = 'uint Size;uint Style;ptr hWndProc;int ClsExtra;int WndExtra;ptr hInstance;ptr hIcon;ptr hCursor;ptr hBackground;ptr MenuName;ptr ClassName;ptr hIconSm' Look here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms633576(v=vs.85).aspx The Size and hIconSm elements are not given. |
Note: See TracQuery
for help on using queries.