﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Thu, 20 Jan 2011 10:50:43 GMT</pubDate><dc:creator>Andre</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;Ok, i got it to work, thank you.  The only issue that i have is to find the  &lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Original support documentation on webdesktop, the one that looked like Microsoft documentation.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;That had all the methods.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Thanks&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Thu, 20 Jan 2011 10:42:30 GMT</pubDate><dc:creator>Andre</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;HI, The code above is causing an error object expected.  I can no longer find the support page for web desktop that shows me all the methods so I can not figure out the answer. &lt;a href="http://support.intersoftpt.com/"&gt;http://support.intersoftpt.com/&lt;/a&gt; is the support page, but where is the methods located? &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Can you help me find the code to fix this issue and point me to the old support information?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Thu, 20 Jan 2011 08:25:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;&lt;span class="Apple-style-span" style="color: rgb(63, 63, 63); font-family: 'segoe ui', arial, verdana, tahoma; font-size: 12px; line-height: 18px; " /&gt;&lt;/p&gt;&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Hello,&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;We are very sory for the late response. Unfortunately, this is not a bug. When using Iframe scenario, you will need to change menu window type of contextmenu as normal.&lt;br style="font-family: 'segoe ui', arial, verdana, tahoma; " /&gt;Normally in IE, it supports 2 types such as popup and normal. In other browsers, popup is not supported.&lt;br style="font-family: 'segoe ui', arial, verdana, tahoma; " /&gt;To change the type, you will need to handle it OnContextMenu clientside events in WebDesktopManager.&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Here is the snippet code:&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /&gt;&lt;pre style="font-family: 'courier new', tahoma; background-color: rgb(255, 252, 225); font-size: 9pt; white-space: pre-wrap; word-wrap: break-word; "&gt;function WebDesktopManager1_OnContextMenu(controlId, objectType, contextObject, menu)
{
            var WebDesktopManager1 = ISGetObject(controlId);
            menu.MenuWindowType = "Normal";
            return true;
}&lt;/pre&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Regards,&lt;br style="font-family: 'segoe ui', arial, verdana, tahoma; " /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Tue, 13 Jul 2010 23:31:27 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;Hi Andre,&lt;/p&gt;&lt;p&gt;I am sorry I did not understand what the content menu that you referred at first.&lt;br /&gt;I think it is context menu. &lt;br /&gt;But anyway, I am able to see one now. &lt;br /&gt;It seems the menu you were referring to, is the menu when you right click at the head window or when you want to close window via right click in taskbar.&lt;/p&gt;
&lt;p&gt;I will report this to our developer and will let you know when the fix is ready.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy &lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Tue, 13 Jul 2010 11:01:53 GMT</pubDate><dc:creator>Andre</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;hi, the sample attached from the first post has that issue. will that work?  I am using all the updated .dlls and IE 8.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Andre&lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Mon, 12 Jul 2010 23:21:32 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;Unfortunately, I am not able to replicate it in my sample. So, would you mind to share with us?&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Mon, 12 Jul 2010 09:23:09 GMT</pubDate><dc:creator>Andre</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;HI, it happens all the time on all Webdesktop using IE 8.  I have not tired it on IE7.  It started a few updates ago, maybe even started on R2 install.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Sun, 11 Jul 2010 22:56:43 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Is the result only happening at the first load? If yes, would you mind to share with me how do you integrate your WebContext menu?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Fri, 09 Jul 2010 14:14:45 GMT</pubDate><dc:creator>Andre</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;Thank you the timeout worked.  &lt;/p&gt;
&lt;p&gt;Do you know how to get the content menu to show up under the mouse right click? currently it shows up 1 1/2 inches left of the mouse and 1/2 inch above the mouse?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Fri, 09 Jul 2010 14:04:53 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p&gt;When you opened new added window, it will just automatically maximize. Because the show and maximize function are called too fast, it is showed not good. To avoid this, you need to set delay/timeout.&lt;/p&gt;&lt;p&gt;Here, I changed your code.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt; function AddWindow(url, caption) {
            var dm = window.frames[1].ISGetDesktopManager(); 
            var wnd = dm.CreateWindow();
           
            wnd.Caption = caption;
            wnd.ContentURL = url;
            wnd.ContentMode = "UseIFrame";
            dm.Windows.Add(wnd);
            wnd.Show();
            
            window.setTimeout(function() { wnd.Maximize(); }, 300);
           
 }&lt;/pre&gt;
&lt;p&gt; Hope this helps.&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebDesktop Max window javascript</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktop-Max-window-javascript/</link><pubDate>Thu, 08 Jul 2010 14:52:37 GMT</pubDate><dc:creator>Andre</dc:creator><category>WebDesktop</category><category>javascript</category><description>&lt;p class="MsoNormal" style="margin: 0in 0in 10pt"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Hi,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 10pt"&gt;&lt;p&gt;&lt;span style="font-size: 15px; font-family: calibri"&gt; &lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;I am trying to open up a Webdesktop window in Javascript on Body onload=”opennewwindow”. When I open the window the window opens in Maximize but is off center. In the case of the example attached it’s also not maximized.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;You would have to minimize the window then maximize the window again.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 10pt"&gt;&lt;p&gt;&lt;span style="font-size: 15px; font-family: calibri"&gt; see attached video&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 10pt"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Also, if you right click on the window to open the content menu, the content menu is not near the mouse.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
</description></item></channel></rss>