close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 20 years ago

Closed 20 years ago

#316 closed defect (duplicate)

Removal of Inserted File

Reported by: lmartiles Owned by: Javier Portugal
Priority: normal Milestone:
Component: Interface Version: head
Severity: normal Keywords:
Cc:

Description

Hola,

Me ha dado error al querer eliminar un fichero de la lista de Ficheros Incluidos.
El fichero se llamaba Client Viewer5.tol y lo insertaba correctamente.
Al pararme con el raton y dar el boton derecho para recibir un menu me dice:

"C:/Bayes/bin/initLibrary/Client" isn't a variable in grammar Set
"C:/Bayes/bin/initLibrary/Client" isn't a variable in grammar Set

while executing

"::tol::info var $object"

("Set" arm line 4)
invoked from within

"switch -- $grammar {

Code -
Complex -
Date -
Matrix -
Polyn -
Ratio -

..."

(procedure "::TolInspector::PostVariable" line 56)
invoked from within

"::TolInspector::PostVariable 679 266"

(command bound to event)

Como veo que reporta solo Cliente como nombre de fichero hemos pensado que
es el espacio en el nombre. Hemos creado un fichero sencillo con un comando de
una linea:

Real x = 0;

y nombre test test1.tol y produce el siguiente mensaje:

"C:/Bayes/bin/initLibrary/test" isn't a variable in grammar Set
"C:/Bayes/bin/initLibrary/test" isn't a variable in grammar Set

while executing

"::tol::info var $object"

("Set" arm line 4)
invoked from within

"switch -- $grammar {

Code -
Complex -
Date -
Matrix -
Polyn -
Ratio -

..."

(procedure "::TolInspector::PostVariable" line 56)
invoked from within

"::TolInspector::PostVariable 745 246"

(command bound to event)

Corrijo el nombre sustituyendo el espacio por underscore y no da problema.

Parece ser que se manejan mal los archivos con espacios en esta parte de la
interfaz.

El sistema operativo es XP y no me aparece en la lista de los OS's.

saludos,

Artiles

Change History (2)

comment:1 Changed 20 years ago by Javier Portugal

Status: newassigned

comment:2 Changed 20 years ago by Javier Portugal

Resolution: duplicate
Status: assignedclosed

Bug duplicated in 311. Already fixed.

* This bug has been marked as a duplicate of 311 *

Note: See TracTickets for help on using tickets.