Hello,
I have release new version of Win32::GUI::DIBitmap and Win32::GUI::AxWindow.
Win32::GUI::DIBitmap = add new load/save image format and some image
manipulation.
Win32::GUI::AxWindow = Add ActiveX Control Hosting.
See more at : http://perso.club-internet.fr/rocherl/Win32GUI.html
Laurent.
>I have a routine that updates my richedit control but while it is getting
>updated the control does not refresh properly. Here is my code:
Try the following. This is what I use in AmphetaDesk:
my ($message) = @_;
# select our last line.
$logbox->Select(99,99);
$logbox->Rep
if I'm reading this correctly you are wanting to replace everything in the
Richedit box with your new $text? the easiest way I found was to just use
$MainWindow->Results()->Text($text); if I am incorrect in my assumption
please let me know
so the new sub would be
sub UpdateResults {
my
I have a routine that updates my richedit control but while it is getting
updated the control does not refresh properly. Here is my code:
sub UpdateResults {
my ($text,$format) = @_;
$MainWindow->Results->SetCharFormat(@{$ResultsTextFormat{$format}});
$MainWindow->Results->Select(9
4 matches
Mail list logo