Search found 21 matches: ocbx1

Return to advanced search

Re: FWH 2006: XBrowse : Own built-in Buttonbar

Yes Sorry, but I tried with no success oApp():oGrid:bOnAdjust := <|| local oBtn,oCbx1 local cFilter1:= val(alistini[1][1]) local nrow:= 05 local ncol:= 05 @ nrow,ncol COMBOBOX oCbx1 VAR cFilter1 ITEMS ArrTranspose( aListini )[ 1] ; SIZE 120,400 PIXEL OF oApp():oGrid ...
by Silvio.Falconi
Mon Jul 20, 2020 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2227

Re: Multiple Dimension Array in Combobox

...    Select (nArea)   return alist_temp DEFINE DIALOG oDlg RESOURCE "Combos" BRUSH oBrush TRANSPARENT REDEFINE COMBOBOX oCbx1 VAR cItem1 ITEMS ArrTranspose( aListini )[ 2] // I wish show trim(oListini:id) ID 100 OF oDlg; ON CHANGE Msginfo() ACTIVATE DIALOG oDlg CENTERED ...
by Silvio.Falconi
Wed Aug 28, 2019 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4023

ribbon+oPanel+Xbrowse+TASKPANEL

... nada: FUNCTION WINGES01() LOCAL oBrow LOCAL oDlg, oLbx LOCAL oFnt LOCAL nW, nH LOCAL cPersonalca:=Space(60) LOCAL oGet LOCAL cVar, oCbx, cHelp,oCbx1 LOCAL oBar, oPop, oIcon, cTit LOCAL oBtn, aX[6], aIdx:={},oCol Local oWnd,oPanel aIdx:={"por Codigo","por Nombre"} cTit:="Datos ...
by jbrita
Mon Dec 01, 2014 1:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ribbon+oPanel+Xbrowse+TASKPANEL
Replies: 3
Views: 1475

Valid en ComboBox, no funciona!!!

... Abajo, expongo una funcion donde el valid del segundo combobox no me funciona con el valid que le pongo: VALID {||eval(oCbx2:bSetGet)>=eval(oCbx1:bSetGet)} PIXEL of bPant o VALID {||cPer2>=cPer1} PIXEL of bPant esto para indicarle el oCbx2 que el valor de este sea mayor o igual al valor ...
by noe aburto
Tue Jul 29, 2014 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Valid en ComboBox, no funciona!!!
Replies: 2
Views: 578

Re: font on disabled combo

Enrico look at second combo, looks like a bold font. Thanks in advance. #include "FiveWin.ch" function Main() local oDlg, oCbx,oCbx1 local cText := " " local cText1 := "TWO" DEFINE DIALOG oDlg FROM 10, 10 TO 20, 50 ; TITLE "DropDown ComboBox Test" @ ...
by Wanderson
Sun Nov 20, 2011 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: font on disabled combo
Replies: 9
Views: 1742

Re: Combobox with bitmaps

... Tim, http://www.pflegeplus.com/pictures/combo10.jpg Samples : Ownerdra.prg ( Bitmaps from Disk and resource ) REDEFINE COMBOBOX oCbx1 VAR cItem2 ; ID 120 OF oDlg ; ITEMS { "Drive A:", "Drive C:", "Ram Drive", "Net Drive" } ; BITMAPS { "..\bitmaps\fdrive.bmp",; ...
by ukoenig
Tue Feb 08, 2011 1:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox with bitmaps
Replies: 7
Views: 1394

Re: Coloring a line Solved. Now coloring an individual cell

...    ,oBtn13:move(arect[3] -aRect[1]-145,422 ,,,.t.);  //20          ,oCbx:move(arect[3]  -aRect[1]- 89,575 ,,,.t.);   //18 Transfer data          ,oCbx1:move(arect[3] -aRect[1]- 119,575 ,,,.t.);  //          ,oCbx2:move(arect[3] -aRect[1]- 119,11  ,,,.t.);  //15 *          ,oCbx3:move(arect[3] ...
by hag
Fri Jan 14, 2011 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coloring a line Solved. Now coloring an individual cell
Replies: 15
Views: 4363

