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

Home » Public Forums » archive » Parameters in event_pro
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
Parameters in event_pro [message #34874] Tue, 29 April 2003 05:15 Go to next message
kevinlausten is currently offline  kevinlausten
Messages: 6
Registered: April 2003
Junior Member
I am attempting to call an event handling procedure for a
draw_motion_event that is called 'read_pixel'. I need to inculde a
parameter, 'pointer' in my call, but idl does not recognize
'read_pixel, pointer' as an acceptable call:
IDL:> Attempt to call undefined procedure/function: 'READ_PIXEL,
POINTER'.
Here is my line that calls the procedure:
IDL:>widget_control, data, event_pro = 'read_pixel, pointer'$
, Draw_motion_events = 1
Re: Parameters in event_pro [message #34935 is a reply to message #34874] Thu, 01 May 2003 21:33 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Reimar Bauer (R.Bauer@fz-juelich.de) writes:

> David, danke f�r den babelfish Tip! ;-)

Da nada, mi amigo.

Saludad,

David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
Re: Parameters in event_pro [message #34936 is a reply to message #34874] Thu, 01 May 2003 20:48 Go to previous message
Mark Hadfield is currently offline  Mark Hadfield
Messages: 783
Registered: May 1995
Senior Member
"Kenneth P. Bowman" <kpb@null.com> wrote in message
news:kpb-80593C.19424601052003@corp.supernews.com...
> In article <b8s0at$2ug7$1@zam602.zam.kfa-juelich.de>,
> Reimar Bauer <R.Bauer@fz-juelich.de> wrote:
>
>> Hmm, I know sometimes the grammar is wrong.
>
> Post here and get help with syntax, grammar, AND spelling!

And don't forget table manners.


--
Mark Hadfield "Ka puwaha te tai nei, Hoea tatou"
m.hadfield@niwa.co.nz
National Institute for Water and Atmospheric Research (NIWA)
sec : U Re: Parameters in event_pro [message #34937 is a reply to message #34874] Thu, 01 May 2003 19:34 Go to previous message
Andrew Cool is currently offline  Andrew Cool
Messages: 219
Registered: January 1996
Senior Member
"Kenneth P. Bowman" wrote:
>
> In article <b8s0at$2ug7$1@zam602.zam.kfa-juelich.de>,
> Reimar Bauer <R.Bauer@fz-juelich.de> wrote:
>
>> Hmm, I know sometimes the grammar is wrong.
>
> Post here and get help with syntax, grammar, AND spelling!
>
> Ken Bowman

No, No! We speakers of the Queen's English would forever be correcting
all those Americans who seem to have had the "u" key surgically removed
from their keyboards... ;-)

Andrew Cool
Re: Parameters in event_pro [message #34938 is a reply to message #34874] Thu, 01 May 2003 17:42 Go to previous message
Kenneth P. Bowman is currently offline  Kenneth P. Bowman
Messages: 585
Registered: May 2000
Senior Member
In article <b8s0at$2ug7$1@zam602.zam.kfa-juelich.de>,
Reimar Bauer <R.Bauer@fz-juelich.de> wrote:

> Hmm, I know sometimes the grammar is wrong.

Post here and get help with syntax, grammar, AND spelling!

Ken Bowman
Re: Parameters in event_pro [message #34941 is a reply to message #34874] Thu, 01 May 2003 13:32 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
David Fanning wrote:

> Reimar Bauer (R.Bauer@fz-juelich.de) writes:
>
>> Didn't you read my answer of your last mail ?
>
> I think you forgot to run it through the Babelfish
> translator, Reimar. (Or maybe you did run it through,
> and that was the problem. I can't remember.) In any
> case, we didn't care for the answer. :-)
>

Hmm, I know sometimes the grammar is wrong.
But my answer contained source text.
That should be understandable in each language.

David, danke fᅵr den babelfish Tip! ;-)

best regards

Reimar



> Cheers,
>
> David
>
> P.S. My favorite question from newbies (and I don't
> think Kevin falls into this category) is the one that
> asks how to do such-and-so and then lists 25 mutually
> exclusive criteria the answer has to meet. Sigh...
>

--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
Re: Parameters in event_pro [message #34953 is a reply to message #34874] Wed, 30 April 2003 07:20 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Reimar Bauer (R.Bauer@fz-juelich.de) writes:

> Didn't you read my answer of your last mail ?

I think you forgot to run it through the Babelfish
translator, Reimar. (Or maybe you did run it through,
and that was the problem. I can't remember.) In any
case, we didn't care for the answer. :-)

Cheers,

David

P.S. My favorite question from newbies (and I don't
think Kevin falls into this category) is the one that
asks how to do such-and-so and then lists 25 mutually
exclusive criteria the answer has to meet. Sigh...

--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
Re: Parameters in event_pro [message #34954 is a reply to message #34874] Wed, 30 April 2003 06:38 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Kevin M. Lausten wrote:
> I am attempting to call an event handling procedure for a
> draw_motion_event that is called 'read_pixel'. I need to inculde a
> parameter, 'pointer' in my call, but idl does not recognize
> 'read_pixel, pointer' as an acceptable call:
> IDL:> Attempt to call undefined procedure/function: 'READ_PIXEL,
> POINTER'.
> Here is my line that calls the procedure:
> IDL:>widget_control, data, event_pro = 'read_pixel, pointer'$
> , Draw_motion_events = 1

Didn't you read my answer of your last mail ?


Reimar



--
Reimar Bauer

Institut fuer Stratosphaerische Chemie (ICG-I)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
============================================================ =======
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: random slice through a volume of catscan data
Next Topic: chi-squared of poly_fit and polyfitw results

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

Current Time: Wed Oct 08 16:02:09 PDT 2025

Total time taken to generate the page: 0.00469 seconds