Is there anything like a wxPushButton?
Joachim Buermann
jbuermann at iftools.com
Fri Nov 23 09:32:33 PST 2007
Hello Carsten,
look here:
http://www.iftools.com/awx.en.html
There is also a executable windows binary (awxtest), which shows you all the
features of the library.
I have finished a new 0.3 version, but couldn't upload it until now. For
interest, just let me know.
Best regards
Joachim
On Friday 23 November 2007 00:30, Carsten A. Arnholm wrote:
> Carsten A. Arnholm wrote:
> > Hi,
> >
> > I am using WX 2.8.6 on WinXP and Kubuntu
> >
> > My application controls a motor over a serial port. I want to
> > implement a feature using a "pushbutton", i.e. as long as the button
> > is being pushed, the motor runs. When the button is released the
> > motor stops. I also want the button to take a different colour when
> > it is pressed. Finally, it should be possible for the user to press
> > the button, and it should also be possible for the program to set the
> > button in a pressed state, with the same effect.
> > How can I do this with wxWidgets? Is there something like a
> > wxPushButton to do it? Or maybe it can be done with the standard
> > wxButton somehow?
> > Any tips appreciated.
>
> Hi again,
>
> Just to clarify: I am only looking for tips how to handle the pushbutton
> GUI, I have the serial port etc. sorted out.
More information about the wx-users
mailing list