Search found 84 matches: paints

Return to advanced search

Re: Another for Btnbmp

... forms how do I remove the black border? By default, this border, called FocusRect is drawn around the button in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button has focus currently. You can avoid painting this border, by specifying the ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4962

Re: Another for Btnbmp

... forms how do I remove the black border? By default, this border, called FocusRect is drawn around the button in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button has focus currently. You can avoid painting this border, by specifying the ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4962

FWH Gradiens .. seem slower FWH 2310 - RAO

Rao As you know I use Functions to paint my screen Gradients .. for some reason the DarkGreyGrad() functions paints much slower than the LightGreyGrad) FUnction ... especially with FWH2310 ... older versions of FWH are not effected ... //--------------------Func DarkGreyGrad()SetDlgGradient({{ ...
by Rick Lipkin
Sat Feb 24, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 177

Re: The more fancy Xbrowses the more slow they become ?

... Data access speeds is one main reason. If the total number of cells ( rows x columns ) visible are high, full refresh is slow, because XBrowse paints each cell, evaluating all the code-blocks for each cell. Obviously too many graphics, embellishments and conditional colors, gradients slow down ...
by nageswaragunupudi
Fri Nov 04, 2022 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

problem painting xBrowse

Hello, There's a painting problem with xBrowse. It doesn't paint the whole width at once, but first it paints up to the middle of the screen and then it widens. This is a sample: #include "fivewin.ch"#include "xbrowse.ch"function main()local oWndlocal ...
by MOISES
Tue May 19, 2020 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem painting xBrowse
Replies: 3
Views: 606

Re: #Define mutiline

... creates a Windows "BUTTON" control. This class has its own Paint() method. The Paint() method uses Windows to paint the button and then paints the bitmap over the button. Therefore, in both the above cases, button is actually painted by Windows. In contrast, TBtnBmp and TFlatBtn do not ...
by nageswaragunupudi
Fri May 08, 2020 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1345

Re: xBrowse faster with less colums

... on the screen we see 10 columns and 40 rows. When full refresh is called, xbrowse evaluates all relevant codeblocks for 40 x 10 = 400 cells and paints all 400 cells. Most of the time only one row gets repainted. In such cases only 10 cells are painted. When we scroll up and down, the screen ...
by nageswaragunupudi
Fri May 01, 2020 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1045

Re: error on xbrowse footer

... nRow + nHeight, nRight }, ; cFooter, ::nFootStrAlign, ::bLeftText, oFont, aColors[ 1 ], ; nBmpNo, ::nFootBmpAlign, .t., ::nAlphaLevelFooter, .f. ) paints your footer. If you trace ::footerStr() you have to check if cEditPicture is respected. Regards Otto
by Otto
Thu Apr 30, 2020 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3651

Re: Preview in Terminal Server does not look good - Antonio Help

... on the screen any report that contains LINES (which are those that are incomplete), so I am trying to find the process that loads the metafile and paints it on the screen to see where and when the inconvenience occurs Either that is or I'am crazy and I'am seeing everything upside down :? :D Best ...
by Cgallegoa
Sun Feb 09, 2020 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview in Terminal Server does not look good - Antonio Help
Replies: 10
Views: 1750

Re: Preview in Terminal Server does not look good - Antonio Help

... the METHOD PrintPrv is used to send the preview to the printer, and there is no problem there. Print physically perfect. The problem is when he paints the lines in the preview (only the lines, the rest is perfect). In other words, the lines look bad ONLY IN THE PREVIEW, and only in terminals ...
by Cgallegoa
Sun Feb 09, 2020 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview in Terminal Server does not look good - Antonio Help
Replies: 10
Views: 1750

Re: Ribbon Theme

I just tried that, it actually moves the problem back to where I started before making the suggested change to attach to oRb instead of oWnd. It paints incorrectly and nothing is clickable whether using oRb or oWnd. Here is the sample code you provided, edited to show the situation. It adds MDI ...
by rhlawek
Sun Apr 28, 2019 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Using a Jpg instead of a Bitmap for Opening screen Graphics

ON PAINT oWnd:DrawImage( cImage ) This always paints the image at the center of the Window with the original size of the image. Even when you resize the window, the image is always displayed at the center of the window. If the window is resized ...
by nageswaragunupudi
Mon Nov 19, 2018 4:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using a Jpg instead of a Bitmap for Opening screen Graphics
Replies: 9
Views: 2652

Re: Say centrado vertical

... Because say's transparency does not work on all cases of gradients. oBar:bPainted := { || oBar:SayText( cText, aRect ) }  This paints the text centered in the aRect (you can control alignment too) For example see how text is painted on buttonbar in this post http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33237
by nageswaragunupudi
Tue Nov 29, 2016 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Say centrado vertical
Replies: 6
Views: 1041

Re: New FTDN January/Enero 2016 (FWH 16.01)

... centered. This is backward compatible as well as expected behavior. - New prompts with embedded CRLFs are painted in multi-line. - New FLAT style paints the buttons in flat style * BTNBMP - New Method: SetImages( [img1], [img2], [img3], [img4] ) To change one or more of the bitmaps. Eg: oBtn:SetImages( ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2157

New FTDN January/Enero 2016 (FWH 16.01)

... centered. This is backward compatible as well as expected behavior. - New prompts with embedded CRLFs are painted in multi-line. - New FLAT style paints the buttons in flat style * BTNBMP - New Method: SetImages( [img1], [img2], [img3], [img4] ) To change one or more of the bitmaps. Eg: oBtn:SetImages( ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2157
Next

Return to advanced search