Search found 18 matches: setcursor

Return to advanced search

Re: HARU PDF

... Harbour" #else #define FWVERSION "FWH64 15.10" #define FWDESCRIPTION "FiveWin for Harbour 64" #endif #endif #xtranslate SetCursor( => WSetCursor( // to avoid conflicts with Harbour functions #xtranslate __Keyboard( => ___Keyboard( // to avoid conflicts with Harbour ...
by byron.hopp
Mon Mar 28, 2022 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HARU PDF
Replies: 8
Views: 616

Re: funciones de FWH y Harbour en un archivo .txt

... SetClrPair(<cColorString>,<nPos>,<cColor>)->cNewColorString SetColor([<cColorString>])->cColorString SetCursor([<nCursorShape>])->nCurrentSetting SetDate(<dDate>)->lSuccess SetEnv(<cEnvironmentVariable>,[<cNewValue>][,<lSystem>])->lSuccess ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5704

Re: funciones de FWH y Harbour en un archivo .txt

... SetClrPair(<cColorString>,<nPos>,<cColor>)->cNewColorString SetColor([<cColorString>])->cColorString SetCursor([<nCursorShape>])->nCurrentSetting SetDate(<dDate>)->lSuccess SetEnv(<cEnvironmentVariable>,[<cNewValue>][,<lSystem>])->lSuccess ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5704

Re: funciones de FWH y Harbour en un archivo .txt

... MHide MilliSec Min Minute MLCount MLCToPos MLeftDown MLPos Mod Month MPosToLC MPresent MRestState MRightDown MRow MSaveState MSetBounds MSetCursor MSetPos MShow NationMsg NetCancel NetDisk NetErr NetName NetPrinter NetRedir NetRmtName Network NextKey NNetwork NoSnow Notify NotifyAll NtoC ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5704

Re: multiple defintions, forst defined here

... HBALL4 = LoadCursor(hInst,"BALL4"+CHR(0)) HWAIT = LOADCURSOR(HINST,IDC_WAIT) HAROW = LOADCURSOR(HINST,IDC_ARROW) SETCURSOR(HWAIT) HSCOICON = "IDSCO" + CHR(0) // TELL EM RESOURSE ICON HANDLE NAME W/ NULL CHAR HMAINWND := WINSETUP(APP_NAME,"SCO VERSION ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20187

Re: Pregunta sobre HBMK2

... seguimiento al codigo. wvwtest9.prg En estas instruciones se cuelga. wvw_SetVertCaret( .T. ) wvw_pbSetFont( , "Tahoma", 14 ) nCursor := SetCursor( SC_NONE ) IF ! SetDefaultWindowSize() ldebug( "Cannot setDefaultWindowSize()" ) ELSE ldebug( "Successfully setDefaultWindowSize()" ...
by ruben Dario
Tue Jul 28, 2015 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre HBMK2
Replies: 6
Views: 788

Re: (APORTE) PickColor con Fuentes para sus Sistemas

... pero solo detecta las coordenadas del click del puntero dentro del Dialogo más no fuera, tampoco hace el cambio de cursor al que le indico con SetCursor, al hacer MSGINFO(hCursor) me devuelve un valor de 7079303 que indica que lo tiene en memoria, este es el código: Static Function PickColor()Local ...
by cuatecatl82
Sat Jul 25, 2015 9:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: (APORTE) PickColor con Fuentes para sus Sistemas
Replies: 15
Views: 3665

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4170

Re: Usando GUI y CUI juntos

Sr. Antonio: fivewin.ch ... /* #xtranslate SetCursor( => WSetCursor( // to avoid conflicts with Harbour functions #xtranslate __Keyboard( => ___Keyboard( // to avoid conflicts with Harbour functions #xtranslate LastKey( => _LastKey( // ...
by MGA
Tue Aug 14, 2012 1:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando GUI y CUI juntos
Replies: 26
Views: 8807

Re: Usando GUI y CUI juntos

Try to remove all these lines from FiveWin.ch #xtranslate SetCursor( => WSetCursor( // to avoid conflicts with Harbour functions #xtranslate __Keyboard( => ___Keyboard( // to avoid conflicts with Harbour functions #xtranslate LastKey( => _LastKey( ...
by Antonio Linares
Tue Aug 14, 2012 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando GUI y CUI juntos
Replies: 26
Views: 8807

Re: PARA ANTONIO LINARES MISMA VERSION

... "FiveWin for Harbour 64" #endif #endif #xtranslate Browse( => WBrowse( // to avoid conflicts with Harbour functions #xtranslate SetCursor( => WSetCursor( // to avoid conflicts with Harbour functions #xtranslate __Keyboard( => ___Keyboard( // to avoid conflicts with Harbour ...
by JOSEMAR
Tue Jul 21, 2009 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA ANTONIO LINARES MISMA VERSION
Replies: 8
Views: 2337

Re: FWH/xHarbour Menus

... METHOD MouseMove( nRow, nCol, nKeyFlags ) CLASS TDialog if ::lHelpIcon != nil .and. ! ::lHelpIcon if ::oCursor != nil SetCursor( ::oCursor:hCursor ) else CursorArrow() endif endif ::SetMsg( ::cMsg ) ::CheckToolTip() if ::bMMoved != nil return Eval( ::bMMoved, nRow, ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7757

... Self //---------------------------------------------------------------------------// METHOD Display( lForced ) CLASS Get LOCAL nOldCursor := SetCursor( SC_NONE ) LOCAL xBuffer LOCAL xVar LOCAL cCaption LOCAL cClrCap := hb_ColorIndex( ::ColorSpec, GET_CLR_CAPTION ) LOCAL cClrAcc := hb_ColorIndex( ...
by zazibr
Thu Mar 13, 2008 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour cvs + fivewin 8.01 = GPF ?
Replies: 9
Views: 4132

Aoki,

Modify this method in Class TToolBar:

METHOD MouseMove() INLINE If( ::oCursor != nil, SetCursor( ::oCursor:hCursor ),), nil

Then in your code simply do:

DEFINE CURSOR oHand RESOURCE "hand"
...
oToolBar:oCursor = oHand
by Antonio Linares
Thu Aug 16, 2007 5:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como trocar Cursor na REBAR (Barra de botões) ?
Replies: 1
Views: 715

Utilizar un Bmp como cursor

Tengo un pequeño Bmp que quisiera utilizar momentáneamente como cursor en lugar de la flecha de siempre. Supongo que se utiliza SetCursor() pero no he conseguido ir más allá. Alguien me podría poner un ejemplo de cómo hacerlo? Gracias

Rafael
by Rafael Clemente
Mon Nov 20, 2006 10:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilizar un Bmp como cursor
Replies: 5
Views: 978
Next

Return to advanced search