All Answers

1 vote

Hi Diwakar,

SessionStorage is a browser feature as defined by the W3C Recommendation. This change has no impact at all on Wisej application performance.

0 votes

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.

 

0 votes

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

0 votes

Hi Muhammad,

this issue is fixed in the latest Wisej development build (1.5.6).

Best regards
Frank

1 vote

Hi Marcelo,

the problem is fixed in the latest Wisej development build (1.5.6).

Best regards
Frank

1 vote

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

 

0 votes

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:

checkbox_cell

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

0 votes

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

  • Luca answered Jul 18, 2018 - 7:36 pm
0 votes
  • Muhammad answered Jul 18, 2018 - 6:21 pm
  • last active Jul 18, 2018 - 6:29 pm
1 vote

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.

  • Muhammad answered Jul 18, 2018 - 6:13 pm
  • last active Jul 18, 2018 - 6:21 pm
0 votes

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

  • Ser Gar answered Jul 18, 2018 - 4:39 pm
0 votes

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

  • Tiago (ITG) answered Jul 18, 2018 - 1:45 am
  • last active Jul 18, 2018 - 1:45 am
0 votes

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

0 votes

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

0 votes

Great Frank

Is there an way to put a legend to each point ?

Regards

0 votes

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

0 votes

Hi Marcelo,

you can achieve it with code like this:

chartjs_scatter_code

Sample chart:

chartjs_scatter_chart

Hope that helps.

Best regards
Frank

0 votes

Hi Tung,

I have logged enhancement request WJ-9062 for that issue.
We´ll keep you updated.

Best regards
Frank

0 votes

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

0 votes

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

 

  • Muhammad answered Jul 17, 2018 - 12:35 pm
  • last active Jul 17, 2018 - 12:44 pm
Showing 7081 - 7100 of 11k results