View Single Post
  #2  
Old 02-20-2008, 02:01 AM
xingxing xingxing is offline
Member
 
Join Date: Feb 2008
Location: Sydney
Posts: 9
Send a message via MSN to xingxing
Quote:
Originally Posted by xingxing View Post
I'm trying to use vizinfo and textbox to establish a form. I wanna some textboxes arranged on the vizinfobox on certain positions. e.g. horizontallly, not vertically, ordered. This is hard because the setPosition attribute can only change the position of label of textbox and the position of the input field can't be changed in this way. Can any experts tell me whether I can do it in this way?
If yes, how can I do it?

Regards
the format I used is like the following.

Tbox = viz.add(viz.TEXTBOX, 'tb')
Tbox.setPosition(.2,.2)
Reply With Quote