Adaptive Comboboxes



Hello,

I've been looking for the answer to this for an embarrasingly long
time...

A combobox in a GUI displays values from a list. That list is updated
by user actions but I can't get the combobox to update to show the new
values that have been appended or changed in the list. Optimally, the
combobox selections should change everytime there is a change to the
list.

All I need is to know a general command that does this or an idea that
I can chase down on google. I've already constructed a combobox that
displays the first value of the list (list starts with one entry until
users add to it...).

Deep down I know that the answer is simple but I haven't been able to
find this in the man pages.

Thanks for any help,

Savage
.



Relevant Pages

  • Re: Adaptive Comboboxes
    ... A combobox in a GUI displays values from a list. ... by user actions but I can't get the combobox to update to show the new ... shows dynamic list updates. ...
    (comp.lang.tcl)
  • Re: Adaptive Comboboxes
    ... Óscar Fuentes wrote: ... by user actions but I can't get the combobox to update to show the new ... Depending on how you change the original master list, either use the trace recommended above, or just do the configure whenever you change the list. ...
    (comp.lang.tcl)
  • Re: Adaptive Comboboxes
    ... by user actions but I can't get the combobox to update to show the new ... update the combobox by assigning the -values option. ...
    (comp.lang.tcl)
  • Re: changing an int value across classes,kind of working :s
    ... base and gui. ... > The int size ... ... the user selects index2 of the comboBox and it changes the ... > yet it just doenst work. ...
    (comp.lang.java.gui)
  • Re: addstring to list box
    ... Hello there I have done this sample but the gui does not show anything xan ... > static DWORD TheThreadFunction (LPVOID lpvoid); ... >> entry) a combobox in my dialog based win app from my thread. ... >> is a little ambiguous for me.the worker thread posts a message say to find ...
    (microsoft.public.windowsce.embedded.vc)