Forum Replies Created
-
AuthorPosts
-
That Delphi XE8 build in Windows 7 is showing checkbox without skin (see attachment).
Version is the latest 10.12 (Delphi XE8).
Thanks, “Selected” property works fine.
Here is a simple sample project (see attachment). Change the project path.
1. Run
2. Move mouse over the close button. (first time it looks ok)
3. Push button and 'X' is inserted into caption
4. Repeat from 2.
Just tested and the problem is still there.
This can be closed. The reason for this was an unnecessary set of tab sheet's SkinData.SkinSection when a tab sheet was created. After removing it everything works like it should. 🙂
I forgot to mention that I was using Delphi XE8 on Windows 7, if that is relevant.
There are still Windows 10 skin related problems with resizing (see attachment). Other skins are working perfectly.
I did fix the problem. It was caused by setting the editor's Visible property from False to True when creating a frame for a tab sheet. Not sure why it didn't work with the Windows 10 skin but now it works. 🙂
I made a simple example and it works. I have to figure out what the actual problem is.
Sure,
The control is my own TBCEditor – https://github.com/bonecode/TBCEditor
You can download the editor which is build with the version 10.10 and using the control:
http://bonecode.com/downloads/EditBone32.zip (32-bit)
http://bonecode.com/downloads/EditBone64.zip (64-bit)
The demo for the TBCEditor is not build with the latest version (I think it is 10.05) and it seems to work.
Aaaaaa-nd it was my bad. 🙂 I hook resource strings and the string, that was replacing the original string, included a line break. So, case closed. 🙂
Well, I made a new project and the caption shows like it should. I will investigate what is causing the misplacing in my project…
'Support' wrote:Can you give me a demo, please? I can't repeat it.
Simple call Vcl.Dialogs.ShowMessage('Test'); All TButtons are behaving the same way. I forgot to mention that I'm using Delphi XE7 with Windows7, if that matters.
Now I also get access violations with some skin manager properties with new VCL Form Application. By clicking InternalSkins I get the AV.png and by clicking the SkinDirectory I get the AV2.png. BUT not in my other project… this is weird. Aah, these happen because SkinManager is Active. Ok, that's not a problem. 🙂
Btw. First I couldn't install components because xPack280.dcu was not found in the root directory. I copied it from the Trial directory. Could that cause problems?
-
AuthorPosts