search for: wxclient

Displaying 3 results from an estimated 3 matches for "wxclient".

Did you mean: xclient
2007 Oct 29
12
wxRuby Socket Demo finally available
...ntation of a Server with a GUI Front End, and the implementation of a Client with a GUI Front End. I targeted it after a very simple Chat Program, with simple text based communication, but should be able to work with Binary data as well. The main 2 source codes to look at, is wxServer.rb and wxClient.rb (Which are the ones you want to run as well.) I''ve simplified the code a bit, separating it into different libraries, so one library is primly for the GUI Creation (Which is shared between both Server and Client), as well as the slight modification to the Socket''s class,...
2010 Oct 29
0
Uninitialized Constant Wx
...hough the client succeeded in loading Wx one time, and that the client failed to load Wx every time afterward. I tried setting the default version of Ruby to 1.9.1 again, guessing that maybe it got reset to 1.8, but that didn''t help. Then I remembered that I ran the WxRuby19 Sample "wxClient.rb" in a terminal after the first test of my client but before the next test of my client. Could it be that running the sample script somehow dislodged my client script from finding the Wx library? I just checked by placing a puts statement immediately after the ''require ''wx...
2007 Nov 03
1
New wxSocket Classes
...hods are in a single Method, on_server() and on_client(). It still uses /SOME/ of the API that wxWidgets has, as far as returning SOCKET_NOERROR, SOCKET_INVSOCK, and SocketEvent created with evt_socket() as the catch method for this event. As soon as I have the client put together, and tested wxClient and wxServer on Linux, and check it into the SVN, so that Alex and Sean Long can look over it, and test it out on their systems, we may finally have something worth while here, that will put us one up on other GUI libraries. *feels very evil and good at the same time* My plans for world domin...