Search found 1594 matches: nages

Return to advanced search

Re: colorize btnbmp with diagonal

... the full area of the button. We need to keep in mind the effect of using or not using the TRUEPIXEL clause on the dimensions of the controls. Nages look this differences Without Truepixel https://i.postimg.cc/P5SZHc5W/no.png With Truepixel https://i.postimg.cc/2jnZy358/si.png ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 302

Re: Compiling error Antonio Nages resolved

// BUILDH.BAT y BUILDX.BAT funciona. %hdir%\bin\harbour %1 /m /n0 /gc1 /es2 /kh /a /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log  Funciona, pero no noté nada especial. No entiendo el motivo de estas BANDERAS(Flags). It works, but I didn't notice anything special. I...
by karinha
Tue Apr 16, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Re: Compiling error Antonio Nages resolved

karinha wrote:
Code: Select all  Expand view

 /m /n0 /gc1 /es2 /kh /a /i
 


Silvio, que hace el comando: /kh ?? y /n0 ??

Gracias,

rregards, saludos.


Please do I know xmate ?
Search k command on xmate

Image
by Silvio.Falconi
Mon Apr 15, 2024 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Re: Compiling error Antonio Nages resolved

Code: Select all  Expand view

 /m /n0 /gc1 /es2 /kh /a /i
 


Silvio, que hace el comando: /kh ?? y /n0 ??

Gracias,

rregards, saludos.
by karinha
Mon Apr 15, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Re: Help to friends to Config Xmate with bcc7.7

I made a test with xharbour enviroment and the xmate run perfectly ( I am referring to an example of nages that you find in this topic https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44399) xharbour enviroment [Environment]Description 1=For Borland 7Description ...
by Silvio.Falconi
Mon Apr 15, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 211

Re: Compiling error Antonio Nages

Yes
All fwh and harbour release files take from fivetech site
by Silvio.Falconi
Sat Apr 13, 2024 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Re: Compiling error Antonio Nages

Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link Add to your link script: \bcc7\lib\psdk\Uxtheme.lib In the place of \bcc7\. use the installation folder of bcc on your computer. Are you using the bcc770 and Harbour built...
by nageswaragunupudi
Sat Apr 13, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Re: Compiling error Antonio Nages

karinha wrote:Estás usando la versión de Harbour correcta?

Regards, saludos.



??????????????????????????????????????????????????????????????????????????????????????

look
by Silvio.Falconi
Fri Apr 12, 2024 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Re: Compiling error Antonio Nages

Estás usando la versión de Harbour correcta?

Regards, saludos.
by karinha
Fri Apr 12, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Compiling error Antonio Nages resolved

Antonio today sent me two libs I have this error Progetto: test, Ambiente: bcc7Harbor: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /kh /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\TEST_G~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\test.c Harbour 3...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

Mr. Nages, please. check your email

Mr. Nages
Please, could you. perform a backup of the database that I indicated in your email?
Thank you.
by Willi Quintana
Thu Apr 11, 2024 9:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Nages, please. check your email
Replies: 0
Views: 178

Re: Centrar texto VERTICALMENTE

... ALIGN "" FONT oFont   ENDPAGE   ENDPRINT   RELEASE FONT oFont   TPrinter():lUseFWPDF := .f.return nil and let us know Yes mr. Nages, now it works. But de quality of the typography in the PDF is not good. I guess the best solution must be to use HaruPDF. For now i have what ...
by FiveWiDi
Tue Apr 09, 2024 7:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 477

Re: Centrar texto VERTICALMENTE

... You see the vertical text in PDF if (1) MS Word is not installed or (2) we set TPrinter():lUseFWPDF := .t. Ok. Thanks for the information Master Nages. I did not know that. Ok, gracias por la información Maestro Nages. No sabia de eso. Regards, saludos.
by karinha
Tue Apr 09, 2024 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 477

Re: Centrar texto VERTICALMENTE

Mr. Nages, I use the class TImprime and TUtilprn (provided years ago by Rafa Carmona ). At the moment this is how it works for me (more or less): ndummyaltura := ( ::oPrn:CmVertPhySize() / 2 ) + ( ::oPrn:CmtrGetTextWidth( AllTrim( ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 477

Re: Centrar texto VERTICALMENTE

Mr. Nages, I use the class TImprime and TUtilprn (provided years ago by Rafa Carmona ). At the moment this is how it works for me (more or less): ndummyaltura := ( ::oPrn:CmVertPhySize() / 2 ) + ( ::oPrn:CmtrGetTextWidth( AllTrim( ...
by FiveWiDi
Tue Apr 09, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 477
Next

Return to advanced search