Tagged Questions
1
vote
2answers
304 views
How do I change GTK theme of my app in run time?
I recently noticed that monodevelop, can change GTK theme in runtime . How do I add it in my quickly app?
1
vote
0answers
77 views
Quickly Warning
Every time I run my application I receive these warning errors can anyone tell me what is causing them?
$ quickly run
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning:
...
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
125 views
How to access parent window in dialog
I am using Quickly and created the main window and a dialog. In the main window I am setting access to database (u1db) in the finish_initializing method (self.db=...). After an action I open a dialog ...
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 ...
1
vote
2answers
226 views
Error accessing Gio.Gsettings on application made in quickly
I am trying to develop an application using the quickly/pygtk stack. I got my Gsettings schemas all set up in ~/app-name-here/data/glib-2.0/schemas/net.launchpad.app-name-here.gschema.xml correctly ...
4
votes
2answers
122 views
How to rename an application while developing with Quickly
I've been developing an application using PyGI and Quickly, and I now need to rename it. Is there any quick way to change all of the app name references in a Quickly application, or will I just need ...
0
votes
1answer
114 views
window creation issue Python Gtk via Quickly
I'm currently learning python and GTK so please forgive the noobish question,
I have a program (created in quickly) that has two main windows, that is to say that depending on context one or the ...
0
votes
0answers
58 views
Problems building application for Ubuntu App Showdown [duplicate]
Possible Duplicate:
Launchpad failed to build after “quickly submitubuntu”
I have managed to submit my source application to the Ubuntu build servers, however it's not building.
...
0
votes
1answer
215 views
Quickly app not starting
I'm creating a web-browser named "Surf's Up!", and I have programmed the code and the interface, but when I try to run the app, an error message appears:
Traceback (most recent call last):
File ...
0
votes
1answer
92 views
How to use inputted text with quickly
I just need the code necessary to have my application assign the input from a text box to a variable after 'Enter' is pushed, and then use it to change a label.
This is what I have for this problem:
...
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
157 views
WebKit.WebView - wrap content
Currently, I have my WebKit.WebView in a ScrolledWindow, because otherwise my window would resize to fir the content. In stead, I would like the content to adjust to the container. So text should ...
0
votes
1answer
52 views
Problem with 'insert_at_cursor' attribute
I made something, so after clicking a button, some text should appear in the TextView. Part of my code:
def on_button1_clicked(self, builer):
self.writetest = ...
0
votes
0answers
26 views
GtkWidget signal when loaded?
What is the closest signal to a GtkWidget's subclass constructor in PyGi in terms of execution order?
Looking over the documentation I cannot find a signal along the lines of 'load'.
Some kind of ...
0
votes
1answer
96 views
Opening 2 top level windows (quickly/pygtk)
Is there a way using quickly to have an appliaction have two completly seperate windows (not a window with a dialog) And be able to open each of the windows from each other and maybe even also from ...
1
vote
2answers
431 views
Make new instance of main window, python gtk
I am fairly new to python and gtk and I am writing an app for the Ubuntu App Showdown using Quickly. I want to make a new instance of the main window when the user clicks on 'New'.
I have the button ...
3
votes
2answers
146 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
83 views
In development based on Quickly, why do codes start with “from gi.repository import Gtk”?
I am developing apps in Quickly. Default codes start with from gi.repository import Gtk. Why is it so and not simply import gtk for example?
The point is, a lot of tutorials, documentation and forums ...
3
votes
2answers
146 views
How do I add spellcheck to a TextView object in my Quickly app?
Specifically for a Quickly app, using Gtk3:
How do you import GtkSpell in python?
How do you set it up to spell-check a TextView object?
(If there's an alternative to GtkSpell, do tell.)
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 ...
1
vote
1answer
121 views
Invalid syntax error when following “Creating your first ubuntu app” video
$ quickly run
Traceback (most recent call last):
File "bin/mybrowser", line 32, in <module>
import mybrowser
File "/home/michael/mybrowser/mybrowser/__init__.py", line 14, in ...
2
votes
1answer
305 views
How do I access the preferences from my main dialog window? Also how do I add a new preference?
class PreferencesCalorieBurnerDialog(PreferencesDialog):
__gtype_name__ = "PreferencesCalorieBurnerDialog"
def finish_initializing(self, builder): # pylint: disable=E1002
"""Set ...
1
vote
1answer
76 views
In a Quickly app, should code go in “myapp” or “myapp_lib”?
I've just started looking into Quickly and Ubuntu desktop/GTK dev, and I'm a bit confused by the organisation of the template that Quickly provides.
Specifically, I'm confused about two related ...
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 ...
3
votes
2answers
308 views
Facing problem with “gtk.RESPONSE_OK” in the simple-player quickly tutorial
I am fairly new to both quickly and Python. I am facing several problems while learning to use quickly from the following tutorial on the Ubuntu developers site:
...
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' ...
2
votes
1answer
3k views
Issues with Quickly: tk-WARNING **: Unable to locate theme engine in module_path: “pixmap” [duplicate]
Possible Duplicate:
Gdk Gtk warnings and errors from the command line
I'm fairly new to Ubuntu, and I decided that I want to learn to develop applications for it. I found some great ...
10
votes
2answers
498 views
Quickly application with ListStore as preference
I'm starting to write a program with 'quickly'. A list of desired languages will be one prefereces.
Example:
languages = ["en", "de"]
The (automaticly created) quickly code that handles the ...
8
votes
2answers
586 views