Jump to content

Rebar is not working (3.3.8.1, WinXP)


AZJIO
 Share

Recommended Posts

Check out the example in the Help. A handle is returned, but not added to the band.

I've tried to find a difference in the versions of UDF, but could not find the error.

AutoIt3 v3.3.8.1, Windows XP.

 

Restored $tagREBARBANDINFO, now works

$__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"
If @OSVersion <> "WIN_XP" Then $__tagREBARBANDINFO &= ";" & $tagRECT & ";uint uChevronState"
Global Const $tagREBARBANDINFO = $__tagREBARBANDINFO
Edited by AZJIO
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...