All Answers

0 votes
In reply to: New Controls?

Hi Frank,

After resetting and reinstalling Wisej problem solved.

Thank you. 🙂

1 vote
In reply to: New Controls?

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

0 votes

 

 

couple of days??

  • Mark Villela answered Feb 20, 2017 - 4:43 pm
0 votes

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

0 votes

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.

0 votes

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

0 votes

Thank you,

I have toolbox items now

0 votes

Hi Theodore,

thanks for your question and correction.
I will close this issue.

Best regards
Frank

0 votes

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

0 votes

Yep, it’s overdue. Will bump it up. I will keep you posted.

  • Luca answered Feb 17, 2017 - 9:50 pm
0 votes

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

  • Luca answered Feb 17, 2017 - 9:49 pm
0 votes

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

  • Luca answered Feb 17, 2017 - 9:43 pm
0 votes

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

  • Shawn Ramirez answered Feb 17, 2017 - 6:42 pm
0 votes

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

  • Luca answered Feb 17, 2017 - 5:38 pm
0 votes

Bump.

0 votes
In reply to: Combobox Null Filed

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.

0 votes

Awesome

Thank you

Alex

0 votes

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.

  • Luca answered Feb 16, 2017 - 6:13 pm
0 votes
In reply to: DataGridView images

Hi Alex:

  1. The DGVImageColumn.Image values are the default values for all the cells. If you set an image there it will be shown on all the cells in the column and overridden by the individual cell if they have a value. But it doesn’t work correctly… Fixed in the current dev build.
  2. It should be serialized like all other properties.
  3. Button cells are not real buttons. All cells in a datagrid are not widgets, they are dynamically rendered html elements. The buttons are simply styled using css from the theme.  You can add an image using the Style.BackgroundImage properties. See screenshot below. There are some fixed in this area as well in the current dev build where the default image alignment was not the same on the server and the client.

Best,

Luca

 

  • Luca answered Feb 16, 2017 - 4:05 pm
0 votes

Please try 1.3.27 in the Development tab at https://wisej.com/builds/

 

 

  • Luca answered Feb 16, 2017 - 2:30 pm
Showing 9561 - 9580 of 11k results