View Single Post
  #13  
Unread 06-08-2009, 02:53 PM
oleega oleega is offline
A Brown Bear
 
Join Date: Apr 2006
Server: Blackburrow
Posts: 11
Default

Here is my confusion. The progress bar, when created is named Bar
and so that is how we reference it to either query its Progress attribute or to
set the value of the color. So ... In order to rename the progress bar from Bar to something else, I need to first reference it as Bar - so do I query it as Bar then rename it to FooBar for instance, THEN change the color?
OR Do you mean that I should not make the name of the progress bar the default name from the start?
I am not sure what the default is but in case that is what you mean will try it with the name of FooBar in the first place and see what I can see.


The answer to the last question is no, not a typo - it is changing the text that is defined in code not showing in the snippet.

Last edited by oleega : 06-08-2009 at 02:59 PM.
Reply With Quote