Hi Nicholas,
did you install the lastest VSIX? You can get it from here
Best regards
Frank
Yep! That did the trick!
Thank you, Frank.
Alex
Hi Alex,
can you please try to “Clean” your project, close Visual Studio, delete obj and bin directory and restart VS?
Maybe something is cached?
Best regards
Frank
Hi Frank! That was fast !
Please check the screenshots for versions. The project with 3.5.* is the new one I just added, but it says installed 3.5.4. The extension is also 3.5.4. The Wisej-MobileIntegration is at version 3.2.8, but I don’t see a new version for that (actually I don’t know where that was used, it was there in my old solution).
Alex
Hi Alex,
please make sure to update your Wisej.NET nuget package and the VSIX to the latest version (3.5.4).
Best regards
Frank
With the last version 3.5.4. it works on my dev environment.
You can use Visual Studio on a Mac to create Wisej applications.
Hi Antonio,
Please contact us at support[at]wisej.com .
Best,
Alaa
//
Hi Kizaemon,
Can you share the Application.StartTask code snippet here or wrap up a small test case?
Best,
Alaa
//
Can’t reproduce, see test case.
Please provide Wisej.NET version and a compilable test case or modify existing test case.
Best regards
Frank
Hi Nicholas,
you can use the GetImage or GetImageAsync functions to get the chart as an image:
https://docs.wisej.com/extensions/extensions/chartjs/api/wisej.web.ext.chartjs.chartjs
Best regards
Frank
Hi Francesco,
unfortunately we can’t tell what’s different for the one DataGridView by just looking at screenshots.
Please try to wrap up a compilable test case and we can investigate some more.
Best regards
Frank
Hi Nicholas,
did you try our html2canvas extension?
https://docs.wisej.com/extensions/extensions/html2canvas
Best regards
Frank
Hi Daniel,
We have updated the DemoBrowser to include the Chat control demo.
You can visit it here, you can also check the source code on our GitHub repository.
Best regards,
Alaa
Hello,
Yes, there is
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
in the default.html
I recognized, when i start the webpage on a smartphone and at the beginning i change from portrait to landscape and back, it works.
After changing portrait landscape it has the right pagesize, but not on first start.
Rupert
Hi Rupert,
Did you add the ViewPort meta tag to your Default.html?
Best,
Alaa
Hi Nicholas,
Did you install the ASP.NET Core hosting bundle on your server?
Best,
Alaa
The solution is simple, you just need to know it, I’ll publish it so that someone can use it as a simple and effective answer.
In the Main Method, or wherever it is useful, just write:
Application.EnableUnloadConfirmation = true;
That’s all folks.
Greetings
It’s not an event, it’s a property. Set it to true and the browser will show its standard alert. If you to run javascript code on the unload or beforeunload event you can simply add javascript to your default.html page. Search for unload or beforeunload.