View Single Post
  #2  
Old 09-15-2006, 09:14 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
There aren't any examples, but it shouldn't be too difficult. I would use button labels to create the keyboard.
Code:
A = viz.add(viz.BUTTON_LABEL,'A')
.
.
Z = viz.add(viz.BUTTON_LABEL,'Z')
Reply With Quote