Hi Frank,
After resetting and reinstalling Wisej problem solved.
Thank you. 🙂
Hi Adil,
there should be no difference for Wisej between VS Pro and Community edition in terms of toolbox items.
Can you please try following the hints here: https://wisej.com/support/question/vs2015-toolbox-missing-controls
Maybe the reason is not related to the Visual Studio edition but something else ?
Best regards
Frank
couple of days??
Hi Shawn,
I don´t see an attachment in your post.
Please find here a simple sample with one textbox that is set to “required”:
http://wisej.s3.amazonaws.com/support/attachments/BorderColorTest.zip
Hope that helps.
Best regards
Frank
Thank you for the response. Â I don’t know what the AppearanceKey.
Are you saying that the textbox would have a “normal” appearance, then if I did the mixin, and set .AppearanceKey = “Required”, that it would than have a red boarder?
Sorry to ask such a basic question, but I don’t appear to know what I am doing 🙂
I have attached the mixin file that I created.
Hi Shawn,
there are a couple of ways to achieve this. One is using a theme mixin
where you can control much more than just the border color.
Here is a simple sample:
{
“appearances”: {
“required”: {
“inherit”: “textbox”,
“states”: {
“default”: {
“styles”: {
“width”: [ 1, 1, 1, 1 ],
“style”: [ “solid”, “solid”, “solid”, “solid” ],
“color”: “red”
}
}
}
}
}
}
Just create a new file called e.g. RequiredRed.mixin.theme, set it´s content to the lines above and add it to your Themes folder.
Then change the AppearanceKey of required TextBoxes to “required” and they appear with red border.
Hope that helps.
Best regards
Frank
Thank you,
I have toolbox items now
Hi Theodore,
thanks for your question and correction.
I will close this issue.
Best regards
Frank
Hi Shawn,
you might want to try our suggested solutions here: https://wisej.com/support/question/vs2015-toolbox-missing-controls
Please let me know if it helps to fix your problem.
Best regards
Frank
Yep, it’s overdue. Will bump it up. I will keep you posted.
Hi Nic,
There is a global property for the animation duration. Look in startup.js “Chart.defaults.global.animation.duration = 0;”. Maybe you can add a property to the ChartJS class as you did for the JustGage extension. If you do, make sure to download the latest source from the extensions page first. I will add this to the enhancements.
The problem is that this is a global option applying to all charts. I don’t know if it can be set on a single chart.
Best,
Luca
Hi Dino,
We don’t have the ToolStrip system at the moment. It’s on the roadmap, after the RibbonBar. However, as you noted, it’s relatively easy to replace the toolstrip implementation in VWG using a panel with stacked items. I can send you a sample app next week after Tuesday. We have a pending overdue release that is kind of stopping everything until it’s out.
Best,
Luca
Thank you for your help, it pointed me in the right direction.
I had a cookie that had a small amount of XML in it. Â This made it dangerous I guess. Â I took that value out and all is good.
Thanks,
Shawn
Hi Shawn,
Wisej only adds 1 cookie with the session id using a guid string. This error seems to be related to the main site configuration and probably other cookies. See:Â https://forums.asp.net/t/1930540.aspx?A+potentially+dangerous+Request+Cookies+value+was+detected+from+the+client
Wisej can also work without cookies, see the cookieless sessing in the config section.
HTH
Best,
Luca
Bump.
I have attached a sample application. I included a button for removing items, and repopulating. This project was created with VS2015. The only recent change to my environment was to install VS2017 RC. I am using version 1.3.27. I will be able to test on my other machines over the weekend, to determine if it is my environment or not.
Awesome
Thank you
Alex
We have a lot of fixes coming up also related to the DGV. I’ll add this test case to the tests to make sure it’s fixed as well. The calls to Update() are not (should not be) necessary.
Hi Alex:
![]()
Best,
Luca
