Search found 125 matches: ocursor

Return to advanced search

Re: Another for Btnbmp

... oBtn:lPressed clr := RGB( 180,136,85 ) else clr := RGB( 245,245,235) endif endif return clr > obtn[n]:nClrBorder := RGB(195,195,185) obtn[n]:oCursor:= oCursorBtn next Is it possible that it can't be removed or changed to another color?
by Silvio.Falconi
Wed Mar 20, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4962

eval an action - Resolved!!

... local bClick:= {|| aImg[5 ] } @ nRow, nCol BTNBMP oItem PROMPT aImg[ 1 ] ; FILE aImg[2 ] ; SIZE 72,96 PIXEL OF oPanel ; NOBORDER FLAT oItem:oCursor:= oCursorBtn oItem:baction:= (bClick) not eval the action
by Silvio.Falconi
Tue Mar 05, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: eval an action - Resolved!!
Replies: 2
Views: 174

Re: Errores rpreview

... IfNil( nBtnW, 26 ), IfNil( nBtnH, If( LargeFonts(), 30, 26 ) ) linea515 Error E0030 Syntax error: "Syntax error at ´CURSOR´ DEFINE CURSOR ::oCursor SEARCH linea583 Error E0020 Incomplete stament or unbalanced deliminter ::oFactor:Set3dLook( .T. ) linea 1617 Error E0030 Syntax error: sintax ...
by Manuel Aranda
Fri Jun 16, 2023 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores rpreview (Solucionado)
Replies: 10
Views: 444

Select one btnbmp into a scrollpanel

... BTNBMP aBtnEle[n] ; FILENAME cImage; SIZE 220, 55 PIXEL; FLAT RIGHT; FONT oFontSmall ; PROMPT cDesc ; OF oElements action Msginfo() aBtnEle[n]:ocursor:= oHand aBtnEle[n]:nClrBorder := { |obtn| (IIF(obtn:lMOver,CLR_BLUE,CLR_HGRAY)) } aBtnEle[n]:bClrGrad = { | lInvert | If( ! lInvert,; { { 1, ...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 105

Re: New FTDN March/Marzo 2022 (FWH 22.03)

... (cur/ico). Por ejemplo, DEFINE CURSOR oCur FILE "mycur.cur" Durante el tiempo de ejecución, la imagen del cursor puede ser cambiada por oCursor:SetSource( [cResource/cFile], [cPreDef] ). DATA Source --> nombre de la fuente( recurso/archivo/predef ) DATA Source := cFile/cResource cambia ...
by Antonio Linares
Mon Apr 11, 2022 4:11 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 624

New FTDN March/Marzo 2022 (FWH 22.03)

... Cursor can be defined from a file (cur/ico) also. eg DEFINE CURSOR oCur FILE "mycur.cur" During runtime, cursor image can be changed by oCursor:SetSource( [cResource/cFile], [cPreDef] ) DATA Source --> name of source( resource/file/predef ) DATA Source := cFile/cResource changes the ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 624

Obtener nombre de los Campos a partir de un Array(SOLUCIONAD

...    PICTURE "@K" UPDATE OF oDlg Pero necesito obtenerlos asi        @ 01, 02 SAY "First"        OF oDlg        @ 02, 1.5 GET oCursor:First   PICTURE "@K" UPDATE OF oDlg        @ 01, 26.6 SAY "Last"       OF oDlg        @ 02, 20 GET oCursor:Last    PICTURE ...
by Compuin
Sat Apr 24, 2021 2:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener nombre de los Campos a partir de un Array(SOLUCIONAD
Replies: 2
Views: 359

Re: Change color in a bmp

... lines xImage moving and zooming will delete selected colors :!: @ 4,1 XIMAGE oImg filename cFile SIZE 200,200 OF oDlg oImg:nUserControl := 0 oImg:oCursor := oHand oImg:blClicked := { | nCol, nRow | nPickRow := nRow, nPickCol := nCol,; FILLCOLOR(oImg, nPickRow, nPickCol, nColorSet ) } // ----------- ...
by ukoenig
Tue Mar 23, 2021 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change color in a bmp
Replies: 25
Views: 2548

ButtonBar in a specific location ( Solved )

...   [3D | 3DLOOK | _3D | _3DLOOK];   [TOP | LEFT | RIGHT | BOTTOM | FLOAT];   [OF | WINDOW | DIALOG <oWnd>];   [CURSOR <oCursor>] But give the following error in the compilation: Error E0022 Invalid lvalue: 'Numeric' Can anyone help? Thanks!
by ctoas
Mon Mar 30, 2020 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar in a specific location ( Solved )
Replies: 4
Views: 555

Re: Xbrowse button size

Nages,
can we insert oCursor Hand when the user press these buttons?
by Silvio.Falconi
Thu Nov 28, 2019 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse button size
Replies: 3
Views: 776

Re: Preview Window size

... ) ; ON PAGELEFT ::HScroll( GO_LEFT, GO_PAGE ) ; ON PAGERIGHT ::HScroll( GO_RIGHT, GO_PAGE ) ; VALID ( ::oWnd:oIcon := nil ,; ::oFont:End() ,; ::oCursor:End() ,; ::oMeta1:End() ,; ::oMeta2:End() ,; ::oDevice:End() ,; ::oHand:End() ,; If( Empty( ::oImageList ),, ( ::oImageList:End(), ::oImageList ...
by Silvio.Falconi
Tue Oct 15, 2019 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview Window size
Replies: 6
Views: 831

Re: resize a position with fw_drawimage

... clicked like in TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D Uwe, Sorry on BTnBMP is possible to place sub-images ...
by Silvio.Falconi
Thu May 16, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1571

Re: resize a position with fw_drawimage

... clicked like in TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D
by ukoenig
Thu May 16, 2019 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1571

Re: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE

... NIL FUNCTION OpenTable(cSql,lLoad,oDataBase) DEFAULT oDataBase:=oDb RETURN TTable():New(cSql,lLoad,oDataBase) CLASS Ttable DATA oDataBase DATA oCursor DATA lAppend INIT .T. DATA aBuffer INIT {} DATA cWhere INIT "" DATA cTable DATA cSql DATA cSqlExec INIT "" METHOD New(cSql,lLoad,oDataBase) ...
by Compuin
Mon Nov 12, 2018 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE
Replies: 15
Views: 3669

Re: Infield Top Aligned Form Labels

... [,<nClrBack>] ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <hscroll: HSCROLL> ] ; [ CURSOR <oCursor> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <uWhen> ] ; [ <lCenter: CENTER, CENTERED> ...
by Otto
Mon Oct 29, 2018 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9620
Next

Return to advanced search