All Answers

0 votes

Hi Wilfred,
This issue has been fixed in our latest release, 3.0.14.
Regards,
Levie

0 votes

Hi Sascha,
This issue has been fixed in our latest release, 3.0.14.
Regards,
Levie

0 votes

Hi

Thanks for write us

This issue will be fixed in the next release

Regards

  • Paul answered Aug 30, 2022 - 2:29 pm
1 vote

Hi,

Adding to my colleague’s answer , you probably have the “Bootstrap-4” theme set in your Web.config or Default.json file.

Add the line “theme” : “Blue-3” to your Default.json file and see if that makes a difference?

Best,
Alaa

  • Alaa (ITG) answered Aug 30, 2022 - 11:07 am
  • last active Aug 30, 2022 - 11:14 am
0 votes

Hi Vincent

we will check  you sample app and comment you

Thanks and regards

  • Paul answered Aug 29, 2022 - 3:32 pm
0 votes

Hi

Could You please attach a runnble sample to check it ? (remember delete dirs \obj and \bin )

Regards

  • Paul answered Aug 29, 2022 - 2:33 pm
0 votes

Hi Jorge

About Wisej.NET license schemma

Licenses are never lost.
They last forever. You can use the license with any wisej build released during the license validity period.

Your scenario having 2.x license out of perid maintenance and you install 3.x community,
both licenses are different

HTH and happy coding

  • Paul answered Aug 27, 2022 - 2:48 pm
0 votes

Sascha

This will be fixed in next release 3.0.13 of Wisej.NET

Regards

 

  • Paul answered Aug 23, 2022 - 4:33 pm
0 votes

Hi
This was checked for our development team
Isn’t a Wisej issue, indeed the same sample in winforms has similar result

it’s related for a way that windows(and here CSLA) manage IBindingList

Our team worked in an improvement fot Wisej supporting INofifyCollectionChanged (ObservableCollection) that resolve this
limitation

This will be available on the next release 3.0.13 of Wisej.Net

Regards

 

  • Paul answered Aug 23, 2022 - 4:29 pm
1 vote

Hi Jorge

Its perfectly possible and even with same version of visual studio

for Ex.

ver 2.5 in vs2019 / 2022

ver 3.0 in vs2019 / 2022 – only limiation is that for 3.0 only target fmwk 4.8

note. Version 3.0 require at least visual studio 2019. And compatible with community version of VS too

  • Paul answered Aug 23, 2022 - 3:54 pm
  • last active Aug 23, 2022 - 3:56 pm
0 votes

Hi Tony,

the template might be broken. Once I add a new window to your project i can open the desktop in the designer.

Cheers, Gerhard.

  • Gerhard Hofmann answered Aug 23, 2022 - 1:45 pm
  • last active Aug 23, 2022 - 1:47 pm
0 votes

Jorge

You can use our free community version

Regards

  • Paul answered Aug 23, 2022 - 1:22 pm
0 votes

Hi Jorge

I suggest you that verify with a more newer version of Wisej.net
The version that you use, its out of free support anymore.

Regards

  • Paul answered Aug 23, 2022 - 1:15 pm
0 votes

Paul,

  • 2.2.48
  • It’s not a browser issue, happens in everyone
  • well, no way i make it reproduce for you, it happens so randomactly, due to the namespaces involved, it’s the picturebox from bingwallpaper
0 votes

Hi Jorge

Please, provide us with more details :

  • wisej.net version
  • browser version
  • production or development enviroment
  • small runnable where the issue occured

thanks and regards

  • Paul answered Aug 23, 2022 - 4:36 am
0 votes

The VSIX package is installed, and shows in “Extensions”.  My development environment also has the Web, Desktop and VS Extensions components installed.

0 votes

Hi

there are an issue in ColumnHeadersHeightSizeMode , that will be fixed  in next release

As workaround in the mindwhile,  for the autoresize of the column headers.

Set the column header style WrapMode to True and call dataGridView1.AutoResizeColumnHeadersHeight().

Steps in the pics attached

HTH

 

  • Paul answered Aug 19, 2022 - 10:53 pm
0 votes

Hi

Here two ways for achive this

// Line Separators
var lineSeparator1 = new Wisej.Web.Ext.NavigationBar.NavigationBarItem
{
Height = 1,
Enabled = false,
Margin = new Padding(30, 10, 0, 10),
Text = "",
BackColor = Color.Green,
AutoSize = false
};

var lineSeparator2 = new Wisej.Web.Ext.NavigationBar.NavigationBarItem
{
Height = 1,
Enabled = false,
Text = “”,
Margin = new Padding(30, 10, 0, 10),
CssStyle = “border: solid 1px red”,
AutoSize = false
};

this.navigationBar.Items.Insert(2,lineSeparator1);
this.navigationBar.Items.Insert(3, lineSeparator2);

  • Paul answered Aug 19, 2022 - 9:51 pm
  • last active Aug 19, 2022 - 9:53 pm
0 votes

Hi Alex,

An fix will be issued in the next release for this issue!

We’ll notify you when it’s released!

Best,

Alaa

0 votes

Hi

Aspx is not available when using the sdk project format.

It’s a visual studio limitation and aspx is deprecated by microsoft.
You can use it in yours existing project (without converting to sdk format) and
use wisej 3 for net 4.8 (not .net core 6 which doesn’t support aspx).
This has nothing to do with wisej.

For new wisej projects, you can select the older templates which are still available.
Select windows as the target platform.
The old templates have .NET Framework in the name and icons ars gray.

Regards

  • Paul answered Aug 19, 2022 - 2:53 pm
Showing 2021 - 2040 of 11k results