Draw border

HMG Samples and Enhancements

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Draw border

Post by srvet_claudio »

esgici wrote:
esgici wrote: I'll try
Hats to the air :shock:

Extremely appreciated dr. :arrow:

You are a true life-saving hidalgo 8-)

Best regards :D
Thanks Friend :D
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Draw border

Post by esgici »

Hi Dr.

My teacher said me : "Stay away from macro substitutions whenever possible" ;)

How about a solution like this :?:

Code: Select all

       
aColor1 := ACLONE( aColor )
aColor2 := ACLONE( aColor )
	   
DRAW BORDER WINDOW cWindowName CONTROL cControlName UPCOLOR aColor1 DOWNCOLOR aColor2 SPACE nWidness
( Tested and approved in my side :arrow: )

Best regards :D
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Draw border

Post by srvet_claudio »

esgici wrote:Hi Dr.

My teacher said me : "Stay away from macro substitutions whenever possible" ;)

How about a solution like this :?:

Code: Select all

       
aColor1 := ACLONE( aColor )
aColor2 := ACLONE( aColor )
	   
DRAW BORDER WINDOW cWindowName CONTROL cControlName UPCOLOR aColor1 DOWNCOLOR aColor2 SPACE nWidness
( Tested and approved in my side :arrow: )

Best regards :D
Very good!!!
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Draw border

Post by esgici »

srvet_claudio wrote: Very good!!!
"Very good" was finding what the cause of the problem :idea:

Thanks again :)

Best regards :D
Viva INTERNATIONAL HMG :D
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Draw border

Post by mol »

I want to refresh this topic without creating new.
I want to add group a few controls and put them on the colored rectangle - something like frame, but with differend background color from form background color.
I've tried using LABEL as a background, but it causes problem with checkboxes, which become inoperable with mouse.
I thought about Bos Taurus library and BT_DrawGradientFillVertical, but I don't know how to operate on a piece of form, not whole.

Maybe someone knows the way to solve this problem?

I'll try with drawing rectangle, maybe it will be good?
Post Reply