0
votes
1answer
20 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 ...
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 ...
1
vote
0answers
66 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 ...
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 ...
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
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
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 ...
5
votes
1answer
824 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 ...
0
votes
1answer
156 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
797 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
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
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?
0
votes
1answer
224 views

Set default value of Glade Comboboxtext

How can I set a default value of a comboboxtext in Glade? If I run my program with quickly the combobox appears empty until the user choose something from the list. I would like to display the first ...
0
votes
1answer
48 views

Dynamic editing and running quickly apps

Is there a possibility of viewing the app changes dynamically as i edit the code or the interface(in glade). I want to basically edit and view the changes in the app on the fly, without restarting ...
0
votes
1answer
75 views

Remove a Custom Dialog Windows (PyGTK + Quickly)

Do Quickly have a remove dialog command? Like: quickly remove dialog <dialog-name>
0
votes
1answer
133 views

Embedding a back and forward arrows, home button, and download manager in a quickly application

I have downloaded a set of icons to use for my web browser that I'm creating and would like to use. I know how to add the icons, but I only know the code for the refresh button. My question is what is ...
0
votes
1answer
46 views

Quickly/Glade autoadjust text position

In Quickly/Glade, is it possible to keep the text (well, labels) centered, so when I maximize my program's window, the text stays centered? It's probably something easy to do, but I have been unable ...
0
votes
1answer
119 views

Opening a Window within an already open window (Quickly/Glade)

I have a question regarding window and button implementation. If I have a toolbar set up, and I have a button on it, is it possible to get it to open a window right within the program? I mean like ...
1
vote
1answer
93 views

How to force text to resize together with window? [closed]

I have some text in my app window. I'd like it to resize if someone resizes the app window (if window gets bigger, the text gets bigger too). Is this possible to achieve using Quickly, Glade and ...
0
votes
2answers
248 views

How can I add new window to my project in GLADE?

I'm new to glade and python... but this code with is generated by quickly when making my first app is so much confused for me to understand... I don't know where should I add the code to initialized ...
3
votes
2answers
149 views

How do I stop a container box from expanding horizontally in Glade?

Currently, when my button's label gets more characters, its container boxes resize horizontally, and push away the other containers next to it. I don't want this behaviour. How do I give my boxes a ...
1
vote
0answers
66 views

Gtk containers for a list of items

I am trying to create a task management app with Quickly/Glade, but have troubles finding the right containers to represent information on the screen. Basically, which containers should I use in ...
2
votes
1answer
185 views

GTK3 tabs with big icons

I want to implement something similar to the ubuntu software center's tabs. What widget is it? Any working example in python where I could take a look? Is this widget available in Glade? Thanks ...
6
votes
3answers
1k views

How do I get images to appear on buttons in Glade Designer?

Not sure if this is a bug or just a very annoying feature, but I can't get an image to appear on any of my buttons in Glade Designer. Is there some property I need to change in order to force it ...
0
votes
0answers
114 views

how to set the border = 0 on GtkBox (dialog-Vbox-Element) in Glade on Dialog, which was creadted via “quickly add dialog”

To make the Toolbar look native in Ubuntu (like the application in this video: https://www.youtube.com/watch?feature=player_embedded&v=sO8hiPreNBg), I don't want to show a border. In my main ...
3
votes
1answer
191 views

How to add widgets on GUI developed with Glade?

I am using Quickly and Glade for the first time. I want to add certain widgets such as label and buttons on viewport via python code. Is it possible?
0
votes
1answer
98 views

Teeview-Binding to CouchDB not working with quickly (PyGtk + Glade)

For the Ubuntu App Developer Showdown I need to know some basics about quickly. One really important thing is to know how the Treeview-Binding works with CouchDB. I did the Tutorial1 ...
0
votes
1answer
1k views

Glade GTK entry get text

Sorry for a newbie question but I could not figure out how to print a text which a user enter in a GTKEntry field after he press a button. I design my app with glade, a simple TextEntry Field and a ...
3
votes
3answers
271 views

Glade alternative for Quickly?

Is there? I am not getting on with Glade one bit. Any other ones out there that are better to use? Thing I dont like about Glade is when I make a mistake and I save I cannot undo along with several ...
2
votes
2answers
135 views

How can I force Glade to be in English?

I use Ubuntu 12.04 with Polish localization. If I start: "quickly design", Glade shows up with Polish interface. I don't like that, I'd like Glade to be in English. How can I achieve that?
2
votes
0answers
79 views

How do I use this Add/remove widget? [duplicate]

Possible Duplicate: What GTK widget is this? How do I add this little add/remove GTK widget in Glade Designer 3.12.1? I don't see it anywhere in the widget bar. If it can't be done using ...
2
votes
3answers
239 views

Calling a Python script from a button using Glade Designer

How can I call the Ubuntu One authentication python script from a button using Glade? what I need to do is call a python script such as: $ python u1file.py login Adding Ubuntu One Files support to ...
1
vote
1answer
71 views

Why is quickly ignoring the setup.py file in my project directory?

Whenever I try to package my application with quickly, the following error pops up in my terminal: And the package is in the directory. Whoop de doo. Then, when I go to open the .deb file in ...
1
vote
2answers
653 views

Open Custom Dialog Windows (PyGTK + Quickly)

I have just downloaded Quickly, created a new project, set up simple GUI and created new dialog (quickly add dialog create (as you can see, I called it create)). I already have click handler in the ...
1
vote
1answer
206 views

Will Glade 3.12 work for Ubuntu 11.10 using Unity…no Gnome 3

I'm in the process of learning 'Quickly' and noticed that it only has 'Glade 3.8.0' and I like to keep all my apps fully up to date. I noticed however on the gnome.org site it said that 'Glade 3.12' ...

1 2