Problem with Vcolorbar under IDL 8.0 ? [message #75349] |
Thu, 24 February 2011 13:08 |
George Millward
Messages: 29 Registered: February 2000
|
Junior Member |
|
|
Hi there,
I'm using David Fanning's VColorbar__define.pro under IDL 8.0
and it ain't working....
It works fine under 7.1 ..........I'm wondering if there is a problem
or if the problem is me ;o)
thisColorBar = Obj_New('VColorBar')
thisModel->Add,thisColorBar
gives me:
'Attempt to call undefined method Vcolorbar::position'
I do have a large viewport defined.... but no idea whether this would
cause a problem.....
thisView = OBJ_NEW('IDLgrView', Color=[80,80,80],
Viewplane_Rect=[0.,0.,1440.,900.],zclip=[20.,-10.])
...and like I say, works fine with 7.1
Any ideas ?
Cheers
George.
|
|
|