Look at this blog post: https://wisej.com/blog/all-about-integration-part-4/
I have included a copy of the project from the blog post, updated to Wisej 3.1.8
Hi Andre,
Try using a System.Drawing.Common package version <= 6.0.0.0.
Any version that is 6.0.0.0 or less should work with no issues.
Best,
Alaa
Hi Alaa,
I already have libgdiplus installed.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
libgdiplus is already the newest version (6.0.4+dfsg-2).
Best regards
Hi Andre,
You’ll have to install libgdiplus so that your app can be run on linux.
For more info, please check our Deployment Documentation.
Best,
Alaa
I’ve attached two screens, first is local in debug mode, second is the same application on IIS.
The complete DIV for the chart is missing at the IIS deployment.
I have no idea why, in the old version everything worked perfectly.
Can you include a screenshot of your browser console please?
It is fixed as of version 3.1.8.preview15 of Wisej-3-RibbonBar.
Hi Stephen,
We would require a runnable/reproducible test sample that simulates your application’s layout.
Best regards,
Alaa
Thank you for sharing this information. We are looking into it and we will update you when the issue is fixed.
There is no blank trailing column. The space after the last column is the normal remainder of the grid.
Hi Kurt,
If you’re staying with .NET 48, updating the PackageReference should be enough.
If you plan to target .NET Core you can find our guide here:
https://docs.wisej.com/docs/releases/whats-new-in-3.0/update-existing-projects
Regards,
Levie
Greetings,, an associate assisted my inquiry locally:
Setting the DataGridView’s AutoSizeColumnsMode property to fill removes the blank “trailing’ column.
However be aware of the consequences, all the columns are now the same width.
Address individual column widths as needed to compensate — if necessary I believe that property is FillWeight or something
If the browser can show your svg as an img or background-image url then it works. If it doesn’t work then you have to show the svg as html content. This is not a wisej issue.
Hi Levie, I’ve attached a ZIP file with 2 SVG files. The ‘municipios’ SVG file has a reference to the ‘cloudy day’ SVG file. When setting the ImageSource property of the PictureBox control to the ‘municipios’ SVG and run the application then the content of the ‘municipios’ SVG shows but the SVG image ‘cloudy day’ referenced in the ‘municipios’ SVG doesn’t show. There are also some <a> tags in the ‘municipios’ SVG file which seem to be ignored. When opening the ‘municipios’ SVG file directly then the included ‘clouse day’ SVG shows and the <a> tags work fine. Any suggestions? Thx, Tom
Hi Tom,
You can apply an image using the Image property or set the ImageSource property to an image URL.
Please provide a sample demonstrating the functionality you would like to achieve with the PictureBox.
Thanks,
Levie
i have the same issue whether publishing to Winhost or azure
As a workaround, you can do TreeView.Nodes.Clear(True). See attached sample.
Private Sub ClearNode()
Me.TreeView1.Nodes.Clear(True) ' err: fixed
nFrom += 1
nTo += 10
For i As Integer = nFrom To nTo
Me.TreeView1.Nodes.Add("Node " & i)
Next
nFrom = nTo
End Sub
Hi Em Dev,
You’re correct that’s an old post. Now updating the URL like that won’t create a new session.
I would suggest handling the Application.HashChanged event:
https://docs.wisej.com/api/wisej.web/general/application#hashchanged
i.e.
localhost:5000/#MyForm -> localhost:5000/#MyForm2
Regards,
Levie
Hi Stephen,
That’s a .NET Core application. If you would only like to publish .NET Framework apps, use the old project templates. Any Wisej.NET template that contains (.NET Framework) in the title should work for you.
Regards,
Levie
Dear Alaa
I found this cause the problem, do you have experience how to solve this
Thanks
Nicky