Użytkownik tdtran tran napisał:
> 1.  The clear function does not permanently clear the text drawn with 
> drawText. For example, I start a simple app with only a textbox and in the 
> command window. I exectute the drawText function on the text box. The text
> is drawn as expected. I think execute the clear command. The drawn text is 
> cleared. However if I re-size the window, the cleared text would reappear.


Hi.

What the clear() method does, it clears background.
You must use removeDrawnObject(...) method before to remove it from the pool.

-- 
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4ebe3708.3050...@rz.onet.pl

Reply via email to