User Profile & Activity

Handy Surya Support
Page
of 223

Hello Jan,

Unfortunately, this additional code needs to be implemented manually. There are several scenarios that can be made to hide WebCombo inside a container and show it later. All this conditions could not be treated generally. So basically, you still need to handle it in code manually.

Regards,
Handy

Hello Jan,

I have an updated for your issue. Actually, this is a known issue that only occurs if the container is hidden or closed initially. To resolve this issue, simply use the code snippet below.

	function WebExpander1_OnExpanded(controlId,itemName)
	{
			var WebExpander1 = ISGetObject(controlId);
			var combo = ISGetObject("WebCombo1");
			combo.DoResize();
			return true;
	}

 

Regards,
Handy

Hello Jan,

I am sorry for wrong reply. This fix should be for messing layout and could not load more in XHTML mode. To apply hotfix manually, follow this link.

Regards,
Handy

Please follow this link for the fix.

Regards,
Handy

Posted: March 12, 2012 3:42 AM

Hello,

I am sorry for the late response. Here is the hotfix.

Regards,
Handy

Hello Frank, 

We are planning to release hotfixed in this month. I will set your issue as a high priority to our developer teams.

Regards,
Handy

Posted: March 6, 2012 8:35 PM

Hello Jim,

Please try to check your project. The error shows clearly that it is missing AppManifest.xaml. Please ensure if the file is existed or not.

Regards,
Handy

Hello Jan,

Unfortunately, there is no workaround for now. I will keep notify our developer to fix this issue.

Regards,
Handy

Hello,

I haven't received any news from them. Based on the normal routine, your issue was already quequed in our system. Our developer teams would fix it based on our current priority.

Regards,
Handy

Posted: March 2, 2012 1:44 AM

Hello,

Metro style in ClientUI components is already included in our roadmap. When it is available, I will let you know. 

Regards,
Handy

All times are GMT -5. The time now is 3:30 AM.
Previous Next