Link to home
Start Free TrialLog in
Avatar of DJuncu
DJuncu

asked on

DD6Demo blending

I see the Ginsonic demand : a blending component after DD6Demo . I'm interested to . I offer 400 point for this component.
Avatar of ZifNab
ZifNab

have you already looked for information at http://www.delphi-jedi.org/DelphiGraphics/index.htm

and Hori's homepage?
Hi, I will try to create a component of it. Is anyone else trying at the moment?

A few questions:

- What Delphi version do you have?
- What features should be supported in the component?
- Should it support Pixel, DIBits and DDraw or just DDraw?
- Is there anythink else I should know (before I start)?

Eps.

Avatar of DJuncu

ASKER

Hi!
After my knowledge you are the first who try to make this component .
Answers :
1. Delphi 4
2. Let me to load : bmp and jpeg ( or more ) .
    Autosize;
    Control of blending time ;
    OnMouseDown,OnMouseUp,OnClick,OnMouseMove;
3. DDraw is fine ( but you can put all three ...will be perfect)
4. The most important : FLICKER FREEEE .
Wait news .

Avatar of DJuncu

ASKER

I forget : Blend-Unblend property .
How quick do you need it? It's not easy so it will take some time.....
HI DJuncu,
Now I use for this HarmFade component with little changes .It's quick, easy to use and flicker free .
If you wish I can send you the component . Just type your e-mail address .
Regards,
Ginsonic
Does that mean you don't need it anymore?

Epsylon3@hotmail.com
If you ask me , SORRY . But I'm pushed by time and I need solve my problems quicky .
But if you can help me to comand a ListView scrollbar through another scrollbar I give you the promised points for deleted questions .
Regards,
Ginsonic
P.S. Are you on-line ?
Avatar of DJuncu

ASKER

Send to dragos.juncu@decebal.ro .

I'm not sure what you want but you can use ListView1.Scroll(dx, dy) to scroll the listview....

Epsylon,
I think that   ListView1 . Perform(WM_VSCROLL, SB_LINEDOWN, 0) [(  SB_LINEDOWN, SB_LINEUP, SB_LINELEFT, SB_LINERIGHT)] is a better idea .
My problem is that I wish to hide a scollbar from a component ( tree , list , memo , DBGrid etc ) and to use a scrollbar located to another position .
For this I need to know all the time the max and position of , for example , TreeView to set my scrollbar . If I expand a node then my scrollbar will be change the max value and position , too .
In conclusion , I wish to hide the scrollbar of a component and to control this from a clone .
I put this into a new question : Scroll by clone .

Ginsonic


has this question been answered ??
should it be deleted or are epsylon doing component?
Oops, I mixed up DJuncu and Ginsonic. I froze the project since I thought it was not needed anymore....
Avatar of DJuncu

ASKER

ginsonic ,
Because I don't receive another answer untill now , I will accept your's . Put an answer .
ASKER CERTIFIED SOLUTION
Avatar of ginsonic
ginsonic
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial