All Answers

0 votes

The error is not a Wisej error. It’s all in the stack trace. It’s coming from:

System.Drawing.ColorTranslator.FromHtml

Turn off the exceptions in Visual Studio and it will be fine. There are thousands of exceptions that are handled in normal operations.

 

  • Luca answered Nov 18, 2021 - 10:17 pm
0 votes

Check the browser’s console. This is not a wisej issue.

  • Luca answered Nov 18, 2021 - 3:40 pm
0 votes

You can’t control the actual cursor in the browser. It would create a lot of security issues where users could inadvertently click links.

Your best bet is to create a fake element that moves around the screen.

HTH,

Levie

0 votes

Thank you very much Levie for the demo,
Everything is wonderful.

0 votes

Hi Page Page

Sorry for late answer

It has to be added as an enhancement. It’s not a bug

Regards

  • Paul answered Nov 17, 2021 - 2:24 pm
0 votes
In reply to: ComboBox open dropdown

Hi,

did you already try to use the VirtualScroll property?
It should speed up the display.

Best regards
Frank

0 votes

There are also new docs here that define the steps for adding custom localization:

https://docs.wisej.com/extensions/premium-extensions/wisej.web.ext.syncfusion2#localization.

  • Levie (ITG) answered Nov 16, 2021 - 5:15 pm
  • last active Nov 16, 2021 - 5:16 pm
0 votes

Hi Page,

This issue has been fixed and is available on NuGet: https://www.nuget.org/packages/Wisej-2-Camera/2.5.21.

Thanks,

Levie

0 votes

Thanks for replying. It did not work for me. Also, I tried but still not working:

Application.Theme.Appearances["table - checkbox - cell"].components.checkbox.states["default"].styles.backgroundSize = "40px";

0 votes

Use this in /Themes/App.mixin.theme

{
 "appearances": {
 "table-checkbox-cell": {
 "inherit": "table-checkbox-cell",
 "components": {
 "checkbox": {
 "states": {
 "default": {
 "styles": {
 "fillColor": "red",
 "backgroundSize": "30px",
 "backgroundImage": "checkbox",
 "backgroundPosition": [ "center", "center" ]
 },
 "properties": {
 "width": 30,
 "height": 30
 }
 },
 "checked": {
 "styles": {
 "backgroundImage": "checkbox-checked"
 }
 },
 "undetermined": {
 "styles": {
 "backgroundImage": "checkbox-undefined"
 }
 }
 }
 }
 }
 }
 }
}

Or

Application.Theme.Appearances[“table-checkbox-cell”].components.checkbox.states.@default.styles.backgroundSize = “30px”;

 

  • Luca answered Nov 16, 2021 - 1:08 am
0 votes

I think I’ve found the issue.  Thanks for your help!

Gerry

0 votes

Hi Paul,

You can update the EJ2 extension here: https://github.com/iceteagroup/Wisej-Ext-Syncfusion2

It now includes support for localization.

The built-in languages are:

  • en
  • fr
  • it
  • de
  • es

If you want an additional language you will need to provide the files yourself. The demo app includes a custom localization example (pt).

You can find the EJ2 localization files here, configure them like the files in the demo project:

https://github.com/syncfusion/ej2-locale

https://github.com/unicode-org/cldr-json

 

For most controls you’ll need to load both the ej2 localization files and the cldr files.

HTH!

Levie

0 votes

Thanks for the prompt response.  I guess I should have added the possibility of pilot error to my problem :).  I can’t seem to upload a zip version of the Solution.  I tried to make it smaller by removing the wisej dll from the bin folder but your site still says forbidden.  Please let me know how I can send this to you.

I very much appreciate your help on this!

Gerry

 

0 votes

The size and coordinates of the PictureBox are exactly what Location and Size report in pixels. There is no difference.

Application.Session variables are 100% reliable. Cookies are a completely different thing.

This is an example of a winforms complex drawing app running in Wisej: https://watch.screencastify.com/v/uHQa3FLHAgtXKaure51E

If you send a small runnable sample we may be able to help further.

  • Luca answered Nov 15, 2021 - 8:40 pm
0 votes

Hi Page,

It works fine for me, which version of Wisej are you using? And can you send an example of your problem?

Thanks,

Kevin (ITG)

  • Kevin answered Nov 15, 2021 - 2:54 pm
0 votes

Hi,

I attached 2 pictures:

Picture 1: Default order is 1,2,3,4,5.

Picture 2: After select Panel 3, then Panel 4 the order is 4,3,1,2,5. I want it keep order 4,1,2,3,5, only selected panel move to top.

Best regards,

Page

0 votes

Hi,

I attached 2 pictures:

Picture 1: Default order is 1,2,3,4,5.

Picture 2: After select Panel 3, then Panel 4 the order is 4,3,1,2,5. I want it keep order 4,1,2,3,5, only selected panel move to top.

Best regards,

Page

0 votes

Hi Page,

We are currently investigating the issue and I will notify you when we release a fix.

Best,
Alaa

0 votes

Panel1.CssStyle = “border-radius:12px;”

0 votes

Panel1.CssStyle = “border-radius:12px;”

Showing 3081 - 3100 of 11k results