Search found 86 matches: fixsays

Return to advanced search

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6330

Re: Say Transparent...problems - ( Gradient Partial )

Ukoenig;
is a good idea!
Can you show me your code Gradient?

I'm doing some testing with FixSays (...), ultilizando in class tdialog ...

FixSays (:: hWnd, GetStockObject (NULL_BRUSH)) works, but if I take a refresh at Say he loses transparency.

But thanks for the tip.

Regards, Ale SB
by Ale SB
Thu Apr 25, 2013 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Say Transparent...problems - ( Gradient Partial )
Replies: 8
Views: 3408

Re: bug en FW 12.03

Lucas,

En tu ejemplo no llames a FixSays():

Code: Select all  Expand view
    if IsAppThemed_ed()
        // FixSays( oBar:hWnd )
     endif
 
by Antonio Linares
Wed Apr 25, 2012 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug en FW 12.03
Replies: 10
Views: 3199

New FTDN February/Febrero 2012 (FWH 12.02)

... from one to another: http://forums.fivetechsupport.com/viewtopic.php?p=125941#p125941 * Fix: Solved bug in rpreview.prg introduced with recent FixSays() changes: http://forums.fivetechsupport.com/viewtopic.php?p=125946#p125946 * Fix: Due to recent changes in function cFileExt(), source\classes\printer.prg ...
by Antonio Linares
Thu Mar 01, 2012 12:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2012 (FWH 12.02)
Replies: 0
Views: 1683

New FTDN December/Diciembre 2011 (FWH 11.12)

... * New: Class TCheckBox Method KeyChar(), thanks to Carlos Vargas: http://forums.fivetechsupport.com/viewtopic.php?p=123661#p123661 * Fix: function FixSays() bold effect when painting has been fixed. Now it is ok. http://forums.fivetechsupport.com/viewtopic.php?p=123636#p123636 * New: samples\pablo.prg ...
by Antonio Linares
Thu Dec 29, 2011 9:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2011 (FWH 11.12)
Replies: 0
Views: 1417

Re: Need copy of the following functions if any body has them.

Harvey, Here you have FixSays() source code: void WindowBoxBlack( HDC hDC, RECT * pRect );LRESULT static CALLBACK LabelProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ){   if( uMsg == WM_ERASEBKGND ...
by Antonio Linares
Sun Dec 18, 2011 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need copy of the following functions if any body has them.
Replies: 9
Views: 3527

Need copy of the following functions if any body has them.

Fixsays() and the code to patch.obj

Having a problem in using transparent clause and maybe i can come up with a fix.

Thanks
by hag
Sat Dec 17, 2011 2:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need copy of the following functions if any body has them.
Replies: 9
Views: 3527

Re: Desaparcene Says con tecla ALT

Paco,

Precisamente eso es lo que hace FixSays(): evitar que se tengan que redefinir todos los SAYs, lo cual seria un trabajo enorme.

No te funciona bien FixSays() ?
by Antonio Linares
Thu Dec 15, 2011 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparcene Says con tecla ALT
Replies: 13
Views: 3617

Re: Desaparcene Says con tecla ALT

... los say es la unica manera en que no pone en negritas los say y los desaparece, al menos voy a tener que redefinir todos mis says, esto sin usar fixsays() en el on init del dialogo gracias salu2 paco
by Francisco Horta
Thu Dec 15, 2011 5:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparcene Says con tecla ALT
Replies: 13
Views: 3617

Re: Desaparecen Says con tecla ALT (SOLVED)

Hola, Pues probe quitando: Function IsAppThemed() Return(.f.) y en el ON INIT del Dialogo puse Fixsays() y le agregue a mis says al final un espacio en blanco, y ya no elimina los say con la tecla ALT y respeta la transparencia, nomas no me respeta el centrado del objeto ...
by Francisco Horta
Thu Dec 15, 2011 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparcene Says con tecla ALT
Replies: 13
Views: 3617

Re: Pressing ALT erasing parts of dialog (SOLVED)

... como la seda. ahora que ya se el truco para permitir el correcto pintado de los bordes (aunque sea manual la cosa) y ahora con este cambio, en fixsays, o las modificaciones en checkboxy radiobutton para permitir que la tecla ENTER ejecute el salto del foco al siguiente control en un folder. ...
by carlos vargas
Wed Dec 14, 2011 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9552

Re: Desaparcene Says con tecla ALT

Arreglado FixSays() para que no haga el efecto "negrita" de pintado:

viewtopic.php?f=3&t=22979&p=123701#p123701
by Antonio Linares
Wed Dec 14, 2011 12:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparcene Says con tecla ALT
Replies: 13
Views: 3617

Re: Pressing ALT erasing parts of dialog

Carlos, Parece que ya tenemos una solución efectiva al problema de los SAYs que se van poniendo en negrita :-) Ahora le pasamos a FixSays() como segundo parámetro el brush del diálogo y asi el SAY antes de pintar el texto, rellena su superficie con el brush del diálogo. Asi desde dialog.prg ...
by Antonio Linares
Wed Dec 14, 2011 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9552

Re: Desaparcene Says con tecla ALT

con el fixsay se soluciona lo del ultimo char.
el codigo que te puse es el fuente de fixsays

saul2
by carlos vargas
Tue Dec 13, 2011 11:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparcene Says con tecla ALT
Replies: 13
Views: 3617

Re: Desaparcene Says con tecla ALT

con el fixsays() el ultimo caracter me lo elimina si tengo "Producto:" me pone "Producto", en la fecha me la deja "13 de Diciebre de 201"
algo mas?
:-(
saludos
paco
by Francisco Horta
Tue Dec 13, 2011 11:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparcene Says con tecla ALT
Replies: 13
Views: 3617
Next

Return to advanced search