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.
Check the browser’s console. This is not a wisej issue.
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
Thank you very much Levie for the demo,
Everything is wonderful.
Hi Page Page
Sorry for late answer
It has to be added as an enhancement. It’s not a bug
Regards
Hi,
did you already try to use the VirtualScroll property?
It should speed up the display.
Best regards
Frank
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.
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
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";
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”;
I think I’ve found the issue. Thanks for your help!
Gerry
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:
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
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
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.
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)
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
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
Hi Page,
We are currently investigating the issue and I will notify you when we release a fix.
Best,
Alaa
Panel1.CssStyle = “border-radius:12px;”
Panel1.CssStyle = “border-radius:12px;”
