User Profile & Activity

Niven Prasetya Member
Page
of 25
Posted: September 8, 2010 12:12 AM

Hi Shawn,

I have attach a simple sample of creating a new rows using Javascript. Kindly advise me, is this the scenario you have been dealt with? If not

I have attach a video of my sample output.

Thank you and have a nice day.

Best regards,

Niven Prasetya

Hi Hezufa,

 

I have attached a sample of your with a modified workaround I gave you at previous post. I did not meet any problem with the workaround.

Please check the OnKeyUp function, where I put the workaround.

Thank you and have a nice day.

Hope this will work well on your side.

 

Best regards,

Niven Prasetya

Posted: September 6, 2010 12:29 AM

Hello Rolf,

I don't see any problem with my simple sample here. I've attach a screenshoots of mine too. I'm using a default Intersoft XHTML template Webform and do a few test on different browsers.

Could you please send me your context menu? Maybe I can help what is missing by looking at your code.

Thank you and have a nice day.

 

Best regards,

Niven Prasetya

Posted: September 6, 2010 12:13 AM

Hello Shawn,

I apologize for the previous post. It seems that a templatedcell can't handle an "Add" method.

I've misread your issue, which I was doing a different kind of issue.

If you like, you can add this into future request via TDN.

Once again, I apologize for the inconvenience.

Best regards,

Niven Prasetya

Posted: September 2, 2010 11:46 PM

Hi Yiannis,

 

1. No, it will not break the installation when the new official version is released. As I said before it was a nightly build, but I have removed the dll's from this thread because there's still need a further enhancement. But if you need the dll's again I can send it to you via e-mail.

 

2. The visibility comes from the Silverlight itself, they dont provide the event to handle that. If you want, you handle it from LayoutUpdated event, but it will affect others object properties as well  . Or you can use SizeChanged, when it collapsed, set the Height properties into 0. So, it will change back to normal when visible.

Hope every explaination I said can be an appropriate answer for your questions.

Thank you and have a nice day.

 

Best regards,

Niven Prasetya

Posted: September 2, 2010 10:09 PM

Hi Guillermo,

I have reported this issue to the developer.

I'm afraid there is no available workaround for the moment.

I will be an assitance for you when I have heard any news from the developer.

I apologize for the inconvenience.

Have a nice day.

 

Best regards,

Niven Prasetya.

Posted: September 2, 2010 2:41 AM

Hi Yiannis,

 

I have attach a sample of yours changed with the code I have given to you.

Please kindly try the sample.

Have a nice day.

Best regards,

Niven Prasetya

Posted: September 1, 2010 3:42 AM

Hello Yiannis,

The problem apparently doesn’t have relation with ExpandableGroupBox. The actual issue occurred because you’re transitioning the same object across two different containers which is prohibited in WPF or Silverlight tree model.

To support this scenario, we have enhanced the ContentTransition with a new method called ClearContent(). You need to call this method before assigning it to the target container. The sample code is as following:

// Clears the content before transitioning it to new container
ContentTransition1.ClearContent();
// Sets the user control as the content for the new container
ContentTransition2.SetContent(MyUserControl11);

The transition should work fine using the above approach. Let me know how it works in your end.

Please apply the new nightly build to your development machine for this enhancement.

Hi Hezufa,

It seems that the WebInput didn't LostFocus on the object that is why you need to refresh twice by using the HotKey.

As below I attach a solution regarding this issue.

function WebInput1_OnKeyUp(controlId)
		{
			var WebInput1 = ISGetObject(controlId);
			WebInput1.SetValueData(WebInput1.HtmlObj.value);
			
			return true;
		}

Hope this can solve your issue.

Thank you and have a nice day.


Best regards,

Niven Prasetya

Posted: August 31, 2010 10:29 PM

Hi Guillermo,

Yes, I was able to replicate the issue. I have bring this matter to the developer. I will give you any news as soon as the developer give me any information.


Thank you and have a nice day.


Best regards,

Niven Prasetya

All times are GMT -5. The time now is 6:41 AM.
Previous Next