Thread: User-Interface
View Single Post
  #20  
Old 02-15-2005, 08:55 AM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Hi,
your sample-Script works fine. No errors and the picking works. Maybe my soccerballs were to little. If I need it, I try it again with them...

2. Tooltipps (previous message): possible?

3. Is it possible to put a pure label-line in vizinfo object?

(e.g. to show the exact value of a slider, below the slider)

Help says only ... is possible.


<vizinfo>.add(
what
label = ''

)



what

An item to add to the info box. Can be one of the following values:

viz.SLIDER
viz.BUTTON
viz.CHECKBOX
viz.RADIO
viz.TEXQUAD


So I might have to use a Textquad-object or change the label of the very top message (e.g. info.message(showSizeAsLabel))


Johannes
Reply With Quote