View Single Post
  #7  
Old 02-02-2005, 08:21 PM
vadrian vadrian is offline
Member
 
Join Date: Sep 2004
Posts: 32
ok, so the parent trick works (maybe this should be added as a feature in future versions?). now i get an error when i try to scale vizinfo. what i have is this:

Code:
INFO_SIZE = [0.5,0.5]
info = vizinfo.add('blah')
info.scale(INFO_SIZE)
what I get is this:
Code:
Traceback (most recent call last):
    File "<string>", line 12, in ?
    File "context_recall_02.py", line 123, in ?
        infoBox.scale(INFO_SIZE)
TypeError: scale() takes exactly 3 arguments (2 given)
Reply With Quote