Re: data acqusition, display and control

2005-10-25 Thread Tristan Van Berkom
Premsagar C wrote: [...] Tristan, Heres the basic gist of my prgram My data acquistion is done in a dialog box called teleop defined by the function teleop void teleop { // define my 6 text boxes to dispaly values from my 6 ckts plus my snap shot button and another textbox obj and a menu button

Re: data acqusition, display and control

2005-10-25 Thread Tristan Van Berkom
Premsagar C wrote: [...] Tristian, A timeouthandler did the job howvever I still have a few bugs. My data acuqisition is working and getstting displayed on my text widget as I have included my timeout in the main . On clicking a button i require to stop the data acqusition and do a few other op

Re: data acqusition, display and control

2005-10-24 Thread Premsagar C
On 10/17/05, Tristan Van Berkom <[EMAIL PROTECTED]> wrote: > > Premsagar C wrote: > > I am using gtk to develop a control interface. Am a bit new to this. > > BAsically I am acquiring data using some library functions and > > dispalying them in 6 text boxes . When i click on the bacq function > > t

Fwd: data acqusition, display and control

2005-10-18 Thread Premsagar C
-- Forwarded message -- From: Alexandre <[EMAIL PROTECTED] > Date: Oct 18, 2005 8:44 AM Subject: Re: data acqusition, display and control To: Premsagar C <[EMAIL PROTECTED]> Hi, I don't have a answaer for your question, but I'm working with data acquisiton

Re: data acqusition, display and control

2005-10-17 Thread Tristan Van Berkom
Premsagar C wrote: I am using gtk to develop a control interface. Am a bit new to this. BAsically I am acquiring data using some library functions and dispalying them in 6 text boxes . When i click on the bacq function this acquistion starts. gtk_signal_connect(GTK_OBJECT(bacq),"clicke

data acqusition, display and control

2005-10-17 Thread Premsagar C
I am using gtk to develop a control interface. Am a bit new to this. BAsically I am acquiring data using some library functions and dispalying them in 6 text boxes . When i click on the bacq function this acquistion starts. gtk_signal_connect(GTK_OBJECT(bacq),"clicked",GTK_SIGNAL_FUNC(bu