Search found 150 matches: dietmar

Return to advanced search

Re: Painting problem in the New Sample GradBrus.Prg

...                            { 0.6, nRGB( 24,  61, 118 ), nRGB( 50, 95, 158 ) } } )) Any suggestions? Thanks, Dietmar
by Dietmar Jahnel
Sun May 17, 2009 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem in the New Sample GradBrus.Prg
Replies: 23
Views: 3078

Re: Change color of say when mouse is over it

Otto wrote:Dietmar,
what version of FW do you use?

latest: 9.04

Do you have this line in Say class:

METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TSay

if ... nMsg == WM_NCHITTEST ) // To have a standard behavior on Clicks


yes.
Do you get the color change?

Grüße,
Dietmar
by Dietmar Jahnel
Sun May 17, 2009 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change color of say when mouse is over it
Replies: 6
Views: 851

Re: [Plz Linares] How to change the color of a disabled folder?

Dietmar,

> CONTROL "", 210, "RFolder", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 0, 5, 399, 261

You have to use "TRFolder" instead of "RFolder"
by Antonio Linares
Sun May 17, 2009 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5699

Re: Change color of say when mouse is over it

Dietmar,
what version of FW do you use?
Do you have this line in Say class:

METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TSay

if ... nMsg == WM_NCHITTEST ) // To have a standard behavior on Clicks


Best regards,
Otto
by Otto
Sun May 17, 2009 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change color of say when mouse is over it
Replies: 6
Views: 851

Re: [Plz Linares] How to change the color of a disabled folder?

Dietmar, > yes, I did. Please post the portion of the RC file where you declare that folder, thanks here it is: SUCHFOLDER DIALOG 7, 15, 398, 268 STYLE DS_MODALFRAME | WS_OVERLAPPED | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU ...
by Dietmar Jahnel
Sun May 17, 2009 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5699

Re: Change color of say when mouse is over it

Code: Select all  Expand view

   oSay:lWantClick := .t.
   oSay:bMMoved   = {||oSay:SetColor(  0, RGB(128,128,255) ),   oSay:refresh() }
 
[/quote]

Sorry, but the color does not change...
Dietmar
by Dietmar Jahnel
Sun May 17, 2009 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change color of say when mouse is over it
Replies: 6
Views: 851

Re: [Plz Linares] How to change the color of a disabled folder?

Dietmar,

> yes, I did.

Please post the portion of the RC file where you declare that folder, thanks
by Antonio Linares
Sun May 17, 2009 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5699

Re: Change color of say when mouse is over it

Hello Dietmar,
you could try with lWantClick.
Best regards,
Otto


Code: Select all  Expand view

   oSay:lWantClick := .t.
   oSay:bMMoved   = {||oSay:SetColor(  0, RGB(128,128,255) ),   oSay:refresh() }
 
by Otto
Sat May 16, 2009 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change color of say when mouse is over it
Replies: 6
Views: 851

Change color of say when mouse is over it

... (HelpTopic(IDH_SM_CHECK))  But now in Vista the transparent painting with this old class does not work any more. Thanks for help, Dietmar
by Dietmar Jahnel
Sat May 16, 2009 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change color of say when mouse is over it
Replies: 6
Views: 851

Re: [Plz Linares] How to change the color of a disabled folder?

yes, I did.
When you try the sample-file, which does not use resources and change window to dialog you get the same results.
Can you find out why?

Dietmar
by Dietmar Jahnel
Sat May 16, 2009 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5699

Re: [Plz Linares] How to change the color of a disabled folder?

Dietmar,

Are you using the name "TRFolder" in your resources ?

You must use it.
by Antonio Linares
Fri May 15, 2009 9:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5699

Re: [Plz Linares] How to change the color of a disabled folder?

... in line 1296 cannot be created. I tried the provided sample: ok with window, same with dialog. I don't know why... Maybe you can tell, Regards, Dietmar
by Dietmar Jahnel
Fri May 15, 2009 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5699

Re: [Plz Linares] How to change the color of a disabled folder?

Dietmar,

> it seems that you cannot put these folders in dialogs only

Why ? What error do you get ?
by Antonio Linares
Fri May 15, 2009 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5699

Re: [Plz Linares] How to change the color of a disabled folder?

... But the trouble is there: it seems that you cannot put these folders in dialogs only in windows... Therefore I cannot use it. So its up to FWH! Dietmar
by Dietmar Jahnel
Fri May 15, 2009 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5699

Re: Scroll Dialog and Mousewheel

Many thanks,
Got this one to work! :D
Dietmar
by Dietmar Jahnel
Fri May 15, 2009 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll Dialog and Mousewheel
Replies: 2
Views: 402
PreviousNext

Return to advanced search