Page 1 of 1

OnDropDown / OnCloseUp not work

Posted: Tue Dec 27, 2011 7:20 pm
by Rossine
Hello,

I could not use these methods in hmg.4. They are already implemented ?

Code: Select all


       DEFINE COMBOBOX oCombo1
          Row      40
          Col      10
          Width    100
          Items    { "E - Item 1", "D - Item 2", "C - Item 3", "B - Item 4", "A - Item 5" }
          Value    3
          OnDropDown { || msgstop( "opening list" ) }
          OnCloseUp  { || msgstop( "closing list" ) }
       END COMBOBOX

Regards,

Rossine.

Re: OnDropDown / OnCloseUp not work

Posted: Tue Dec 27, 2011 8:47 pm
by Ricci
Looking in Qt´s QComboBox() I find no HMG3 compatible signals. So you can forget these old commands.

OnDropDown is now reserved for the drag and drop future.