Forum Replies Created
-
AuthorPosts
-
Thank you. You can solve the problem if switch off an automatic skinning of all opened windows.
Change sSkinManager1.SkinningRules.srStdForms to False.You can add the TJvValidateEdit as 'Edit' and controls will be skinned.
February 9, 2010 at 10:31 am in reply to: 2 buggs in MDI Child code + source code solution {v6.53} #41625Thank you, I'll try to use TThreadedTimer. Can I change this code and use a changed code in the package?
February 3, 2010 at 11:39 am in reply to: 2 buggs in MDI Child code + source code solution {v6.53} #41596Do you know a solution for updating controls in the animation process?
Animation will not exists without ProcessMessages procedure I think…Thank you!
Problem will be solved in the v6.55Could you show a code of buttons creation?
Try Form1.Perform(WM_SYSCOMMAND, $F012, 0) for moving by mouse..
not work,even use sSkinManager1.SkinningRules:=[];
then dll's form will show normal and no skin first ,but when move this dll's form,alphaskin will skin this form again
It's not possible. You uses one SkinManager only?QUOTEand also use 5.x version have no this problem,so something must changed,but I don't konw how to fix this
Version 5 haven't automatic skinning of forms.Hello and thank you for information.
I can't promise a quick implementing because many tasks are planned at moment, but your suggestion is in ToDo list already.Hello
Try it again with v6.54, some changes was made there.February 2, 2010 at 11:29 am in reply to: OnPaint cannot contain Application.ProcessMessages (6.53) #41569Thank you.
What is TBCBitmap? (abort_icon: TBCBitmap;)Can you make this demo without kbmMemTable please?
Hello
Can you upload a demo (sources)?
Thanks
You have added these controls to the ThirdParty list?
Arrows in the TJvSpinEdit can't be skinned.Hi
Different topics for different problems – are better and more effective.QUOTE2. html tooltip: see attached demo.rar. you have a grid with 2 lines, the first line's tooltip is not ok, the 2nd one is ok, the problem is the first line is inside <> while the second one isnt. also notice that the hint is not placed correctly near the mouse like the tooltip of the button for example.
Will be fixed in the next release.QUOTE3. clientheight := 0 problem: see attached demo.rar. press the captiom button to rollup. when setting by code form.ClientHeight := 0, the value is 0 but the form itself got some pixels more. it seems the bottom part of the window is not drawn correctly. after doing so, move the mouse to the bottom where you can resize the form. now move the mouse (while pressing the left button) a bit down, you will see that the bottom part is redrawn, this time correctly. i put sMemo component aligned top for you to see the differences.
ClientHeight is 0 here, but when ExtendedBorders is True, then width of border is bigger and you can see such effect and this effect can't be removed.QUOTE4. hints go off screen: see attached demo.rar. open the demo, move the window to the right border of your screen and hover the button wait for the tooltip to appear, you will see that the tooltip appears partially off screen.
Will be fixed in the next release.QUOTE5. listview selection effect: i read your reply here: http://www.alphaskins.com/forum/index.php?showtopic=4974 but i couldnt understand how to do it in my application. i can show you on TV.
I'll write later there.QUOTE6. when hovering the taskbar entry of my application with the mouse, the splash screen (a certain window in my app) is shown ok but the main screen is shown blank.
Problem was discussed with you already )QUOTE7. sHintManager1.ShowHint(cxGrid1,'Hint');: see attached demo.rar. simply hover the column header to see the related hint. it is incorrectly located and it doesnt disappear when moving the mouse outside or after X seconds like “regular” hint does (for example hover the button with the mouse)
I'll try it today.Hello
Could you show a demo? You can compare work of standard TLabel with enabled skins and not enabled skins…Hello
This problem must be solved already. Can you talk with me by ICQ (157064827) ?
February 2, 2010 at 7:21 am in reply to: 2 buggs in MDI Child code + source code solution {v6.53} #41560Are you sure? Could you upload the demo there? (Sources and Exe)
Thanks.February 2, 2010 at 7:19 am in reply to: OnPaint cannot contain Application.ProcessMessages (6.53) #41559Hello
In the v6.54 the problem with OnPaint must be solved, your demo was tested in several Delphi versions and haven't the problem now (animation state is not important now).
I have installed TFormResizer and check it too, but can't receive an issue. How you are using this component? Could you help me to reproduce the problem?I will be able to use the TV tomorrow.
If you can make a little demo then the problem will be solved faster, I think..AuthorPosts