[GiDlist] Combobox & Radiobutton

Moderator: GiD Team

Post Reply
Christophe Louis

[GiDlist] Combobox & Radiobutton

Post by Christophe Louis »

Hello,

I would like to know whether it is possible to create "radiobuttons" (and not a list of checkbuttons with dependencies) instead of a "combobox" directly while creating a .prb file, to give an example, or if it is necessary to modify .tcl files in the "scripts" directory of GiD.

Thanks,

Louis Christophe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20020902/f1d08d9a/attachment.htm
Vilaysak Sayakoummane

[GiDlist] Combobox & Radiobutton

Post by Vilaysak Sayakoummane »

No option on Radiobox unless you have to create by
Tcl/Tk at the moment, I guest. GiD should put more
option about Tools. Now there are still lot of
limitations.
Actually GiD can combine with Visual Basic already but
I think GiD should work out more with it,instead of
working with Tcl/Tk when creating WINDOWS AND TOOLS.
VB is lot easier to create Tools and windows but still
not enough Information combining with GiD in the
online documents.

Good luck.

--- Christophe Louis oofelie at hotmail.com wrote:
Hello,

I would like to know whether it is possible to
create "radiobuttons" (and not a list of
checkbuttons with dependencies) instead of a
"combobox" directly while creating a .prb file, to
give an example, or if it is necessary to modify
.tcl files in the "scripts" directory of GiD.

Thanks,

Louis Christophe



__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
V.SAYAKOUMMANE

[GiDlist] Where are Miguel and Ramon??

Post by V.SAYAKOUMMANE »

Hi GiD list members
Haven't seen Miguel and Ramon showed up in this
list for quite long. I think Enrique is taking care of
it at the moment?? Seem that lot of questions have not
been responsed yet... Comon! GiD Team..

Regards.

V.Sayakoummane (Willy)

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Ramon Ribó

[GiDlist] Combobox & Radiobutton

Post by Ramon Ribó »

Dear all,

When we talk about GiD customization, we normally define two levels:

Level 1: files .mat,.cnd,.bas and so on
Level 2: TCL customization

The normal entry point for the customization is Level 1. It is and MUST
be easy. There is no reason to integrate into this level more complex
features
because they will make the initial learning longer and more painful.

Once the level 1 is acomplished, people who wish an interface that
adjust
better to their needs, should continue with TCL. It permmits to do virtually
anything in the customization and window creation. Of course, it takes
longer
to learn it. Specifically, check the special field TKWIDGET in the .cnd and
.mat
It permmits to mix traditional and TCL customization.

About comparing TCL and VisualBasic, the preference on a programing
language
or other is strongly biased towards personal preferences. Do not ever try to
convince a language X lover that language Y is better, because a flame war
is
going to start.

The facts are that TCL permmits to make any type of window and
programming
procedure and that it works in either Windows and UNIX.

For further information on TCL check:

http://tcl.activestate.com (official page)
http://mini.net/tcl/ (lots of info)
http://gid.cimne.com/RamDebugger (a nice and new TCL Debugger/IDE made
by myself)

Best regards,

--
Compass Ing. y Sistemas Dr. Ramon Ribó
http://www.compassis.com ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Vilaysak
Sayakoummane
Enviado el: martes, 03 de septiembre de 2002 4:07
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Combobox & Radiobutton



No option on Radiobox unless you have to create by
Tcl/Tk at the moment, I guest. GiD should put more
option about Tools. Now there are still lot of
limitations.
Actually GiD can combine with Visual Basic already but
I think GiD should work out more with it,instead of
working with Tcl/Tk when creating WINDOWS AND TOOLS.
VB is lot easier to create Tools and windows but still
not enough Information combining with GiD in the
online documents.

Good luck.

--- Christophe Louis oofelie at hotmail.com wrote:
Hello,

