Search found 74 matches: cursors

Return to advanced search

Re: link between PRG and RC

... third party libs) + Folder obj (to place the resulting C and OBJs) + Folder resources ... + rc file (one or more) ... + bitmaps ... + icons ... + cursors go.bat (a batch file to run the project building) MyApp.hbp (hbmk2 Harbour project file) Hope this helps you. If you have any doubts, please ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1704

New FTDN March/Marzo 2022 (FWH 22.03)

... down by one record. Optionally writes non empty values of aValues to the inserted record. When the function returns all locks are removed. * Cursors: 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 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

Re: Como cargar cursor desde archivo

Estimado Victor,

la función a usar sería ReadCursor() pero parece que aún no está implementada :-)

Basándonos en el código en cursors.c habria que leer el fichero .cur, localizar los grupos de bytes como hacemos en cursors.c y crearlo del mismo modo que se hace en cursors.c
by Antonio Linares
Mon Mar 14, 2022 10:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como cargar cursor desde archivo ( RESUELTO )
Replies: 6
Views: 452

Re: ADOFUNC.prg e SQLEXPRESS

Hello everyone I would ask for further clarification on these aspects: 1) Is it possible to open multiple cursors (aliases) for the same table?     E.g. (x)Harbour LOCAL cALIAS1 := cGetNewAlias("CUSTOMERS")          ...
by mauri.menabue
Sun Mar 21, 2021 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 3
Views: 545

Re: Problem with TTitle class

Silvio, on oDlg0 I use a Get control MEMO and it is disabled , only with the mouse or keyboard cursors I can scroll it but the scroll at left of the control not run Your test local cMessage:=Memoread(cFiletxt) @ 35, 4 GET oText VAR cMessage OF oDlg ; :?: placed inside ...
by ukoenig
Tue Jan 28, 2020 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TTitle class
Replies: 5
Views: 1360

Re: Problem with TTitle class

... oDlg:nWidth, oDlg:nHeight-80 ) ) the problem is now another on oDlg0 I use a Get control MEMO and it is disabled , only with the mouse or keyboard cursors I can scroll it but the scroll at left of the control not run local cMessage:=Memoread(cFiletxt) @ 35, 4 GET oText VAR cMessage OF oDlg; MEMO ...
by Silvio.Falconi
Tue Jan 28, 2020 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TTitle class
Replies: 5
Views: 1360

Re: oWnd:oClient := oPanel

... inside the setup-dialog. All this will be included in release 2.2 another question : I would like to have a list of the predefined buttons and cursors is that possible :?: ( 13 buttons are included ) CursorCatch() and CursorSize() is used I would like to change CursorCatch() to arrow left/right ...
by ukoenig
Mon Jun 03, 2019 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 3974

NirSoft utilities for programmers

... (For C++ and unmanaged applications) ResourcesExtract is a small utility that scans dll/ocx/exe files and extract all resources (bitmaps, icons, cursors, AVI movies, Types Libraries, HTML files, and more...) stored in them into the folder that you specify. You can use ResourcesExtract in user ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1107

Re: Introducing FiveTech's fivedit

... tabs implemented https://s18.postimg.org/fpbtnypzd/Fivedit92.png - Selection rectangular ( SHIFT + ALT - left - ) - Multiple cursors ( CTRL + click ) - MultiPaste https://s18.postimg.org/6uazdjw2x/Five00.gif
by cnavarro
Sun Mar 11, 2018 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107350

Re: Mejoras para scintilla

... guides tabs implemented https://s18.postimg.cc/fpbtnypzd/Fivedit92.png - Selection rectangular ( SHIFT + ALT - left - ) - Multiple cursors ( CTRL + click ) - MultiPaste https://s18.postimg.cc/6uazdjw2x/Five00.gif
by cnavarro
Sun Mar 11, 2018 6:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839528

Re: FWH 1801: Enhancements to TBitmap class

GDIP_ImageFromFile() is working with Icons but not with cursors. We need to look into it and we will. We did not pay much attention to it, because even for icons this function is not greatly useful because we do not have much control on the size. Instead, ...
by Enrico Maria Giordano
Sun Feb 18, 2018 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1801: Enhancements to TBitmap class
Replies: 7
Views: 1124

Re: FWH 1801: Enhancements to TBitmap class

GDIP_ImageFromFile() is working with Icons but not with cursors. We need to look into it and we will. We did not pay much attention to it, because even for icons this function is not greatly useful because we do not have much control on the size. Instead, ...
by nageswaragunupudi
Sun Feb 18, 2018 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1801: Enhancements to TBitmap class
Replies: 7
Views: 1124

Re: Ads..por favor

... y modimican registro Excelente) Te hago esta preguntas Cuando usas este codigo ::oDs_CepSql := tAds():DsNew(1,1) // 1-Definir query com retorno de Cursors (Handle) / Usar conexão de numero 1 ::oDs_CepSql:cQrySql := "Select {static} DISTINCT CIDADE, ESTADO from TB_CEP Order By CIDADE " ...
by Giovany Vecchi
Fri Aug 25, 2017 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ads..por favor
Replies: 44
Views: 7273

Re: Ads..por favor

... y modimican registro Excelente) Te hago esta preguntas Cuando usas este codigo ::oDs_CepSql := tAds():DsNew(1,1) // 1-Definir query com retorno de Cursors (Handle) / Usar conexão de numero 1 ::oDs_CepSql:cQrySql := "Select {static} DISTINCT CIDADE, ESTADO from TB_CEP Order By CIDADE " ...
by ruben Dario
Fri Aug 25, 2017 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ads..por favor
Replies: 44
Views: 7273

Re: Error from ADO

... .. there are pros and cons on Open and Dynamic keysets and they are mentioned here : https://docs.microsoft.com/en-us/sql/ado/guide/data/keyset-cursors If you are using the Ado Wrappers .. FW_OpenRecordSet( oCn, cSql, nLockType, nCursorType, nMaxRecords, nOpt ) .. try nLockType 3 and nCursorType ...
by Rick Lipkin
Sat Jul 22, 2017 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error from ADO
Replies: 14
Views: 3502
Next

Return to advanced search