All Answers

0 votes

Hi Ewan,

what are you binding your data to? A ComboBox or a DataGridView?
Any chance to share a small test case?

Best regards
Frank

0 votes

Hi Nicholas,

the size of the border is defined with the width style for each of the 4 directions. You can changed it for the default state and the active state:

windowstylesstate

Best regards
Frank

0 votes

Hi There,

Thanks for replying. Please find attach sample project. This is simple project which is opening Window1 form by hitting localhost:5000. Now, If I close Window1 and enter localhost:5000?id=1 in browser URL, ideally it should make new request to server and open Window1 again.  However, its not the case. Its taking data from cache.

0 votes
In reply to: Theme builder

Thank you Frank I will follow your advice.

Have a good day.

0 votes
In reply to: Theme builder

Hi Antoni,

I think the best way to deal with this, is to use different appearences in the same theme or through mixins:

https://docs.wisej.com/theme-builder/theme-elements/appearances

Then you can switch the appearance of your elements by setting the AppearanceKey property.

Best regards
Frank

0 votes

There is no jquery library. The assessment is wrong.

  • Luca answered Apr 3, 2023 - 11:59 am
0 votes

Appending ?id=1 or any argument to the URL generates a new request. The same is true when there is a new URL. Wisej.NET cannot change the way the browser requests pages. The allowedRoutes property simply allows you to refer to the same application with a different URL instead of getting a 404. The new request comes in from the on the same session, which is the expected behavior. In your app you can handle ApplicationRefresh. It all works as expected.

If you’d like us to look into your configuration attach a small runnable test case.

  • Luca answered Apr 1, 2023 - 7:22 pm
0 votes

All the key event work perfectly fine for us. If you have a test case that shows your issues we can probably help. The wiring need is part of the documented lazy event system. When running in a browser you don’t want all key and pointer events to fire all the times unless the control requested them.

  • Luca answered Mar 30, 2023 - 5:04 pm
0 votes

Hi Alaa,

Thank you for your verification and prompt response.

Since my development is new and long term I have no problem. I use .NET 7 and the 3.2.0 beta always updated, so that at the end of the development I will have an already updated environment.

If you need the sample, I can send it to you, but I should also send you the script to create the SQL Server table.

If it is useful to you, I will prepare it, let me know.

Best regards,

Antonio

0 votes

Hi Antonio,

Actually, a fix for this issue will be included in Wisej.NET 3.2!

Best,
Alaa

0 votes

Hi Antonio,

Would it be possible to wrap a small sample?

Thanks,
Alaa

0 votes

This problem is not existing any more. I created anothe new project, tested again and its working fine, thx.

Close that request.

0 votes

This problem is not existing any more. I created anothe new project, tested again and its working fine, thx.

0 votes

Please find attached the sample project.

0 votes

Please find attached the sample project.

0 votes

Hi Sam,

Find attached the requested sample.

What I would suggest is that you design all the forms/pages/UCs and then just remove .NET Framework 4.8 as one of the targets.
This sample compiles and runs on .NET 6, however, as I mentioned earlier, you can’t use the designer anymore!
The .NET Core designer is going to be part of the next Wisej.NET version, so you can be sure that we’re working on it!
Best,
Alaa
0 votes

Hi Kevin

Any evolution about this ?

 

Regards,

 

0 votes

Attach a small runnable sample that shows your issue.

  • Luca answered Mar 29, 2023 - 11:29 am
0 votes

Attach a small runnable sample that shows your issue.

  • Luca answered Mar 29, 2023 - 11:29 am
0 votes

Attach a small runnable sample that shows your issue.

  • Luca answered Mar 29, 2023 - 11:28 am
Showing 1461 - 1480 of 11k results