Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

UIDL Help

Status
Not open for further replies.

iker

New member
Joined
May 13, 2003
Messages
7
Location
MX
Hi.
REcently I have been working by programming Menus in UIDL ANSYS Language for linking with ANSYS macros.

I have read that there are many types of variables to define in any menu (Integers, floats, Chars)
All of them by defining the Typ_Int;Typ_Char.... in corresponding case.

The problem appears when I want to control any string. Is there any type of definition (By Typ_XXXXX commmand or similar) for using strings parameters?

I have tried with Typ_File & Typ_File_Inline commands and although they seem to be valid, a File browser button appears too.

Thank you so much.

Is there any complete tutorial to male these menus in new ANSYS capability Tcl/Tk??

 
No - you could create a custom dialog but there is no default string dialog in UIDL.

As for a manual you'd have to order it from Ansys as they don't give the UIDL docs out for free.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top