Please help me unsubscribe from this list

2009-10-17 Thread Adeel Malik
Please help me un-subscribe from this list thanks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

displaying a live plot using Gtkdatabox widget

2009-06-11 Thread Adeel Malik
Hi,     I want to display a plot of data set comprising of (X & Y) cordinates and also update it, say after 1 second using Gtkdatabox widget. Could someone suggest a simple code snippet that does that for GTK+-2.0.0.   Adeel ___ gtk-app-devel-l

Re: Problem with installing GTK+-2.0.0 on Fedora Core 6

2009-05-11 Thread Adeel Malik
et data from your "stuff" and calculates the average value. So, don't try to make main loop runs faster than it is. maybe you should send a refresh (or repaint, update) signal to your control. what do you think ab. it? 2009/5/11 Adeel Malik : > Hi, >   The main gtk thr

Re: Problem with installing GTK+-2.0.0 on Fedora Core 6

2009-05-11 Thread Adeel Malik
alling GTK+-2.0.0 on Fedora Core 6 To: adeelmali...@yahoo.com Cc: "gtk-app" Date: Monday, May 11, 2009, 11:43 AM Hello, What is the purpose of your update? Do you want to refresh a widget, or anything else? Vlad Volodin 2009/5/11 Adeel Malik : > Hi, I was wondering how to upd

Re: Problem with installing GTK+-2.0.0 on Fedora Core 6

2009-05-10 Thread Adeel Malik
w if this was a obsolete function, but i think there are a lot way to write codes such this function does. I can't see a reason why you should move to a version of GTK+ because of this function! --- ajhwb --- adeelmali...@yahoo.com wrote: From: Adeel Malik To: gtk-app-devel-list@gnome.org S

Problem with installing GTK+-2.0.0 on Fedora Core 6

2009-05-08 Thread Adeel Malik
Hi All,     I am doing application development on Fedora Core 6 Linux machine which had GTK version 1.2.1 already installed. I needed to use g_timer_add gnome function in my gtk application which doesn't seem to be supported on this version. So i tried to install the newer version of GTK+-2

Re: Problem with continuous image updation

2009-03-23 Thread Adeel Malik
ad, so you can set your widget in the calling function. --- ajhwb --- adeelmali...@yahoo.com wrote: From: Adeel Malik To: aj...@knac.com Cc: gtk-app-devel-list@gnome.org Subject: Re: Problem with continuous image updation Date: Mon, 23 Mar 2009 00:35:41 -0700 (PDT) Hi, In the button calbac

Re: Problem with continuous image updation

2009-03-23 Thread Adeel Malik
e, and you only need to call g_timeout*() function ONCE!. To remove the source, just provide mechanism to returning FALSE (0) value or use g_source_remove(). --- ajhwb --- adeelmali...@yahoo.com wrote: From: Adeel Malik To: aj...@knac.com Cc: gtk-app-devel-list@gnome.org Subject: Re: Problem with

Re: Problem with continuous image updation

2009-03-19 Thread Adeel Malik
he button callback, try: g_timeout_add (200, (GSourceFunc) show_hide, NULL); /* call every 200ms */ to remove the source, use g_source_remove(). Another way is to create thread, then call g_idle_add() to set your widgets. --- ajhwb --- adeelmali...@yahoo.com wrote: From: Adeel Malik

Re: Problem with continuous image updation

2009-03-18 Thread Adeel Malik
insertion (update) 1000 times per second or the textbox get updated every 1ms, my question is: Can you see it changes correctly with given cycle? > > --- adeelmali...@yahoo.com wrote: > > From: Adeel Malik > To: gtk-app-devel-list@gnome.org > Subject: Continuous variable u

Re: Problem with continuous image updation in a while loop

2009-03-18 Thread Adeel Malik
by setting it to zero. -Jim Ardhan Madras wrote: > So you will need call textbox insertion (update) 1000 times per second or the textbox get updated every 1ms, my question is: Can you see it changes correctly with given cycle? > > --- adeelmali...@yahoo.com wrote: > > From: Ad

Re: Problem with continuous image updation in a while loop

2009-03-18 Thread Adeel Malik
by setting it to zero. -Jim Ardhan Madras wrote: > So you will need call textbox insertion (update) 1000 times per second or the textbox get updated every 1ms, my question is: Can you see it changes correctly with given cycle? > > --- adeelmali...@yahoo.com wrote: > > From: Ad

Continuous variable updation in a text box

2009-03-10 Thread Adeel Malik
I intend to monitor the variable's value (acquired via data acquisition hardware) at a rate of around 1,000 times per second. I haven't used textboxes before in GTK+. Could anyone suggest how to update the value of a variable in a textbox etc., at this rate.   Thanks, Adeel _

Re: Status Indication GUI development using GTK++

2009-02-19 Thread Adeel Malik
recommend taking the time to install it. -Larry Reaves > Thnaks for your help and regards, > Adeel Malik > > > > ___ > gtk-app-devel-list mailing list > gtk-app-devel-

Status Indication GUI development using GTK++

2009-01-29 Thread Adeel Malik
success and red light for error. Can someone suggest me a link where I can get an example code doing thhis type of thing so that I could learn or modify it suit my requirement.   Thnaks for your help and regards, Adeel Malik ___ gtk-app-devel-list