Search found 11 matches: wsay

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: 6333

Text in IMAGE in Dialog

Hello friends,
 
I want to put text on a background image, but within a dialog. That is, I want to put texts with different sources over a IMAGE and take control
these objects. In Window use the WSAY () and works perfectly,
but DIALOG'm not remembering how to do.
 
It's possible?
by alexpdasilva
Sun Apr 17, 2016 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text in IMAGE in Dialog
Replies: 2
Views: 550

oWnd:Wsayrect()

This method from TWindow should also accept font, color, etc.! (as in Wsay!)
by byte-one
Thu Sep 29, 2011 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:Wsayrect()
Replies: 1
Views: 330

Re: New FTDN June/Junio 2010 (FWH 10.6)

... TSay como lo hacía anteriormente. Ya no habrá más parpadeos en este control cuando redimensionemos su contenedor :-) * Corrección: La función WSay() usada en el método Say() de la clase TWindow no estaba restaurando los colores anteriormente usados. Ahora está perfecta. * Nuevo: Nueva función ...
by Antonio Linares
Tue Jul 13, 2010 8:48 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2010 (FWH 10.6)
Replies: 3
Views: 3521

New FTDN June/Junio 2010 (FWH 10.6)

... from Class TControl and not from Class TSay as previously. No more flickering on this control when resizing its container :-) * Fix: function WSay() used from Class TWindow Method Say() was not restoring the previous used colors. Now it is ok. * New: function LoadHTML( GetResources(), cHTMLName ...
by Antonio Linares
Wed Jun 23, 2010 6:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2010 (FWH 10.6)
Replies: 3
Views: 3521

... METHOD Paint() CLASS TDSay local n local nColorShadow, nColorLight ::GetDC() if ::lActive if ::lView for n := 1 to len( ::aCaption ) WSay( ::hWnd, ::hDC, ::nDTop + ( n - 1 ) * ::nTxtHeight, ::nDLeft, ::aCaption[ n ], ::nClrText,,; If( ::oFont != nil, ::oFont:hFont, 0 ), .T., .T., ...
by karinha
Tue Sep 23, 2008 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Karinha
Replies: 17
Views: 3680

Its a little bug in function WSay() in source\winapi\wndsay.c:
Code: Select all  Expand view
   if( bTransparent )
      SetBkMode( hDC, TRANSPARENT );
   else    // new
      SetBkMode( hDC, OPAQUE ); // new

Fixed. Thanks for your feedback :-)
by Antonio Linares
Mon Nov 05, 2007 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:say - transparent
Replies: 6
Views: 1024

... nColorLight if !IsWindowEnabled( ::hWnd ) && By Rossine return nil endif ::GetDC() if ::lActive for n := 1 to len( ::aCaption ) WSay( ::hWnd, ::hDC, ::nSTop + ( n - 1 ) * ::nTxtHeight, ::nSLeft, ::aCaption[ n ],; If( ::lOver, ::nClrOver, ::nClrText ),,; If( ::oFont != nil, ::oFont:hFont, ...
by AOKISANTOS
Tue Sep 25, 2007 8:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Correção para SSAY.PRG
Replies: 6
Views: 1897

Gracias a Todos

Lo he podido hacer mezclando ambas partes de las soluciones que me han enviado, pero en vez de usar ExtTextOut() he utilizado WSay() ya que me permite cambio de color de letra y fondo, y si la deseo transparente o no.

Gracias
by Adolfo
Tue Jul 03, 2007 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush... pero de TEXTO ?
Replies: 8
Views: 2377

Tambien puedes probar con DrawText() o WSay() en lugar de ExTextOut() son muy similares. Con fondo transparente u Opaco, Etc... Consulta las ayudas del FWH para ver el uso de esas functiones.
by antolin
Fri Jun 29, 2007 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush... pero de TEXTO ?
Replies: 8
Views: 2377

... nBmpHeight( ::oBrush:hBitmap ) - ::nTop ) FillRect( ::hDC, GetClientRect( ::hWnd ), ::oBrush:hBrush ) endif for n := 1 to len( ::aCaption ) WSay( ::hWnd, ::hDC, ::nDTop + ( n - 1 ) * ::nTxtHeight, ::nDLeft, ::aCaption[ n ], ::nClrText,,; If( ::oFont != nil, ::oFont:hFont, 0 ), .T., .T., ...
by karinha
Tue Feb 21, 2006 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASSE DSAY.PRG CON COMANDO TRANSPARENT
Replies: 5
Views: 1871

Return to advanced search

cron