From: Itamar M. L. J. L. <ita...@gm...> - 2018-09-15 21:35:54
|
include "hwgui.ch" function main local oDlg, aCombo := { "First","Second" } INIT DIALOG oDlg AT 0,0 SIZE 400,200 @ 20,10 COMBOBOX aCombo SIZE 100, 60 //width is disable not work //If for example I use @ 20,90 COMBOBOX aCombo SIZE 100, 10 //only the right corner decreases, leaving the whole column the same size oDlg:Activate() Best regards, Itamar M. Lins Jr. |