Forum Replies Created
-
AuthorPosts
-
TAZParticipant
It looks fixed. Thanks.
TAZParticipantThanks.
TAZParticipantThank you, HeDiBo.
I do not feel so much like I am on an island now. It was just blind luck that I stumbled onto this.
TAZParticipantI put a very short video on my YouTube channel showing the problem.
TAZParticipantI built a simple exe (attached). Loaded it on another Windows 7 machine and a Windows 10 machine. Same result. Windows 10 was slightly different but it still disappeared when you set Blend On Moving to true and Extended Borders to false.
TAZParticipantThe compile date of your demo is 7/16/2018 5:59 PM. I downloaded it again and placed a second copy in another folder. Same date and time. And same behavior, it disappears.
I have Windows 7 Ultimate, Service Pack 1, 64-bit edition. I keep up to date with Windows updates. I have the latest version of Delphi. 10.2.3 Tokyo.
I wished I had saved the previous demos that I have downloaded but I regularly clean out my downloads folder.
'Support' wrote:HelloASkinDemo.exe has been recompiled by you? Or this issue exists in original Exe-file?What version number of your Windows and Delphi?
TAZParticipantI ran older version of my application (middle of June compile date) and set the skin manager to the settings I mentioned. There were no problems.
TAZParticipantIt is not a big deal. Having this back and forth helps me understand better. Thanks.
'Support' wrote:Start of application will be slower, I will try to find a better solution.
TAZParticipantThanks. It is a wonderful tool. Is it possible to do some blind initialization that is held in memory when you start your application?
'Support' wrote:When popup window is shown at the first time, some time is needed for searching and initializing of required information about available skins.
Later this initializing is not required and it works faster next times.I'm thinking about an improvement of this behaviour, maybe this information will be searched in other thread before opening…
TAZParticipant'TAZ' wrote:The code you suggested worked fine when skin selector does not have focus.
If skin selector has focus, I am still not able to cause the dropdown to open.
Any more suggestions.
Never mind about the previous statement.
On one application I am calling it from FormKeydown. On another application it is called from an action list. The one with the action list opens the skin selector when the skin selector has focus.
Small things.
TAZParticipant'Support' wrote:Hello
Try this code:
Code:sSkinSelector1.Perform(WM_LBUTTONDOWN, 0, 0)Show and Hide methods are inherited from TControl and just shows/hides the entire control.
The code you suggested worked fine when skin selector does not have focus.
If skin selector has focus, I am still not able to cause the dropdown to open.
Any more suggestions.
TAZParticipantNever knew about it. I would rather let the skin builder control the max/min settings. Less worry on my part. For anyone else interested:
sTrackBar3.Min := MainForm.sSkinManager1.CommonSkinData.BrightMin;
sTrackBar3.Max := MainForm.sSkinManager1.CommonSkinData.BrightMax;
You may need to add to the uses clause “sStyleSimply”.
'Support' wrote:Hello!
This range may be defined in the ASkinEditor tool for each skin individually.
This is just a range where the skin looks better, you can ignore this range and set any value of brightness, it's possible.
TAZParticipantWorks. Thanks for the change.
'HeDiBo' wrote:I would love that too 👍
TAZParticipantFixed. Thanks.
'Support' wrote:Thank you for the demo, the issue will be solved in the nearest release.
TAZParticipantI am not sure what you did to the demo, but I like the improvement.
'TAZ' wrote:It just seemed odd.
When it is anchored on the right side the images are aligned to the left followed by the text.
I thought with it anchored on the left side the images would be aligned to the right followed by the text.
At any rate.
TAZParticipantThanks.
'Support' wrote:Thank you for the demo, the issue will be solved in the nearest release.
TAZParticipantPerfect. Thanks.
'Support' wrote:I can add the LeftPadding property, look the screenshot, please. How you think, it helps?
TAZParticipantIt just seemed odd.
When it is anchored on the right side the images are aligned to the left followed by the text.
I thought with it anchored on the left side the images would be aligned to the right followed by the text.
At any rate.
TAZParticipantSorry, forgot to add the image.
TAZParticipantThanks. I have no use of their custom styles.
'Support' wrote:Hello!
This option works without problems if custom Embarcadero styles are not included.
-
AuthorPosts