|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-01-27 12:08:23
|
Hi!
I detec here ComboBox not show VSCROLL bar,
#include "hwgui.ch"
Function main
LOCAL oDlg, cComboBox:="", cPhantom:="", aOpc := {"A","B","C","D","E","F"}
INIT DIALOG oDlg CLIPPER NOEXIT AT 100,100 SIZE 500,200
@ 010,10 get ComboBox oComboBox VAR cComboBox ITEMS aOpc TEXT Size
80,30 DisplayCount 3 ;
Valid {||
hwg_msginfo(cComboBox),.t.}
@ 010,30 get oPhantom VAR cPhantom size 0,0
ACTIVATE Dialog oDlg Center
Best regards,
Itamar M. Lins Jr.
|