I would like to know whether it is possible to
create "radiobuttons" (and not a list of
checkbuttons with dependencies) instead of a
"combobox" directly while creating a .prb file, to
give an example, or if it is necessary to modify
.tcl files in the "scripts" directory of GiD.

Thanks,

Louis Christophe



__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Pablo Perez del Castillo

[GiDlist] help with conditions

Post by Pablo Perez del Castillo »

Hi;
I am doing a solver for calculate lift and drag in lifting surfaces, like sails,
fins, wings etc...through Quasic Vortex Lattice Method.
The basic configuration is a surface (body) and another surface (wake), join by
a trailing edge, so i need to put a condition where
the doublicity of a wake strip is set equal to the doublicity of the fin panel
(element quadrilateral) abutting the wake strip, how can i
get this condition?, any idea? thanks.
The mesh is with quadrilateral elemnts, in resume, the element abutting trailing
edge has to be the same value like wake strip elements.
near [Image]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20020904/18e791e9/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: C:\DOCUME~1\simon\CONFIG~1\Temp\nsmail6Q.jpeg
Type: image/jpeg
Size: 17684 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20020904/18e791e9/attachment.jpeg
V.SAYAKOUMMANE

[GiDlist] Combobox & Radiobutton

Post by V.SAYAKOUMMANE »

Hi all GiD members
What I said, if GiD can develop the complete BASIC
WINDOWS TOOLS in Level 1,as Ramon Ribo pointed out,
GiD would be more perfect Pre and Post-processing
interface software in the World, and would be very
attractive to the USERs.
And if GiD can customize with more languages,such as
VB,tcl/tk,...and so on....then those USERS who are
familar with specific languages will not hesitate to
use GiD..
Then no flame war would be happening among things..

Just a thought

Regards.


--- Ramon_Ribó ramsan at compassis.com wrote:

Dear all,

When we talk about GiD customization, we
normally define two levels:

Level 1: files .mat,.cnd,.bas and so on
Level 2: TCL customization

The normal entry point for the customization is
Level 1. It is and MUST
be easy. There is no reason to integrate into this
level more complex
features
because they will make the initial learning longer
and more painful.

Once the level 1 is acomplished, people who wish
an interface that
adjust
better to their needs, should continue with TCL. It
permmits to do virtually
anything in the customization and window creation.
Of course, it takes
longer
to learn it. Specifically, check the special field
TKWIDGET in the .cnd and
.mat
It permmits to mix traditional and TCL
customization.

About comparing TCL and VisualBasic, the
preference on a programing
language
or other is strongly biased towards personal
preferences. Do not ever try to
convince a language X lover that language Y is
better, because a flame war
is
going to start.

The facts are that TCL permmits to make any type
of window and
programming
procedure and that it works in either Windows and
UNIX.

For further information on TCL check:

http://tcl.activestate.com (official page)
http://mini.net/tcl/ (lots of info)
http://gid.cimne.com/RamDebugger (a nice and new
TCL Debugger/IDE made
by myself)

Best regards,

--
Compass Ing. y Sistemas Dr. Ramon Ribó
http://www.compassis.com ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre
de Vilaysak
Sayakoummane
Enviado el: martes, 03 de septiembre de 2002 4:07
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Combobox & Radiobutton



No option on Radiobox unless you have to create by
Tcl/Tk at the moment, I guest. GiD should put more
option about Tools. Now there are still lot of
limitations.
Actually GiD can combine with Visual Basic already
but
I think GiD should work out more with it,instead of
working with Tcl/Tk when creating WINDOWS AND TOOLS.
VB is lot easier to create Tools and windows but
still
not enough Information combining with GiD in the
online documents.

Good luck.

--- Christophe Louis oofelie at hotmail.com wrote:
Hello,

I would like to know whether it is possible to
create "radiobuttons" (and not a list of
checkbuttons with dependencies) instead of a
"combobox" directly while creating a .prb file, to
give an example, or if it is necessary to modify
.tcl files in the "scripts" directory of GiD.

Thanks,

Louis Christophe



__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Post Reply