User Profile & Activity

Bernard Xiang Member
Page
of 4
Posted: May 5, 2014 1:05 AM

Hi Andre,

Is there any WebUI Studio that installed in your new environment before? This issue might be happen because some of our files were left during uninstallation or you haven't uninstall our old product from your environment. To resolve this issue, you could remove your license from license manager and uninstall our product. After uninstallation, please ensure if there are no Intersoft assemblies in your GAC (C:/Windows/assembly/) and there are no Intersoft Key inside your Registry (Computer/HKEY_LOCAL_MACHINE/SOFTWARE & Computer/HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432). After that you can install our latest product and put your license key in there. If this issue still occurs, please let me know. I will help your to resolve this issue.

Regards,
Bernard

Posted: May 2, 2014 4:59 AM

Hi Adelhard,

I tried to replicate your issue in my local end. Unfortunately, this issue doesn't occurs in my local end. This issue might be happen because there are some javascript errors from Combo_Kunde WebCombo. Is there any working sample or javascript error that you can show us so I can replicate this issue in my local end? Perhaps, you can copy the javascript error in your console window inside your web browser to give me clue what issue that occurs in your page. Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

Posted: May 2, 2014 12:03 AM

Hi Raj,

I have made this issue as Critical work item. I will let you know if there are any hotfix regarding this issue.

Regards,
Bernard

Posted: April 29, 2014 10:10 PM

Hi Raj,

I can replicate your issue in our local end. After checking this issue, we have consider this issue as bug and I have made a work item regarding this issue. We are really sorry for this inconvenience and I will let you know any news regarding this work item from our developer team. Thank you for your valuable feedback.

Regards,
Bernard

Posted: April 28, 2014 12:37 AM

Hi,

Actually, I tried to replicate your issue in my local end. Unfortunately, this issue doesn't appear in my local end. I have also made you a simple sample. You can download my sample in here. In that sample, I get data from WebCombo in server side and bind it in unbound mode. Could you check my sample and let me know if there's misconfiguration in my sample? Please also notice that I send TypeName as string that I should save to database. Hope this helps.

Regards,
Bernard

Posted: April 20, 2014 11:00 PM

Hi Daniel,

I can replicate your issue in here. I will report this to our developer team and I will let you know any feedback from our developer team regarding this issue.

Regards,
Bernard

Hi Jignesh Patel,

Our developer said that you could do this in application level. Although, I didn't expect you to use alarm feature like outlook because it's not the best practice for web application. You can send the email right after you create your event or you could send it from server side by using windows service. By using ASP.NET page that continously running, you can set to give a feedback to event that have reminder time in WebScheduler like email, notification or etc. With this method, it should resolved any requirement in your scenario but you need to have an ASP.NET page that always running in your server side. Hope this helps.

Regards,
Bernard

Posted: April 16, 2014 2:41 AM

Hi Adelhard,

Have you put height for each element above WebCombo tag? WebCombo will preserve its Resultbox to appear below WebCombo if your page still have area below WebCombo (WebCombo doesn't appear on below of your page). You can download my sample here. In my sample I put this style so html, body and form tag have 100% height which is default behavior in IE9 and earlier. 

<style type="text/css">
    html, body, form
    {
        height: 100%;
        margin: 0px;
        padding: 0px;
        width: 100%;    
    }
</style>

Please also use RenderingMode HTML5 and doctype HTML5 when using WebCombo in IE11 and IE10. This is necessary because IE10 and IE11 used HTML5 doctype as standard doctype for its rendering. Hope this helps.

Regards,
Bernard

Hi Jignesh Patel,

I think Reminder field in WebScheduler will be used when you export WebScheduler to iCal format. when you exporting iCal format to Outlook, Outlook will notify you before the event started. Actually, WebScheduler doesn't support reminder feature (like alarm in Outlook). If you want, I can suggest this feature to our developer, maybe they would create the feature regarding to your scenario. Hope this helps.

Regards,
Bernard

Hi Ravinder,

In my sample, I'm using HiddenField to send WebTreeView value to server side. Then by using WebCombo value as nodes that should be attached and HiddenField value as target node, in server side I attach all child nodes to target node. Although in server side, I persist that value in static variable so whether I add another nodes to WebTreeView, the previous WebTreeView state still can be read in WebTreeView's InitializeChildNodes event.

Maybe your issue happen because your page doesn't persist the previous state of WebTreeView when your page do postback method. When postback all state and changes inside WebTreeView will be cleared because it will call initialize method. So I think it will need some variable to persist the previous state of WebTreeView so I won't replace your nodes when you do postback. Hope this helps.

Regards,
Bernard

All times are GMT -5. The time now is 7:27 PM.
Previous Next