Re: TFolderEx < lTransparent-Error > on Redefine ( FWH 10.10 )

Daniel, Thank You very much, it is working now. Still I have my Combobox-problem, like You can see from the Screenshot. REDEFINE COMBOBOX oCbx1 VAR cItem1 ITEMS { "One", "Two", "Three" } ; ID 230 OF oFld:aDialogs[1] ; STYLE CBS_DROPDOWN oCbx1:lTransparent := .F. ...
by ukoenig
Sun Oct 31, 2010 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderEx < lTransparent-Error > on Redefine ( FWH 10.10 )
Replies: 3
Views: 643

Re: Tooltip in a combo box?

... different Tooltips in Relation to the selected Combobox-Row. http://www.pflegeplus.com/pictures/Ctooltip.jpg REDEFINE COMBOBOX oCbx1 VAR cItem1 ITEMS { "One", "Two", "Three" } ; ID ID_SIMPLE OF oDlg ; ON CHANGE ( cItem4 := cItem1, oSay:Refresh(), ...
by ukoenig
Thu Oct 21, 2010 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip in a combo box?
Replies: 9
Views: 2173

Re: COMBOBOX CBS_SIMPLE

Oscar,

Those combos contain a GET control object, so you can also use their VALIDs, i.e.:

oCbx1:oGet:bValid := { || MsgBeep(), .T. }

Please check if that helps you, thanks
by Antonio Linares
Tue Nov 24, 2009 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX CBS_SIMPLE
Replies: 5
Views: 840

Re: Array multidimensional con Combobox

Loren, prueba con esto: local anumero:={ {'1','uno'},{'2','dos'},{'3','tres'},{'4','cuatro'} } local cItems:={} local oDlg, oCbx1 local cVar for n:=1 to len(aNumero) aadd(cItems,aNumero[n][2]) //para armar combobox con segundo termino next cVar:=cItems[1] DEFINE DIALOG oDlg RESOURCE ...
by FranciscoA
Thu Nov 12, 2009 12:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Array multidimensional con Combobox
Replies: 2
Views: 534

Re: Dialogo que muestre como avanza un proceso

... function copiar() local oDestino, Destino, lOK:=.f. local aDirectorio:={},aFuente:={},aDestino:={} local oDlg, oCbx1 local cItems:=aDrives(), cDrive local cBmps:={}, n for n:=1 to len(cItems) aadd(cBmps,"hDrive") next cDrive:=cItems[1] Destino:= space(16) ...
by FranciscoA
Wed May 20, 2009 10:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogo que muestre como avanza un proceso
Replies: 6
Views: 1706

... Sanil: It's this what your are looking for? //----------------------------------// function copiar() local oDestino, Destino, lOK:=.f. local oDlg, oCbx1 local cItems:=aDrives(), cDrive local cBmps:={}, n for n:=1 to len(cItems) aadd(cBmps,"hDrive") next cDrive:=cItems[1] Destino:= space(16) DEFINE ...
by FranciscoA
Mon Sep 08, 2008 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drive List
Replies: 7
Views: 1945

Sanil, See FWH\samples\ownerdra.prg. It contains this: REDEFINE COMBOBOX oCbx1 VAR cItem2 ; ID 120 OF oDlg ; ITEMS { "Drive A:", "Drive C:", "Ram Drive", "Net Drive" } ; BITMAPS { "..\bitmaps\fdrive.bmp",; "..\bitmaps\hdrive.bmp",; "..\bitmaps\ramdrive.bmp",; ...
by James Bott
Mon Sep 08, 2008 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drive List
Replies: 7
Views: 1945

Otra

oCbx1 : SetFont( oFont )

Saludos
by horacio
Wed May 14, 2008 1:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda en Combobox
Replies: 3
Views: 640
Next

Return to advanced search