Jump to content

Recommended Posts

Posted

Hi,

I want to know if its possible to read all lines of a combo.

This solutions aren't working :

GuiCtrlRead($cbo)
GuiCtrlRead($cbo, 1)
GuiCtrlRead(GuiCtrlRead($cbo))

For example you can read on combo 'Line 1' but you can go down and have other possibilities like Line 2 ,...

And so the result would be 'Line 1|Line 2' and not only 'Line 1'

In the help its not given as extended read...

Cheers, FireFox.

Posted

Hi,

I want to know if its possible to read all lines of a combo.

This solutions aren't working :

GuiCtrlRead($cbo)
GuiCtrlRead($cbo, 1)
GuiCtrlRead(GuiCtrlRead($cbo))

For example you can read on combo 'Line 1' but you can go down and have other possibilities like Line 2 ,...

And so the result would be 'Line 1|Line 2' and not only 'Line 1'

In the help its not given as extended read...

Cheers, FireFox.

You people need to start storing your AutoIt help files where your dog can't eat them...

_GUICtrlComboBox_GetList()

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...