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
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.
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
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
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.
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.
Hi Nikos,
This is fixed in our internal build and will be on the next public release.
Hi
I’ve faced the same issue, when will you fix the problem?
Thanks
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.
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).
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:
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.
this version has a couple of fixes.
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.
Sample app attached. Wisej v1.5.12.0
Best regards,
Nick
Hi Nikolajs,
I can’t reproduce. Can you attach a sample?
[Edit]
Please inform also what version of Wisej are you running.
Hi Dino,
I’m afraid there no examples that match your requirements. You can try to adapt some WinForms examples like
or
http://www.java2s.com/Tutorial/CSharp/0460__GUI-Windows-Forms/AddimagetoLabel.htm
Hi Daren,
The FontSize property was published on GitHub extensions repository.
You can have a look at SmoothieChartSample in GitHub repository.
Hi Ron,
The DataLabel plugin will be part of the next release. Meanwhile, you can have a look at ChartJS example in GitHub repository.
Hi, Tiago,
Thank you for your quick decision. I expect it.
