Re: [PHP-GTK] Problem with GTKLabel on Win98

[email protected] (Andrei Zmievski) Thu, 9 Aug 2001 08:28:58 -0500
Newsgroups php.gtk
Message-ID <[email protected]>
I believe Frank has fixed it and uploaded 0.1a to the website. Try that.

On Thu, 09 Aug 2001, David Broker wrote:
> 
> 
> Hi,
> When I call GTKLabel() without any arguments I get an error message: "This 
> program has performed an illegal operation" from Windows.
> 
> My code:
> $label = &new GTKLabel();
> $label->set_text("Text");
> $label->show();
> 
> When I do it like this:
> $label = &new GTKLabel("Text");
> $label->show();
> 
> Or like this:
> 
> $label = &new GTKLabel("text");
> $label->set_text("Text2");
> $label->show();
> 
> I do not get any errors.
> This did not happen with V0.0.4.
> 
> A bug perhaps??
> 
> Thanks,
> David
> 
> 
> -- 
> PHP GTK Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> To contact the list administrators, e-mail: [email protected]



-Andrei

"Perl - the only language that looks the same
before and after RSA encryption." -Keith Bostic