Search found 16 matches: berasebkgnd

Return to advanced search

Re: transparencia de tree en dialogos

Wilson,

Prueba esto:

oTree:bEraseBkGnd = { || nil }
by Antonio Linares
Fri Dec 19, 2014 5:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: transparencia de tree en dialogos
Replies: 14
Views: 1915

Re: Posible Bug en TTreeView()

Joaquín,

Prueba asi:

oTree:bEraseBkGnd = { || nil }
by Antonio Linares
Tue Oct 14, 2014 10:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posible Bug en TTreeView()
Replies: 5
Views: 584

Re: Redimensionando un Scroll

... CallWindowProc( ::nOldProc, ::hWnd, WM_PAINT, ::hCDC,0 )   ENDIFRETURN 1  2. Al definir el Scroll hay que poner: oVScroll:bEraseBkGnd := { || NIL } 3. Cuando se redimensiona el control, hay que pintarlo en un DC compatible: FUNCTION ResizeCtrl( PARAMETROS... )  ...
by antolin
Fri Sep 12, 2014 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redimensionando un Scroll
Replies: 11
Views: 1600

Redimensionando un Scroll

... cambiao el valor de ::oVScroll:nWidth el Scroll se borra y se redibuja creando un parpadeo muy feo. He optado por incluir la clausula: ::oVScroll:bEraseBkGnd := { || NIL } Y, el cuerpo del Scroll ya no parpadea, pero si sus botones. Algo es algo. ¿Hay alguna forma de acceder a los objetos BUTTON ...
by antolin
Wed Aug 13, 2014 7:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redimensionando un Scroll
Replies: 11
Views: 1600

Re: "Snap" for Clipper

...  1227  1539  1541 BDROPOVER              WINDOW.PRG      428  3733  3734 BEGINPAINT()           (function  in ?)    WINDOW.PRG      501  3751 BERASEBKGND            WINDOW.PRG      452  2923  2924 BFIND                  WINDOW.PRG      431   585   585 BFINDNEXT              WINDOW.PRG     ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6540

Re: A problem with GradientBrush()

There is a problem in the bEraseBkGnd of TSay. The following sample doesn't show a colored SAY if the theme is activated: #include "Fivewin.ch"#include "Image.ch"FUNCTION MAIN()    LOCAL oDlg, oSay  ...
by Enrico Maria Giordano
Wed Feb 03, 2010 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11462

Re: FWH/xHarbour Menus

... focus //----------------------------------------------------------------------------// METHOD EraseBkGnd( hDC ) CLASS TDialog if ! Empty( ::bEraseBkGnd ) return Eval( ::bEraseBkGnd, hDC ) endif if ::oBrush != nil FillRect( hDC, GetClientRect( ::hWnd ), ::oBrush:hBrush ) return 1 // Leave ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7583

... and show bitmaps too. If you want to keep using those buttons, and change the dialogs colors, then you need to change this: oFolder:aDialogs[ n ]:bEraseBkGnd = nil or create a function DrawPBack() in your main PRG that fills the dialog the way you want. Please note how it is used from Class TFolder: ...
by Antonio Linares
Mon Feb 11, 2008 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: color of folder dialogs
Replies: 8
Views: 1268

Cambiar el Brush a un Folder en tiempo de ejecucion

... http://img145.imageshack.us/img145/4406/folder2tz2.jpg Estoy usando : oFld:aDialogs[1]:bEraseBkGnd := nil oFld:aDialogs[1]:SetBrush( oNwBrush ) Ya probe tambien : oFld:aDialogs[1]:oBrush := oNwBrush Algo que me este faltando para esto ...
by Raymundo Islas M.
Fri Jan 18, 2008 12:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el Brush a un Folder en tiempo de ejecucion
Replies: 0
Views: 392

Acwoo,

Please check that you have the DATA bEraseBkGnd declared in Class TWindow

Are you using a modified Class TDialog or Class TWindow ?
by Antonio Linares
Tue Dec 04, 2007 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade to 7.11
Replies: 31
Views: 8758

Upgrade to FWH 711

... bytes Time from start: 0 hours 0 mins 3 secs Error occurred at: 04/12/2007, 19:33:31 Error description: Error BASE/1004 Message not found: TDIALOG:BERASEBKGND Args: [ 1] = O Object Stack Calls =========== Called from: => __ERRRT_SBASE(0) Called from: => TDIALOG:ERROR(172) Called from: source\rtl\tobject.prg ...
by acwoo
Tue Dec 04, 2007 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade to 7.11
Replies: 31
Views: 8758

Upgrade to FWH 711

... bytes Time from start: 0 hours 0 mins 5 secs Error occurred at: 01/12/2007, 14:34:28 Error description: Error BASE/1004 Message not found: TDIALOG:BERASEBKGND Args: [ 1] = O Object Stack Calls =========== Called from: => __ERRRT_SBASE(0) Called from: => TDIALOG:ERROR(172) Called from: source\rtl\tobject.prg ...
by acwoo
Sat Dec 01, 2007 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade to 7.11
Replies: 31
Views: 8758

Upgrade to FWH 711

... bytes Time from start: 0 hours 0 mins 2 secs Error occurred at: 30/11/2007, 13:36:14 Error description: Error BASE/1004 Message not found: TDIALOG:BERASEBKGND Args: [ 1] = O Object Stack Calls =========== Called from: => __ERRRT_SBASE(0) Called from: => TDIALOG:ERROR(172) Called from: source\rtl\tobject.prg ...
by acwoo
Fri Nov 30, 2007 5:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade to 7.11
Replies: 31
Views: 8758

Upgrade to FWH 711

Thanks for the reply

The error message now is:

Error Base/1004 Message not found: TDIALOG:BERASEBKGND

Please help
by acwoo
Thu Nov 29, 2007 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade to 7.11
Replies: 31
Views: 8758

This may also help:

@ 3, 2 GET oGet VAR cGet OF oFld:aDialogs[ 1 ]

oFld:aDialogs[ 1 ]:bEraseBkGnd = { | hDC | DrawPBack( oFld:aDialogs[ 1 ]:hWnd, hDC ), 1 }
by Antonio Linares
Fri Sep 14, 2007 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamic FOLDER problem with GET on XP
Replies: 25
Views: 4624
Next

Return to advanced search