User Profile & Activity

Dicky S Support
Page
of 8
Posted: August 28, 2009 12:17 AM

I suggest you to use property Value instead of use property Text. Hope this helps.

Posted: August 27, 2009 4:12 AM

Hi Adam,

Interesting.. so it can be reproduce in WebTextEditor sample. Sorry I forgot to ask you about WebUI Framework that you used. May I know build number of WebUI Framework that you used?

Posted: August 27, 2009 1:58 AM

Hi Adam,

May I know whether this error also occurs when using one of WebTextEditor's sample?
Or this is only happen when you inserted specific content (text/images) in WebTextEditor? If yes, could you attach that specific content into words document, I will try to check it at my end.

It also better if you provide information about build number that you used now.

Posted: August 26, 2009 11:50 PM

Hi George,

Welcome to our new community page. Coincedentaly I'm the person who manage this thread in this week, and I believe you have played around with this issue with Yudhiy and I got infomation from him if there is workaround for this issue. So basically you can use InvokeScripts() method during FlyPostBack action to trigger Client side method WebInput1.SetFocus(); to set a focus in specific WebInput that you want.

<<attached sample is workaround provided by Yudhiy>>

Posted: August 26, 2009 5:37 AM

Hello,

For your information we use Google API as our searching engine, so this issue could happen since Google doesn't index our site in real-time. It could take 1-2 days for Google for indexing new contents in our community site, but it could also take longer based on Google's own searching algorithm.



Posted: August 26, 2009 5:20 AM

Hi Darren,

Have you tried to set CultureInfo to English (Canada)? Please refer to attached screenshot.
And also may I know which build version of WebInput that you used?

Posted: August 26, 2009 5:16 AM

Hi Aiyer,

This could be happens because when AJAX callback process the scripts and image resources won't be loaded. That's why you need to set UpdateControlScripts call UpdateControlStyles into true value.

Another thing if you create WebCombo programatically, I suggest you to add these codes before UpdateControlScripts and UpdateControlStyles:

WebCombo1.AspNetAjaxSettings.CreatedAtRuntime = true;

 

Is this issue happens only when using Update Panel? Or it also happens without Update Panel? And does it occur in all browser or in specific browser referring to Yaniv's question.


Posted: August 25, 2009 5:46 AM

I suggest you to add these codes on an event which trigger AJAX callback or put these codes in Page_Load() events:

WebCombo1.AspNetAjaxSettings.UpdateControlScripts = true;
WebCombo1.AspNetAjaxSettings.UpdateControlStyles = true;

Hope this helps.

Posted: August 25, 2009 1:02 AM

If you use HidePadColumn() method as what technical support member suggested to you, you should only have about 2-3 px left. And it is the best what we can achieve for now. For more detail information, I have attached another sample for you. Thanks.

Hi Michael,

Thanks for your report. I assume this issue as possible bug, and I have assigned work item regarding this issue to our dev team. (WI.375). I'll inform you if I get any news regarding this issue.

All times are GMT -5. The time now is 9:34 AM.
Previous Next