Forum Replies Created
-
AuthorPosts
-
February 9, 2022 at 11:45 am in reply to: Application Hangs and exitcode 0xCFFFFFFF on touch screen #70745Maximus MariusParticipant
At this moment my project is steel on Delphi 2010 (I don’t change how it works)
But I try build my sample project on Delphi 10.4 in my opinion 10.4 (the version is more stable )
At this moment I try update my project to 10.4 , I’m forced to update 🙁February 7, 2022 at 12:38 pm in reply to: Application Hangs and exitcode 0xCFFFFFFF on touch screen #70741Maximus MariusParticipantAnother interesting aspect
Hangs and exit with exitcode 0xCFFFFFFF will not happen when application start from Debugger,
I tested debuggers: Delphi, GDB, WinDbgNovember 22, 2019 at 11:55 am in reply to: No skin in menuitem after add item in OnPopup event #68186Maximus MariusParticipant@Support
Your solution is enough for me 🙂
Thx !- This reply was modified 4 years, 11 months ago by Maximus Marius.
June 19, 2017 at 11:51 am in reply to: TsListView – selected item but draw not selected after lost focus #56850Maximus MariusParticipant'Support' wrote:Hello
Maybe you should change the standard HideSelection property? It's False in your ListView?
Thx !
After change HideSelection all works OK
Maximus MariusParticipant'Support' wrote:Hello! Thank you for a sample.
The new ShowPopupMenu property will be added in the nearest release.
I tested last version
In my opinion is missing “and (Caller.ShowPopupMenu)”
If I add to my sample TsSkinManager and TsSkinProvider I have exception in TacMagnForm.ShowGlass
in line “DefaultManager.SkinableMenus.HookPopupMenu(….”
Better version:
Code:procedure TacMagnForm.ShowGlass(x, y: integer);
var
DC: hdc;
lTicks: DWord;
FBmpSize: TSize;
FBmpTopLeft: TPoint;
FBlend: TBlendFunction;
cL, cT, w, h, XOffs, YOffs, i, p, StepCount: integer;
begin
if not IntUpdating and not Closing then begin
if (DefaultManager <> nil) and (Caller.ShowPopupMenu) then
DefaultManager.SkinableMenus.HookPopupMenu(PopupMenu, DefaultManager.Active and (DefaultManager.SkinName <> ''));Maximus MariusParticipant'Support' wrote:Hello!
Can you show a demo with touchpad issue, please?
I tested on delphi 2010 and XE5
and have identical problems.
July 27, 2016 at 11:39 am in reply to: Out of memory when adding skins(internal skins) AC 11.11 #55361Maximus MariusParticipant'crystalmoon' wrote:this bug involved in all 11.xx,but 10.xx is ok.you can reshow this bug by following steps:
1、just create a blank project
2、add skinmanger.
3、right click skinmanger control ,choose internal skins
4、just want to add some skin, then Out of memory occur.
BTW:this bug can occurs when app starting period (when trying to loading internal skins) on existing project,so I think this bug is very critical
OS:Win7 (also find in Win10)
Locale:Zh-cn
What you have in c:skins ?
New or old skins ?
Maximus MariusParticipant'Support' wrote:Two different ways of the component work exists. They are depended form system conditions, Aero is enabled or not.
The TsMagnifier.OnGetSourceCoords event will be added in the AC v11.03
There you will be able to define a Top Left coordinates of the source rectangle.
Use TsMagnifier.Refresh for updating of the magnifier.
I updated from 10.13 to 11.11 and I could confirm , your modification works very well
Good job
Thank you
Maximus MariusParticipant'Support' wrote:Hello! Sorry, this feature is not implemented.
I would like to add this functionality but this component is to magic for me 😉 How it works ?
-
AuthorPosts