[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: question regarding wxSlider

Philip Semanchuk

3/12/2010 7:08:00 PM

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/ma...

Developing a robotic hand sounds like fun!

Cheers
Philip