All Answers

1 vote

I’ve logged this as an enhancement request for a future release.

0 votes

I cannot replicate with Wisej 3.2.4 or 3.2.5.
I’ve attached the test case I used and the pdf that I uploaded.
Can you provide a sample that replicates the behavior that you describe?

Thanks,
Julie

0 votes

Sometimes, even if Wisej templates and VS 2022 are up to date, the same case occurs.
I managed to add Microsoft WebView2 package through NuGet and this never happened again.
I thought that I should mention in case someone else is still suffering the same.

0 votes
In reply to: NGINX Deployment Woes

Well, I went and watched the video.  And I got the same result.  I’m embarrassed to report that I then re-imaged the server, and installed apache2 which, surprisingly (to me, at least 🙂 ) appears to be rather more transparent to configure.  As a result, I’m now serving the application fine.  Sorry if I’ve wasted anyone’s time.  Would it be useful if I documented the step-by-step process (there are a couple of gotchas…) for Ubuntu 22?  JD

0 votes
In reply to: Video from localhost

Hi Alaa,

In my case the video are stored in the hdd of the clients pc (totem).

I would need a solution that reads videos from the local IIS of the client PC, not from public server. Or from file:///…. not of the server, but from local pc.

If I put as source (for example) http://127.0.0.1/video/video1.mp4 the player is not eable to read from the local pc.

For now I have create a widget with this code:

<video width='100%' autoplay id='myVideo'>
        <source src = 'http://127.0.0.1:8080/test.mp4' type = 'video/mp4'>
        Your browser does not support the video tag.
</video >

and an event for detect when video is a the end. But the video control that would be a better solution

best

Cristian

0 votes

Closing this issue since it’s already been addressed in our latest stable release of Wisej.NET 3.2.5.

For the most recent build, please visit https://wisej.com/builds/

Best regards,
Alaa

0 votes
In reply to: RTL Question

Hello,

RTL support is still not implemented in Wisej.NET.

It’s one of the enhancements that will be addressed in future major releases.

Best,
Alaa

0 votes
In reply to: Video from localhost

Hi Chrisitan,

I’m not sure what you want to achieve exactly, but you can make the video control play any video that’s available from any server if you give it the right URL.

Best,
Alaa

0 votes
In reply to: Why black

You can also create a mix-in and change whatever you would like to change on the themes.  If you want to take full advantage of what you can do the mix-in’s are awesome!

 

HTH,

Tim

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.

Showing 1041 - 1060 of 11k results