DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

diadem dialogbox

Hi,

 

I am trying to create one user dialog box, where i have allocated some auxillary variables to edit boxes, i am providing values to some of the variables manually, so is it possible that some other variables will take values automatically,it there any way to relate some of the variables to some other variables?(i have given T1=30 & T2=12 now i want to calculate one formula by the using T1 & T2 and want to assign new value to other variable T3 in that single dialog box only)so is there any way so that when dialog box opens i will give values to T1 & T2 and will see the results in for T3 variable?I am sending you the attatchment of dialog box where by entering(manually) thickness & diameter of the tube i want area to be calculated & displayed automatically(using proper formula for area calaulation).

 

Thanks

0 Kudos
Message 1 of 3
(3,798 Views)

Create 3 edit boxes

assign T1 to box 1

when box1 changes, assign T1 + T2 to edit box 3

 

T2 to box 2

when box2 changes, assign T1 + T2 to edit box 3

 

Did i made myself clear?Thats the logics I would use.

 

 

 

0 Kudos
Message 2 of 3
(3,696 Views)

hi,

thanx for your reply, i hope it will help me. 

0 Kudos
Message 3 of 3
(3,666 Views)