> hello all,
> this is version 0.0.434 of Win32::GUI.
> in this version I've added the functionalities
> for ListViews you've been asking for, and expanded
> the Graphic class (mainly thrown in for a new
> version of David's GuiBuilder I'm working on...
> hold your breath for it! ;-).

I've tried to run all the scripts from Win32-GUI-Samples.zip under 
this new version, the results follow :

class.gpl
 The "new Win32::GUI::Class" call fails every time.
 GOK why. The version 425 seems to do the same.

cmeta.gpl
 Every time I run it I get
 "Error: Runtime exception"
 I tried to find the problem, but did not get far.

 It crashes on the 
        $W->Show();
 line. Or, if I move it just before the Win32::GUI::Dialog on line
        $DC = $W->CreateEnhMetaFile("prova.emf");


dc.gpl
 I don't see anything in the window. If I GetDC() and draw into it I 
 see the results, but not if I try to draw directly to $Win.


slider.gpl
 If you move the slider, if you move the slider it leaves a "foot" 
 marks. I don't think it's a bug in the module, probably the script 
 needs fixing.

vmeta.gpl
 I don't see anything. The error ($^E) returned by 
        $W->PlayEnhMetaFile("prova.emf");
 is "The parameter is incorrect".

The other scripts seem to work OK.

It's doing the same with Aldo's DLL  and the one I compiled myself 
(MSVC6.0).

Other system info : ActivePerl 507, WinNT4.0sp5

Those that want to play with the new version will find it in 
http://Jenda.Krynicky.cz/perl/ppd
Note the /ppd at the end, I use this directory only for testing, 
I'm not sure yet if I should replace the older version.

Jenda
== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
 The phenomenon of UFO doesn't say anything about
    the presence of intelligence in space.
  It just shows how rare it is here on the earth.
                                    A.C.Clarke

Reply via email to