<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : blank popup window</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : blank popup window]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 07:36:20 +0000</pubDate>
  <lastBuildDate>Sat, 27 Feb 2010 12:46:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=16258</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[blank popup window : Here&amp;#039;s a small demo of what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57184&amp;title=blank-popup-window#57184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16258<br /><strong>Posted:</strong> 27 February 2010 at 12:46pm<br /><br />Here's a small demo of what I was suggesting:<br><br><a href="uploads/20100227_124629_CmdBarDynamicEn.zip" target="_blank">uploads/20100227_124629_CmdBarDynamicEn.zip</a><br>]]>
   </description>
   <pubDate>Sat, 27 Feb 2010 12:46:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57184&amp;title=blank-popup-window#57184</guid>
  </item> 
  <item>
   <title><![CDATA[blank popup window : Hi Jason,  You are right about...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57168&amp;title=blank-popup-window#57168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16258<br /><strong>Posted:</strong> 27 February 2010 at 3:33am<br /><br />Hi Jason,<DIV>&nbsp;</DIV><DIV>You are right about that, would be nice option to have and @<a href="https://forum.codejock.com/member_profile.asp?PF=3101&amp;FID=113" target="_blank"><strong><FONT color=#000000>iftekhar</FONT></strong></A>&nbsp;forget what I replied, I was totally&nbsp;wrong about this <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 27 Feb 2010 03:33:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57168&amp;title=blank-popup-window#57168</guid>
  </item> 
  <item>
   <title><![CDATA[blank popup window : I still think changing the enabled...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57157&amp;title=blank-popup-window#57157</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16258<br /><strong>Posted:</strong> 26 February 2010 at 5:10pm<br /><br />I still think changing the enabled status based on whether or not there are children is the way to go - why trick the user into thinking there are some nice icons to see when there aren't? They will point to the menu item, nothing will appear and they will think the app is broken.<br><br>I supposed an AutoDisableEmptyPopups option would be nice to automate the process.<br>]]>
   </description>
   <pubDate>Fri, 26 Feb 2010 17:10:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57157&amp;title=blank-popup-window#57157</guid>
  </item> 
  <item>
   <title><![CDATA[blank popup window : Hi,   I&amp;#039;m not that familiar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57130&amp;title=blank-popup-window#57130</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16258<br /><strong>Posted:</strong> 26 February 2010 at 2:01pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>I'm not that familiar with Commandbars but I would expect that .AutoHideUnusedPopups = True would hide these kind of popups but it didn't.&nbsp;I looked in HELP file and found:</DIV><DIV>&nbsp;</DIV><DIV><strong><FONT size=3>Remarks</FONT></strong></DIV><DIV><P><EM>When&nbsp;<strong>AutoHideUnusedPopups</strong></EM> <EM>is <strong>TRUE</strong>, the popup menus behave similar to the Windows Start menu.&nbsp; If all controls in a popup control are <FONT color=#ff0000><strong>hidden</strong></FONT>, then the entire popup control will be hidden as well.</EM></P><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV></DIV><DIV>So I was close... but not satisfied...&nbsp;So I tried something else:</DIV><DIV>&nbsp;</DIV><DIV>Dim popupCommandbar As CommandBar<BR>Dim commandBarControl As CommandBarControl<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>Me.CommandBars.OPTIONS.AutoHideUnusedPopups = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>Set popupCommandbar = CommandBars.Add("PopupTest", xtpBarPopup)<BR>Set commandBarControl = popupCommandbar.Controls.Add(xtpControlButtonPopup, 1, "Control Item")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;commandBarControl.CommandBar.Controls.Add xtpControlButton, 2, "Popup Item"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;commandBarControl.HideFlags = xtpHideWrap</DIV><DIV>&nbsp;</DIV><DIV><BR>If you comment <strong>commandBarControl.HideFlags = xtpHideWrap </strong>popup will show empty popupitem but with it, it&nbsp;doesn't. As I said before I'm not that familiar with Commandbars so there's definitely a solution without "workarounds" <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Maybe there's a Commandbars GURU in this forum who actually knows how to solve this...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV>]]>
   </description>
   <pubDate>Fri, 26 Feb 2010 14:01:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57130&amp;title=blank-popup-window#57130</guid>
  </item> 
  <item>
   <title><![CDATA[blank popup window : Or if you want it to be a popup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57123&amp;title=blank-popup-window#57123</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16258<br /><strong>Posted:</strong> 26 February 2010 at 12:46pm<br /><br />Or if you want it to be a popup that is only populate with items sometimes, you should set the Enabled property for the Popup Control to FALSE before you have added items to it, and set it to TRUE after you have added items to it.<br><br>You could even check the status in the InitCommandsPopup event by testing for the ID of your View control, and then set the Enabled status of your Icons control accordingly. <br>]]>
   </description>
   <pubDate>Fri, 26 Feb 2010 12:46:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57123&amp;title=blank-popup-window#57123</guid>
  </item> 
  <item>
   <title><![CDATA[blank popup window : Hi,check your code. You are using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57110&amp;title=blank-popup-window#57110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 16258<br /><strong>Posted:</strong> 26 February 2010 at 10:00am<br /><br />Hi,<br>check your code. You are using something similar to:<br>Set control = .Add(xtpControlPopup, 0, "Icons")<br>you may want to change <b>xtpControlPopup</b> to <b>xtpControlButton</b><br>good luck<br><br>]]>
   </description>
   <pubDate>Fri, 26 Feb 2010 10:00:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57110&amp;title=blank-popup-window#57110</guid>
  </item> 
  <item>
   <title><![CDATA[blank popup window : Hi,  Whenever a popup is displayed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57021&amp;title=blank-popup-window#57021</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3101">iftekhar</a><br /><strong>Subject:</strong> 16258<br /><strong>Posted:</strong> 23 February 2010 at 11:26am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Whenever a popup is displayed with no controls in it a square shaped button like item (a guess the default popup window with no item) pops up. I would expect it to show nothing if there is no item in the popup bar. CAn anybody tell me is there any way to disable this behavior so that no popup is displayed when there is no controls in the popup bar.</DIV><DIV>&nbsp;</DIV><DIV>The image with the most might show the problem.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advence</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20100223_112405_untitled.JPG" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 23 Feb 2010 11:26:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16258&amp;PID=57021&amp;title=blank-popup-window#57021</guid>
  </item> 
 </channel>
</rss>