Re: IDLCanvas 0.1.0 released !!! [message #44107] |
Fri, 20 May 2005 08:35 |
Antonio Santiago
Messages: 201 Registered: February 2004
|
Senior Member |
|
|
> Then, I get an error in TEST3:
>
> IDL> test2
> % Compiled module: TEST2.
> IDL> test3
> % Compiled module: TEST3.
> % Compiled module: NODEITEM__DEFINE.
> % CANVASGROUP::INIT: Incorrect number of arguments.
> % Execution halted at: TEST3 56 C:\RSI\David\test\idlcanvas
Sorry, the error was on the class "nodeitem", it has its definition
structure on the top :(
Instead "test3" executes "@run_test3.g" it compiles first the
"nodeitem__define" and then the "test3". This is, until now, the most
interesting example.
Thanks a lot.
--
-----------------------------------------------------
Antonio Santiago P�rez
( email: santiago<<at>>grahi.upc.edu )
( www: http://www.grahi.upc.edu/santiago )
( www: http://asantiago.blogsite.org )
-----------------------------------------------------
GRAHI - Grup de Recerca Aplicada en Hidrometeorologia
Universitat Polit�cnica de Catalunya
-----------------------------------------------------
|
|
|
Re: IDLCanvas 0.1.0 released !!! [message #44108 is a reply to message #44107] |
Fri, 20 May 2005 08:27  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> Then, I get an error in TEST3:
>
> IDL> test2
> % Compiled module: TEST2.
> IDL> test3
> % Compiled module: TEST3.
> % Compiled module: NODEITEM__DEFINE.
> % CANVASGROUP::INIT: Incorrect number of arguments.
> % Execution halted at: TEST3 56 C:\RSI\David\test\idlcanvas
> \test3.pro
> % $MAIN$
Ah, the module order in NODEITEM is wrong, too. :-)
Now, everything seems to be working. At least for the tests.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: IDLCanvas 0.1.0 released !!! [message #44109 is a reply to message #44108] |
Fri, 20 May 2005 08:22  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Antonio Santiago writes:
> Thanks to a David's advice I just modified a bit the code :)
>
> Now, all can do to work with IDLCanvas ( and EventAction) is put the
> files in your !PATH and programming (or execute the samples and...
> ooohhh!!! it is fantastic ;)
Hate to keep putting a damper on this. I know how it feels
to release something you have worked so hard on. :-)
To get it to run, I had to change the module ordering in
eventaction__define.pro, too. (I downloaded the latest of
both programs.)
Then, I get an error in TEST3:
IDL> test2
% Compiled module: TEST2.
IDL> test3
% Compiled module: TEST3.
% Compiled module: NODEITEM__DEFINE.
% CANVASGROUP::INIT: Incorrect number of arguments.
% Execution halted at: TEST3 56 C:\RSI\David\test\idlcanvas
\test3.pro
% $MAIN$
But the code looks nice. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: IDLCanvas 0.1.0 released !!! [message #44110 is a reply to message #44109] |
Fri, 20 May 2005 08:08  |
Antonio Santiago
Messages: 201 Registered: February 2004
|
Senior Member |
|
|
Thanks to a David's advice I just modified a bit the code :)
Now, all can do to work with IDLCanvas ( and EventAction) is put the
files in your !PATH and programming (or execute the samples and...
ooohhh!!! it is fantastic ;)
Bye, Antonio.
--
-----------------------------------------------------
Antonio Santiago P�rez
( email: santiago<<at>>grahi.upc.edu )
( www: http://www.grahi.upc.edu/santiago )
( www: http://asantiago.blogsite.org )
-----------------------------------------------------
GRAHI - Grup de Recerca Aplicada en Hidrometeorologia
Universitat Polit�cnica de Catalunya
-----------------------------------------------------
|
|
|