Search found 304 matches

by LukasT
Thu Feb 22, 2024 6:58 pm
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

Hello,
yes, this is acceptable :-) Thank you.
by LukasT
Sat Feb 17, 2024 3:43 pm
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

Ok.... I somehow hacked almost everything. Now I'm trying to figure out how to make sure that when the report is loaded, the zoom is not set to 100% and that it remembers the last setting?
by LukasT
Sat Feb 17, 2024 11:42 am
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

So.... because we can't wait so long time for your improvements, I solved it using reflection and dynamicaly controll when you can catch keystrokess.... somehow like this: screen_2024-02-17 12 36 13.png Than I had to inject new value into OwnerWindow property, because we need the designer opened mor...
by LukasT
Fri Feb 16, 2024 5:03 pm
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

In condition on line #800 in StiDesignerControl add something like this.IsKeyDownHandleDisabled to quit OnWindowPreviewKeyDown handler. And we will set this public property by ourself.
screen_2024-02-16 17 49 24.png
screen_2024-02-16 17 49 24.png (34.12 KiB) Viewed 882 times
by LukasT
Fri Feb 16, 2024 11:26 am
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

I think you are wrong with handling this event over the whole window.... But I can imagine that we can get by with that if you expose some public bool property to which you will make the return in the event handler. Or in event PreviewKeyDown you expose another bool instead Handle. The Handle proper...
by LukasT
Fri Feb 16, 2024 9:54 am
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

Hello, but this is useless, because if I set Handled=true, that event is over and is not bubbling inside to our application any more. Understand... the application with two tabs - first one with some forms and second one with your Designer. Forms are handling Ctrl+C and Ctrl+V keystroke... but if we...
by LukasT
Thu Feb 15, 2024 11:29 pm
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

Hello Lech,
thank you .... it is a little bit better - header is hidden. But the designer still overwrites main window title and is catching all keboard events even if it is invisible.
by LukasT
Thu Feb 15, 2024 1:14 pm
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

Hello,
in the new version 2024.1.4 are these improvements somehow directed to this topic please?
Thank you.
by LukasT
Fri Jan 12, 2024 2:58 pm
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

Thank you! Please any idea when that might be?
In actual moment I see need to be setup that OwnerWindow is not somehow modified by designer (I know you need it to be able to show dialogs) and to hide "panelTitle" control header.
by LukasT
Thu Jan 11, 2024 2:45 pm
Forum: Stimulsoft Reports.WPF
Topic: How to add V2 Designer into ContentPresenter object
Replies: 22
Views: 5520

Re: How to add V2 Designer into ContentPresenter object

A little shock ... somehow nonsence, but if we are the only one on the whole world who needs it integrated with our app, we have to somehow deal with it. But you said that V1 is out of support and then we see, that V2 is worse in more scenarios.... so, please, tell me why to upgrade to V2? Thank you...