BlazeLondon Posted March 7, 2006 Share Posted March 7, 2006 has anyone else had problems with gui corruption? it seems that my gui looks fine on most pcs but older ones and intel chipsets show gui corruption. the transparent images sometimes make the background show through the parent gui, othertimes not, always fixed by minimise and maximise. sometimes odd other bits of corruption as well. new pcs / laptops seem absolutely fine. $main= (this is the main GUI) etc GuiSetState(@SW_Show) WinSetState( "Q-Backup" & " version " & $v & " Setup and Installation Wizard","",@SW_RESTORE) ; this adds gif files with transparency $pic1 = GUICreate("", 173, 35, 5, 20,$WS_POPUP,BitOr($WS_EX_LAYERED,$WS_EX_MDICHILD),$main) GuiCtrlCreatePic("wizlog.gif",1,2, 173,35,"",$WS_EX_TRANSPARENT) GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT) $pic2 = GUICreate("", 63, 55, 570, 20,$WS_POPUP,BitOr($WS_EX_LAYERED,$WS_EX_MDICHILD),$main) GuiCtrlCreatePic("1.gif",1,2, 63,55,"",$WS_EX_TRANSPARENT) GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT) GUISetState(@SW_SHOW,$pic1) GUISetState(@SW_SHOW,$pic2) Link to comment Share on other sites More sharing options...
cppman Posted March 7, 2006 Share Posted March 7, 2006 i never get that error... i got an Intel Celeron Proccessor, and an Intel graphics card.... Miva OS Project Link to comment Share on other sites More sharing options...
BlazeLondon Posted March 7, 2006 Author Share Posted March 7, 2006 i never get that error... i got an Intel Celeron Proccessor, and an Intel graphics card....like i said only on some systemssomething to do with video drivers i would imagine Link to comment Share on other sites More sharing options...
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