User Profile & Activity

Handy Surya Support
Page
of 223
Posted: September 7, 2010 12:04 PM

Please refer into our WebDesktop sample >> WebDesktopManager >> DesktopWithShortcuts.aspx.
It seems your images relative path is incorrect.

Regards,
Handy

Hi Patrick,

Would you mind to share about this WebMenuBar issue? Last times, you only shared details about paging scenario.

Regards,
Handy

Posted: September 6, 2010 3:53 PM

Hello Rolf,

I got a forwarded email regarding this issue. However, as Niven said, we are unable to replicate the issue.
Does your current sample place WebGrid in a container or something? 
However, you can also try to set the ContextMenu popup position manually.
Please try to use the codes below.

   <script language="javascript" type="text/javascript" id="WebGrid1_OnRowContextMenu">
        var x;
        var y;
        function show_coords(event) {
            if (IS.ie) {
                x = event.clientX;
                y = event.clientY;
            }
            else if (IS.moz) {
                x = event.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;
                y = event.clientY + document.body.scrollTop + document.documentElement.scrollTop;
               
            }
        }
        function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject) {
            var WebGrid1 = ISGetObject(controlId);
            menuObject.Show(x, y);
            return true;
        }
    </script>

Hope this helps.

Regards,
Handy

Please do not click on autoreply. It seems you posted into "Intersoft Community Notification services".
However, I received your last post via email (forwarded from development division).

I already followed your step by step but still unable to replicate this issue.
It seems this error only showed in RC installer.
To get the latest assemblies, I suggest you to uninstall the RC and installed the release version.
http://www.intersoftpt.com/Community/ClientUI/Updated-WebUI-Studio-2010-Installer-Is-Now-Available/.
Hope this helps.

Regards,
Handy

Posted: September 6, 2010 2:29 PM

Hello Yiannis,

I suggest you to to completely uninstall and reinstall.
The previous installer contains the same build version assemblies and scripts with current installer.
They only have different date released. Currently, there is no option to upgrade or only replace your existing scripts and assemblies. 

Regards,
Handy

Posted: September 6, 2010 12:14 PM

Hello,

I am sorry but I don't quite understand about your scenario.
Could you please explain more?

As you said before, when you double click on a cell in WebGrid2, you will automatically focus in a cell of WebGrid1.
I think it is possible. By using your code, select a cell object in WebGrid1 and any changes in WebGrid1.
However, it seems you got an issue that you could not focus back or active edit mode in WebGrid2 cell.
Please correct me if I am mistaken in understanding your scenario.

But as far I checked your snippet codes, you did not focus back into WebGrid2, but you focus into WebGrid1 again.

Regards,
Handy

Posted: September 6, 2010 10:43 AM

I can replicate the issue in here. I will report this to our developer teams. Tank you for guiding me.

Regards,
Handy

Posted: September 6, 2010 10:37 AM

Hi Vantu,

I am sorry but please be more detail. Do you read my previous posted? I need to clarify the scenario before can suggest you something.

Regards,
Handy

Posted: September 6, 2010 9:44 AM

Hello,

Weird. Based on error at the first screenshots, it said that you were missing RunTime License key. 
RunTime License key is used for deployment. So, is it deployment or development server?
I suggest you to completely uninstall the product. Please also remove the registries and let me know if it works or not.

Regards,
Handy

Hi Patrick,

I am sorry but what is the connection with WebMenuBar? Didn't we talk about paging?

Regards,
Handy
All times are GMT -5. The time now is 12:45 AM.
Previous Next