All Answers

0 votes

Hi Bjorn,

the vb.net files don´t need to be deployed nor are they converted to aspx.

Please find the steps to deploy a Wisej application here:

https://wisej.com/docs/html/Deployment.htm

Please let us know if you encounter any further questions.

Best regards
Frank

0 votes

this helps me, thank you very much for your quick response.

now i can continue testing if this application helps with my needs. let’s hope it should save me a lot of learning.

0 votes

Hi Bjorn,

thanks for your interest in Wisej.
To make MessageBox.Show() work you have to add an Imports declaration for Wisej.Web

Hope that helps.

Best regards
Frank

0 votes

Hello,

I already try that and the strange thing is “messagebox.show” is not recognized.

I’m selecting “visual basic” / “Wisej” / web application (or web page, i’ve try both)

 

regards,

bjorn

0 votes

Try MessageBox.Show() instead.

MsgBox is an extension method added by the Microsoft.VisualBasic namespace that calls the native message box. I’ll log an enhancement to implement the VB.NET names as well.

  • Luca answered Sep 3, 2018 - 2:01 pm
0 votes

Hi Ewan,

It works all right this side as you can see by the attached screen shot. Please attach a sample where it does not work.

0 votes

Hi Nikos,

This is fixed in our internal build and will be on the next public release.

0 votes

Hi

I’ve faced the same issue, when will you fix the problem?

Thanks

0 votes

Hello! This bug exist on two machines. I attached screenshot of bug moment. Sometimes bug exists after 1 click to button and then to another row, but sometimes bug exists after 20 click to button and then to another row. Screenshot attached. Please spend time to make long test (up to 100 clicks to button and then to another row). I can’t put my project to production with this bug.

Best regards,

Nick.

0 votes

Hi Nikolajs,

I couldn’t reproduce it neiher on Debug nor on Release mode, neither on Chrome Version 68.0.3440.106 (Official Build) (64-bit) nor on Firefox 61.0.2 (64-bit).

0 votes

Not really a bug. More like a feature. The DataGridView uses virtual scrolling to be able to handle unlimited rows and it only creates the HTML for the visible rows so when a row is of of view it simply doesn’t exist in the browser. We noticed this after the RowSpan feature was added (otherwise we would have left it out).

These are the enhancements that are coming to the DGV before the end of the year:

  • VirtualScroll property (true by default, similar to the new VirtualScroll property in the TreeView). When false the grid will render and scroll all the rows. So the trade off will be RowSpan > 1 versus large number of rows.
  • Frozen rows (top or bottom).
  • Temporary rows, this is internal and will reduce memory consumption for large data set by 80-90%.

 

  • Luca answered Sep 1, 2018 - 3:22 pm
0 votes

Cannot reproduce. Missing server events would mean that the server is down or the connection timed out. Are you sure you are not clicking on the part of the row that is to the right of the line? It looks like it’s part of the row but it’s not.

  • Luca answered Sep 1, 2018 - 3:18 pm
0 votes
In reply to: Chunked file uploader

this version has a couple of fixes.

0 votes

Hi Nikolajs,

As you can read at TextBox class documentation is

EnableNativeContextMenu – Enables or disables the browser’s context menu.

What your sample shows on Window1 is a Wisej ContextMenu, not a browser context menu.

Nevertheless, there is a problem since your sample show the context menu defined in desktop to “leak” and show in Window1. If you use a Page instead of a Desktop, you can see that the context menu defined in the Page, doesn’t show in Window1.

The issue was logged as WJ-9174.

0 votes

Sample app attached. Wisej v1.5.12.0

Best regards,

Nick

0 votes

Hi Nikolajs,

I can’t reproduce. Can you attach a sample?

[Edit]

Please inform also what version of Wisej are you running.

  • Tiago (ITG) answered Aug 30, 2018 - 12:20 pm
  • last active Aug 30, 2018 - 12:21 pm
0 votes
0 votes

Hi Daren,

The FontSize property was published on GitHub extensions repository.

You can have a look at SmoothieChartSample in GitHub repository.

  • Tiago (ITG) answered Aug 30, 2018 - 11:29 am
  • last active Aug 30, 2018 - 11:41 am
0 votes
In reply to: software developer

Hi Ron,

The DataLabel plugin will be part of the next release. Meanwhile, you can have a look at ChartJS example in GitHub repository.

  • Tiago (ITG) answered Aug 30, 2018 - 10:24 am
  • last active Aug 30, 2018 - 11:28 am
0 votes

Hi, Tiago,

Thank you for your quick decision. I expect it.

Showing 6841 - 6860 of 11k results