Andreas,
with WJ-7689 Add GetCell-/Row/ColumnDisplayRectangle have been added
in the latest Wisej release (1.3.35).
Best regards
Frank
Hi Tiago,
a fix for WJ-7339 is included in the latest Wisej release (1.3.35).
Best regards
Frank
Hi Thanasis,
WJ-8028 is fixed in the latest Wisej release (1.3.35).
Best regards
Frank
Hi Kay,
WJ-7978, WJ-7980 and WJ-7981 are fixed in the latest Wisej release (1.3.35).
The same applies to WJ-8029 and WJ-8030 referring to the problems you listed in your latest post.
Can you please retry your sample/app to see if there is anything pending (besides the known issues) ?
Thanks in advance !
Best regards
Frank
Hi Ralf,
WJ-8007 is fixed in the latest Wisej release (1.3.35).
Best regards
Frank
Hi Michael,
a fix for WJ-7978 is included in the latest Wisej release (1.3.35).
Best regards
Frank
Tung, Muhammed,
this issue (WJ-8056) is fixed in the latest Wisej release (1.3.35).
Best regards
Frank
Thanks John for sending your test case.
Both issues (WJ-8054 and WJ-8055) are fixed in the latest Wisej release (1.3.35).
Best regards
Frank
Sorry for the delay in publishing your answers, now all answers from unregistered users are moderated since we have been flooded with trolls. You can register by getting the Wisej Trial license.
About this issue, we can’t reproduce it with our test cases. Can you provide a sample?
it’ solved!
i’ve enabled the websockets and eveithing works fine now.
thanks a lot for your help
best regard
stéphane
hello,
i’m on a azure app_service. Websockets are disabled,is it a problem?
web.config are exactly the same :
<?xml version=”1.0″?>
<configuration>
<appSettings>
<add key=”Wisej.LicenseKey” value=””/>
<add key=”Wisej.DefaultTheme” value=”Blue-1″/>
</appSettings>
<system.web>
<httpRuntime targetFramework=”4.5″ maxRequestLength=”1048576″/>
<compilation debug=”true” targetFramework=”4.5.1″>
<assemblies>
</assemblies>
</compilation>
</system.web>
<location path=”.” inheritInChildApplications=”false”>
<system.webServer>
<modules>
<add name=”Wisej” type=”Wisej.Core.HttpModule, Wisej.Core”/>
</modules>
<handlers>
<add name=”json” verb=”*” path=”*.json” type=”System.Web.HttpForbiddenHandler”/>
<add name=”wisej” verb=”*” path=”*.wx” type=”Wisej.Core.HttpHandler, Wisej.Core”/>
</handlers>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength=”1073741824″/>
</requestFiltering>
</security>
<defaultDocument enabled=”true”>
<files>
<add value=”Default.html”/>
</files>
</defaultDocument>
</system.webServer>
Hi Stéphane,
can you please share some more details about your public server setup ? Is it running on websockets ?
Any chance to provide us with both web.configs to see if we can spot a difference ?
You can send it to me by mail if you want: frankaticeteagroup.com
Thanks in advance !
Best regards
Frank
Hi Christian,
we are looking into adding a property in the registry to save the last used theme
in the designer unless Web.config specifiies a theme.
I have logged enhancement request WJ-8053 for it.
We´ll inform you when it´s implemented.
Best regards
Frank
All data controls (DataGridView, ListView, FullCalendar) use a fully virtual paging system and infinite scrolling. There is no need to page and scroll at the same time, Wisej takes care of that.
Hi Mark,
my apologies for the delay. We are finalizing the work and should be ready shortly.
Thanks for your patience!
Best wishes
Thomas
Hi Marcel,
we are actually working on a sample to be released in a couple of weeks.
I’ll let you know when it is ready.
Best wishes
Thomas
Thanks Nic,
much appreciated !
Best regards
Frank
Just updating this in case anyone else has the same question / problem.
I’ve added an updated version of this extension to my post on scale labels. This has more functionality including the ability to specify the scale type.
Hi Luca,
I actually found an answer in the UpdateData() method of the widget. This will update the data without animation. However in the current version this does not also update labels.
I’ve attached an updated version of the chartjs extension. My changes are:
Hope that is helpful
Nic
Yes I see, but I have 1 web project and many dll project and the web.config works only on web project.
I want to set default theme for all of my project in solution. Is it possible?
Another question..what about a VisualWebGui Theme?
