|
From: vatzct <va...@po...> - 2011-10-14 12:25:51
|
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... > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > > > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers Hi! hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\hcombo.prg(197) Warning W0001 Method <Redefine( oWndParent, nId, vari, bSetGet, aItems, oFont, bInit, bSize, bPaint, bChange, ctooltip, bGFocus, bLFocus, bIChange, nDisplay, nMaxLength )> not declared or declaration mismatch in class <HComboBox> source\hcombo.prg(348) Warning W0001 Ambiguous reference 'CB_SHOWDROPDOWN' source\hcombo.prg(414) Warning W0001 Method <MaxLength( nMaxLength )> not declared or declaration mismatch in class <HComboBox> No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 ... Regards, Alexey Myronenko |