Hi Olaf,
sorry that was my fault.
It’s updated to Wisej.NET 3.2. now in GitHub. Please pull again and you should get the latest version.
Best regards
Frank
Hello Frank, do I have a general misunderstanding here? The Github 3.2 example of the ReportingViever refers to the 2 library – I thought the characteristic of a 3.x project IS the use of Wisej-3?
Regards, Olaf
Hi Olaf,
did you check out on GitHub? There should be a version of the ReportViewer sample for 3.2
Just make sure to select the right branch.
https://github.com/iceteagroup/wisej-examples-vb/tree/3.2/ReportViewer
Best regards
Frank
See also this recent forum post: https://wisej.com/support/question/controls-disappeared-in-design-mode
-The quick workaround is to change the rendering options in the designer to use Internet Explorer instead of Edge
-For a more permanent fix, you’ll need to uninstall Wisej and install the latest VSIX of Wisej, which can be found here: https://wisej.com/builds
-Julie
Hi Cristian,
The Wisej Mobile Application template is deprecated in favor of the new Wisej.NET Hybrid templates (Local / Remote / Client) templates.
You can download them here:
Getting Started – Wisej.NET Hybrid
Best,
Levie
hi Alaa, hi Julie,
installing the latest version of VSIX (3.2.7) did not solve it, while Julie’s suggestion did. Thank you both.
I saw on the page this warning: “We recommend to uninstall Wisej 3.0 using the previous msi installer, otherwise Visual Studio may use the older templates”.
What exactly is meant by this?
Incidentally, I saw that Wisej Auto Updater exposes an Amazon S3 Exception: “Amazon will stop supporting TLS 1.0 and TLS 1.1 connections. Pease update your client…”
How can it be updated?
Best regards.
Antonio Trombi
Hi Antonio,
In addition to what Julie suggested, you would also need to update the VSIX to the latest version.
You can get it from https://wisej.com/builds
HTH,
Alaa
Hello,
As a quick workaround, you can try changing the rendering options in the designer to use Internet Explorer instead of Edge.
I’ve attached a screenshot showing where the rendering options for the designer are located.
-Julie
Follow an example
Hi Alaa,
Thank you for your response.
I completely overlooked the option to create sub-applications…
Best regards,
Hi Marcelo,
I would suggest two options:
However, you’ll have to know that each separate Window or Tab in a browser has its own separate session, as a security feature of Wisej.NET a session can not be shared between Tabs or Windows.
HTH,
Alaa
Hi Sergio,
That’s actually correct, the MenuBar should not trigger those events, since it’s a Menu.
You still have access to the MenuItemClick event and any other event associated with a MenuItem.
May I ask why you would need to use those Pointer events in particular?
Best,
Alaa
Hi Alaa,
Se the sample attached. What I noticed is that the events are fired when we click on the border, but clicking inside the MenuBar, nothing happens…
Thank you in advance!
Sérgio
Try replacing AppDomain.CurrentDomain.BaseDirectory, AppDomain.CurrentDomain.RelativeSearchPath with Application.StartupPath, it’s probably an issue with the StreamWriter and the path.
Let me know if that works
Best,
Alaa
Hi Sergio,
Are you sure that everything is wired? I just tried it and it works!
Perhaps you can send me a sample?
Best,
Alaa
Thanks for your help
I followed the instructions, installed templates, and created a new project with it.
But Visual Studio reports the following error
Unable to find package Managed.System.Drawing with version (>= 3.5.0-beta.27)
Hi Nikos,
You can install the new 3.5 Hybrid templates here:
Getting Started – Wisej.NET Hybrid
They will be available out-of-the-box in Visual Studio when we release the 3.5 VSIX package for Visual Studio Marketplace.
Best,
Levie
What Accelerator?
Hi Julie, thanks for the sample. Your code works fine, however, if you switch the “View” property of the listview to “Details”… It stops working and works as described by me originally. And yes, I am using Wisej 3.2.7
Thank you
Pavel
What version of Wisej are you using? Can you provide a test case?
I tried with Wisej 3.2.7 and I cannot reproduce. See attached sample.