Re: Widget Tree Insensitivity / Dialog Box [message #53117] |
Tue, 20 March 2007 09:09 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
ChristopherFlorio@gmail.com writes:
> Does IDL have any features, similar to a dialog pickfile/message, but
> will prompt a user for string or numerical input instead?
FSC_Field allows you to input data of a particular type
(e.g., string, integer, float, etc.). You can also specify
the number of decimals you want to allow for floating point
and double types.
http://www.dfanning.com/programs/fsc_field.pro
http://www.dfanning.com/programs/dbltostr.pro
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|