<?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 : click to drag?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : click to drag?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:46:19 +0000</pubDate>
  <lastBuildDate>Thu, 02 Apr 2015 20:05:02 +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=22072</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[click to drag? : Has anyone ever solved this? This...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=73180&amp;title=click-to-drag#73180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5507">rmcmanamy</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 02 April 2015 at 8:05pm<br /><br />Has anyone ever solved this? &nbsp;This is really a great idea especially for apps on Tablets.]]>
   </description>
   <pubDate>Thu, 02 Apr 2015 20:05:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=73180&amp;title=click-to-drag#73180</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? : You know, that actually may be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=72007&amp;title=click-to-drag#72007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 04 December 2013 at 3:42pm<br /><br />You know, that actually may be it. I'll let you know ASAP]]>
   </description>
   <pubDate>Wed, 04 Dec 2013 15:42:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=72007&amp;title=click-to-drag#72007</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? :  Private Sub CommandBars1_Resize()Dim...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=72001&amp;title=click-to-drag#72001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 04 December 2013 at 6:04am<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />Private Sub CommandBars1_Resize()<br />Dim lngLeft As Long<br />Dim lngTop As Long<br />Dim lngRight As Long<br />Dim lngBottom As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call CommandBars1.ActiveMenuBar.GetWindowRect(lngLeft, lngTop, lngRight, lngBottom)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.Move lngLeft, lngTop<br />End Sub<br /></pre></td></tr></table><br /><br />Is this what you are looking for?]]>
   </description>
   <pubDate>Wed, 04 Dec 2013 06:04:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=72001&amp;title=click-to-drag#72001</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? : The adoption of Gtk&#226;&#8364;&#8482;s new HeaderBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71996&amp;title=click-to-drag#71996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 02 December 2013 at 10:02am<br /><br />The adoption of Gtk’s new HeaderBar widget concept and style.<div><br></div><div>This is a major departure from the way window controls and window titles have appeared for years on any platform.</div><div><br></div><div>Whether we're talking about tiny 10" displays or giant 32" displays, I aim to make the best possible use of screen real estate. Combining the Titlebar and Toolbar into a single widget or bar saves precious vertical pixels that could be better used to show more important content.</div><div><br></div><div>Even though I'm saving vertical space, we're actually able to increase the amount of space around Tool items. And by moving window controls into the same line as Tool items, I decrease the chance for misclicks by placing them farther away from each other.</div><div><br></div><div>Traditionally, every window comes with a title calling out the name of the app that’s open. For some apps, I use this space to call out important information such as the name of the file that is currently open. However, for a lot of apps, this title doesn’t add value to what’s displayed on screen. When you open up a music player , you can tell that it’s the music player because of the layout of the controls and the content that is displayed. In this case, the title is simply visual noise that makes it more difficult to focus on other more important information (like the currently playing song).</div>]]>
   </description>
   <pubDate>Mon, 02 Dec 2013 10:02:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71996&amp;title=click-to-drag#71996</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? : Coming up, the newer &amp;#034;Header...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71995&amp;title=click-to-drag#71995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 02 December 2013 at 9:53am<br /><br />Coming up, the newer "Header Bar" option<div><br></div><div><b><u>HEADER BAR</u></b></div><div><img src="http://i42.tinypic.com/zl7too.png" height="48" width="699" border="0" /><br></div><div><br></div><div>This style is a modern UI modification that has been catching on amongst my fellow developers and I was wondering if the GUI was possible using the Commandbars (and/or other controls) from our CodeJock Suite?</div><div><br></div><div>See how the close and maximize buttons, along with the caption, and essentially joined the together with the main toolbar and it's content? This allows more screen room as well as a simple, clean, and more efficient yet minimal interface option.</div><div><br></div><div>And no, it doesn't have to match exactly to this. in fact, it can be different so long as the concept remains the same. Caption bar functionality within the toolbar while the toolbar serves as the caption and top title bar simultaneously.</div>]]>
   </description>
   <pubDate>Mon, 02 Dec 2013 09:53:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71995&amp;title=click-to-drag#71995</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? : Alright, the picture below is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71994&amp;title=click-to-drag#71994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 02 December 2013 at 9:48am<br /><br />Alright, the picture below is of the normal titlebar<div><br></div><div><b><u>NORMAL TITLE BAR</u></b></div><div><b><u><img src="http://i44.tinypic.com/15zpclt.png" height="59" width="698" border="0" /><br></u></b></div><div><b><u><br></u></b></div><div><b><u><br></u></b></div><div>Look familiar? I hope so. :p At any rate, see how the main toolbar is separate from the top window frame AKA the title bar?&nbsp;</div>]]>
   </description>
   <pubDate>Mon, 02 Dec 2013 09:48:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71994&amp;title=click-to-drag#71994</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? : Either I&amp;#039;m not understanding...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71991&amp;title=click-to-drag#71991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 02 December 2013 at 9:29am<br /><br />Either I'm not understanding you correctly, or we have a miscommunication here.<div><br></div><div>Using a container, and then placing the Commandbar inside would only do one thing and that is define the title bar space. Sure, with some code I can easily manipulate the container to function as the titlebar, but clicking on the commandbar to have it function as the titlebar is what I'm trying to get at here. I'll try to post some better examples in my next post. :)</div>]]>
   </description>
   <pubDate>Mon, 02 Dec 2013 09:29:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71991&amp;title=click-to-drag#71991</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? : I&amp;#039;m trying to use the commandbar,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71965&amp;title=click-to-drag#71965</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 27 November 2013 at 7:35pm<br /><br />I'm trying to use the commandbar, a regular commandbar (not the ribbon), as the title bar of the window, and drag it around only with the command bar, since it would be functioning as the title bar.<div><br></div><div>And if I was able to make a sample project of this, I wouldn't really need to ask for help now would I? Hehe. :p&nbsp;</div><div><br></div><div>lol</div>]]>
   </description>
   <pubDate>Wed, 27 Nov 2013 19:35:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71965&amp;title=click-to-drag#71965</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? : I assume you are using a parent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71964&amp;title=click-to-drag#71964</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5977">Phrediac</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 27 November 2013 at 9:13am<br /><br /><p>I assume you are using a parent container to house your header control. &nbsp;If so you could put your CommandBar in a container and place that in the header container. &nbsp;That way any clicks on the header can be captured and processed while those on the CommandBar are assumed to be for it. &nbsp;</p><p>You will have to take care of moving and resizing the container control but the CommandBar will take care of itself once you've set it to resize to its parent.</p>]]>
   </description>
   <pubDate>Wed, 27 Nov 2013 09:13:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71964&amp;title=click-to-drag#71964</guid>
  </item> 
  <item>
   <title><![CDATA[click to drag? : I have read this 4 times now but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71961&amp;title=click-to-drag#71961</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 22072<br /><strong>Posted:</strong> 27 November 2013 at 4:02am<br /><br />I have read this 4 times now but I don't understand what try to do. Can you make a sample project that I can run?]]>
   </description>
   <pubDate>Wed, 27 Nov 2013 04:02:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22072&amp;PID=71961&amp;title=click-to-drag#71961</guid>
  </item> 
 </channel>
</rss>