Search found 137 matches: gradients

Return to advanced search

Re: Another for Btnbmp

... is drawn around the button in focus as a result, the user does not know which button has focus currently. The programmer has to use colors/gradients to indicate which button has focus. I provide you a sample program, suppressing drawing of border while indicating the focused button with ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4874

Re: Another for Btnbmp

... is drawn around the button in focus as a result, the user does not know which button has focus currently. The programmer has to use colors/gradients to indicate which button has focus. I provide you a sample program, suppressing drawing of border while indicating the focused button with ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4874

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 ...
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: 174

Re: SetDlgGradient

... TRANSPARENT FONT oFont STYLE nOR( DS_MODALFRAME, WS_POPUP,       ;      WS_CAPTION, WS_SYSMENU, WS_MINIMIZEBOX )  Above is how I code the gradients and use them as function wrappers to make the coding easier .. Rick Lipkin
by Rick Lipkin
Fri Sep 29, 2023 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 793

Re: SetDlgGradient

Rao

I am a bit perplexed ? ... These functions work just fine for me ... what have I done wrong or need to change ?

Thanks
Rick Lipkin

ps, I have noticed with newer versions of FWH that the above gradients paint slower than in previous versions of FWH
by Rick Lipkin
Fri Sep 29, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 793

Re: SetDlgGradient

I have put several of my gradients into functions .. very easy to use ...

Please ensure that the sum of the first column of all sub-arrays is 1.0.
Otherwise, your examples mislead other users who are new.
by nageswaragunupudi
Fri Sep 29, 2023 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 793

Re: SetDlgGradient

I have put several of my gradients into functions .. very easy to use ... //-------------------Func GreyButtonGrad()// 2010 grey button skinLocal bGradbGrad := { | lInvert | If( ! lInvert, ;        ...
by Rick Lipkin
Thu Sep 28, 2023 9:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 793

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

... XBrowse paints each cell, evaluating all the code-blocks for each cell. Obviously too many graphics, embellishments and conditional colors, gradients slow down further. You need to strike a balance between looks and speed in each case. No user likes a sluggish performance.
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

Re: btnbmp gradient

I explained how to make horizontal gradient. We can make angular gradients too and also use alpha colors. In all cases, final appearance depends on choice of colors and percent values. I not think it is angular gradient the number 1 much lighter and the ...
by Silvio.Falconi
Tue Oct 11, 2022 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp gradient
Replies: 6
Views: 480

Re: btnbmp gradient

I explained how to make horizontal gradient. We can make angular gradients too and also use alpha colors.
In all cases, final appearance depends on choice of colors and percent values.
by nageswaragunupudi
Mon Oct 10, 2022 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp gradient
Replies: 6
Views: 480

Re: Xbrowse Browsing Information Orbital Change Color

Gradients: #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local mlGreen0  := RGB(251,242,225)   local mLGRAY    := RGB(233,233,233)   local aSelGrad1 := {{.5,RGB(100,255,100),RGB(237,255,178)},{.5,RGB(218,255,103),RGB(096,255,096)}}  ...
by richard-service
Mon Sep 26, 2022 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Browsing Information Orbital Change Color
Replies: 13
Views: 906

Re: Xbrowse Browsing Information Orbital Change Color

Gradients: #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local mlGreen0  := RGB(251,242,225)   local mLGRAY    := RGB(233,233,233)   local ...
by nageswaragunupudi
Sun Sep 25, 2022 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Browsing Information Orbital Change Color
Replies: 13
Views: 906

Re: gradiants ?

... works quite nicely ... once you issue SetDlgGradient() it becomes the default windows and dialog background.. I have given you several different gradients .. I use different gradient backgrounds throughout my programs .. Very easy to create your own functions .. sometime back Uwe created Gradient ...
by Rick Lipkin
Fri Jun 03, 2022 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 561

Re: gradiants ?

Thank you, Rick. There are some nice and useful gradiants in your post. Your gradients and the profound explanations of Mr. Rao helped me a lot to understand and use gradients. But I just can't understand that when Mr. Rao stated All sizes are fractions less than ...
by Detlef
Thu Jun 02, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 561

Re: Windows 11 Fluent Design

Antonio, Here is what your new gradient shadow looks like. It is very strange that it is also showing gradients along the length of the shadow. And it is not showing the shadow on the top of the panel. Note that I only added the new shadow to the large panel. https://i.postimg.cc/ZqDcQTMB/Win10-Fluent-Design-Test3.png ...
by James Bott
Sun Oct 03, 2021 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9357
Next

Return to advanced search