All Answers

0 votes

Hi Sam,

You can use Swagger with Wisej.NET.

You can use your Wisej.NET application as a “Client” to use the API endpoints.

HTH,
Alaa

0 votes

Multitargeting is a standard feature of the sdk project format in visual studio and msbuild. You can use conditions to reference projects with different targets. It’s not Wisej issue.

 

  • Luca answered Mar 27, 2023 - 1:31 pm
  • last active Mar 27, 2023 - 1:31 pm
0 votes

User impersonation is a system feature, not a Wisej issue. If you have a small runnable sample that shows a Wisej related issue we can look at this further.

  • Luca answered Mar 27, 2023 - 1:27 pm
0 votes

Hi Alaa

Thanks for your reply, I will try the workaround, however does this mean that if i want to use WiseJ designer, then all projects in solution should be in .net48.

What would then happen if i want to deploy the solution on linux environment, would it still work?

 

Thanks.

  • Sam Baraka answered Mar 27, 2023 - 1:14 pm
  • last active Mar 27, 2023 - 1:15 pm
0 votes

Hi Zaeem,

You can do that by using the FlowLayoutPanel.SetFillWeight() method like the following:

this.flowLayoutPanel1.SetFillWeight(UserControl1, 100);

HTH,
Alaa

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

Showing 1501 - 1520 of 11k results