X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 14 Nov 2012 12:28 PM by  anon
I having a problem with creation Window (famous form in other languages)
 4 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
14 Nov 2012 12:28 PM
    Im new student of IDL, and am having a problem with creation Window.. I use SolarSoft Library, and i need create a Window (form) and various buttons for execute some routines, but i don't have success.. I following this example for study http://www.sulsoft.com.br....php?link=guia_uso_l specifically this code http://www.sulsoft.com.br/idl/imagens/jpgs/guia_uso/imagens/tabela_L02.jpg, a error occurs in second line "base = widget_auto_base..." my version of IDL is 8.1. someone can i help? Thaks a lot.

    Deleted User



    New Member


    Posts:
    New Member


    --
    16 Nov 2012 09:21 AM
    What is the exact text in the error message and if it is pointing to a line of code what line is that?

    Deleted User



    New Member


    Posts:
    New Member


    --
    19 Nov 2012 09:24 AM
    This is a message. IDL> Exemplo_2 % Variable is undefined: WIDGET_AUTO_BASE. % Execution halted at: EXEMPLO_2 4 /home/bruno/IDLWorkspace81/Default/exemplo_2.pro % $MAIN$ Exemplo_2 is a function... the point stay in line 7 of image in my last post: base = widget_auto_base(title="entre com os parametros")

    Deleted User



    New Member


    Posts:
    New Member


    --
    19 Nov 2012 11:23 AM
    My guess is the SolarSoft Library has not been added to your IDL path. Here is an article that might help you install any third-party IDL library and get it added to your IDL path: http://www.idlcoyote.com/...ps/installcoyote.php

    Deleted User



    New Member


    Posts:
    New Member


    --
    19 Nov 2012 11:45 AM
    i realized other tests to see if error is with the SolarSoft Library and apparently no have problems with path.. but i will see the link that you passed, thx !!
    You are not authorized to post a reply.