All Answers

0 votes

Hi Luca,

Thank you!

1 vote

Hi Andrew,

I build a testcase with Wisej 2 and used Application.Exit() and “autoreload” in the Default.json to come back to the Login Dialog after exiting the application.

Steps: Start in myLogin, which can be opened with either “startup” or “mainWindow” in default.json.

After click the login button, the Desktop is assigned and the first Window1 will be created.

After clicking the Exit button in Window1, Application.Exit() will be called.

Best,

Jens

0 votes
I thank you very much for your support and your time, I already managed to observe a report in Report.cs format, in reality it was just something very simple, the error that I was committing was the following:
In the data of the reportViewer it only put the name of the file of the report:
 reportSource: {report: 'rptEmpleados.cs'}
Investigating and as you did me please send me the example was only necessary to indicate the identification of (resolve):
reportSource: {report: 'AspNetAuthentication.Reports.rptEmpleados, AspNetAuthentication, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null'}
And it works perfectly well:
this.init = function (options) {

    // your initialization code.
    
    this.reportViewer = $ (this.container)
        .telerik_ReportViewer ({
            serviceUrl: '/ api / reports',
            reportSource: {report: 'AspNetAuthentication.Reports.rptEmpleados, AspNetAuthentication, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null'},
            scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
            scale: 1.0,
            viewMode: 'INTERACTIVE',
        }). data ("telerik_ReportViewer");
}

Thank you very much (Luca (ITG)).
0 votes
I thank you very much for your support and your time, I already managed to observe a report in Report.cs format, in reality it was just something very simple, the error that I was committing was the following:
In the data of the reportViewer it only put the name of the file of the report:

 reportSource: {report: 'rptEmpleados.cs'}

Investigating and as you did me please send me the example was only necessary to indicate the identification of (resolve):
reportSource: {report: 'AspNetAuthentication.Reports.rptEmpleados, AspNetAuthentication, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null'} 

And it works perfectly well: 

this.init = function (options) {     // your initialization code.          
this.reportViewer = $ (this.container)         .telerik_ReportViewer ({             serviceUrl: '/ api / reports',             reportSource: {report: 'AspNetAuthentication.Reports.rptEmpleados, AspNetAuthentication, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null'},             scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,             scale: 1.0,             viewMode: 'INTERACTIVE',         }). data ("telerik_ReportViewer"); } Thank you very much (Luca (ITG)).
0 votes

Thank you. It’s caused but this fix:

#1712 Property postback security vulnerability.

Properties that are used as a postback request need the [PostbackProperty] attribute to prevent a (tiny) security vulnerability. And it’s missing from BackgroundImage. #1747

You can use this as a temp workaround

 public class Button : Wisej.Web.Button
 {
     [Wisej.Base.PostbackProperty]
     public override Image BackgroundImage { get => base.BackgroundImage; set => base.BackgroundImage = value; }
 }

 

  • Luca answered Jan 11, 2019 - 7:50 pm
0 votes

See https://wisej.com/support/question/integration-of-report-telerik-within-wisej

You need to follow the instructions from Telerik.

  • Luca answered Jan 11, 2019 - 7:44 pm
0 votes

Hi Luca,

sorry i attached the sample again.

 

Note: i used an icon embedded into the Resources.resx

0 votes

Please attach the test again, the zip got corrupted. I tried several combinations of images and background images in a button but cannot reproduce.

  • Luca answered Jan 11, 2019 - 4:27 pm
0 votes

Hi Luca,

this is not exact. We can just do pwa application but it work only with internet connection

0 votes

Hi Frank,

I have installed 1.5.43 versione and all works fine
Thank you very much for your support

0 votes
Will you have an example of a REST report in Report.cs format?
0 votes
When trying to select a control in a Wisej.Web.Form closes the Visual Studio, I noticed that the Control Tasks dialog box does not appear
0 votes

Hi Edmond,

in our PDFViewer we do not clone the pdf.js but just link directly into Mozilla´s GitHub.
In case you copied the files locally you can subscribe to Mozilla´s GitHub repository notifications
to get informed about any updates.

Best regards
Frank

0 votes

Hi Edmond,

I have tried to reproduce in a few tests with different themes and browsers but could not get it
so please allow a couple of questions:

What browser are you using ? Can you please try on different ones to see if it behaves the same everywhere ?
What theme are your using ? A standard or custom theme ? Any mixins ?

Thanks in advance.

Best regards
Frank

0 votes

Hi Hitesh,

thanks for your suggestion. Enhancement #1728 has been added to the latest Wisej release (1.5.43).
Now new tools default with the menu-overflow icon:

menuoverflow

Best regards
Frank

0 votes
In reply to: TreeView EnsureVisible

Hi Tim,

#1723 is fixed in Wisej release 1.5.43.

Best regards
Frank

0 votes

Hi Mariano,

issue #1729 is fixed in our latest Wisej release (1.5.43).

Best regards
Frank

0 votes
In reply to: Tree View Images

Hi Ewan,

issue #1737 is fixed in Wisej release 1.5.43.

Best regards
Frank

0 votes

Hi Gabriele,

issue #1740 is fixed in our latest Wisej release (1.5.43)

Best regards
Frank

0 votes

Hi Cristian,

#1743 is fixed in Wisej release 1.5.43

Best regards
Frank

Showing 6401 - 6420 of 11k results