Your installation is fine, it's a new bug.

In lib/Widgets/blt, open graph.wgt in a text editor, then replace

CreateCmd ::BLT::graph

by

CreateCmd ::blt::graph

Open your project in a text editor, look for
"graph" where widgets are created, then replace
it by ::blt::graph.

I think that should make it work.

CG



                                                                                       
                                            
                    Cristian Chaparro                                                  
                                            
                    <[EMAIL PROTECTED]>          To:     
[EMAIL PROTECTED]                                     
                    Sent by:                           cc:                             
                                            
                    [EMAIL PROTECTED]        Fax to:                         
                                            
                    eforge.net                         Subject:     [vtcl-user] 
Problem with blt                                   
                                                                                       
                                            
                                                                                       
                                            
                    03/02/2001 10:23 AM                                                
                                            
                    Please respond to vtcl-user                                        
                                            
                                                                                       
                                            
                                                                                       
                                            




Hi all,
I have the following problem with BLT.
When I try to insert a graph, I get an error saying "Bad command
::BLT::graph" or something like that. What I am sure about is that BLT
is in capitals while the package name is not ...and ::blt::graph is a
valid command.

On the other hand, when trying to open a vtcl file which uses BLT, I get
the message:
error sourcing project
invalid command name "graph"

I'm using vtcl-1.5.1b3 now and the project was made with the previous
version... Any hint on how to solve this? is it a problem with my
instalation/setup?
Thanks,
Cristian.

--
Cristian Chaparro E.          +32 9 264 5179
Laboratorium voor Genetika, Universiteit Gent
K.L. Ledegankstraat 35, B-9000 Gent, Belgium.






_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to