Search found 25 matches: lselected

Return to advanced search

Re: Boton seleccionado en Ribbon en "ON"

Raymundo...

los botones "nativos" de la ribbon son de la clase TRBTN (aunque podemos usar cualquier control dentro de la ribbon, es una gran ventaja que tiene sobre otros), la data que hace lo que necesitas es ::lSelected y se pintara segun code block bClrGradSelectPress
by Daniel Garcia-Gil
Sat Apr 24, 2010 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Boton seleccionado en Ribbon en "ON"
Replies: 4
Views: 634

Re: Juan Planelles Lazaga

... PalBmpFree( h ) return DeleteObject( h ) static function Ribbon() ? "Hola" return nil Procedure ChangeSelect( aObj ) local n aObj[ 1 ]:lSelected := .t. for n = 2 to len( aObj ) aObj[ n ]:lSelected := .f. aObj[ n ]:Refresh() next return Function ChangeBmp( oBmp ) static lWork if lWork ...
by Juan Planelles
Tue Dec 29, 2009 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6743

Re: Juan Planelles Lazaga

... SAYBUTTON @ 10, 05 ADD BUTTON oBtn5 GROUP oGr1 BITMAP ".\bitmaps\bold16.bmp" GROUPBUTTON FIRST SIZE 25, 20 ROUND ; ACTION ( oBtn5:lSelected := !oBtn5:lSelected, Fuentes( 1 ) ) @ 10, 30 ADD BUTTON oBtn6 GROUP oGr1 BITMAP ".\bitmaps\italic16.bmp" GROUPBUTTON SIZE 25, 20 ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6743

Re: DUDAS SOBRE RIBBON,, ( aGrad )

... y END @ 10, 30 ADD BUTTON oBtn6 GROUP oGr1 BITMAP "..\bitmaps\italic16.bmp" GROUPBUTTON FIRST SIZE 25, 20 ROUND ; ACTION( oBtn6:lSelected := !oBtn6:lSelected ) @ 10, 55 ADD BUTTON oBtn7 GROUP oGr1 BITMAP "..\bitmaps\underline16.bmp" GROUPBUTTON SIZE 35, 20 ROUND Popup ...
by mantonio_08
Thu Oct 22, 2009 11:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DUDAS SOBRE RIBBON,, ( aGrad )
Replies: 5
Views: 789

... no estar poniendo if a todos nuestros bStrData podriamos modificar unas lineas en este metodo METHOD PaintData( nRow, nCol, nHeight, lHighLite, lSelected, nOrder ) CLASS TXBrwColumn local hDC, hBrush local oFont local aColors, aBitmap local cData local nWidth, nBmpRow, nBmpCol, nBmpNo, nButtonRow, ...
by Vladimir Zorrilla
Wed Dec 10, 2008 10:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: NO PUEDO MOSTRAR UN ARRAY VACIO CON XBROWSE
Replies: 14
Views: 3786

xBrowse Button del GET

... ] else nBtnWidth := 10 endif nButtonRow := nRow nButtonCol := nCol + nWidth - nBtnWidth nWidth -= ( nBtnWidth + 5 ) . . . . if nType > 1 if lSelected WndBoxRaised(hDC, nButtonRow -1 , nButtonCol - 1,; nButtonRow + nHeight, nButtonCol + nBtnWidth + 1 ) if nType == EDIT_LISTBOX .or. nType ...
by Daniel Garcia-Gil
Mon Sep 29, 2008 3:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse Button del GET
Replies: 12
Views: 3898

right and I made on function Show LOCAL nPage := AScan( oOutLook:aGroups, { | o | o:lSelected } ) LOCAL nAllPages := Len (oOutLook:aGroups) FOR i := 1 TO nAllPages IIF (Valtype (aCtrl[i]) ="O",aCtrl[i]:Hide(), ) NEXT nTop = oWnd:nHeight - ( Len(oOutLook:aGroups ) ...
by Silvio
Sat Aug 02, 2008 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change title header of outlook2003
Replies: 13
Views: 3583

Office2007-Buttonbar in Outlook2003-Dialog ( Question )

... FUNCTION TESTDLG(oWnd,oDlg,oOutL2003) LOCAL nPage := AScan( oOutL2003:aGroups, { | o | o:lSelected } ) LOCAL nAllPages := Len (oOutL2003:aGroups) LOCAL oCtrl, i , oBtn1, oBtn2, oSplit1 LOCAL hDC :=oDlg:getdc() LOCAL oLbx,oFont, aTEIL1, aTEIL2 ...
by ukoenig
Sat Jan 19, 2008 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office2007-Buttonbar in Outlook2003-Dialog ( Question )
Replies: 0
Views: 696

... 5) //----------------------------------------------------------------------------// METHOD PaintData( nRow, nCol, nHeight, lHighLite, lSelected, nOrder ) CLASS TXBrwColumn hDC := ::oBrw:GetDC() oFont := ::oDataFont if ::bFntRowData != nil oFont := Eval( ::bFntRowData ) endif //----------------------------------------------------------------------------// ...
by Otto
Mon Dec 17, 2007 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse – show lines slashed
Replies: 19
Views: 4552

Share add on xbrowse setmysql(),ntotal(),auto mutilines

... next i2 eval(::bSkip) end ::adjust() ::GoTop() ::Refresh() Return Nil 3. Auto multi lines data METHOD PaintData( nRow, nCol, nHeight, lHighLite, lSelected, nOrder ) CLASS TXBrwColumn ... SetBkColor( hDC, aColors[ 2 ] ) // add the line ::nDataStyle := ::DefStyle( ::nDataStrAlign, (::obrw:dataheight()/::DataHeight()<2 ...
by ShumingWang
Mon Dec 03, 2007 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Share add on xbrowse setmysql(),ntotal(),auto mutilines
Replies: 1
Views: 786
Previous

Return to advanced search