All Answers

0 votes
In reply to: MessageBox issue

It’s OK. I added the line with <httpProtocol allowKeepAlive=”false” /> and it’s working OK now. Thank you

  • Bogdan Istrate answered May 4, 2016 - 1:46 am
  • last active May 4, 2016 - 2:20 am
0 votes
In reply to: MessageBox issue

Turns out the problem is not with Wisej. Can you please add this to your web.config

 

<system.webServer>

<httpProtocol allowKeepAlive=”false” />

….

 

We’ll add it to the file in the templates. Basically since all the requests coming from Wisej are async using either xhr or websocket, when keep alive is on, subsequent, close, http ajax requests use the previous socket. But when the server has closed the connection apparently the browser cannot reopen it.

In any case, WebSocket is the preferred protocol. But if you add the setting above everything works fine.

I have disabled WebSocket on the sample uploaded earlier: http://demo.wisej.com/desktop/default.html

 

 

  • Luca answered May 3, 2016 - 11:44 pm
0 votes

Solved on the 03 May 2016 release.

Thanks.

  • Tiago Freitas Leal answered May 3, 2016 - 8:50 pm
  • last active May 3, 2016 - 8:52 pm
0 votes
In reply to: Beta Updates

Please add an answer to this issue whenever you release an update. Otherwise there is no way we notice there is an update available and must run the downloader every now and again.

  • Tiago Freitas Leal answered May 3, 2016 - 6:52 pm
  • last active May 3, 2016 - 8:26 pm
0 votes
In reply to: ASC

Hi Frank,

I just tried it now and got the same message. I had to disable SEP to download the installer and I got it installed now.

Thanks for your help.

Cris

  • Cris answered May 3, 2016 - 7:08 pm
  • last active May 3, 2016 - 7:32 pm
0 votes
In reply to: MessageBox issue

Thank you. The problem is caused by the modal frame not updating the client when it is running on http: the deployed server doesn’t support WebSocket or Microsoft.WebSockets.dll is missing. Anyway, it should work on http as well. Logged with issue #WJ-7238. Will be fixed in the next update tonight.

Added a similar sample on our demo server: http://demo.wisej.com/desktop/default.html

  • Luca answered May 3, 2016 - 6:56 pm
  • last active May 3, 2016 - 7:10 pm
0 votes

Good suggestion. Done!

  • Luca answered May 3, 2016 - 7:06 pm
0 votes

Hi,

You are right! I changed my project name to Alex.Test.WSJ and the problem didn’t show up!

I consider this as closed!

Alex

  • Alex Prinias answered May 3, 2016 - 5:18 pm
  • last active May 3, 2016 - 5:57 pm
0 votes

Great thank! The issue is that .Wisej corresponds to the root namespace and will basically “invalidate” Wisej. It works form Winforms and VisWebGui since those are not part of their namespace. I hit the same issue myself on other namespaces as well.

 

  • Luca answered May 3, 2016 - 5:08 pm
0 votes

Hi Luca,

Just nailed the problem. If I open a new project and leave the Project and Solution name the same (let’s say Test1) then there is no problem. However, I usually name my Solution “Test1” and the project something like “Alex.Test1.Wisej” (as there could be also “Alex.Test1.Winforms”, “Alex.Test1.VisWebGui” etc.). Then the problem with the namespace shows up!!

Alex

PS. Sorry for not replying earlier in one of the other posts, however when I was looking at the Support item list there was showing “0 Answers” to my question, so I was not going in the specific item to check if you had posted an answer, I assumed you had not! Today, I saw your answers with smaller letters as comments under my original question, and the “X Answers” only counting my edits …

A

  • Alex Prinias answered May 3, 2016 - 5:03 pm
  • last active May 3, 2016 - 5:04 pm
0 votes

Hi,

Tried to remove and re-install. Situation hasn’t changed. What is really strange is that if I include a “using Wisej.Web” in the beginning of the Designer.cs and  remove the Wisej.Web in front of the AutoscaleMode.Font, everything is OK.

At the top of the file, when I type “using Wisej.” intellisense shows a list with the correct namespaces Core {}, Web {} etc. Within the body of the Window1 class, intellisense shows after “Wisej.” only Program and Window1.

Very strange!

Alex

  • Alex Prinias answered May 3, 2016 - 4:43 pm
  • last active May 3, 2016 - 4:44 pm
0 votes

Most likely they will be available for the final release since we need those controls in our projects too!
And no, there will not be paid controls.
All additional controls, not included in the installer, will be available for free in the /extensions page. Same for themes.

Best regards
Frank

0 votes

Hi Frank,

thanks for the quick answer. Good to hear.

Yes I was referring to an accordion. Do you already know if they are available for the final release in november?

What do you mean by “free control”? Will there also be paid controls, that have to be licensed additional to the “normal” developer license?

Thanks in advance.

Best regards

Markus

  • Markus answered May 3, 2016 - 1:54 pm
  • last active May 3, 2016 - 2:00 pm
0 votes

Hi Markus,

thanks for your interest in Wisej.

Ribbon bars are under development and will be released as a free control including source code.
We just don´t have a specific release date yet.

What navigation tabs are you referring too ? Accordion ?
Yes, this is already on our agenda, again as a free control including source code.

Hope that helps.

Best regards
Frank

 

0 votes
In reply to: ASC

Cris,

we are now whitelisted by Symantec as well. Would you please try again, there should be no more warning/block.

Thanks !

Best regards
Frank

0 votes
In reply to: ASC

We should get white listed fairly soon. You can also try to download the msi directly – maybe they let that one go:

http://demo.wisej.com/setup/wisej.x64.msi

  • Luca answered May 3, 2016 - 2:12 am
  • last active May 3, 2016 - 2:12 am
0 votes
In reply to: Timer does not stop.

I installed the latest version, and it works.

 

Thanks

James

  • James answered May 2, 2016 - 9:37 pm
  • last active May 2, 2016 - 9:38 pm
0 votes
In reply to: ASC

Yes, I trust the file. But  SEP automatically deleted the file from the folder/directory I intended to save it to.

Thanks.

Cris

  • Cris answered May 2, 2016 - 6:00 pm
  • last active May 2, 2016 - 6:07 pm
0 votes

Hi James,

a license includes one year of free upgrades to the latest Wisej builds.
While you can of course continue to use the same version for an unlimited time, you need to renew your license in case you want to upgrade to a later / the latest version.

Hope that clarifies it.

Best regards
Frank

0 votes

Frank,

Could you please explain the One Year renewal?  I think I know what it is implying,  but just want to make sure.

Thank you

James

  • James answered May 2, 2016 - 5:13 pm
  • last active May 2, 2016 - 5:14 pm
Showing 11361 - 11380 of 11k results