galpha Posted May 17, 2004 Share Posted May 17, 2004 I want to have this control style to my GUI progress bar: PBS_SMOOTH / 0x01 / Displays progress status in a smooth scrolling bar instead of the default segmented bar. Now I'm trying to get it to work with my progress bar: $PROGRESS_1 = GUISetControl("progress", "Progression", 160, 90, 180, 40) How I do it , I tried lot of stuffs and it never works Link to comment Share on other sites More sharing options...
Josbe Posted May 18, 2004 Share Posted May 18, 2004 @galpha: What OS? (only is for a suspicion...) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
galpha Posted May 18, 2004 Author Share Posted May 18, 2004 Larry, I tried it and it does nothing at all, it still do the same thing with the progress bar. BTW: OS is windows XP Link to comment Share on other sites More sharing options...
Josbe Posted May 18, 2004 Share Posted May 18, 2004 XP...mmm...recently I has this mistake under WinXP.I know that, under Win2K works fine.Maybe be a bug... I will check this example under WinXP... AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
galpha Posted May 18, 2004 Author Share Posted May 18, 2004 Ok your right larry, Works with windows classic theme. So it meens that there's no way to do this in XP ? Link to comment Share on other sites More sharing options...
Valik Posted May 18, 2004 Share Posted May 18, 2004 In XP, the display is being overriden by the user's choice of theme, not the programmer's. Link to comment Share on other sites More sharing options...
Josbe Posted May 18, 2004 Share Posted May 18, 2004 In XP, the display is being overriden by the user's choice of theme, not the programmer's.mm...good point. It's good to know that... AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta 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