All Answers

0 votes

Same problem.

0 votes
In reply to: Button click event

Hi Julie,
thx for your answer. I cannot reliably reproduce the behaviour in a sample project. Perhaps it is due to the current version of the MS Edge browser? Sometimes I even had to click three times before the click event was triggered. The property “ShowAutoLoader” was set to TRUE.

If it happens again, I’ll make a short video.

regards,
Stephan

0 votes

Double with question some posts earlier.
Didn’t see because searched for “NavigationBar” not “Navigation Bar”

0 votes

Hi Frank,

thank you. Worked as you described.  (btw: The updated files are not part of the 3.2 archive zip file)

  • The reporting sample requieres a net4.8 environment and is not compatible with net.core due to system.web, right?
  • It requieres an old version of microsoft.sqlserver.types (12.0.5) – the actual version is not working.

Leads to the question if there is (by chance) a *net.core* report viewer example .. 😉

Regards, Olaf

 

 

0 votes
In reply to: Button click event

Can you create a small sample project that shows this behavior and post it here?

I tried and I cannot reproduce. See attached test case.

0 votes
In reply to: Rounded Corners Issue

Hello, I found that the issue is related to the theme, e.g. I changed the theme to blue-2 and the issue was fixes.
maybe the default theme has rounded corners.

0 votes

Hi Brayden,

You’ll need to set the StandardTab Property of the DataGridView to true!

Best,
Alaa

//

0 votes

System.Drawing.Common 6.0 works for Linux. We didn’t discontinue anything. You cannot use System.Drawing.Common 7.0 on Linux because Microsoft blovked it without a replacement. We built System.Drawing.Managed together with ImageSharp (fully managed, unlike SkiaSharp which is a wrapper aroung many diffent native dlls) but for now it’s only for Wisej.Hybrid.

I can see that 3.5 references 7.0 which is incorrect. If you cannot downgrade the System.Drawing.Common nuget package in your project you need to use 3.2.7 for now. We will update 3.5 to use 6.0.

  • Luca answered Dec 4, 2023 - 3:29 pm
0 votes
In reply to: Rounded Corners Issue

Hi Ali,

As my colleague Julie stated, we would require a test case that can be compiled and ran on our machine, please attach it as a zip file here and make sure that you remove the /obj and /bin folders.

Best,
Alaa

//

0 votes
In reply to: Rounded Corners Issue

Can you create a small sample project that shows this behavior and post it here? What version of Wisej are you using?

I tried and I cannot reproduce. See attached test case.

0 votes

You’ll need to install the nuget package for the extension that you want. You may need to restart Visual Studio before you can see it in the toolbar.

  1. In the Solution Explorer, right-click -> Manage NuGet Packages
  2.  Click the “Browse” tab
  3. Search for the name of the extension that you want (ie “wisej ckeditor”)
  4. Select the extension and click “Install”
  5. Open the designer.
  6. Open the toolbox (View ->Toolbox)
  7. If you do not see the extension in the toolbox, restart Visual Studio and re-open the designer.

    HTH,
    Julie

0 votes

Hi Sam,

The difference between local (offline) and remote (online) is the hosting location of the Wisej.NET application.

In a local or offline setup, the application is configured to run entirely without a connection to a remote web server (expect possible via API calls as you’ve mentioned). All of the UI, application logic, etc. is managed on the device itself. This is possible using EmbedIO, a cross-platform embedded web server for Android and iOS.

In a remote or online setup, a constant connection to a remote web server is required. The constant connection ensures all of your application logic, UI, etc. will be hosted on the remote web server and not running on the local device. Typically, deployment of this application will be through IIS, Kestrel, or some other reverse proxy.

Please let me know if anything isn’t clear!

HTH,

Levie

 

0 votes

Hi Alaa,

yes, I did.  Btw,  a downgrad of the ColumnFilter to 3.2.8 eliminates the error.

Cheers, Gerhard

 

0 votes

Hi Gerhard,

Did you upgrade the ColumnFilter extension to 3.5.1 too?

Best,

Alaa

1 vote

Hi Ali,

thanks I could reproduce here. We’ll investigate and get back to you.

Best regards
Frank

0 votes

Hi guys,

Are you planning to release some kind of recording of the live webinar for those who couldn’t attend it?

Best regards,

Alex

0 votes

Hi Jun,

You should check out the documentation for the various layouts available in Wisej.NET here:

https://docs.wisej.com/docs/concepts/layouts

We support a FlowLayoutPanel, FlexLayoutPanel, and a TableLayoutPanel. These layouts, in combination with the ability to anchor and dock controls, will allow you to build responsive screens.

Client Profiles should work for Wisej.NET Hybrid applications as well. There is a video that demonstrates it in the documentation.

 

Best regards,

Levie

 

0 votes

Hi Salvador,

please don’t post license data in a public forum.
Contact us at supportATwisej.com with your license key and we will figure out why it fails for you.

Best regards
Frank

1 vote

Thanks for posting. I can reproduce with your sample. We’ll look into this.

-Julie

1 vote
In reply to: Stress Test Tool

Any stress test tool for web apps works: jMeter, SmartBear, …

In debug mode you can also use Visual Studio’s Diagnostic Tools (Debug -> Windows -> Show Diagnostic Tools).

In general, there is very little and basically negligible CPU time used by Wisej.NET itself. Packets and request processing as well as response size are extremely faster and smaller than ASP.NET (any flavor) or Blazor or Angular. Usually performance bottlenecks are related to the app.

  • Luca answered Nov 29, 2023 - 8:30 pm
Showing 1101 - 1120 of 11k results