dccombobox question
Posted: Wed May 25, 2016 11:32 am
Roger,
Just a quick question. We had a child window we needed to add to our largest program (15000 +lines) that had one field and then a combobox with the standard itemselected. Use it all the time. A blank was the default and required a selection.
However, in this case no matter what was selected by enter, double click..any action, the variable would not update from the itemselected and remained a blank. Also tried with and without enter/exit and with/without tabstop with the special keyboard action you gave me a month or so ago.
Is that normal for a combobox to not work with itemselected if there is no GET after it. Moving the get to be after fixed it. Do not have any other programs with the last item on the screen being a combobox . Or maybe there is code to handle this similar to the tab code.
Guess I should also mention that running that as a separate program from my test menu works either way, so wonder if it is also a memory issue of some sort that impacts the 'update' of the var. That program opens around 40-50 files and has an enormous number of vars.
I wrote around it so no big deal. just curious.
Fred
Omni
Just a quick question. We had a child window we needed to add to our largest program (15000 +lines) that had one field and then a combobox with the standard itemselected. Use it all the time. A blank was the default and required a selection.
However, in this case no matter what was selected by enter, double click..any action, the variable would not update from the itemselected and remained a blank. Also tried with and without enter/exit and with/without tabstop with the special keyboard action you gave me a month or so ago.
Is that normal for a combobox to not work with itemselected if there is no GET after it. Moving the get to be after fixed it. Do not have any other programs with the last item on the screen being a combobox . Or maybe there is code to handle this similar to the tab code.
Guess I should also mention that running that as a separate program from my test menu works either way, so wonder if it is also a memory issue of some sort that impacts the 'update' of the var. That program opens around 40-50 files and has an enormous number of vars.
I wrote around it so no big deal. just curious.
Fred
Omni