Shark007 Posted January 17, 2010 Posted January 17, 2010 Is it a known issue that using WinSetTrans($MyGUI,"",180) in an x64 compile does not work as expected?
AdmiralAlkex Posted January 17, 2010 Posted January 17, 2010 Is it a known issue that using WinSetTrans($MyGUI,"",180) in an x64 compile does not work as expected? Works fine for me. Post a reproducer (short but runnable) so we can see the problem. As an example, this works: #AutoIt3Wrapper_UseX64=y $gui = GUICreate("test") GUISetState() WinSetTrans($gui, "", 122) MsgBox(0, "", "") Win7 x64 RC .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Shark007 Posted January 17, 2010 Author Posted January 17, 2010 Thanks for posting that small example. It helped solved my problem. I was placing WinSetTrans after GUICreate Placing it after GUISetState solved the issue. AdmiralAlkex, thanks for the assistance.
AdmiralAlkex Posted January 17, 2010 Posted January 17, 2010 I am happy I could help, even though it wasn't in the way I expected .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now