>The workaround is:
>    $logbox->SendMessage (0x115, 7, 0);   # scroll to bottom
>    $logbox->SendMessage (0x115, 2, 0);   # scroll one page up
>    $logbox->SendMessage (0x115, 1, 0);   # scroll one line down
>
>Or, how about one line per \n in the message plus one for the \n added
>outside the var:
>    $logbox->SendMessage (0x115, 1, 0) while $message =~ /\n|$/g;
>... okay, this lacks readability, but it works, even under 98 :-)

Whoo hoo! The "1" worked perfectly for me. Thanks for hunting this down for me. I appreciate it dearly... You've made the next version of AmphetaDesk (shameless plug: http://www.disobey.com/amphetadesk/) even better...

Morbus Iff
.sig on other machine.
http://www.disobey.com/
http://www.gamegrene.com/


Reply via email to