> From: [EMAIL PROTECTED] > X-Priority: 3 (Normal) > X-Authenticated-Sender: #[EMAIL PROTECTED] > X-Authenticated-IP: [128.131.86.231] > X-Flags: 0001 > Content-Type: text/plain; charset="us-ascii" > Sender: [EMAIL PROTECTED] > X-BeenThere: [EMAIL PROTECTED] > X-Loop: [EMAIL PROTECTED] > X-Mailman-Version: 2.0.8 > Precedence: bulk > List-Help: <mailto:[EMAIL PROTECTED]?subject=help> > List-Post: <mailto:[EMAIL PROTECTED]> > List-Subscribe: <http://mail.gnome.org/mailman/listinfo/gtk-list>, > <mailto:[EMAIL PROTECTED]?subject=subscribe> > List-Id: General discussion of GTK+ <gtk-list.gnome.org> > List-Unsubscribe: <http://mail.gnome.org/mailman/listinfo/gtk-list>, > <mailto:[EMAIL PROTECTED]?subject=unsubscribe> > List-Archive: <http://mail.gnome.org/archives/gtk-list/> > Date: Tue, 12 Mar 2002 14:55:47 +0100 (MET) > > Hello all, > > I've the following situation in/with my GUI (actually > I'm using Gtk--, but that shouldn't matter because > Gtk-- is only a wrapper for Gtk+): > A checkbutton gets pressed and calculations > begin (involving retrieving of images from a > video camera and processing them). And > at this moment the GUI is frozen, no buttons > are clickable anymore and the window isn't > redrawn when temporary overlapped by other > windows. It looks like as if everything is frozen. > > So, what is going wrong??? Does the GUI of > Gtk+ not run parallel to the calculations to fetch
Not unless you create a separate thread for the calculations. When the calculations finish, you should be able to interact with the GUI again. > X events or is it a fault I just don't see?! > I hope someone can help me (soon). > Thanks for helping in advance. Dave _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
