Lemures Posted June 28, 2007 Posted June 28, 2007 (edited) latest question in my latest post... this original post was badly worded. Edited June 28, 2007 by Lemures
lod3n Posted June 28, 2007 Posted June 28, 2007 Well, you can use _IECreateEmbedded with _IEDocWriteHTML to do exactly what you're describing, but it just seems like what you're trying to do could be more easily accomplished with a regular GUI window, with labels for the percentages, using GUICtrlSetColor to change the colors. [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
Bert Posted June 28, 2007 Posted June 28, 2007 I second that one. It isn't hard what you want to do The Vollatran project My blog: http://www.vollysinterestingshit.com/
Lemures Posted June 28, 2007 Author Posted June 28, 2007 Well, you can use _IECreateEmbedded with _IEDocWriteHTML to do exactly what you're describing, but it just seems like what you're trying to do could be more easily accomplished with a regular GUI window, with labels for the percentages, using GUICtrlSetColor to change the colors.Ok, I've done this, but the Obj created now has that "sunken" look. Any way to remove this border? I cannot figure it out.
lod3n Posted June 28, 2007 Posted June 28, 2007 $oIE.document.body.style.border = "0px" $oIE.document.body.scroll = "no" [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
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