All Answers

0 votes
In reply to: DGV Cell Location

Andreas,

with WJ-7689  Add GetCell-/Row/ColumnDisplayRectangle have been added
in the latest Wisej release (1.3.35).

Best regards
Frank

0 votes

Hi Tiago,

a fix for WJ-7339 is included in the latest Wisej release (1.3.35).

Best regards
Frank

0 votes

Hi Thanasis,

WJ-8028 is fixed in the latest Wisej release (1.3.35).

Best regards
Frank

0 votes

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

  • Frank (ITG) answered Feb 24, 2017 - 1:05 am
  • last active Feb 24, 2017 - 1:09 am
0 votes

Hi Ralf,

WJ-8007 is fixed in the latest Wisej release (1.3.35).

Best regards
Frank

0 votes
In reply to: Bug on ListView

Hi Michael,

a fix for WJ-7978 is included in the latest Wisej release (1.3.35).

Best regards
Frank

0 votes

Tung, Muhammed,

this issue (WJ-8056) is fixed in the latest Wisej release (1.3.35).

Best regards
Frank

0 votes
In reply to: Combobox Null Filed

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

0 votes

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?

  • Luca answered Feb 23, 2017 - 10:04 pm
0 votes
In reply to: background task

it’ solved!

i’ve enabled the websockets and eveithing works fine now.

thanks a lot for your help

best regard

stéphane

0 votes
In reply to: background task

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>

0 votes
In reply to: background task

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

1 vote

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

0 votes
In reply to: Lsitview paging

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.

 

  • Luca answered Feb 22, 2017 - 3:18 pm
0 votes

Hi Mark,

my apologies for the delay. We are finalizing the work and should be ready shortly.
Thanks for your patience!

Best wishes
Thomas

 

0 votes

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

0 votes

Thanks Nic,

much appreciated !

Best regards
Frank

0 votes

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.

0 votes

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:

  • Labels now also get updated when UpdateData() is called – very useful for realtime charts 🙂
  • You can set the axis labels through new properties
  • You can set the scale type on the axis through a new property.
  • I’ve also commented out the “debugger” statements in startup,js that are in the extension download so the extension runs correctly.

Hope that is helpful

Nic

0 votes

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?

 

 

 

Showing 9541 - 9560 of 11k results