We're having some issues while using Stimulsoft Wpf.
We are using your Wpf edition tools, with Stimulsoft.Report.dll, v2015.1.8.0.
First issue :
when we update a property, for example the width of a component, in the Properties panel : what we type is not validated when typing Enter key. We need to put the mouse in another field (Height for example) so that our input is taken.
Is it a known bug?
Second issue:
Once the new width is applied to the report, the change is not detected as a modification > our application doesn't ask to save. And Save button has no effect.
Code: Select all
stiReport = new Stimulsoft.Report.StiReport()
stiReport.DesignWithWpf();
stiReport.IsModified // ==> always false when modifying a property from the Property panel. Is working fine when editing with the mouse.
Thanks.