All Answers

0 votes
In reply to: Why black

Thank you, but I do not want to use ThemeBuilder.

Soon or later you have to fix that minor decorative bug of yours. I will wait for this. 🙂

  • mgmst answered Oct 9, 2023 - 4:18 pm
0 votes

Hi Anthony,

You need to reference System.Windows.Froms to be used only for .NET Framework 4.8, you need to add the following lines into your .csproj file:
<ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))'=='net'">
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Windows.Forms"><Aliases>swf</Aliases></Reference>
<Reference Include="System.Data.DataSetExtensions" />
<Compile Remove="Startup.cs" />
<Content Include="Startup.cs" />
</ItemGroup>

Best,
Alaa

  • Alaa (ITG) answered Oct 9, 2023 - 12:04 pm
  • last active Oct 9, 2023 - 12:04 pm
0 votes
In reply to: Why black

Hi Mgmst,

You can change the icon to any other icon you want from the ThemeBuilder.

Please check out the Documentation and make sure to download it from https://wisej.com/builds/ .

You can create a new theme that’s derived from the Bootstrap-4 theme, and then copy the new Theme to the “Theme” directory in your project and use it from there!

Best,
Alaa

0 votes

Hi Lautop,

Wisej.NET 3.1.8 includes the fix for this issue, can you please check to see if it’s working as expected on your end?

Best,
Alaa

0 votes
In reply to: Made by Wisej gallery

Hi,

there is a “Submit Project” on the top right of the MadeWithWisej site.

Best regards
Frank

0 votes

Hi Niklas,

Like Julie stated, you’ll need to download the latest VSIX from https://wisej.com/builds/

Best,
Alaa

1 vote

Something similar happened with Visual Studio 17.7.0

Try downloading and installing the new VSIX, and see if that fixes the issue:
https://wisej.com/support/question/important-information-regarding-the-recent-update-to-visual-studio-2022-17-7-0

0 votes

when switching from solutionA-project1 to solutionB-project1, the text that shows up in the tab when solution B-project 1 runs persists from solution A-project 1.

I’ve seen a similar issue before and it’s just caused by the browser cache still having the old data. If you clear the cache, you will see the correct text.

To clear the cache on google chrome: Click the 3 dots in the upper right hand corner -> History -> Clear Browsing Data -> check “Cached images and files” -> hit “clear data”

You only need to clear the cached images and files- you don’t need to clear your browser history or cookies.

  • Julie(ITG) answered Oct 5, 2023 - 1:31 pm
  • last active Oct 5, 2023 - 1:50 pm
0 votes

In default.html you can set the title <title>my site</title> and you can also set the page/Form Text property to ‘my Site’ if it is the main page/form you are using.

 

HTH,

Tim

1 vote

Hi Andrew,

We are going to add a new SuppressMarkers property as an enhancement, and we also fixed the issue you had when clearing and re-adding routes!

This will be part of the next Wisej.NET 3.2.6 release!

Best,
Alaa

0 votes

Thanks for reporting this. We were able to replicate the bug in a test case, and will work on a fix.

0 votes

Hi Robert,

By any chance, are you writing/rewriting a file that happens to be inside the “bin” folder?

Usually, the app will keep restarting whenever a file is either written or overwritten inside of the bin folder.

Best,

Alaa

1 vote

In the meantime, I could narrow down the issue to the code executed before the form is shown. Here, a database query (Access DB) is made to get some basic information the application uses. If this query is skipped, the form shows up corrently without restarting. The query is executed and populates an array without error. Question: Is it possible in a Wiesej application, to have some global data in the Module where also the Main() method resides? The mentioned array is also declared here.

Wisej version is 3.2.5; I’m running from Visual Studio 2022.

Any other ideas what causes this issue? Thanks!

  • Robert Langer answered Oct 3, 2023 - 10:45 am
  • last active Oct 3, 2023 - 2:26 pm
0 votes

Dear Julie,

Ok, Thank You

 

  • rdytop answered Oct 3, 2023 - 3:06 am
0 votes

What version of Wisej are you using?
Can you provide a sample so that we can try to reproduce? You mentioned that you created a simple new Form from scratch with two controls to be shown at startup-can you zip that and attach that to this forum post?

Is this a deployment, or are you just running it from Visual Studio?

-Julie

 

0 votes

You can achieve this by editing the code of the NavigationBar component.
It is open source on GitHub, and can be found here: https://github.com/iceteagroup/wisej-extensions/tree/3.2/Wisej.Web.Ext.NavigationBar

Specifically, you’ll want to edit the file NavigationBar.Designer.cs (https://github.com/iceteagroup/wisej-extensions/blob/3.2/Wisej.Web.Ext.NavigationBar/NavigationBar.Designer.cs).

0 votes

I’ve attached a sample that shows increased icon size, custom icon color, and custom icon color on hover. Run the sample and right-click on the button to open the context menu.

Here’s a code snippet from the theme file that shows where I edited the width/height of the icon, the color of the icon, and the hover color of the icon. You can find the full theme file in the sample-it’s called menucolor.theme.


"menu": {
"components": {
"item": {
"components": {
"icon": {
"states": {
"default": {
"properties": {
"width": 100,
"height": 100,
"marginRight": 8,
"scale": true,
"textColor": "#F16513"
},
"styles": {
}
},
"selected": {
"properties": {
"textColor": "#00FF57"
},
"styles": {
}
}
}
}
}
}

I’ve also included screenshots of what the theme looks like in the theme builder.

Note that you will have to edit the JSON text of the theme file manually to add the “width” and “height” properties to the icon- they are not included by default.

-Julie

  • Julie(ITG) answered Oct 2, 2023 - 4:01 pm
  • last active Oct 2, 2023 - 4:05 pm
0 votes

Here is the link to the documentation regarding the legend configuration. After trying a few different options, I am still unable to change the text color.

 

https://www.chartjs.org/docs/latest/configuration/legend.html#legend-label-configuration

  • Kieran answered Oct 2, 2023 - 3:01 pm
0 votes
In reply to: webserial wrapper

I’ve logged this as an enhancement request. We’ll consider adding it in a future release.

 

-Julie

0 votes

Hi Dino,

I will log an enhancement request for that feature and will be working on it.

Best regards
Frank

Showing 1201 - 1220 of 11k results