Some workaround to this?
Application.Update(this, () => {
Application.Browser.LocalStorage.Clear();
});
Application.Exit();
it worked fine with the wisej 1x, but doesnt work as expected with the wisej 2x
Thanks in advance
Hi thanks for pevious response.
I mean to share the QR generated / displayed by the wisej barcode control.
Then, can this be possible, sending the content of the control by calling the method Application.Call()?
What kind of parameter could I send to the js client code? A byte array corresponding to the currently displayed QR image?
Or maybe another approach?
Thanks in advance
Ok, I extracted the msi-files with
wisej-1.5.23.exe /extract "myfolderpath"
started one of them, and woohoo we have a remove option that worked fine.
There are no Wisej entries in GAC anylonger, now I can proceed to further steps.
Thanks,
Jan
Ok,
not that easy to get rid of 1.5.23. The corresponding installer has no remove feature, so I see no other way than the Control Panel, but that doesn’t work either telling me: “This package can only be run from a bootstrapper”. For msiexec with verbose log I’d need an msi-package for 1.5.23 – but I only have the exe installer.
Any advice on this?
Thanks,
Jan.
Ok, that was fast 🙂
Thanks, I’ll try everything you mentioned and give some update soon.
Kind regards,
Jan
Hi Jan,
I believe that the project you made is with Wisej 2.5 beta.
With the release, we have changed how Wisej is deployed. Now the installer only installs the designer, Theme Builder and a local NuGet repository named “Wisej Local”.
Also, Wisej now targets .NET Framework 4.8, you can know more about this here: What’s new in 2.5 – Wisej API.
I would highly suggest that you:
Let me know if this works,
Best regards,
Alaa
See attached. It’s quite easy and there are almost limitless variations you can do. In the sample there is a panel docked to the right with 2 animation components. One is attached to the “appear” event with animation slideRightIn and the second is attached to the “disappear” event with animation slideRightOut. In the code it’s just a call to Show() or Hide().
Well, that was easy!
Hi Tobias,
It could be a conflict between the designer assembly in 2.2 and 2.5. There were some previous issues related to backwards compatibility.
Can you please try reinstalling the latest version of Wisej from wisej.com/builds? Try removing any older versions of Wisej.
Also make sure to remove any references to Wisej.Framework.Design in your Project reference. The assembly will be automatically loaded through the GAC.
If you have any questions or issues after this, please let me know!
Best,
Levie
Here is a sample app that has the problem.
Hi Shawn,
Can you please wrap up a small sample for us to check ?
Thank you,
Alaa
Hi Carlos
The problem was that after using the sequence to load the image in the image box this is left at the end position.
Solution is just to rewind it
Regars and happy coding
Hi Angelo
You can use a stream.
Wisej saves the stream to the temp on the server and deletes it when downloaded.
Regards
Hi Vincent
Develop and server licenses are perpetual.
Only the free upgrade period expires.
Best regards
You may need to invoke it on the client using a client side event. See docs about clientevents. And works only on https. See mozila on web share api.
Application.Call() or Application.Eval() or CallAsync() or EvalAsync().
Example: https://wisej.com/blog/native_alert/
Hi Kizaemon
We are happy to know that Wisej help to you in accomplished your goals
Best regards and happy codding 🙂
Hi Frank,
I have just download the extension, but missing nuget reference, the framework is 4.6 instead 4.8
Are you sure to upload the update project?
best
Hi Ulisses,
You can download the Wisej 2.5 installer here: Builds – Wisej.com .
You still need the installer for the designer, templates and Theme Builder and it adds a local NuGet repository named Wisej Local.
For the extensions, they will be available only on NuGet.org.
Please refer to: What’s new in 2.5 – Wisej API for more info
Let me know if you need any additional help.
Best regards,
Alaa
See sample project uploaded. Many thanks!
