Re: question regarding wxSlider

2010-03-13 Thread Ugo Cupcic
Hi Philip, Thanks for your redirection. I'll try with them :) Cheers, Ugo PS : yes developing a robotic hand is really fun :D On Fri, Mar 12, 2010 at 7:08 PM, Philip Semanchuk wrote: > On Mar 12, 2010, at 1:56 PM, Ugo Cupcic wrote: > > Hi all, >> >> I have a q

Re: question regarding wxSlider

2010-03-12 Thread Philip Semanchuk
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 wan

question regarding wxSlider

2010-03-12 Thread Ugo Cupcic
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 co