Jump to content

Combo Issues With Windows2000


Recommended Posts

Hi,

I have made a GUI that has a combo list. I am trying to use the dropdown list of the combo to put the history of filenames that the user puts in the combo control. Thanks to the help on this forum, I learned about the "_GUICtrlComboGetList" function and I got my history working great on WindowsXP.

However, when I try to run my same program in Windows 2000 the "history" is empty. That is, there are no items in the combo control list. So I'd like to know if there are any known issues or differeences with Combo boxes in Windows 2000 vs XP. I am using GuiCtrlSetData to update the items in the combo list.

Any ideas?

Thanks,

Angel

Link to comment
Share on other sites

Hi,

I have made a GUI that has a combo list. I am trying to use the dropdown list of the combo to put the history of filenames that the user puts in the combo control. Thanks to the help on this forum, I learned about the "_GUICtrlComboGetList" function and I got my history working great on WindowsXP.

However, when I try to run my same program in Windows 2000 the "history" is empty. That is, there are no items in the combo control list. So I'd like to know if there are any known issues or differeences with Combo boxes in Windows 2000 vs XP. I am using GuiCtrlSetData to update the items in the combo list.

Any ideas?

Thanks,

Angel

I don't know if that specific symptom is because of Windows 2000, but there was an issue with the combo drop-down list not working correctly unless the height was set to at least 100 pixels to start with.

:)

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
Link to comment
Share on other sites

  • 1 month later...

WinXP ignores (kinda) and adjusts your combo height. Win2k is as big as you tell it to be... 20 pixels will show no data... it is there, just the combo is not big enough to show any of it.

Lar.

Thanks a lot guys, that made the trick! I did not see that info on the help file! It is there, but it is hardly noticeable (I wish it was in bold red letters! :D )

Thanks!

Angel

P.S.- Sorry for the late answer (long vacation!)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...