PDA

View Full Version : Comobo box


mohan
08-21-2003, 07:09 AM
Hi Antun,

we are using custompulldown but, it is showing some error on load. can we use comobo box as we are using to extensively in our application. please send me the sample code for the loading the combo box with values and how to retrieve the selected value in the combo box.

is there any alternative to custompulldown or combobox.


Thanks,

Mohan.

antun
08-21-2003, 08:26 AM
Hey Mohan

Yes - I think there will be a working alternative available really soon.

I'll let you know as soon as its ready.

-Antun

antun
08-25-2003, 09:40 AM
Hey Mohan

We've just released LPS 1.0.1, which you can get by downloading it at:

http://www.laszlosystems.com/developers/download/

The docs for combobox are here:

http://www.laszlosystems.com/developers/learn/documentation/lzxref/combobox.php

The combobox is designed to be tied to data, but if you need to obtain the value of the selected field at run-time, you can do so as follows:

mycombo.top.subviews[3].getText()

... where mycombo is the name of the combobox.

-Antun