Search Results

by CatherineHolloway
Wed Mar 12, 2014 12:06 pm
Forum: C/C++
Topic: setCurrentLimit triggers Position changed handler, not curr
Replies: 5
Views: 26972

Re: setCurrentLimit triggers Position changed handler, not c

Yes, you're right, I was interpreting the codebase incorrectly

I'm still not sure why the position handler activated, when the current limit is set, but it's not a biggie and I've found a workaround for the current handler not activating.
by CatherineHolloway
Tue Mar 11, 2014 1:11 pm
Forum: C/C++
Topic: setCurrentLimit triggers Position changed handler, not curr
Replies: 5
Views: 26972

Re: setCurrentLimit triggers Position changed handler, not c

also, it seems that setCurrentLimit has no effect on the value returned by getCurrent()
by CatherineHolloway
Tue Mar 11, 2014 11:51 am
Forum: C/C++
Topic: setCurrentLimit triggers Position changed handler, not curr
Replies: 5
Views: 26972

setCurrentLimit triggers Position changed handler, not curr

I think there's a problem in the phidgets libraries. When I set the current limit with setCurrentLimit(), the position changed event is triggered, not the current changed event.