Hi Diwakar,
SessionStorage is a browser feature as defined by the W3C Recommendation. This change has no impact at all on Wisej application performance.
Hi, It’s resolved now 🙂 I have updated the OWIN host files from https://github.com/iceteagroup/wisej-extensions/tree/master/HostService/Shared It works perfectly. Thank you very much for the prompt response.
Hi, thank you for the pointer and input. I will try updating the OWIN files and will let you know later today.
Best regards,
Diwakar
Hi Muhammad,
this issue is fixed in the latest Wisej development build (1.5.6).
Best regards
Frank
Hi Marcelo,
the problem is fixed in the latest Wisej development build (1.5.6).
Best regards
Frank
Hi Diwakar,
did you follow this step listed in the release notes ?
Please also note that if you´re running self-hosted or standalone applications you need to refresh the Owin files available here
https://github.com/iceteagroup/wisej-extensions/tree/master/HostService/Shared
Best regards
Frank
Hi Abelardo,
thanks for providing the sample and screenshots.
It´s a problem in your theme that you probably copied from an old version from our themes.
A few versions ago we had to replace the component “content” with “checkbox” in “table-checkbox-cell”.
Once I changed that in your theme, the checkboxes appear fine:

In general we try to avoid such changes. This time it was necessary and was also documented in the release notes.
Depending on the number of changes you apply to a theme it might be a better solution to use one or more mixins
instead of working on a copy of the original theme.
Hope that helps.
Best regards
Frank
It’s always a thread. The issue is the session (context). Threads don’t know anything about the session. If you want to create a background task (thread, background worker, background task, they are all the same – just a thread) use Application.StartTask(). If you want to create a thread directly you have to restore the context.
There is a detailed explanation here: https://wisej.com/docs/html/BackgroundTasks.htm
Hi Frank
I add a sample project , when I install new version of wisej ( Wisej.Core.dll and Wisej.web.dll) When designing, the report objects are moving with the mouse (adherent) and this makes the report very difficult to design, but in older versions this is no problem to design very easy.
I want to use localstorage because i want to it to be persistent.
I have a hybrid android app (webview) that points to my url, when I close and reopen the app or restart the phone, I restore the state through localstorage.
I will try your advice, i had to use a timer to have a Application.Exit() after localstorage clear
Thanks
Hi,
Thank you for your report. We are investigating the issue.
In the mean time, since you want to clear the browser storage when a session ends, maybe you should try SessionStorage. Session storage is per tab and it goes away when you close the tab and, of course, when you close the browser. This behaviour of SessionStorage is defined by the W3C Recommendation and is the browser’s responsibility
Hi Marcelo,
in that case you´re probably better off using ChartJs directly inside a Wisej.Web.Widget.
You´d need to handle it with Javascript callbacks.
See Chartjs documentation and configure it like you would do in a plain html page.
https://www.chartjs.org/docs/latest/configuration/legend.html#legend-label-configuration
Best regards
Frank
Hi Abelardo,
it seems the links in your question are broken. Can you please send me the sample and the screenshots directly (frankATiceteagroup.com) ?
Thanks in advance.
Best regards
Frank
Great Frank
Is there an way to put a legend to each point ?
Regards
Hi Marcelo,
did you try the following ?
In scroll event of SlideBar1 call
this.slideBar2.ScrollTo(e.NewValue, 1000);
where 1000 is the duration for the scroll animation.
Hope that helps.
Best regards
Frank
Hi Marcelo,
you can achieve it with code like this:

Sample chart:

Hope that helps.
Best regards
Frank
Hi Tung,
I have logged enhancement request WJ-9062 for that issue.
We´ll keep you updated.
Best regards
Frank
Hi Kevin,
sorry about the trouble with the contact form. We’ll look into this.
In the meantime we are in touch with you directly.
Thanks
Thomas
When I use Wisej-1.5.4 builds , this project designer very problem , but old version of wisej no problem , When I drag an object on report , is very diffucult.
I think have a bug new version of wisej
