search for: dresner

Displaying 4 results from an estimated 4 matches for "dresner".

Did you mean: dresdner
2004 Jul 23
3
Problems using network code and trying to add a GUI
Hi folks, I''m new to wxRuby, but I''ve heard so many great things about wx that I wanted to try it for a program I''m trying to write. What I want is this: I have an application (server) that will accept connections from clients through TCP, which then play a game through it. As things change in the game (players coming and going, games being won and lost), I want
2004 Aug 01
2
nothing happens unless I move the mouse
Hi, I tried to think of a good subject, but that was the best I could come up with. Here is my problem (pretty much same as before). I have a program I''ve written, and I want to write a wxRuby front end for it. There are hooks in the program that call methods in the wxRuby part of things, however, nothing happens in the actual program unless I''m triggering events in the
2004 Aug 03
1
Drawing
Anyone know how to draw in wxRuby? I want to draw a graph, and have it update as new data comes in. I see stuff about Device Contexts, but I can''t find anything about how to use them, associate them with a panel, or anything like that. -Kurt
2004 Aug 03
1
adding things dynamically
Another question: If I have a panel that contains a sizer that contains, for example, some number of gauges, and I want to add another gauge on-the-fly, can I do that? Every time I try modifying things at run-time, it just messes everything up. -Kurt