All Answers

0 votes

Hi Levie,

YES! changing ‘compilation debug=”false” ‘ in the webconfig it worked.

now I can wait for the new upgrade without problems 🙂

thank you

Cristian Zerbinati

0 votes

I have see that the version 2.0.13 has a bug with firefox that display a console when press ‘v’ key on keyboard.

now I have all kiosks systems that use firefox engine that have this bug and I can not upgrade to 2.0.24

I’m seriously in trouble with customers

regards

Cristian Zerbinati

0 votes

Hi Levie,

I’m unable to install the upgrade and use old project or create new project with 2.0.24

see post: https://wisej.com/support/question/error-design-after-upgrade-from-2-0-13-to-2-0-24-0

regards

Cristian Zerbinati

0 votes

Frank,

I see it’s some feature that is missing in IIS, this is a new server for new deployments.
Can you tell me or is there a list of the features that have to be installed in win2012R2 IIS?
It would be a good idea to have an howto for 2012+ servers IIS configuration, just an suggestion

I’ve found this two threads but still not working for me.
Thanks in advanced,

https://wisej.com/support/question/http-error-500-19
https://www.modernizing-applications.de/ihre-informationen/developer-blog/posts/2018/november/deploying-a-wisej-application/

0 votes

Frank,

That’s the point, no errors!
Please check this new image from VS, no errors with that structure.

0 votes

Thank you, understood where can I define that!

0 votes

Hi Frank,

I’m going crazy, don’t see why IIS doesn’t like it, if IIS Express of VS works, I show’ed some file wrong, here’s the correct one and new screenshot.
Any idea? The structure is the one that is in the VS project and came with WiseJ example.

<?xml version=”1.0″?>
<configuration>
<appSettings>
<add key=”Wisej.LicenseKey” value=””/>
<add key=”Wisej.DefaultTheme” value=”Blue-1″/>
</appSettings>
<system.web>
<compilation debug=”true” />
<httpRuntime targetFramework=”4.6″ maxRequestLength=”1048576″/>
<httpModules>
<add name=”Wisej” type=”Wisej.Core.HttpModule, Wisej.Framework”/>
</httpModules>
<customErrors mode=”Off”/>
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration=”false”/>
<modules>
<add name=”Wisej” type=”Wisej.Core.HttpModule, Wisej.Framework”/>
</modules>
<handlers>
<add name=”json” verb=”*” path=”*.json” type=”System.Web.HttpForbiddenHandler” />
<add name=”wisej” verb=”*” path=”*.wx” type=”Wisej.Core.HttpHandler, Wisej.Framework”/>
</handlers>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength=”1073741824″/>
</requestFiltering>
</security>
<defaultDocument enabled=”true”>
<files>
<add value=”Default.html” />
</files>
</defaultDocument>
</system.webServer>
</configuration>

  • Jorge Bastos answered May 16, 2019 - 8:36 pm
  • last active May 16, 2019 - 8:36 pm
0 votes

Hi Jorge,

it seems to me you posted the wrong web.config file.
The line number in your screenshot showing the error does not fit to the line number in the web.config.

Please verify that the web.config that is used (D:\Websites\dPanel\web.config) uses a correct structure.

Best regards
Frakn

0 votes

Hi Jorge,

probably the best way to achieve this is through theme mixins or a custom theme.

Find more information here:

https://wisej.com/docs/2.0/html/Themes.htm

Best regards
Frank

0 votes

Hi Christian,

The issue was introduced with the latest FireFox build.  We fixed it in the latest Wisej release (2.0.24).  It shouldn’t show in production when debug mode is set to false in your web.config / default.json

https://wisej.com/support/question/popup-comes-when-press-letter-v

Can you upgrade?

Best,

Levie

0 votes
In reply to: Html Svg Map

Crome console error attacted ,

I think  var form = App.MyDesktop; line wrong on desktop page.

 

Thanks for helps

 

  • HSoft answered May 16, 2019 - 12:49 pm
0 votes

Help Please!! 🙂

0 votes
In reply to: Favicon

Shame on me, it was browser cache, i should have reminded that!

Thanks.

0 votes
In reply to: Favicon

Hi Jorge,

you can use the Application.FavIconSource or Application.FavIcon property for this.

Find more information here:

https://wisej.com/docs/2.0/html/P_Wisej_Web_Application_FavIconSource.htm

Best regards
Frank

0 votes
In reply to: Html Svg Map

Thanks Levie

Your sample is work but ,  when I iframe put on any panel , it dosen’t work.

 

I attached a  sample

 

Thank you very much for help

  • HSoft answered May 15, 2019 - 4:07 pm
0 votes

Hi Tim,

For the event firing issue,  the row is only created after the first value is entered, this is by design, different from WinForms.  We do this so the row is not recreated every time the user clicks on it and removed every time they click out of it.  If you attach a solution demonstrating the behavior you’re trying to replicate with the event I can help find a workaround for it!

For the default value, it’s a known issue and I’m attaching a sample that you can use as a template and modify to get your desired behavior as a workaround.  It’s a known bug and we’re working on the solution.

Let me know if this works for you!

Best regards,

Levie

0 votes

Frank,

I’m sorry to tell you that from my tests it isn’t solved.

I tried with a very small test App and a more complex App

The results isn’t the sames between them. The bigger App has more buttons with Icons in the Panel.

A reference to Brotli will still create troubles as mentioned earlier.

 

SMALL APP :

IIS Express     Win10 IIS        Win2012 IIS

With Brotli :   NOT  OK              OK                   OK

 

PROD APP :

IIS Express     Win10 IIS        Win2012 IIS

With Brotli :   NOT  OK              NOK                   NOK

0 votes

UPDATE:

I have try to add manually also Program File\IceteaGroup\Wisej 2\bin\Wisej.Framework.Design.dll

don’t work, it say that Wisej.Framework.Design is not found.

If I do a new project I got same error, I can not use verson 2.0.24.0

regards

Cristian

0 votes

Please see attached file.

0 votes
In reply to: Html Svg Map

Hi,

The best way to do this is to create a click handler for the iFrame element that calls a WebMethod (and passes an id parameter) in your code.  You can add this in the ClientEvents property of the iFramePanel.

I attached your sample with the implemented feature.  Please let me know if it works for you.

Best regards,

Levie

Showing 5961 - 5980 of 11k results