Search found 308 matches
- Wed Dec 25, 2024 1:53 am
- Forum: mod_harbour
- Topic: Felices Fiestas a todos
- Replies: 4
- Views: 369
Re: Felices Fiestas a todos
Que se cumplan todos vuestros sueños en este próximo año 2025
- Wed Dec 25, 2024 1:51 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: A toda la familia FW
- Replies: 15
- Views: 538
Re: A toda la familia FW
Mis mejores deseos para todos los que hacemos de la programación una pasion y una forma de vivir
Feliz año 2025 familia
Feliz año 2025 familia
- Fri Dec 13, 2024 9:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: RECOGER FOTO DE FIRMA DE UN SCANNER DE FIRMAS
- Replies: 5
- Views: 1438
Re: RECOGER FOTO DE FIRMA DE UN SCANNER DE FIRMAS
Yo tengo un wrapper para esoPabloHarbour wrote:Hola Reinaldo, me podrias ayudar como enlazar la tableta Topaz con Harbour y de donde consigo las API ?
Gracias desde ya.
Pablo
Que modelo vas a utilizar ?
- Mon Nov 25, 2024 10:45 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Felicidades a Antonio Linares.
- Replies: 25
- Views: 3347
Re: Felicidades a Antonio Linares.
Felicidades Antonio, imagino que empezarás a preguntarle a la IA como quitarte añitos
- Fri Nov 22, 2024 4:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: scintilla sample - RESOLVED -
- Replies: 16
- Views: 3034
- Fri Nov 22, 2024 1:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: right-clicking on the TMenuItem
- Replies: 9
- Views: 1520
Re: right-clicking on the TMenuItem
Thanks, I'll be waiting !
Yes, I've already remembered it and it is indeed included in the Fivewin build
Simply:
oWnd:bRButtonMenuUp := { | nOrdItem, hMnu, nRow, nCol, o | MsgInfo( "Hello" ) }
These are the parameters you can receive in the codeblock
Eval( ::bRButtonMenuUp, nOrdIt, hMnu ...
Yes, I've already remembered it and it is indeed included in the Fivewin build
Simply:
oWnd:bRButtonMenuUp := { | nOrdItem, hMnu, nRow, nCol, o | MsgInfo( "Hello" ) }
These are the parameters you can receive in the codeblock
Eval( ::bRButtonMenuUp, nOrdIt, hMnu ...
- Fri Nov 22, 2024 12:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: scintilla sample - RESOLVED -
- Replies: 16
- Views: 3034
Re: scintilla sample
I send you with WeeTransfer, look your mail, unzip and rename to .dll
- Fri Nov 22, 2024 12:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: scintilla sample - RESOLVED -
- Replies: 16
- Views: 3034
Re: scintilla sample
You need Scilexer.dll updated
But, Fivewin contributions repo not run and gmail not allow send this file
Wait please
But, Fivewin contributions repo not run and gmail not allow send this file
Wait please
- Fri Nov 22, 2024 12:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: scintilla sample - RESOLVED -
- Replies: 16
- Views: 3034
Re: scintilla sample
Silvio
Test this code
#include "fivewin.ch"
Function Main()
local cText:= Memoread( "testsciedit.prg")
SilvioScript( cText, "Script", , , , )
return nil
//----------------------------------------------------------------------------//
function SilvioScript( cText, cTitle, nTop, nLeft ...
Test this code
#include "fivewin.ch"
Function Main()
local cText:= Memoread( "testsciedit.prg")
SilvioScript( cText, "Script", , , , )
return nil
//----------------------------------------------------------------------------//
function SilvioScript( cText, cTitle, nTop, nLeft ...
- Fri Nov 22, 2024 11:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: right-clicking on the TMenuItem
- Replies: 9
- Views: 1520
Re: right-clicking on the TMenuItem
HelloNatter wrote:Is it possible to handle right-clicking on the TMenuItem object ?
I implemented this in the menus a long time ago to account for this event, but I never got around to putting it into production.
I'll review my notes and let you know.
- Fri Nov 22, 2024 3:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: scintilla sample - RESOLVED -
- Replies: 16
- Views: 3034
Re: scintilla sample
Dear Silvio
I have answered you by email
Regards
I have answered you by email
Regards
- Thu Oct 24, 2024 1:46 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Recuperar parametros externos ejecutable - SOLUCIONADO
- Replies: 5
- Views: 516
Re: Recuperar parametros externos ejecutable
Quizás lo único que te faltaba era:
No lo he probado
Code: Select all | Expand
#include "FiveWin.ch"
function Main( ... ) // OJO AQUI
Local aParams := hb_aParams() //recuperamos parametros
xbrowse(aParams)
return nil
- Mon Oct 21, 2024 12:38 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo cambiar extensión a un archivo? (SOLUCIONADO)
- Replies: 10
- Views: 955
Re: Cómo cambiar extensión a un archivo?
Así:
Code: Select all | Expand
local cFile := "D:\fwh\FwhTeam\samples\test.txt"
? FRename( cFile, hb_FNameExtSet( cFile, ".src") )
- Sun Oct 20, 2024 12:47 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo cambiar extensión a un archivo? (SOLUCIONADO)
- Replies: 10
- Views: 955
Re: Cómo cambiar extensión a un archivo?
cFile := hb_FNameExtSet( cFullPath, cExt ) // Sets a new extension of a file, returns new full path.
cFile := hb_FNameExtSetDef( cFullPath, cExt ) // Sets a new extension of a file in case if it is absent, returns new full path.
- Tue Oct 15, 2024 4:07 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda compilar 64 bits con FivEdit y BCC7764
- Replies: 29
- Views: 2928
Re: Ayuda compilar 64 bits con FivEdit y BCC7764
Sergio, compruebo si el problema es que recuerdo alguna version de borland de 64 bits que generaba ficheros con extension .o en lugar de .obj
Comprueba si genera el fichero .obj y me dices tal y como te han comentado antes
En cualquier caso asegúrate de estar utilizando la última versión de Fivedit ...
Comprueba si genera el fichero .obj y me dices tal y como te han comentado antes
En cualquier caso asegúrate de estar utilizando la última versión de Fivedit ...