comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » [Q] IDL 5.1, passing keyword params to subprocedures
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
[Q] IDL 5.1, passing keyword params to subprocedures [message #12094] Fri, 26 June 1998 00:00
dEdmundson is currently offline  dEdmundson
Messages: 23
Registered: February 1998
Junior Member
I am trying to create a setproperty procedure for a class that contains
several atomic IDL graphics objects. Something along the lines of:

pro myclass::setproperty, _REF_EXTRA = ex

self.axis1 -> setproperty, ['axis1_hide']
self.axis2 -> setproperty, ['axis2_hide']
[...]
end

which should accept calls like the following:

a = obj_new('myclass')
a->setproperty,axis1_hide=/hide
a->setproperty,axis2_hide=/hide

This and several variants I have tried don't work. Can you
see what I am getting at and offer a decent solution?

Cheers,
Darran.


-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/ Now offering spam-free web-based newsreading
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: [Q] structure definition with variable array size
Next Topic: Color in MPEGs ???

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:38:59 PDT 2025

Total time taken to generate the page: 0.00564 seconds