Variables - ComboBox buggy?

Stimulsoft Reports.NET discussion
User avatar
ednt
Posts: 64
Joined: Tue Apr 30, 2019 9:03 am

Variables - ComboBox buggy?

Post by ednt »

Hello,
in both - designer and viewer - i cant click the submit or reset buttons of variables because of a piece of overlapping gui, after selection. (see pictures)
Anyone any idea how i can fix that?

I am using:
- Windows 10 (latest release)
- Visual Studio 2019 (latest release)
- .NET Framework 4.8 (C#) (latest release)
- Stimulsoft.Reports.Engine (latest release) as NuGet Package
- Stimulsoft.Reports.Net (latest release) as NuGet Package
- Stimulsoft.Dashboards.Win (latest release) as NuGet Package
Attachments
1.PNG
1.PNG (5.19 KiB) Viewed 2553 times
2.PNG
2.PNG (4.5 KiB) Viewed 2553 times
3.PNG
3.PNG (10.36 KiB) Viewed 2553 times
Lech Kulikowski
Posts: 6266
Joined: Tue Mar 20, 2018 5:34 am

Re: Variables - ComboBox buggy?

Post by Lech Kulikowski »

Hello,

We couldn't reproduce that issue on our samples.
Please send us a sample project that reproduces the issue for analysis.

Thank you.
User avatar
ednt
Posts: 64
Joined: Tue Apr 30, 2019 9:03 am

Re: Variables - ComboBox buggy?

Post by ednt »

Thank you for your reply,
after some testing we determined that only this report (in the attachments) has the specified problems.

Thank you
Attachments
example_comboBox_gui_error.mrt
(27.02 KiB) Downloaded 144 times
Lech Kulikowski
Posts: 6266
Joined: Tue Mar 20, 2018 5:34 am

Re: Variables - ComboBox buggy?

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue.
Please clarify how do you call your report?

Thank you.
User avatar
ednt
Posts: 64
Joined: Tue Apr 30, 2019 9:03 am

Re: Variables - ComboBox buggy?

Post by ednt »

From the dotnet core winforms designer/viewer
Lech Kulikowski
Posts: 6266
Joined: Tue Mar 20, 2018 5:34 am

Re: Variables - ComboBox buggy?

Post by Lech Kulikowski »

Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.
User avatar
ednt
Posts: 64
Joined: Tue Apr 30, 2019 9:03 am

Re: Variables - ComboBox buggy?

Post by ednt »

I have build a liddle example project and add it to the attachments for you :)

We have determined if you publish it with the comand:
dotnet publish -o test -r win10-x64 -c Release --self-contained true -p:PublishTrimmed=false -p:PublishReadyToRun=true -p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false
It is working.

However, we need a build comand with 32bit and thats still not working:
dotnet publish -o test -r win10-x86 -c Release --self-contained true -p:PublishTrimmed=false -p:PublishReadyToRun=true -p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false
Attachments
ComboBoxBuggy.7z
(11.55 KiB) Downloaded 109 times
Lech Kulikowski
Posts: 6266
Joined: Tue Mar 20, 2018 5:34 am

Re: Variables - ComboBox buggy?

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
User avatar
ednt
Posts: 64
Joined: Tue Apr 30, 2019 9:03 am

Re: Variables - ComboBox buggy?

Post by ednt »

Any news? :)
We really only want to use 32-bit in our apps.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Variables - ComboBox buggy?

Post by HighAley »

Hello,

We need some time for analysis of the issue.
we will let you know about the results.

Thank you.
Post Reply