Forum Replies Created
-
AuthorPosts
-
TAZParticipant
Yes, I have updated all skins.
Interesting that I stated that it is appearing on YOUR demo. So you have your project.
Besides, this is occurring on my project when the project is not running and the skin manager is not active. That should not be too difficult to understand.
Here are the steps that I took when I installed this version.
1. Uninstalled.
2. Ran clean for the runtime bpl.
3. Ran build for the runtime bpl.
4. Ran clean for the design bpl.
5. Ran build for the design bpl.
6. Ran install for the design bpl.
7. Downloaded the skins library.
I NEVER saw this error on 10.25.
I request you make 10.25 available for download again and the previous skins, too.
This is because I feel that this issue is confusing to you and will not be resolved anytime soon.
TAZParticipant'Support' wrote:I will improve this positioning of standard hints in the nearest release.
These hints are not described in the tutorials.
I have attached a project. I too am having problems getting hints to show on the title bar. I set the form showhint to true as stated above. What am I do wrong.
TAZParticipant'Support' wrote:Hello!
Can you upload this demo here, please?
AlphaControls version 10.23 used?
I am using 10.23. I took it out and put it back in to reproduce the problem. Now it is working okay even with the max width set above 126. If it acts up again, I will capture it.
TAZParticipantI knew there was a good reason.
I know I can change it; however, that means I would have to change it each time you released an update. I can handle that, but was looking for a better solution.
Thanks.
TAZParticipantI traced where the name originates.
sStrings.rc s_AvailSkins, “Available skins”
sConst.pas acs_AvailSkins := LoadStr(s_AvailSkins);
sSkinProvider.pas SkinItem.Caption := acs_AvailSkins;
Curious why you were not able to append they system menu and had to do it differently. If you had used append the menu I could have found the menu item and changed the caption to whatever I wanted to call it like
spMain.SystemMenu.Items.Find('Available skin').Caption := 'Available style'; However, it does not find it since it is not a system menu item but it does reside in the system menu. My head is spinning.
TAZParticipantThank you. The new file dated 9-5-15 appears to have fixed the problem.
TAZParticipantI went back to your update history and discovered that you added the AutoAlignment property. I overlooked that added feature. When I set it to true, it worked perfectly.
I would suggest that you set the AutoAlignment default to true when creating the control. That would save a lot of grief. Not sure why anyone would want to use the control with the AutoAlignment set to false because it looks very ugly.
With AutoAlignment set to true, I can now set Animated to true and the operation through the toolbar buttons is smooth and perfect.
Now I can move on to Version 10.
Thank you.
TAZParticipantI reluctantly have to move back to version 9 because I depend heavily on the alpha hints to work properly. I cannot move forward because frankly version 10 looks ugly and childish. Sorry.
'TAZ' wrote:1. That would be a nice idea.
2. I am away on business and not at my development computer so I cannot check this out. I will take a look at it when I get home.
TAZParticipant1. That would be a nice idea.
2. I am away on business and not at my development computer so I cannot check this out. I will take a look at it when I get home.
TAZParticipantOkay. I recorded 2 videos, both very short. They demonstrate the normal behavior in version 9 and the “not so normal” behavior in version 10.
As I stated in the original message, it seems that in version 10 the hint location is all over the place and not close to the mouse cursor.
And when you click on the “Save” button the hint appears again. Very odd. I got this to occur on your demo, too.
By the way, I tried this on “Ubuntu” and “Aluminum”. Both behaved the same way. So I assume that all skins exhibit this.
Hope this helps.
TAZParticipantThought so. Decided to use TMS string grid. It works fine. Thanks.
TAZParticipantIts fixed. Thanks.
'Support' wrote:Thank you for a report, I will try to fix that.
TAZParticipantThanks.
TAZParticipantSimple. The toolbar has imagelist, hot imagelist and disabled imagelist. Therefore, I have need 3 imagelist which means I need 3 virtualimagelist controls too. That is unless there is a better way to utilize this.
TAZParticipant'Support' wrote:Hello!
Yes, you can cancel a skinning of any form by several ways.
Easiest way:
If you know a type name of this form, then you can add this name to the list of skipped forms.
This list is declared in the sThirdParty unit, initialized already and named as ThirdPartySkipForms.
Try this code:
Code:ThirdPartySkipForms.Add('TfrxDesignerForm');
ThirdPartySkipForms.Add('TfrxPreviewForm');BTW. This form is ugly in your app, because some fastreport and standard controls has not been added to the sSkinManager1.ThirdParty list for a skinning, seems.
Thanks. That did the trick. I will ask them what controls they use in their toolbar.
TAZParticipantI use to use them in my projects because of the excellent effects they presented, but like you have shown they are inconsistent skin to skin. So I quit using them. I do not have time to look at all 87 (current count) of them.
TAZParticipantI uninstalled v7.70 and reinstalled v7.69. It is definitely a v7.70 problem.
TAZParticipantI removed the TMS controls from the Third Party controls (probably an overkill but it worked). Grid looks good without the skinning. So I am happy even without another solution.
TAZParticipantMy project is very big and complicated. I have not been able to produce a simple project with the hints. Embarcadero must have changed something concerning the Inline function because the compiler statement is listed in Delphi 2010 and it does not produce those hints. TMS Grid also produces these hints.
Embarcadero states that you can turn off the hint message.
However, I prefer to just add the unit in the USES clause to satisfy the hint and will do it for each unit that I have source code. It is just a hint which means that it should be be detrimental to my project.
I always try to keep my projects free of hints and warnings (I do not turn them off).
Thanks.
TAZParticipantIt works. Thanks.
-
AuthorPosts