[Glade-users] A simple question from a glade newbie



Have you tried double click?

On Thu, 2008-01-17 at 12:51 +0000, malcolm hinsley wrote:
Hi.


I installed glade 3.4.0 on Ubuntu (64 bit) using the synaptic package
manager.

It works fine except that if i open a file i've created earlier then i
can see all the widgets in the properties windows (aka inspector and
editor) but the design pane is just blank.

Likewise if i start a new file and create more than one top level window
then i can't ever get back to the first one.

I can't find any controls or menu items to do this and i've tried quite
a few combinations on CTRL ALT PGUP/DN etc etc. I've also tried toggling 
the 'visible' property.

I would have thought that selecting a top level window in the inspector
pane would cause it to be displayed.

Is this a bug or have i missed something really obvious??

thanks
--
malcolm h.


--------------
Here's a sample file, one button inside a window - having created it i 
can't edit the layout.


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.4.0 on Thu Jan 17 10:57:05 2008 -->
<glade-interface>
   <widget class="GtkWindow" id="window1">
     <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     <child>
       <widget class="GtkButton" id="button1">
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="receives_default">True</property>
         <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
         <property name="label" translatable="yes">button</property>
         <property name="response_id">0</property>
       </widget>
     </child>
   </widget>
</glade-interface>


_______________________________________________
Glade-users maillist  -  Glade-users at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-users




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