Re: button event release

2007-05-23 Thread Jonathan Winterflood
No problem :) Just out of curiosity, sockets on a bluetooth interface are no different than on ethernet or wifi, I imagine ? Jonathan On 5/23/07, Bluezapper <[EMAIL PROTECTED]> wrote: > > Hi Jonathan, > > Thanks for the reply. This was my first post in this forum as I joined the > forum today an

Re: button event release

2007-05-23 Thread Bluezapper
Hi Jonathan, Thanks for the reply. This was my first post in this forum as I joined the forum today and I am happy to get a reply as in the past months I was asking questions in gtk and gnome forums with a single or no reply at all. I will surely look into the archive now. Actually, I am dealin

Re: button event release

2007-05-23 Thread Jonathan Winterflood
Hi, There's been some talk about threads in the last couple of weeks on this list, you should be able to lift them from the archive if you just subscribed. An easy alternative to threads in this case would be to connect the socket to a GIOChannel, and have the gtk main loop deal with the data a

button event release

2007-05-23 Thread Bluezapper
Hello all, I have a question about button release event. I have a GTK_PANE window. When I press the button I open a socket connection and get back some data from it. Since the opening of socket and getting the data back takes some time I want to display some status messages to the user in a te