Xenos 0 Posted January 25, 2005 This might seem really stupid .. I am trying to use the ProgressOn function and I have limited success. I would like to be able to move the Progress box around and also have it NOT be "always on top" When it says "add up the following" My value would be 18 then? Thanks! opt [Optional] Default is 'always on top/with title' Add up the following options you want: 1 = borderless, titleless window 2 = Without "always on top" attribute 16 = Window can be moved Share this post Link to post Share on other sites
CyberSlug 6 Posted January 25, 2005 Try it Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
Xenos 0 Posted January 25, 2005 I have tried 19, which should be borderless, movable, non-Always on top. It is not always on top, but I can not move it. Ideas? Actually here is the complete syntax I have. You have to include options you want as default with "" or -1 ProgressOn( "Blah Blah...", "", "", -1, -1, 19) Share this post Link to post Share on other sites
Valik 478 Posted January 25, 2005 Of course you can't move it, it doesn't have a tite area/border to grab onto. Share this post Link to post Share on other sites
Xenos 0 Posted January 25, 2005 Of course you can't move it, it doesn't have a tite area/border to grab onto.<{POST_SNAPBACK}>Thats hella lame ok ... Share this post Link to post Share on other sites
Xenos 0 Posted January 25, 2005 It is 18 for a bordered, non-Always on top, with Title ProgressOn box F Y I Share this post Link to post Share on other sites