| View previous topic :: View next topic |
| Author |
Message |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 158
|
Posted: 20/07/04 18:49 Post subject: 2 things that need to be done in TGradient |
|
|
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. |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 414 Location: Tehran, Iran
|
Posted: 21/07/04 07:00 Post subject: |
|
|
| The fastest possible time is weekend. |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 158
|
Posted: 25/07/04 16:29 Post subject: |
|
|
| It's OK with me... i can wait for it even month... |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 414 Location: Tehran, Iran
|
Posted: 27/07/04 07:47 Post subject: |
|
|
I exchanged name of the following styles:
- Linear Horizontal / Linear Vertical
- Linear Forward Diagonal / Linear Backward Diagonal
- Reflected Forward Diagonal / Reflected 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. |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 158
|
Posted: 01/08/04 14:59 Post subject: |
|
|
| Well thanks, but accepting transparent controlls would help me a lot. |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 414 Location: Tehran, Iran
|
Posted: 01/08/04 15:50 Post subject: |
|
|
| Could you please describe what do you want to do? |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 158
|
Posted: 08/08/04 15:10 Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 414 Location: Tehran, Iran
|
Posted: 08/08/04 20:06 Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|