Search found 64 matches
- Tue Feb 26, 2008 3:55 am
- Forum: Component Writing
- Topic: wxYield
- Replies: 4
- Views: 1391
Yeah I have two client external. Both not within the same application. Can you give small overview of how the events are being processed.(i.e) the order in which it is processed. whether the events sre randomly taken from the queue and processed or does it have any priority. I got some thing from th...
- Mon Feb 25, 2008 7:43 am
- Forum: Component Writing
- Topic: wxYield
- Replies: 4
- Views: 1391
wxYield
Is there any possibility of changing the order in which the events being processed. For Example.... My Socket event is now in wxSOCKET_INPUT. In this Event I am making the server to sleep. While sleeping I am Disconnecting and again connecting the client. After awaking from the sleep, I am calling w...
- Tue Feb 19, 2008 6:28 am
- Forum: Component Writing
- Topic: Socket Client
- Replies: 1
- Views: 896
Socket Client
Tell me how to close the client which trying to connect with the Server. We have function Destroy(),but how to get the socket ID of the client before being connected. Is accepting the Connection and destroying is the right option. :!: wxSocketBase *client ; client =((wxSocketServer*)event.GetSocket(...
- Mon Feb 04, 2008 5:22 am
- Forum: Component Writing
- Topic: Variable Arguments
- Replies: 1
- Views: 777
Variable Arguments
Is there any functions for the variable arguments.... like va_list in 'C'... 
