[Glade-users] Problem Glade3 with PHP



On Wed, 2007-05-02 at 14:15 -0300, Marcio Morais wrote:
Thanks!
I go to explain better...
In attach exemplo1.glade and exemplo1.php

Generate with Glade3

No run,  my aplication it swims happens 
Thanks!


I believe I was right in my guesswork, did you read it ?

You havent marked the toplevel window as being visible,
and so you must either mark it visible or show it after
calling glade_xml_new()

Cheers,
               -Tristan





Tristan Van Berkom escreveu: 
On Fri, 2007-04-27 at 17:35 -0300, Marcio Morais wrote:
  
Hi,
i m sory
I m from Brazil, my ingles is very bad!

I program in php with gtk
I have problem with glade version 3.
my aplication no run using .xml of Glade-3
Using  .xml gerenate with Glade-2, no problem, is run, perfect!

What is problem?
    

Good question ! :D

Why dont you please try to tell us what exactly the problem
you're having is, and also please send the glade file.

Oh, you say your application "doesnt run" ? well I'll guess
something - did you set the toplevel window of your application
to be visible ? (Visible property = TRUE ?), by default in glade 3
toplevels are not visible, to prevent unwanted spontainious
showing of all toplevels when calling glade_xml_new().

In any case, if thats not the problem please explain and
send the glade file :)

Cheers,
                -Tristan



  





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]