Thanks, but in the source code I've just download, there is none. Could you
please specify further the file location?
----------
De: Jorge Suit Perez Ronda[SMTP:ronda at cimne.upc.es]
Responder a: gidlist at gatxan.cimne.upc.es
Enviado el: viernes 21 de septiembre de 2001 2:42
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [ GiDlist ] Otra pregunta
Español:
-La definicion del procedimiento aparece al final del archivo
DataWindows.tcl
localizado en scripts
English:
-The definition of the requested proc appears at the end in the file
DataWindows.tcl, located under directory scripts.
best regards,
Jorge Suit
CASARES MALDONADO ALEJANDRO wrote:
¿Dónde puedo hallar los parámetros de uso de las funciones de tcl/tk
usados
en los guiones para GID?. En particular, me interesa la función
GidAddUserDataOptions
Oops: just in case, I translate:
Where can I find the parameters for using tcl/tk functions for GID
scripts?
Particularly, I'm iterested in
GidAddUserDataOptions function.
Thanks.
Alejandro Casares
----------
De: Javier Mora[SMTP:mora at cimne.upc.es]
Responder a: gidlist at gatxan.cimne.upc.es
Enviado el: miércoles 19 de septiembre de 2001 11:25
Para: gidlist at gatxan.cimne.upc.es
Asunto: RE: [ GiDlist ] Conditions file management
Let me suggest you some tests to solve your problem:
1. If you have a filename.tcl in your problem_type subdirectory,
delete or
rename it. This kind of file could change the default parameters for
the
menu visualisation (and more).
2. Any changes in the configuration files should need to reload the
problem
type, that is, in the menu:
Data - Problem type - the_problem_type_of_your_interest
A dialog box will be open with the message:
"All data information(materials,conditions,data) will be lost. OK?"
And you should answer YES (Aceptar or equivalent).
Now, the conditions window should show the new changes, but you have
also
to
reassign the rest of conditions and data, including materials and,
therefore, you have to generate the mesh again.
3. The filename.cnd has some not allowed characters or strings (i.e.,
if
you
include spaces in your QUESTION, tabulators, etc). In this case, you
can
explore by yourself comparing it with existing files or send us the
files.
Regards,
J Mora
1st Conference on Advances and Applications of GiD
Have you heard about our GiD conference?. Your contribution will be
welcomed!.
Remember that you have until October 30th to present a paper. More
information in
http://gid.cimne.upc.es/2002
-----Mensaje original-----
De: owner-gid at gatxan.cimne.upc.es
[mailto:owner-gid at gatxan.cimne.upc.es]En nombre de CASARES MALDONADO
ALEJANDRO
Enviado el: miércoles, 19 de septiembre de 2001 17:18
Para: 'gidlist at gatxan.cimne.upc.es'
Asunto: [ GiDlist ] Conditions file management
Hi:
I´m trying to write configuration files for a GID application,
according to on line manual.
I´m using a previous very similar application as
starting point but,
although I rewrite the problem_type_condition_file with my
new conditions, I
can´t accomplish the inclusion of the "Conditions" entry for
managing it (as
manual says) at Data menu, which is not on the original application.
¿Where do I define it?
Thanks in advance
[ GiDlist ] I don't find it
Moderator: GiD Team
[ GiDlist ] I don't find it
The procedure GidAddUserDataOptions is not already documented ( it will be ).
For now, you should know that it is usefull to modify the Data menu in the GiD
interface. Here is the heading of the tcl procedure.
# Procedure GidAddUserDataOptions --
#
# Add a new entry to the data menu of GiD.
#
# Arguments:
# L -- Label of the option. In order to add a separadtr entry
# it must be passed the value "---"
# A -- script to execute when the option is selected
# W -- Position of the option:
# an integer or end to indicate the last position in the menu.
# end is the default value if you omite this argument.
# Acc -- Acceleration key combination.
#
#
# Results:
#
proc GidAddUserDataOptions { L {A ""} {W end} {Acc ""} } {
....
}
best regards,
Jorge Suit
CASARES MALDONADO ALEJANDRO wrote:
Thanks, but in the source code I've just download, there is none. Could you
please specify further the file location?
----------
De: Jorge Suit Perez Ronda[SMTP:ronda at cimne.upc.es]
Responder a: gidlist at gatxan.cimne.upc.es
Enviado el: viernes 21 de septiembre de 2001 2:42
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [ GiDlist ] Otra pregunta
Español:
-La definicion del procedimiento aparece al final del archivo
DataWindows.tcl
localizado en scripts
English:
-The definition of the requested proc appears at the end in the file
DataWindows.tcl, located under directory scripts.
best regards,
Jorge Suit
CASARES MALDONADO ALEJANDRO wrote:
¿Dónde puedo hallar los parámetros de uso de las funciones de tcl/tk
usados
en los guiones para GID?. En particular, me interesa la función
GidAddUserDataOptions
Oops: just in case, I translate:
Where can I find the parameters for using tcl/tk functions for GID
scripts?
Particularly, I'm iterested in
GidAddUserDataOptions function.
Thanks.
Alejandro Casares
----------
De: Javier Mora[SMTP:mora at cimne.upc.es]
Responder a: gidlist at gatxan.cimne.upc.es
Enviado el: miércoles 19 de septiembre de 2001 11:25
Para: gidlist at gatxan.cimne.upc.es
Asunto: RE: [ GiDlist ] Conditions file management
Let me suggest you some tests to solve your problem:
1. If you have a filename.tcl in your problem_type subdirectory,
delete or
rename it. This kind of file could change the default parameters for
the
menu visualisation (and more).
2. Any changes in the configuration files should need to reload the
problem
type, that is, in the menu:
Data - Problem type - the_problem_type_of_your_interest
A dialog box will be open with the message:
"All data information(materials,conditions,data) will be lost. OK?"
And you should answer YES (Aceptar or equivalent).
Now, the conditions window should show the new changes, but you have
also
to
reassign the rest of conditions and data, including materials and,
therefore, you have to generate the mesh again.
3. The filename.cnd has some not allowed characters or strings (i.e.,
if
you
include spaces in your QUESTION, tabulators, etc). In this case, you
can
explore by yourself comparing it with existing files or send us the
files.
Regards,
J Mora
1st Conference on Advances and Applications of GiD
Have you heard about our GiD conference?. Your contribution will be
welcomed!.
Remember that you have until October 30th to present a paper. More
information in
http://gid.cimne.upc.es/2002
-----Mensaje original-----
De: owner-gid at gatxan.cimne.upc.es
[mailto:owner-gid at gatxan.cimne.upc.es]En nombre de CASARES MALDONADO
ALEJANDRO
Enviado el: miércoles, 19 de septiembre de 2001 17:18
Para: 'gidlist at gatxan.cimne.upc.es'
Asunto: [ GiDlist ] Conditions file management
Hi:
I´m trying to write configuration files for a GID application,
according to on line manual.
I´m using a previous very similar application as
starting point but,
although I rewrite the problem_type_condition_file with my
new conditions, I
can´t accomplish the inclusion of the "Conditions" entry for
managing it (as
manual says) at Data menu, which is not on the original application.
¿Where do I define it?
Thanks in advance
For now, you should know that it is usefull to modify the Data menu in the GiD
interface. Here is the heading of the tcl procedure.
# Procedure GidAddUserDataOptions --
#
# Add a new entry to the data menu of GiD.
#
# Arguments:
# L -- Label of the option. In order to add a separadtr entry
# it must be passed the value "---"
# A -- script to execute when the option is selected
# W -- Position of the option:
# an integer or end to indicate the last position in the menu.
# end is the default value if you omite this argument.
# Acc -- Acceleration key combination.
#
#
# Results:
#
proc GidAddUserDataOptions { L {A ""} {W end} {Acc ""} } {
....
}
best regards,
Jorge Suit
CASARES MALDONADO ALEJANDRO wrote:
Thanks, but in the source code I've just download, there is none. Could you
please specify further the file location?
----------
De: Jorge Suit Perez Ronda[SMTP:ronda at cimne.upc.es]
Responder a: gidlist at gatxan.cimne.upc.es
Enviado el: viernes 21 de septiembre de 2001 2:42
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [ GiDlist ] Otra pregunta
Español:
-La definicion del procedimiento aparece al final del archivo
DataWindows.tcl
localizado en scripts
English:
-The definition of the requested proc appears at the end in the file
DataWindows.tcl, located under directory scripts.
best regards,
Jorge Suit
CASARES MALDONADO ALEJANDRO wrote:
¿Dónde puedo hallar los parámetros de uso de las funciones de tcl/tk
usados
en los guiones para GID?. En particular, me interesa la función
GidAddUserDataOptions
Oops: just in case, I translate:
Where can I find the parameters for using tcl/tk functions for GID
scripts?
Particularly, I'm iterested in
GidAddUserDataOptions function.
Thanks.
Alejandro Casares
----------
De: Javier Mora[SMTP:mora at cimne.upc.es]
Responder a: gidlist at gatxan.cimne.upc.es
Enviado el: miércoles 19 de septiembre de 2001 11:25
Para: gidlist at gatxan.cimne.upc.es
Asunto: RE: [ GiDlist ] Conditions file management
Let me suggest you some tests to solve your problem:
1. If you have a filename.tcl in your problem_type subdirectory,
delete or
rename it. This kind of file could change the default parameters for
the
menu visualisation (and more).
2. Any changes in the configuration files should need to reload the
problem
type, that is, in the menu:
Data - Problem type - the_problem_type_of_your_interest
A dialog box will be open with the message:
"All data information(materials,conditions,data) will be lost. OK?"
And you should answer YES (Aceptar or equivalent).
Now, the conditions window should show the new changes, but you have
also
to
reassign the rest of conditions and data, including materials and,
therefore, you have to generate the mesh again.
3. The filename.cnd has some not allowed characters or strings (i.e.,
if
you
include spaces in your QUESTION, tabulators, etc). In this case, you
can
explore by yourself comparing it with existing files or send us the
files.
Regards,
J Mora
1st Conference on Advances and Applications of GiD
Have you heard about our GiD conference?. Your contribution will be
welcomed!.
Remember that you have until October 30th to present a paper. More
information in
http://gid.cimne.upc.es/2002
-----Mensaje original-----
De: owner-gid at gatxan.cimne.upc.es
[mailto:owner-gid at gatxan.cimne.upc.es]En nombre de CASARES MALDONADO
ALEJANDRO
Enviado el: miércoles, 19 de septiembre de 2001 17:18
Para: 'gidlist at gatxan.cimne.upc.es'
Asunto: [ GiDlist ] Conditions file management
Hi:
I´m trying to write configuration files for a GID application,
according to on line manual.
I´m using a previous very similar application as
starting point but,
although I rewrite the problem_type_condition_file with my
new conditions, I
can´t accomplish the inclusion of the "Conditions" entry for
managing it (as
manual says) at Data menu, which is not on the original application.
¿Where do I define it?
Thanks in advance