User Profile & Activity

Erwin Sanders Member
Page
of 11

Hi Micki,

Sorry the the delay in replying. May i know what version of WebCombo are you using? I tried to replicate it on my end using WebCombo 7 but unfortunately it couldn't be replicated.

Regards,
Erwin Sanders

Hello Luciano,

Thanks for the sample. I investigated it and the WebDesktop Designer problem is caused by the !important value of WindowStyle's CustomRules. You could try to change it as following:

...
<WindowStyle>
    <Active BaseStyle="Normal" BorderColor="#166AEE" Overflow="Hidden">
    </Active>
    ...
</WindowStyle>
...

May I know whether you're using Unified Theming? If so, I might have another workaround for you.

Hope this helps.

Regards,
Erwin Sanders

Posted: April 29, 2016 1:25 AM

Hi Jim,

I'm sorry for the delay in replying. Just checked on ASPNET-363 but it's still in a progress state. I'll inform you once it's fixed.

Regards,
Erwin Sanders

Posted: April 28, 2016 3:28 AM

Hello Shailendra,

Thanks for the sample. Seems like this should be an improvement to our WebTreeView because this is the first time we have a scenario with multiple colors in a WebTreeView. I reported this to our dev team, and they delivered with a nightly built hotfix which I attached for you below. To apply it manually, please follow these steps:

  1. Extract the hotfix file, for example : WebTreeViewNET2_0_1500_413.zip.
  2. Copy the entire contents of \bin folder and paste it to [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebTreeView.NET 2.0\Bin.
  3. Copy the entire contents of \script folder and paste it to [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\WebTreeView\V2_0_1500 folder.
This hotfix has been tested myself and it should work properly.

Regards,
Erwin Sanders

Posted: April 28, 2016 3:22 AM

You're welcome Sachin. Glad the solution worked. If you have got any more questions feel free to ask us again.

Regards,
Erwin Sanders

Hello Sachin,

Here I made a sample for you in which you can add a new accordion item. If you want to add the grid inside the accordion item, I suggest that you use an IFrame for such case. Call the webform with a QueryString to show the desired grid. Hope this helps.

Best Regards,
Erwin Sanders

Posted: April 27, 2016 2:51 AM

Hi Shailendra,

I just confirmed with our dev team and there should be a fix around next week. Sorry for any delay that may have caused you. Thank you for your patience.

Best Regards,
Erwin Sanders

Posted: April 27, 2016 2:36 AM

Hi Sachin,

It's caused by the ellipsis text from our internal styling. Oddly enough, this issue only occurs on IE 11. Currently the fastest way to fix it is to remove the right margin from the input's user agent style. Try adding this style to fix the problem.

<style>
.WC4-C > input {
    margin-right: 0;
}
</style>

Hope this helps.

Best Regards,
Erwin Sanders

Posted: April 26, 2016 2:27 AM

Hello Steve,

Based on your explanation, are you trying to have a fluid behavior of the ClaimSearch.aspx so it always fills up the window? If so, may I suggest you to fix all of the ClaimSearch content to have width and height that is 100%? Hope this helps.

Best Regards,
Erwin Sanders

Posted: April 25, 2016 10:34 AM

Hello Shailendra,

Thank you for the report. I have investigated this and seems like this is an issue from our internal code. It's been addressed under ASPNET-379. There will soon be a hotfix provided by our dev team. Thank you for your patience. In the meantime, I'll see if there's any workaround for the moment.

Best Regards,
Erwin Sanders

All times are GMT -5. The time now is 8:36 PM.
Previous Next