... DIALOG
Error: Unresolved external '_HB_FUN_HELPCTRLHWND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG
Error: Unresolved external '_HB_FUN_FIXSAYS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG
Error: Unresolved external '_HB_FUN_SETWINDOWPOS' referenced from P:\32BITS\FWH\LIB\FIVEHX ...
Search found 86 matches: fixsays
Searched query: fixsays
- Thu Aug 31, 2017 2:56 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda DLL
- Replies: 24
- Views: 8581
- Thu Apr 25, 2013 12:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Say Transparent...problems - ( Gradient Partial )
- Replies: 8
- Views: 3743
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
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
- Wed Apr 25, 2012 7:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: bug en FW 12.03
- Replies: 10
- Views: 3372
Re: bug en FW 12.03
Lucas,
En tu ejemplo no llames a FixSays():
En tu ejemplo no llames a FixSays():
Code: Select all | Expand
if IsAppThemed_ed()
// FixSays( oBar:hWnd )
endif
- Thu Mar 01, 2012 12:40 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN February/Febrero 2012 (FWH 12.02)
- Replies: 0
- Views: 1967
New FTDN February/Febrero 2012 (FWH 12.02)
... 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 ...
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 ...
- Thu Dec 29, 2011 9:56 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN December/Diciembre 2011 (FWH 11.12)
- Replies: 0
- Views: 1690
New FTDN December/Diciembre 2011 (FWH 11.12)
... 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 ...
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 ...
- 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: 3765
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 ) { return 1 ...
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 ) { return 1 ...
- 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: 3765
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
Having a problem in using transparent clause and maybe i can come up with a fix.
Thanks
- Thu Dec 15, 2011 5:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Desaparcene Says con tecla ALT
- Replies: 13
- Views: 4265
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() ?
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() ?
- Thu Dec 15, 2011 5:03 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Desaparcene Says con tecla ALT
- Replies: 13
- Views: 4265
Re: Desaparcene Says con tecla ALT
... FONT ::fNormal
REDEFINE SAY ID 103 OF oDlg
REDEFINE SAY ID 104 OF oDlg
redefiniendo 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
REDEFINE SAY ID 103 OF oDlg
REDEFINE SAY ID 104 OF oDlg
redefiniendo 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
- Thu Dec 15, 2011 3:44 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Desaparcene Says con tecla ALT
- Replies: 13
- Views: 4265
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 say desde las propiedades en ...
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 say desde las propiedades en ...
- Wed Dec 14, 2011 2:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pressing ALT erasing parts of dialog
- Replies: 32
- Views: 11756
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.
por ...
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.
por ...
- Wed Dec 14, 2011 12:55 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Desaparcene Says con tecla ALT
- Replies: 13
- Views: 4265
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
viewtopic.php?f=3&t=22979&p=123701#p123701
- Wed Dec 14, 2011 12:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pressing ALT erasing parts of dialog
- Replies: 32
- Views: 11756
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 ahora ...
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 ahora ...
- Tue Dec 13, 2011 11:45 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Desaparcene Says con tecla ALT
- Replies: 13
- Views: 4265
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
el codigo que te puse es el fuente de fixsays
saul2
- Tue Dec 13, 2011 11:00 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Desaparcene Says con tecla ALT
- Replies: 13
- Views: 4265
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?
![Sad :-(](./images/smilies/icon_sad.gif)
saludos
paco
algo mas?
![Sad :-(](./images/smilies/icon_sad.gif)
saludos
paco