... writing could light up in orange just like I do with the menu on the right https://i.postimg.cc/fLrwGHWQ/menu.gif I tried with :nMarqueeStyle := 6 //MARQSTYLE_HIGHLROWMS :bClrSelFocus := { || { CLR_BLACK, { { 1, LIGHTORANGE , ; ORANGE } } } } https://i.postimg.cc/SsFmddFR/jjjj.gif ...
... xbrowse , because at init I see the bx on first line I made also https://i.postimg.cc/jj1P2TQF/ff.png oBrw:bLostFocus := { || oBrw:nMarqueeStyle := 0 } oBrw:bGotFocus := { || oBrw:nMarqueeStyle := 2 } but not run ok
... ; ALIAS cAlias FOOTERS LINES CELL NOBORDER ; BACKGROUND aQueGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 oBrw:nRowDividerStyle := 2 // color gris y fino la division de columnas oBrw:nColDividerStyle := 0 // color gris y fino la division ...
... Id 106 Resource "BTO_SALIR" Of oDlg 2007; ACTION oDlg:End() Tooltip "Salir del Proceso.." oBrw:=TxBrowse():New(oDlg) oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED ...
Yes. This is the default behavior Marqueestyle should be 3 (or 2,1) I tried with :nMarqueeStyle := 3 with :nMarqueeStyle := 1 or 1 not run ok however if you don't press ctrl and shift it doesn't and then takes the whole line instead I meant something else when the ...
No your sample not run here !!! the :nMarqueeStyle must be 2 at init it must be https://i.postimg.cc/ZKCBQBLn/step2.png if the user press the button then https://i.postimg.cc/X7fJmfCV/step1.png if the user press ...