hello i need some suggestions on how to layout a variable list of spin control style buttons. i need them to be large since it's for use with a touchscreen (compounded by the fact they will likely be drunk).
i'm thinking i could put it all in a grid and create a custom control as below
(name) (number) (more, less buttons)
LABEL NAME | 0 | <>|
The Force is with you!
You already expressed the perfect solution!
No go ahead and implement it.
···
On 2/11/07, Timothy Smith < timothy@open-networks.net> wrote:
hello i need some suggestions on how to layout a variable list of spin
control style buttons. i need them to be large since it’s for use with a
touchscreen (compounded by the fact they will likely be drunk).
i’m thinking i could put it all in a grid and create a custom control as
below
(name) (number) (more, less buttons)
LABEL NAME | 0 | <>|
To unsubscribe, e-mail:
wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
–
There is NO FATE, we are the creators.
Peter Damoc wrote:
The Force is with you!
You already expressed the perfect solution!
No go ahead and implement it.
hello i need some suggestions on how to layout a variable list of
spin
control style buttons. i need them to be large since it's for use
with a
touchscreen (compounded by the fact they will likely be drunk).
i'm thinking i could put it all in a grid and create a custom
control as
below
(name) (number) (more, less buttons)
LABEL NAME | 0 | <>|
---------------------------------------------------------------------
To unsubscribe, e-mail:
wxPython-users-unsubscribe@lists.wxwidgets.org
<mailto:wxPython-users-unsubscribe@lists.wxwidgets.org>
For additional commands, e-mail:
wxPython-users-help@lists.wxwidgets.org
<mailto:wxPython-users-help@lists.wxwidgets.org>
--
There is NO FATE, we are the creators.
i guess it's more of a question of where do i start with making the arrows. is there a way i can draw my own arrows in a wx.control class and have custom events on mouse up. thats assuming that touchscreens behave the same as on mouse up.
if i can do that, i can make my control.
···
On 2/11/07, *Timothy Smith* < timothy@open-networks.net > <mailto:timothy@open-networks.net>> wrote:
Hi Tim,
Just use wx.BitmapButton and draw some pretty arrows in your favorite bitmap editor or reuse some from the free web stock images.
Peter
···
On 2/13/07, Timothy Smith timothy@open-networks.net wrote:
i guess it’s more of a question of where do i start with making the
arrows. is there a way i can draw my own arrows in a wx.control class
and have custom events on mouse up. thats assuming that touchscreens
behave the same as on mouse up.
if i can do that, i can make my control.
–
There is NO FATE, we are the creators.