Search found 25 matches: lselected

Return to advanced search

Re: New FTDN October/Octure (FWH 22.10)

... en cualquier celda se generaba un error en tiempo de ejecución. Corregido. * La DATA bBmpData ahora es evaluada con los parámetros, CellValue, lSelected y ColumnObject. * La función FW_ReadImage( <wmf_file> ) estaba dando errores en tiempo de ejecución. Corregida. * Función ICON_READ( ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 819

New FTDN October/Octure (FWH 22.10)

... an array containing utf8 values in any cell was resulting in runtime error. Fixed. * DATA bBmpData is now evaluated with params, CellValue, lSelected, ColumnObject) * FW_ReadImage( <wmf_file> ) was giving runtime error, Fixed. * function ICON_READ( cFileName ) in icons.c requires an ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 819

Re: show a btnbmp pressed

... the bitmap with another with different color ? I did not think about it but otherwise in the ribbonbar it does it automatically if you use lselected as you can see here https://i.postimg.cc/wv9F0g55/ribbonbar.png why on buttonbar not is the same ?
by Silvio.Falconi
Mon Oct 17, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 538

Re: disable/enable button

...           BITMAP "TOOLBAR_PLANNER"         ;                  GROUP oGr ROUND SIZE 72,72;                  ACTION  (oBtn[16]:lSelected := !oBtn[16]:lSelected,;                  IIF(oBtn[16]:lSelected, myProcedure(),))   ACTIVATE WINDOW oWnd ...
by Silvio.Falconi
Fri Jul 12, 2019 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable/enable button
Replies: 5
Views: 724

Re: disable/enable button

... WIDTH 205 @ 10, 05 ADD BUTTON oBtn5 GROUP oGr1 BITMAP "..\bitmaps\bold16.bmp" GROUPBUTTON FIRST SIZE 25, 20 ROUND ; ACTION( oBtn5:lSelected := !oBtn5:lSelected ) oBtn5:Disable() regards Uwe :?:
by ukoenig
Fri Jul 12, 2019 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable/enable button
Replies: 5
Views: 724

Re: 3 problems with touch.prg from the fwh/samples

... for me to keep up my changes. Best regards Otto method paint ... if ::lMOver .and. nTypeButton != 3 do case case nTypeButton == TYPE_NORMAL if ::lSelected GradientFill( ::hDC, 1, 1, ::nHeight, ::nWidth - If(::lRound,2,0), eval( ::bClrGradSelectPress, ::lPressed ) ) else //procl if ::lRound = ...
by Otto
Thu Nov 08, 2018 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 problems with touch.prg from the fwh/samples
Replies: 18
Views: 3782

New FTDN April/Abril 2018 (FWH 18.04)

... is nil. - New method IsSelectedRow() --> .t./.f.: (Same as AScan( ::aSelected, ::bookmark )) - New method SelectRow( nOperation ) --> lSelected. Same as method Select() but works when lMultiSelect is .f.. Useful for programmer controlled multiple selections. * TGET: - Extension to ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2142

select one button

... the other must be no selected I tried with : @ 10,2 RBBTN oNumber7 BITMAP "NONE" SIZE 70,80 OF oFld:aDialogs[2] PIXEL ; ACTION (oNumber7:lSelected:=TRUE,oNumber1:lSelected:=FALSE,oNumber2:lSelected:=FALSE,; oNumber3:lSelected:=FALSE,oNumber4:lSelected:=FALSE,oNumber5:lSelected:=FALSE, ...
by Silvio.Falconi
Thu May 05, 2016 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: select one button
Replies: 6
Views: 933

New FTDN November/Noviembre 2015 (FWH 15.11)

... possible to paint a row across some or all columns using new DATA oBrw:bPaintRow Usage: oBrw:bPaintRow := { |oBrw, nRow, nCol, nHeight, lHilite, lSelected, nScreenRow | ; MyPaintRow( oBrw, nRow, nCol, nHeight, lHilite, lSelected, nScreenRow ) This codeblock is called before painting each row. ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2716

Re: New Rating Class

... 3. the 7 images are defined in a FOR / NEXT 4. a click on a selection ( mousemove ) will freeze the result until You select the button Reset : lSelected := .F. // imagepainting on mousemove enabled @ nRow, nCol IMAGE oImage[I] SIZE 6, 12 OF oDlg ; FILENAME Empty_L PIXEL NOBORDER ADJUST CURSOR ...
by ukoenig
Tue Dec 30, 2014 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 19532

xBrowse PaintCell Suggested Change

... 4 lines changed to pass SELF. This might possibly be a good addition to FiveWin master libraries. if lHighLite if ::oBrw:hWnd == GetFocus() if lSelected if nOrder == ::oBrw:nColSel aColors := Eval( ::bClrSelFocus, SELF ) // Eval( ::oBrw:bClrSelFocus ) // 3/24/13 - PASS SELF - DL else aColors ...
by don lowenstein
Tue Mar 26, 2013 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse PaintCell Suggested Change
Replies: 0
Views: 436

Re: ERROR ON VISTAMENU : png failed!!!

... 48x48. I Added a Image 128x128. http://www.pflegeplus.com/pictures/vistamen1.jpg I found a fixed nleft-value in METHOD Paint( hDC, lSelected, lFocus, lLast ) CLASS TVistaMenuItem Maybe using Image-width ? Enabled : //if ::lLevel1 nLeft += ::oWnd:nWLeftImage //endif but there is ...
by ukoenig
Sat Jun 23, 2012 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON VISTAMENU : png failed!!!
Replies: 5
Views: 1887

Re: XBrowse Win7 Bar New Sample

Hello,

Mr. Rao, can you please indicate how to modify those methods in xbrowse.prg?.

Thank you.

METHOD Adjust()
METHOD FullPaint() INLINE ( ::lTransparent .or. ::lMergeVert .or. ::nMarqueeStyle == MARQSTYLE_HIGHLWIN7 )
METHOD DrawLine( lSelected, nRowSel )
by ukservice
Wed Jan 05, 2011 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13397

Re: SkinButtons : Devorador de memoria...

... nRGB( 255, 253, 222 ) } } } DEFAULT aClrGradBack := { { 1 , nRGB( 255, 253, 222 ), nRGB( 255, 253, 222 ) } } DEFAULT bClrGradSelect := {| lSelected | if( lSelected ,; { ; {1/4, nRGB( 253,212,168 ), nRGB( 251,178,99 ) },; {3/4, nRGB( 250,157,52 ), nRGB( 252,234,163 ) }; },; { ; {1/4, nRGB( ...
by Ruben Fernandez
Wed Sep 15, 2010 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SkinButtons : Devorador de memoria... ( SOLVED )
Replies: 15
Views: 3815

Re: gradiente en fila seleccionada en xbrowse

Hola, Ya he encontrado la manera de hacerlo. En el métido DrawLine() de XBrowse buscar las líneas: if ::lRecordSelector      if lSelected         PalBmpDraw( hDC, nRow + ( nHeight / 2 ) - 8, RECORDSELECTOR_WIDTH - 15,;                     ::hBmpRecSel, 0, 9, 14,, .t., ::nRecSelColor ...
by José Luis Sánchez
Mon Aug 16, 2010 10:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: gradiente en fila seleccionada en xbrowse
Replies: 30
Views: 7797
Next

Return to advanced search