Meaning of G_IO_STATUS_AGAIN apart from resource temporarily unavailable ?

2005-10-25 Thread Colossus
Hi, I red the docs on GIOChannels but I'm stuck regarding what means resource temporarily available in my case since I'm reading from a binary file that IS on my hard disk and the permissions are correct. The giochannel is set null encoded, I read from a file and I write the red bytes on a

Re: memprof problem

2005-10-25 Thread Olivier Sessink
Allin Cottrell wrote: I've successfully used memprof for leak-checking my app in the past, but on trying it recently something odd happens: memprof starts up OK, and it also starts up the target program, but the target program is not visible (doesn't appear on screen) and memprof records no

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

Is it possible to put all necessary GTK runtime files in a single directory

2005-10-25 Thread Douglas Vechinski
I have a GTK application that I'm porting to run under Windows. This application is part of a package that has several other native Windows (non-GTK) executables all of which are to reside in a bin directory. The wish, desire, command of the project leader for this project would like

Re: Is it possible to put all necessary GTK runtime files in a single directory

2005-10-25 Thread Douglas Vechinski
HuamiSoft Hubert Sokolowski wrote: On Tue, 25 Oct 2005 10:58:32 -0500 Douglas Vechinski [EMAIL PROTECTED] wrote: I have a GTK application that I'm porting to run under Windows. This application is part of a package that has several other native Windows (non-GTK) executables all of

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: Is it possible to put all necessary GTK runtime files in a single directory

2005-10-25 Thread HuamiSoft Hubert Sokolowski
On Tue, 25 Oct 2005 11:56:15 -0500 Douglas Vechinski [EMAIL PROTECTED] wrote: I'm sure that would work if I'm allowed to add bin\bin to the PATH environment variable. At present that priviledge is not being allowed. I will probably be able to if there is no other option, but I'm first

Re: memprof problem

2005-10-25 Thread Allin Cottrell
On Tue, 25 Oct 2005, Olivier Sessink wrote: Allin Cottrell wrote: I've successfully used memprof for leak-checking my app in the past, but on trying it recently something odd happens: memprof starts up OK, and it also starts up the target program, but the target program is not visible (doesn't

Re: Meaning of G_IO_STATUS_AGAIN apart from resource temporarily unavailable ?

2005-10-25 Thread Chris Vine
On Tuesday 25 October 2005 20:38, Colossus wrote: ... ioc_cpio = g_io_channel_new_file ( tmp , r , NULL ); g_io_channel_set_encoding (ioc_cpio , NULL , NULL); g_io_channel_set_flags ( ioc_cpio , G_IO_FLAG_NONBLOCK , NULL ); while ( g_io_channel_read_chars ( ioc_cpio ,

gtk entry get keypress

2005-10-25 Thread Alvin Jude
Hey, I'm new to this list and to GTK, and I've searched the list but couldn't find an answer so here goes. I'm trying to build a small program - think real time chat program - that works on serial port communication. I need to know how to get a single character entered by the user in the gtkEntry

Is glib c++ wrapper available ?

2005-10-25 Thread Falls Huang
Is a C++ GLib wrapper available or being worked on? -- Regards Falls Huang ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Is glib c++ wrapper available ?

2005-10-25 Thread Falls Huang
Thank u! Can I use the glibmm instead of STL in C++ ? Iago Rubio wrote: On Wed, 2005-10-26 at 11:35 +0800, Falls Huang wrote: Is a C++ GLib wrapper available or being worked on? http://www.gtkmm.org/ -- Regards Falls Huang ___

Re: Is glib c++ wrapper available ?

2005-10-25 Thread Iago Rubio
On Wed, 2005-10-26 at 12:13 +0800, Falls Huang wrote: Thank u! Can I use the glibmm instead of STL in C++ ? glibmm itself uses STL, so you can use STL with glibmm. -- Iago Rubio ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Change the color of an EventBox

2005-10-25 Thread Kranz, Willi
Hallo! How can I change the color of an EventBox. Is there a small example available. Thanks Willi Kranz ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list