Hello I need help please.
why do i have a loop
using this:
while(textMetrics(textbox).x < ContainerWidth ){
insted of this:
while(textbox.getSize().x < ContainerWidth ){http://jsfiddle.net/fZQRE/1/ thanks in advance for any support
Hello I need help please.
why do i have a loop
using this:
while(textMetrics(textbox).x < ContainerWidth ){
insted of this:
while(textbox.getSize().x < ContainerWidth ){http://jsfiddle.net/fZQRE/1/ thanks in advance for any support