All Answers

0 votes

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

  • Ser Gar answered Sep 28, 2021 - 3:51 am
0 votes

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

  • Ser Gar answered Sep 27, 2021 - 9:25 pm
  • last active Sep 27, 2021 - 9:28 pm
0 votes

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

  • Jan Mika answered Sep 27, 2021 - 2:56 pm
0 votes

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.

  • Jan Mika answered Sep 27, 2021 - 2:38 pm
0 votes

Ok, that was fast 🙂

Thanks, I’ll try everything you mentioned and give some update soon.

 

Kind regards,

Jan

  • Jan Mika answered Sep 27, 2021 - 1:24 pm
0 votes

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:

  1. Uninstall Wisej, for your issue with 1.5, I would suggest that you uninstall it from the installer executable instead of from the Control Panel or the App Settings. Now if that doesn’t work, you can enable MSI verbose logging and send over the log
  2. Clean the GAC by deleting all of Wisej references.
  3. Re-install Wisej 2.5 (If you happen to have problems getting the templates, please go here for more info: New Project – Wisej)
  4. Delete all references of Wisej.Framework.dll from your projects, and instead install it from NuGet, you can do so by choosing the local source or nuget.org
  5. For the extensions, they are no longer come pre-included in the installer, instead they are exclusively available on nuget.org repository

Let me know if this works,

Best regards,
Alaa

  • Alaa (ITG) answered Sep 27, 2021 - 1:08 pm
  • last active Sep 27, 2021 - 1:09 pm
0 votes

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().

https://watch.screencastify.com/v/3Xgq2v0bOPieRJ9RpeOl

  • Luca answered Sep 25, 2021 - 9:48 am
0 votes

Well, that was easy!

That got me going.  I had forgotten about the .Refresh() command.
Thanks much Levie!
Shawn R
0 votes

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

0 votes

Here is a sample app that has the problem.

0 votes

Hi Shawn,

Can you please wrap up a small sample for us to check ?

Thank you,

Alaa

0 votes

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

  • Paul answered Sep 23, 2021 - 4:46 pm
0 votes

Hi Angelo

You can use  a stream.

Wisej saves the stream to the temp on the server and deletes it when downloaded.

 

Regards

 

  • Paul answered Sep 23, 2021 - 4:35 pm
0 votes
In reply to: License question

Hi Vincent

Develop and server licenses are perpetual.

Only the free upgrade period expires.

Best regards

  • Paul answered Sep 23, 2021 - 3:27 pm
0 votes

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.

  • Luca answered Sep 23, 2021 - 2:27 pm
0 votes

Application.Call() or Application.Eval() or CallAsync() or EvalAsync().

Example: https://wisej.com/blog/native_alert/

  • Luca answered Sep 23, 2021 - 1:55 pm
0 votes

Hi Kizaemon

We are happy to know that Wisej help to you in accomplished your goals

Best regards and happy codding 🙂

  • Paul answered Sep 23, 2021 - 1:52 pm
0 votes

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

0 votes
In reply to: Wisej 2.5

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

0 votes

See sample project uploaded. Many thanks!

Showing 3321 - 3340 of 11k results