|
From: Johan L. <jo...@ba...> - 2002-01-24 15:29:05
|
At 09:25 2002-01-24 -0500, Scott Campbell wrote: >Yes, this is very simple and works! Thank you. >My one wish is that whenever text is sent to the main gui window, it >would append it on, and not overwrite the current text already in the >window. But I don't see a simple way to do this. Try this (untested): Win32::GUI::Text( $hwind, Win32::GUI::Text($hwind) . $text ); Why does that work? (if it works :) $win->Text() returns the text. /J -------- ------ ---- --- -- -- -- - - - - - Johan Lindström Sourcerer @ Boss Casinos jo...@ba... Latest bookmark: "Managing IMAP Chapter 9 Cyrus System Adminis..." http://www.oreilly.com/catalog/mimap/chapter/ch09.html |