From: Ugo Cupcic on
Hi all,

I have a question regarding wxSlider. I'm developing a wxwidget python
interface for a robotic hand. The sliders send the target values to the
joints.

I'd like to display the current position of the joint on the slider. I
wanted to use wxSlider.SetTick(myposition) but I couldn't get SetTick to
display anything.

Anyone has an idea ? I attached a dummy code to the message to illustrate.

Cheers,

Ugo

--
Ugo Cupcic
http://www.genugo.com/ugocupcic
_
' v '
/ \
m m
From: Philip Semanchuk on
On Mar 12, 2010, at 1:56 PM, Ugo Cupcic wrote:

> Hi all,
>
> I have a question regarding wxSlider. I'm developing a wxwidget python
> interface for a robotic hand. The sliders send the target values to
> the
> joints.
>
> I'd like to display the current position of the joint on the slider. I
> wanted to use wxSlider.SetTick(myposition) but I couldn't get
> SetTick to
> display anything.
>
> Anyone has an idea ? I attached a dummy code to the message to
> illustrate.


Hi Ugo,
I don't mean to chase you away, but there is a dedicated wxPython
mailing list where you obviously have a much better chance of getting
an answer.

http://www.wxpython.org/maillist.php

Developing a robotic hand sounds like fun!

Cheers
Philip