Hey,
I have an ini file with diffrent tests and every test has a diffrent settings, for example:
[HO type_Intra ASN Handover]
Type=INI VI
Delay between H.O=5,2
Trafic type=Smartbits,Ping
Number of Handover=xxx
[HO type_Inter ASN Handover]
Type=INI VI
Deleay between H.O=5,2
Trafic type=Smartbits,Ping
Number of Handover=xxx
The idea is that for example delay between handovers is a combo box parameter with values of 5,2 and trafic type is also a combo box parameter but with values smartbit or ping and the number of handovers is a regular string how can i diplay those parameter for the user ? there can be more then 3 parameter...is there a solution ?