Issues with Wisej2 Beta

0
0

Hi team,
it seems I’ve found some issues with the new Wisej 2 Beta:

  1. I have (only) Visual Studio 2017 Community Edition installed. During the Wisej 2 installation where the Visual Studio editions are selectable Visual Studio 2017 is not pre-selected. I’m not sure if it should be selected ?
  2. After installation I’m not able to drag&drop any controls to a form/empty page (see screenshot).
  3. After this problems I tried to uninstall my previous installed Wisej 1.5.29 version. But this does not seem to be possible any more …

Let me know if you need more information.
Thank you

  • Frank (ITG)
    For 1.) VS version is not recognized automatically. It has to be selected manually but will be remembered for subsequent installations. Best regards, Frank
  • You must to post comments
0
0

Hi Hitesh,

minimized windows don´t go anywhere, they are just hidden.
In your application you can handle the WindowStateChanged event and decide how to represent minimized windows.

There aren´t any limits to how an app can manage those minimized windows.
Wisej already provides the Desktop view with a built in taskbar. The desktop control can also be used as a child of a page
to restrict the floating window management.

You can find a sample of a custom implementation here:

http://wisej.s3.amazonaws.com/support/attachments/Wisej.CustomMinimizedWindowsTray.zip

Please use it as a guideline as there are virtually infinites ways to implement it.

Best regards
Frank

  • You must to post comments
0
0

Where do window go after minimising?

-Open Wisej Web app > Run the app > Click Minimize and you will not find window anywhere!

I suggest, upon minimizing the window, roll up the screen  (like task pane) if there is no taskbar.

 

 

  • You must to post comments
0
0

Errors in Theme Builder 2.0.2.0 (see screenshots)

  • You must to post comments
0
0

I have installed ver 2.0.1 and now i dont get error up on closing windows but couple of new issues found. 1) Duplicate project templates 2) Error in ribbon design (see pics).

I have also notice VB project template folder missing “j” in name “Wise 2” (before update it was wisej 2) unlike C# project template folder name.

VB template web.config issue still not fixed!

  • Frank (ITG)
    Please retry with beta build 2.0.2 (see mail). If the ribbon problem still exists please send the steps to reproduce it. For the templates please manually delete your Wisej 2 templates before installing the new beta build. Best regards, Frank
  • You must to post comments
0
0

see errors

  • Frank (ITG)
    Thanks. The win Closing error is fixed with 2.0.1. You should have received a download link last night. Can you please verify ? TIA, Frank
  • You must to post comments
0
0
  1. Unable to delete control after placing it on page or desktop window (though i am able to select the control and move anywhere)
  2. Unable to add items to ribbon group. (abstract class error) in property window items creation
  3. bing wallparer on desktop1 not working even after setting desktop1 to bing control
  • Hitesh Davey
    I can share screen shot(s) if required
  • Frank (ITG)
    Hi Hitesh, I have tried 1.., 2. and 3. but could not reproduce any of them. So yes, please share screen shots so we can investigate them. Thanks in advance, Frank
  • Hitesh Davey
    ver 2.0.2 confirms issues reported by me are now no more! good work
  • You must to post comments
0
0

Hi Sergio,

thanks, this is issue should be the same that is now fixed in the latest beta build.
You should receive the download link by mail shortly.

Best regards
Frank

  • You must to post comments
0
0

Browser console issue details on attached image

Attachment
  • You must to post comments
0
0

Hi on wisej 2 beta, everytime I close any form shows an error message for a microseconds and then the page reload (attached image)
– “this platform is undefined”
Im on win10 pro and vs2017. Everything is ok on version 1.3.6.

Attachment
  • Frank (ITG)
    Hi Sergio, we had a similiar bug report and that issue is fixed and will be in the next beta build. Can you please check with F12 in your console and send us the error message so we can check ? Thanks in advance, Frank
  • You must to post comments
0
0

Please let me add a couple of hints to avoid some problems with the beta:

  • Make sure to use the controls in Wisej 2 toolbox section.
    If it does not exist, you can create a new tab in the toolbox and choose items from Wisej.framework.dll
  • Remove wisej.web and wisej.core from your references and replace it with a reference to Wisej.framework.dll
    Please not that those 2 references could be readded if you picked a control from the old 1.x toolbox tab
  • All using statements including using wisej.web and using wisej.core can remain as is.
    The only exception is wisej.web.design and wisej.core.design which both should be changed to wisej.design
  • Please make sure to update your project properties to .NET framework 4.6
  • Please also update your web.config to .NET framework 4.6 and replace Wisej.core to Wisej.framework in your
    handlers as described in the docs.

For more information please refer to the readme file and chapter 10 in the what´s new doc.

Hope that helps.

If you still encounter problems with the beta please don´t hesitate to contact us.

Best regards
Frank

  • Tobias
    Hi Frank, thanks for the hints. Is there way to uninstall/remove WiseJ (1.5 / 2.0) ? When trying I receive the error message (screenshot) in my inital post.
  • Frank (ITG)
    Hi Tobias, still checking that issue. Could be related to the Multi language installer but could not yet reproduce it here. Are you running a german Windows ? What OS ? TIA, Frank
  • Frank (ITG)
    Looks like a potential bug in the Advanced Installer. We´ll check to see how we can avoid it. Regards, Frank
  • Frank (ITG)
    We decided to switch back to an english only installer to avoid such problems. I have just verified when installing the new (next) version “over” the previous version you can deinstall both in one run. Best regards, Frank
  • You must to post comments
0
0

I think I found the reason for the drag&drop problem. First I tried to drag&drop a v1.5.x Wisej control to a Wisej 2 form. Then this error occured. After that it seems it is not possible to use even Wisej 2 controls any more.
With a v1.5 Wisej control the references WiseJ.Core and WiseJ.Web are added to the project which cause the problem. After deleting them everything seems to be ok again…

  • jin tom
    I have this problem too…And i deleted all of old version dlls, but same result error
  • Frank (ITG)
    Did you follow the steps described in chapter 10 in the What´s new document or in the readme file ? Changing to .network 4.6 should eliminate this error. Best regards, Frank
  • You must to post comments
Showing 11 results
Your Answer

Please first to submit.