Search found 548 matches: painted

Return to advanced search

Re: TITLE CLASS BUG with oDLg TRansparent

... the color of the dialog Dear Silvio This is not a bug. This is the expected behavior. When a dialog is defined to be TRANSPARENT, controls are painted transparently over the dialog. That means, the background color/gradient/brush of the control are ignored and only the dialog's background is ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 283

Re: TITLE CLASS BUG with oDLg TRansparent

... the color of the dialog Dear Silvio This is not a bug. This is the expected behavior. When a dialog is defined to be TRANSPARENT, controls are painted transparently over the dialog. That means, the background color/gradient/brush of the control are ignored and only the dialog's background is ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 283

xbrowse Border

...        END but the border is drawed only on left and up and down of the xbrowse If I make oBrw:lVScroll := .f. oBrw:lhScroll := .f. the border is painted good but I need to use Vscroll https://i.postimg.cc/1zwPXZ0g/lll.png I think we need to tell the xbrowse class that when there ...
by Silvio.Falconi
Fri Nov 10, 2023 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 262

Re: Tget /tsay disable/enable

Antonio Linares wrote:Dear Silvio,

Must the rectangle be painted above the control as per your sample ?

Where are you calling your code from ?


yes the rectangle must be painted over the control
in the image example I use a btnbmp and it run on only on btnbmp

for the test I added the code above
by Silvio.Falconi
Thu Nov 09, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Tget /tsay disable/enable

Dear Silvio,

Must the rectangle be painted above the control as per your sample ?

Where are you calling your code from ?
by Antonio Linares
Thu Nov 09, 2023 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Moving the dialog

Dear Yuri, when a window, dialog or control is painted, FWH evals oWnd:bPainted if defined from METHOD Paint() CLASS TWindow      if ValType( ::bPainted ) == "B"         uVal = Eval( ::bPainted, ::hDC, ::cPS, Self )    ...
by Antonio Linares
Mon Oct 23, 2023 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 472

Re: xBrowser click

... say is displayed with its own back color. 2) if the Dialog is transparent, the say is displayed transparently, i.e., back color of the say is not painted.
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 784

Re: How to make TFOLDEREX in FLAT style?

Dear Antonio,

Can I DISABLE TAB (disable color) for TFOLDER?
Antonio Linares wrote:Dear Dutch,

We need to modify METHOD PaintTB() so tabs are painted in different styles. Looking for a way to do it
by dutch
Tue Sep 26, 2023 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 612

Re: How to make TFOLDEREX in FLAT style?

Dear Dutch,

We need to modify METHOD PaintTB() so tabs are painted in different styles. Looking for a way to do it
by Antonio Linares
Sun Sep 24, 2023 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 612

Re: Pintado del header y fotter del RecSel de txbrowse - consist

You want the recsel header and footer be painted with the same gradient as columns' header and footer, As of now, this is not possible. Good suggestion and we will provide it soon. Again right now, it is possible have the recsel header and footer ...
by nageswaragunupudi
Fri Aug 04, 2023 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pintado del header y fotter del RecSel de txbrowse - consist
Replies: 2
Views: 197

Re: is box mandotary in SCROLLMSG class?

nageswaragunupudi wrote:Right now, box is always painted.
Do you want it without border (box) ?


Yes, Mr. Rao, I want it without border. Can it be optional?
by Horizon
Tue Jul 18, 2023 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: is box mandotary in SCROLLMSG class?
Replies: 6
Views: 363

Re: is box mandotary in SCROLLMSG class?

Right now, box is always painted.
Do you want it without border (box) ?
by nageswaragunupudi
Tue Jul 18, 2023 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: is box mandotary in SCROLLMSG class?
Replies: 6
Views: 363

Re: Numeric alignment with oPrn:SayText( )

... with each font in the array 5. nClrText: Defaults to Window's nClrText - Can be an array of colors in which case each line of multi-line text is painted with different colors. - Can also be a single Alpha Color of pointer to GDI+ brush. In such cases GDI+ is used to render the text with the brush. ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 516

Re: How to code TScrDlg() for use in folder?

... try to reduce the height used by TScrDlg() I reduced the controls from 10 to 7 sets. Seems painting issue is consistent. There will be extra bits painted near the 5th, 7th and 10th TTitle
by hua
Thu Dec 15, 2022 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 603

Re: How to code TScrDlg() for use in folder?

No joy.

Antonio Linares wrote:Please try to reduce the height used by TScrDlg()


I reduced the controls from 10 to 7 sets. Seems painting issue is consistent.
There will be extra bits painted near the 5th, 7th and 10th TTitle

Image
by hua
Fri Dec 02, 2022 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 603
Next

Return to advanced search