jmangrum 0 Posted December 31, 2003 Share Posted December 31, 2003 Is there a way to make the text in the progress bar smaller? By the way, the program is looking great, and has helped me out a great deal. Thanks Joseph MangrumCCNA, CNA, MCP, Network+ Link to post Share on other sites
scriptkitty 1 Posted December 31, 2003 Share Posted December 31, 2003 (edited) Have you looked into SplashText SplashTextOn -------------------------------------------------------------------------------- SplashTextOn("title", "text" [, w] [, h] [, x pos] [, y pos] [, opt] [, "fontname"] [, "fontsz"] [, "fontwt"]) Creates a customizable text popup window fontname Optional font to use. (default is the OS default GUI font) fontsz Optional font size. (default is 12) fontwt Optional font weight (0 - 1000, default = 400 = normal). Many more options than the standard progress splash bar. ProgressOn("Hi I like Candy", "I like gumdrops","",300,100) SplashTextOn("Hi I like Candy", "I really like Chocolate",300,150 ,10 ,10 ,2, "", 25 ,1000 ) MsgBox(1,"","test" ) Edited December 31, 2003 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers. Link to post Share on other sites
jmangrum 0 Posted December 31, 2003 Author Share Posted December 31, 2003 Yes, I have. I have done that, and works great. I was just wondering about the progress bar, as this makes it look alot more professional. I have a tendency to put in long text on it, but ut's nothing crucial just wondering if this could be done. Thanks scriptkitty Joseph MangrumCCNA, CNA, MCP, Network+ Link to post Share on other sites
spt 0 Posted January 9, 2004 Share Posted January 9, 2004 if it gets too long for the Progress Bar i think the end will display as ... doenst really matter, unless its important that you must see it.... Otherwise dont get bent out of shape about it. ~~ Safeguarding The Land ~~ Link to post Share on other sites
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