All Answers

0 votes
In reply to: Widget WebRequest

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

  • Julie(ITG) answered Feb 24, 2023 - 5:13 pm
  • last active Feb 24, 2023 - 5:14 pm
1 vote

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

0 votes

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

0 votes

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

0 votes

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.

0 votes

Can you include a screenshot of your browser console please?

0 votes

It is fixed as of version 3.1.8.preview15 of Wisej-3-RibbonBar.

0 votes

Hi Stephen,

We would require a runnable/reproducible test sample that simulates your application’s layout.

Best regards,
Alaa

 

0 votes

Thank you for sharing this information. We are looking into it and we will update you when the issue is fixed.

0 votes

There is no blank trailing column. The space after the last column is the normal remainder of the grid.

  • Luca answered Feb 22, 2023 - 5:56 pm
0 votes

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

0 votes

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

https://docs.wisej.com/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewautosizecolumnsmode

0 votes

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.

 

  • Luca answered Feb 22, 2023 - 5:32 pm
0 votes

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

0 votes

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

0 votes

i have the same issue whether publishing to Winhost or azure

0 votes
In reply to: Wisej_3_2_0_8

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

0 votes

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

0 votes

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

0 votes

Dear Alaa

 

I found this cause the problem, do you have experience how to solve this

 

Thanks

Nicky

Showing 1561 - 1580 of 11k results