#1: 2 things that need to be done in TGradient Author: Johnny_Bit, Posted: 20/07/04 18:49 1: Results of LinearH and LinearV are swapped (result of LinearH should be Result of LinearV and Vice Versa);
2: I need csAcceptControls In ComponentStyle, it would save me much work, it's only 4 lines in component's unit;
I be apriciated if changes woulbe included as fast as possible.
#2: Author: Kambiz, Location: Tehran, IranPosted: 21/07/04 07:00 The fastest possible time is weekend.
#3: Author: Johnny_Bit, Posted: 25/07/04 16:29 It's OK with me... i can wait for it even month...
#4: Author: Kambiz, Location: Tehran, IranPosted: 27/07/04 07:47 I exchanged name of the following styles:
Linear Horizontal / Linear Vertical
Linear Forward Diagonal / Linear Backward Diagonal
TGradient is a non-windowed control, and a non-windowed control cannot be parent of another control. Therefore, for TGradient the csAcceptControls control style is not applicaple.
#5: Author: Johnny_Bit, Posted: 01/08/04 14:59 Well thanks, but accepting transparent controlls would help me a lot.
#6: Author: Kambiz, Location: Tehran, IranPosted: 01/08/04 15:50 Could you please describe what do you want to do?
#7: Author: Johnny_Bit, Posted: 08/08/04 15:10 put vertical label on it and put picture below label. it's non sizeable window, ad align of label can be changed and gradient shoutl be visible. It's needed by options dialog for app I'm making on demand.
#8: Author: Kambiz, Location: Tehran, IranPosted: 08/08/04 20:06 I suggest to read description of TControl's SendToBack or BringToFront methods in Delphi's help. There, you will see the limitation of these two methods.