Hello Everybody,
I'm creating an user interface for acquiring some measurement.
My problem is that I pop up a first panel where the user can choose which measurement want to take, and them a second panel for the introduction of the measurement parameters, that have to contain only the fileds related to the wished measurements.
The question is: there is a way to make appear the input box in the panel depending on the measurement choosed, or the panel is "as is", so I have to maintain also the fields that I don't need?
Thanks to all in advance
Essina
Edited by: Essina on Jun 26, 2013 6:38 AM
I'm creating an user interface for acquiring some measurement.
My problem is that I pop up a first panel where the user can choose which measurement want to take, and them a second panel for the introduction of the measurement parameters, that have to contain only the fileds related to the wished measurements.
The question is: there is a way to make appear the input box in the panel depending on the measurement choosed, or the panel is "as is", so I have to maintain also the fields that I don't need?
Thanks to all in advance
Essina
Edited by: Essina on Jun 26, 2013 6:38 AM
To illustrate in 'pseudo code':
method 1 - 'show on execute':
call UO/UF
UO/UF changes items on its panel, pops up dialog boxes etc
UO/UF completes and the panel closes
method 2 - 'show panel':
call showPanel("<UO/UF name")
send data to UO/UF to alter its panel contents
call hidePanel("<UO/UF name") to close it again
If you have a specific problem, then why post post some code here illustrating your problem and we'll try to help.
Mike Watts