MotionBuilder Forum
Welcome to Autodesk’s MotionBuilder Forums. Share your knowledge, ask questions, and explore popular MotionBuilder topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FBList callback: OnChange and up/down keys

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
262 Views, 0 Replies

FBList callback: OnChange and up/down keys

Hi,

I have a OnChange callback for a FBList control.

It works fine when I select an item using the mouse,
but it doesn't work when I change the selection using the up and down keys.

Any ideas?

Thanks,
Kim.


def CBOnChange( lControl, lEvent ):
print lControl
print lEvent

lList = FBList()
lList.OnChange.Add( CBOnChange )
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report