All Answers

0 votes

Hi Sam,

Looks like the .NET Framework 4.8 dependency is the one that’s causing troubles?

Try editing the csproj file by removing the net48 dependency from the TargetFrameworks and see if that helps?

The only issue with this workaround is that you’re going to lose the designer capabilities, as with Wisej, .NET Framework 4.8 is required for the designer.

HTH,
Alaa

0 votes

I am experiencing issue that PDFviewer is not working when Authentication is enabled on NGINX site.

 

I am getting 401 on GET requests

[24/Mar/2023:14:34:20 +0000] – – 401 – GET https someurl.net “/postback.wx?sid=6959d9f4-c5c1-29b8-c39e-11f43b44b8e4&x=ewAiAGkAZAAiADoAIgBpAGQAXwA5ADAAOQAiAH0A&v=638152652604151114” [Client X.X.X.X] [Length 578] [Gzip -] [Sent-to 172.18.0.11] “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.51” “https://mozilla.github.io/”

If authentication is disabled no error is shown and PDFViewer works as expected

0 votes

We’ve verified that this is a bug and are working on a fix. -Julie

0 votes

Hi Kingsley,

Sorry for the late reply, I’m currently looking at this and will get back to you ASAP.

Would it be possible to tell us what 3rd party library you’re using?

Best,

Alaa

0 votes

Hi Stephan,

Sorry for the late reply!

Unfortunately, it’s currently not possible to add tool components to the TabPage’s Tab Button!

Best,
Alaa

0 votes

Hi Praveena,

this has been fixed in Wisej 3.1.9

Best regards
Frank

0 votes

I have attached a screen shot of the inner error.

It appeared after the site was running for about 10 hours.

0 votes

The two are not related.

For the null reference exception, if you set debug mode on you will also see the stack trace in the error message. Or you can use the Application.ThreadException event to handle it in code and look at the stack trace. Or you can attach VS in debug mode and enable the debug->exception settings to break when thrown.

The file already exists is handled.

 

  • Luca answered Mar 20, 2023 - 2:32 pm
0 votes

Hi Ser,

if it works without the browser extension it´s probably an issue out of Wisej.NET scope.
But please let us know the name of the extensions so we might check it in more detail.

Best regards
Frank

0 votes

Hi Kurt,

Sorry for the delay. The HTML Panel wouldn’t execute JavaScript coming from the Html Source for security reasons; however, there’s something that you can do using the InitScript property!

Take a look at the attached sample, it shows you a workaround for this issue you’re facing!

Think of the HTML Panel as some sort of Sandbox, it’s isolated from the main app, but you can do much with it!

HTH,
Alaa

0 votes

Hi Alaa

Thank you for the reply. Setting the ThreeState property to true did not fix the issue.

Is there any other workaround that can solve this for now. Like any specific mixin/theme that can be used?

 

thanks

praveena

0 votes
In reply to: Newbe question :)

Hi Mark,

Wisej.NET is a Web-first framework based on .NET Technology, your app can be hosted on either *NIX based (macOS or Linux) or Windows systems and it would work in virtually any browser to date:

  • Chrome
  • Firefox (Formerly Netscape)
  • Edge
  • Safari
  • Any Chromium or Gecko-based browsers such as Brave, Opera, and Seamonkey to name a few 🙂

HTH,
Alaa

0 votes

Regarding the ‘Enabled’ property- I looked into it and it’s currently unsupported, because TinyMCE is a wrapped third party widget. I’ve logged it as an enhancement request.

0 votes

Hi Praveena,

It appears that this is a bug from our end,

As a workaround, you’ll have to set the ThreeState property to true.

We’ll inform you as soon as the fix for this issue is shipped!

Best,
Alaa

0 votes

Hi Adrian,

We don’t have the CellContentClick event, would you please point our where exactly did you find it in our documentation?

Also, the events are the same as for any cell. Use e.Role==”link” to check where it landed!

Best,
Alaa

0 votes

I had to add CAS to NGINX site configuration.

PdfViewer1.PdfSource is now working.

 

0 votes

Hello,

We’re currently looking into this.
What file type is the image that you’re trying to embed? If it’s an SVG file, that could be the issue- looks like TinyMCE doesn’t support SVGs.
You might find this open source image plugin to be helpful: https://www.tiny.cloud/docs/plugins/opensource/image/

0 votes

Hi Alaa,

oh yes, I hadn’t seen that there was both a community developer and a community server license, I used the community developer license, with the community server license everything works fine, thanks a lot :-).

 

Best regards,
Harald

0 votes

Hi Sascha,

Thank you for your suggestion.

We’ll take note of it and I will forward this to the rest of the team!

Best,
Alaa

0 votes

Hi Sascha,

The FullCalendar extension is a JavaScript component, you can checkout its documentation and anything related to it over at https://fullcalendar.io/demos.

That being said, we’ll see if there’s any enhancement that could be added to the extension, you can always submit a pull request to the Wisej Extension GitHub repository if you want to contribute to the development of the extension.

We’ll let you know ASAP!

Best,
Alaa

Showing 1421 - 1440 of 11k results