Re: Cell rendering issue

2011-06-20 Thread Colomban Wendling
Hi, Le 20/06/2011 19:45, Thomas Bollmeier a écrit : > Hi GTK-experts, > > currently I work on a small location finder application > (http://www.bolles-werk.org/software-projects/quoloco.html). Basically > the application shall allow users to search for arbitrary keywords. The > results are displa

Cell rendering issue

2011-06-20 Thread Thomas Bollmeier
Hi GTK-experts, currently I work on a small location finder application (http://www.bolles-werk.org/software-projects/quoloco.html). Basically the application shall allow users to search for arbitrary keywords. The results are displayed both in a map (a champlain view) and in a tree view (Gtk

Re: how to create login progressbar

2011-06-20 Thread Bernhard Schuster
> my app connect database, it show login dialog first, after connected, it > distory the login dialog and come in main loop, show main window. > i want add a progressbar in login dialog, but at that time it doesn't in main > loop , how can i refresh the progressbar by using timeout function? I'd

how to create login progressbar

2011-06-20 Thread jh_wang2004
hi all: my app connect database, it show login dialog first, after connected, it distory the login dialog and come in main loop, show main window. i want add a progressbar in login dialog, but at that time it doesn't in main loop , how can i refresh the progressbar by using timeout function?