|
From: Basso, L. F. <lf...@vi...> - 2011-10-14 12:39:34
|
2011-10-14 09:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * include/windows.ch + #DEFINE CB_SHOWDROPDOWN 335 * source/hcombox.prg METHOD NEW and REDEFINE + parameter nMaxLength From: vatzct Sent: Friday, October 14, 2011 9:25 AM To: Basso, Luis Fernando ; hwg...@li... Subject: Re: [Hwgui-developers] changelog 2011-10-14 08:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> 14.10.2011 15:07, Basso, Luis Fernando написав(ла): 2011-10-14 08:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * include/guilib.ch #xcommand @ <x>,<y> COMBOBOX [ <oCombo> ITEMS ] <aItems> ; #xcommand REDEFINE COMBOBOX [ <oCombo> ITEMS ] <aItems> ; + CLAUSE [ MAXLENGTH <nMaxLength> ] ; * source/hcombox.prg + DATA nMaxLength INIT Nil + METHOD MaxLength( nMaxLength ) assigned size limit text in combobox EDIT same behavior EDIT * METHOD Requery ! fix assigned initial value when bsetget = nil ! fixed nHeight in METHOD ACTIVATE * METHOD onEvent ! fixed use ARROWS in combo EDIT Luis Fernando Basso lf...@vi... |