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

[email protected] (David Broker) Fri, 10 Aug 2001 16:07:45 +1000
Newsgroups php.gtk
Message-ID <[email protected]>
Hi,
Done so 3 times & Winzip cannot open the archive.

Regards,
David



At 08:28 AM 09/08/2001 -0500, Andrei Zmievski wrote:
>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
>
>--
>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]