User interface design tool for creating python applications. Comes included in the quickly package, Ubuntu's python application creation suite.
-1
votes
0answers
15 views
Dynamic Content GTK(Glade) NoteBook [closed]
I'm currently developing a small application in Python with the use of GTK+ (and Glade). Everything has been fairly simple to integrate so far, until I came up with the idea to add tabs instead of ...
1
vote
1answer
21 views
Python unity indicator applet and glade child window exits at the same time
Since I don't have much reputation. The original question has been posted in stackoverflow and here is the link:
Python unity indicator applet and glade child window
I have created an unity ...
0
votes
1answer
19 views
Problem with Quickly text input field
The Problem
I am using Quickly to try the mybrowser demo from the Ubuntu Website.
Everything goes well until I add a simple text field (for URL entry) in Glade, then, no warnings are issued but the ...
0
votes
0answers
12 views
Spin button General properties in Glade arranged in a weird manner
Can you see in the properties you have to scroll all the way to the right to see whats on the buttons.
Is this a bug or can I edit this from somewhere, this only happens in spinbuttons and their ...
0
votes
1answer
28 views
Glade GUI in Python 2.7 crashes
I created a simple program using a glade .xml file and it, whenever I run the program, it crashes!
Here's the Python code:
#!/usr/bin/env python
import pygtk
pygtk.require("2.0")
import gtk
class ...
0
votes
0answers
45 views
Can you name Ubuntu applications that were developed using Python, pyGtk, Glade? [closed]
I started using Python at a very basic level.
As a second step, I would like to develop Python software using pyGTK and Glade as GUI designer.
I found very easy to learn by examples and I think it ...
1
vote
1answer
54 views
how do you implement a progress bar using Python / glade web browser [closed]
im trying to get the progressbar in glade to work in conjunction with my web browser. What i want to happen is the progress bar shows how far along a page is being loaded.
I have scoured the ...
0
votes
1answer
63 views
how do you add a home button and tabs to custom written web browser in ubuntu
how do you code in a home button for a web browser?
im creating a web browser in ubuntu for use in ubuntu. I am using a mix of Glade, Python, quickly, WebKit and WebView
i have got nearly ...
0
votes
1answer
44 views
GUI development with Glade/FreeBasic - missing gtkwidget.bi
Trying GUI development with combination of Glade, FreeBasic and Geany, compilation fails because no gtkwidget.bi include file can be located. In fact this file is missing from my computer (Ubuntu ...
0
votes
1answer
67 views
ComboBoxText in Glade / GTK+3 / Python - disappears when displayed 2nd time
I'm trying to implement a drop down list in an Ubuntu app using Glade (GTK+3) and Python. I can get the ComboBoxText to display, populated with strings. However when I close the window it is contained ...
0
votes
0answers
10 views
How do I position widgets next to each other in Glade?
How can I make 2 widgets (or more) stand next to each other in Glade.
For example a textbar and a toolbar.
0
votes
0answers
59 views
Terminal's input and output
I'm new to Ubuntu OS moved from Windows and I'm new to programming. I just started using "Quickly" and "Glade" on Ubuntu 12.10 and I was actually wondering if there is a way to create the Ubuntu's ...
0
votes
1answer
28 views
How do you reorder widgets in Glade?
How can I reorder widgets in the Glade widget tree?
For example, assume I have a Glade application that contains this partial tree:
box1 (GtkBox)
|--button1 (GtkButton)
|--button2 (GtkButton)
...
1
vote
0answers
64 views
How to create an Ubuntu app using python and Qt4 designer
I recently started developing Ubuntu desktop apps using Quickly. But then I tried out the Qt4 designer and I feel more comfortable with it than Glade designer that Quickly uses. I liked developing ...
0
votes
0answers
26 views
Quickly: How do I bind menu item with show window?
I'm working in Glade. I need to make my About dialog box open when the user clicks the corresponding menu item. This feature is set up by default but I messed it up and I can't get to fix it...
I ...
0
votes
0answers
30 views
Quickly: How can I use a DrawingArea to draw a 2D game level?
I want to draw images in a DrawingArea (or other widget) as I'm making a 2D game editor.
I'm using Quickly, which uses PyGObject and Python 2.7.
I'm new to GUI programming. I'm looking for some ...
2
votes
2answers
122 views
How to add buttons in Glade and resize
Trying to create the framework for a calculator.
I add the window
I add the vbox using 2 boxes. 1 for the display, the other for the buttons
When I add 1 button it fills the entire panel and I can't ...
3
votes
1answer
109 views
How to activate flash player for a Quickly created webview/webkit app
I created a web browser program using webview/webkit as the web displayer. I noticed that when I went to youtube only a few videos worked. I am pretty sure that I have to tell webview to activate ...
2
votes
0answers
169 views
Cannot install libglade2-ruby dependency for Grism
Hey Guys I'm trying to install Grism. I've followed installation steps from http://www.grism.org/install.html, which are fairly simple, just need to install dependencies and than install the deb ...
1
vote
0answers
123 views
gtk-builder-convert Error
I am doing the tutorial in the link http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html
When I run the gtk-builder-convert tutorial.glade tutorial.xml I get the following error
Traceback ...
0
votes
0answers
67 views
Problems using quickly text entry box
I'm trying to follow the 'creating your first ubuntu app' tutorial. I'm making a text entry box and every time I hit enter it doesn't work.
Here is my code:
def on_urlentry_activate(self, widget):
...
0
votes
1answer
98 views
Downloading Glade source
I'm about to download the source code for glade from http://glade.gnome.org/sources.html
it has two options
stable tarballs for Glade 3.8 for GTK+2
stable tarballs for Glade 3.14 for GTK+3
which one ...
0
votes
1answer
55 views
How to compile glade from trunk
The text edit button for glade doesn't work and I read in another link that I need to compile glade from 'trunk'. I don't know what that is, how do I compile glade from trunk and where do I go to get ...
0
votes
0answers
40 views
How to make Glade more developer-friendly? [closed]
Perhaps for the few enlightened the way in which Glade works is pretty obvious and functional, but I am convinced that for most developers coming out of IDEs where the alignment of objects is make ...
0
votes
1answer
67 views
How can I correctly align widgets on Glade?
I have to make three combo boxes become aligned with each other, on the right of my application, which will contain pre-defined responses to questions asked with labels on the left. However, I can not ...
0
votes
1answer
283 views
Edit Label is inactive in Glade
I am using quickly to create ubuntu-applications.
I am follwing the tutorial presented in the line
http://developer.ubuntu.com/get-started/
When I add a toolbutton to the tool bar, I am unable to Edit ...
0
votes
1answer
100 views
How extract strings from a .ui file (glade) with gettext?
I'm trying to extract the strings from this file:
http://bazaar.launchpad.net/~gufw-developers/gui-ufw/gufw-13.04/view/head:/data/ui/add.ui
Which is the command for it?
This not works:
...
0
votes
0answers
57 views
App development, quickly not working
I'm new to Ubuntu but not that new to development in modern coding to say. I've started building a app for Ubuntu mostly just to get started and I was using the guide that ubuntu.com's development ...
1
vote
1answer
113 views
writing note taking app, save and load text with tags from textbuffer written in python and glade
I am writing a note taking app with python and glade. I've been searching the web for the how to save and retrieve textbuffer with tags from simple app made with python and glade. I would like to get ...
5
votes
1answer
823 views
Why won't Glade let me change the button content?
In Glade, I go to add a button, and try to add a label/image; however, the stock button and label fields are faded, and I cannot add anything to them. Why does it do this? How do get Glade to allow me ...
0
votes
1answer
155 views
Get selected object from TreeView
I've been working on a minor (first time) app with quickly and hit a hurdle - how do I get the selected row (the data) from a TreeView? The data to the TreeView is passed from a list of files in a ...
3
votes
0answers
68 views
Glade crashes when running “quickly design” [closed]
When I run quikly design Glade opens and starts loading all my UI files. After a few seconds of loading each file it crashes silently (no error message or command line output). The Glade window is ...
2
votes
1answer
270 views
Glade stock buttons unable to change
As in title I have a problem with Glade...
Field to change button stock icon or label is not responsive. ( see photos )
I'm running 32bit Ubuntu 12.10 ( it might be a problem ? )
0
votes
1answer
155 views
Can't center dialog window above main window when using Glade (Quickly)
I have a dialog opening when I press a button in my application and I want it to center above the application's main window, but I can't find a way to do this. I'm using Quickly (Python) and Glade.
...
2
votes
1answer
291 views
Dynamicly add or remove items from list and tree in pygtk and quickly (glade)
I'm trying to make some mini CRM application in python using gtk(pygtk), glade and started to develop it using quickly(which is awesome).
I'm created some dialogs and added listview to the GUI using ...
1
vote
0answers
99 views
How to design non-windowed Gtk.Frame in Glade?
I'm building a ToDo app for personal purposes, and I'm using Quickly and Glade.
I want it to display a list of the pending to-do elements. The problem I'm having is that I can't find the way to ...
4
votes
1answer
235 views
Quickly, Treeview and Treestore, entry text not showing
If I append entries to treestore, I can see that the entries are there, but I cannot see any of the text for those entries. I do not know if I have to add a repaint or something, or if I should link ...
3
votes
0answers
65 views
How do I provide arguments to mapped methods in quickly preferences dialog?
I'm using quickly on 11.04 and I'm trying to add a textbuffer object to the preferences dialog so that its contents is updated automatically to the couchdb. So in __init__.py I changed the dictionary ...
2
votes
1answer
796 views
How can I add cut/copy/paste functionality to my application?
I'm developing an Electoral Calculator (https://launchpad.net/electoralcalculator) using Python 2.7, Gtk+3 and Glade and I want to add cut/copy/paste functionality to my application.
I want to give ...
2
votes
1answer
108 views
Application Development - basic how to questions
After the Ubuntu app showdown is over, I would like to bring some of my tools programmed for Windows in the Software center. Since I'm new into programming for Linux I still have some questions:
1) I ...
0
votes
1answer
92 views
Glade radio buttons save state
I'm writing small application where I have preferences and in preferences I have radio buttons... I managed to get signals out from them but the only problem I got is saving state of them. As this is ...
0
votes
1answer
219 views
A GtkEntry signal emitting at focus change
I'm writing a very simple app using Glade and PyGtk. In the app, I need to collect user inputs and parse it as a conf file. In order to dump all the freetext user inputs to a StringIO, I am using the ...
0
votes
0answers
41 views
quickly python “choose folder” signal problem [duplicate]
Possible Duplicate:
GtkFileChooserButton 'Select Folder' mode returns no path
I have created choose folder button in glade and i want it to return path to me when folder is chosen, ...
0
votes
3answers
201 views
Quickly App Web application
After I submitted my app for the showdown I would like to know whether it would be possible to make a Webapp out of it. Is it possible with a desktop app created with Quickly/Glade/Python or is it ...
0
votes
0answers
37 views
Buttons in Glade [duplicate]
Possible Duplicate:
What GTK widget is this?
I'm starting to learn Glade and Python and there's an application that I have in mind, but I'm having lots of trouble in styling the default ...
0
votes
1answer
48 views
Application view in Glade differs from actual application
I used Quickly and Glade to create an application for ubuntu.
quickly create ubuntu-application SecureLogin
Via the Glade Hierarchy section, I removed all the menus except for 'help>contents & ...
2
votes
1answer
76 views
Is there a simple way with pygi to make an entire window a drop target for external input?
Example:
Drop a file in a glade designed window and it triggers Handler.open_from_path(path)
0
votes
2answers
46 views
Path for source files
Where should I add source files for my program? I created a folder /data/src and put the files there. In my Python code I tried to point with os.getcwd() to it. This works for quickly run but if I ...
0
votes
1answer
50 views
Subscript in Glade
How can I format a text with subscript in Glade? I want to display a text with a formular such as H2O.
Thanks
0
votes
1answer
179 views
How can I add a Notebook background in Glade?
I want to add a background image to my pages in my notebook. How I can do this?


