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

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