All Answers

0 votes
In reply to: MessageBox Width

You set the maxHeight and maxWidth properties for the “messagebox” appearance in the theme or mixin or programmatically changing the theme.

The maxHeight/Width can be applied either for the whole message box or to the content components and the container will adapt.

  • Luca answered Dec 4, 2020 - 2:15 pm
0 votes

Hi,

Yes, changing documents folder temporarily worked.

The network path is nowhere near 260 characters so there must be something else going on.

Hope it is possible fix the installer to honor the setting in visual studio to where the templates should go.

Also, fix the issue with installation rollback not working.

Thanks.

Best regards,

Wilfred

0 votes
In reply to: Modal Mask on controls

Hi Luca.

Yep, it worked as you stated. And hitting refresh does break the desired results. So, I decided to work on the Enabled property of each element on those controls and set them to False/True whenever a Modal comes into play. So, this way I still get the Modal Mask inside the Desktop control and individual items Disabled in the NavBar and Menu outside it and this won’t be affected by a Refresh.

Thank you!

Best.

Ivan

0 votes

Levie (ITG)

Thank you.

In the case of a horizontal graph, you had to make
the data set a horizontal data set.
Also, it is a sample program, but even
if you build it as it is
The horizontal graph was not displayed and
I had to adjust the type of optional xAxes Linear.

0 votes
In reply to: Modal Mask on controls

Hi Ivan,

All Wisej widgets can be blocked (see ShowLoader property). However, the standard blocker shows the ajax loader. The blocker (modal mask) you see on the desktop is a special one managed by the window manager because it’s not just a simple blocker, it has to be be moved up/down the z-index depending on the order the modals and popups and forms are created.

You can try this:

this.navBar.Eval(“this.getBlocker().setBackgroundImage(null);this.getBlocker().block();”);

and

this.navBar.Eval(“this.getBlocker().unblock();”);

block() and unblock() use a counter. To force the unblocking regardless of the counter use

this.navBar.Eval(“this.getBlocker().forceUnblock();”);

Note that if the  user hits refresh the calls you made to javascript are lost.

Another way could be this:

  1. In the InitScript property of the NavigationBar put “this.getBlocker().setBackgroundImage(null);”
  2. Now you can use the property this.NavigationBar.ShowLoader = true/false.

HTH

– Everything is possible with Wisej 🙂

 

 

 

 

  • Luca answered Dec 2, 2020 - 9:33 pm
0 votes

Hi Takao,

Please take a look at the attached screenshot and project to see if this is what you’re trying to accomplish.

If it is, you were very close. You just needed to set the dataset to be a horizontal data set and adjust the yAxes’ Type in Options to be Category.

If you have any other questions about it, please let me know!

Best regards,

Levie

0 votes

Hi Wilfred,

maybe you can change your MyDocuments location temporarily to fix that issue?

Best regards
Frank

0 votes

Hi,

I’m not doing anything fancy like installing to a network path.

But I’m on a corporate network and it is common to redirect the users document folder to a network path.

As stated before.
I opened Tools–>Options–>Projects and solutions–>Locations and changed it to:
C:\ProgramData\VS2019\Templates\ProjectTemplates
C:\ProgramData\VS2019\Templates\ItemTemplates

Why is Wisej still trying to install templates to the network path?

Thanks.

Best regard,
Wilfred

0 votes

Hi Wilfred,

this appears to be a limitation of MS Installers not being able to install on network paths longer than 260 characters.

See here: https://www.advancedinstaller.com/forums/viewtopic.php?t=30490

You could trying to install on a mapped drive or locally.

Hope that helps.

Best regards
Frank

 

0 votes

Only Microsoft Visual Studio Enterprise 2019.

0 votes

Hi Wilfred,

do you have more than one Visual Studio 2019, e.g. a Community and Professional | Enterprise Edition on the same machine?

If yes, you might consider changing the Paths in the other edition as well.

Best regards
Frank

0 votes
In reply to: SPA Application

Luca

I’ve tried to find some example to open a window in a new browser tab but I didn’t find any example in the WiseJ-examples project.

I’d like to do the same thing of your menu, could you take a look into my screenshot below?

http://prntscr.com/vtt1la

Thanks

0 votes

The “hovered” state is supported for listview items. The “pressed” state is not.

  • Luca answered Nov 30, 2020 - 1:21 pm
0 votes
In reply to: Wisẹ 3.0 for NET5

Hi Luca (ITG)

Now, if I buy wisej 2.2

In 2021, I can update wisej 2.5 or 3.0 for free?

Thank you.

0 votes
In reply to: Wisẹ 3.0 for NET5

Roadmap

Toward the middle/end of 2021. Technology Partners will probably get an early preview.

This is Wisej on Linux with .NET Core 3. We also have it running on small embedded devices like the Raspberry Pi.

http://linux.wisej.com/CodeProject

The main issue for us is supporting Linux and the designer on Windows. Otherwise running on .NET 5 is quite easy since Wisej is pure .NET.

 

  • Luca answered Nov 28, 2020 - 2:00 pm
  • last active Nov 28, 2020 - 3:01 pm
0 votes
In reply to: SPA Application

The wisej web site has nothing to do with Wisej the framework. You cannot open a new form/page in a new tab with SPA applications, since they are “single page”. If you open a new tab it’s a new session.

  • Luca answered Nov 27, 2020 - 5:04 pm
0 votes
In reply to: SPA Application

I will checkit.

Is it possible to open the menu item in the new browser tab?

http://prntscr.com/vrd7wl

By the way, this menu above WiseJ is cool, is there any way to use it?

Tks

0 votes
In reply to: SPA Application

Wisej apps are always SPA (Single Page Application).

Examples are here. There is a NavBar sample using the NavigationBar extension. There is also the RibbonBar and MDIExample that can be useful. You may have to update the references.

https://github.com/iceteagroup/wisej-examples

  • Luca answered Nov 27, 2020 - 4:34 pm
0 votes

That’s correct. Button1 sets the BackColor and ForeColor. Reset the properties and it will use the theme. Changing the AppearanceKey doesn’t remove the property values set by the app.

  • Luca answered Nov 26, 2020 - 5:27 pm
0 votes

Have a look at the attached project, one window with tho buttons with both having the AppearanceKey set to the same value, only one is actually affected.
A

  • Alex Prinias answered Nov 26, 2020 - 5:00 pm
  • last active Nov 26, 2020 - 5:10 pm
Showing 4321 - 4340 of 11k results