<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Displaying hidden handle properties</title> <atom:link href="http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/feed/" rel="self" type="application/rss+xml" /><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/</link> <description>Charting Matlab's unsupported hidden underbelly</description> <lastBuildDate>Fri, 18 May 2012 13:56:51 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.1</generator> <item><title>By: getundoc – get undocumented object properties &#124; Undocumented Matlab</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-57284</link> <dc:creator>getundoc – get undocumented object properties &#124; Undocumented Matlab</dc:creator> <pubDate>Wed, 21 Sep 2011 19:02:16 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-57284</guid> <description>[...] Which is where today&#039;s post can help, by showing you how to list these hidden properties. I wrote about this a couple of years ago, and today&#039;s article will expand on that original post. [...]</description> <content:encoded><![CDATA[<p>[...] Which is where today&#8217;s post can help, by showing you how to list these hidden properties. I wrote about this a couple of years ago, and today&#8217;s article will expand on that original post. [...]</p> ]]></content:encoded> </item> <item><title>By: FIG files format &#124; Undocumented Matlab</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-26707</link> <dc:creator>FIG files format &#124; Undocumented Matlab</dc:creator> <pubDate>Wed, 22 Dec 2010 20:01:50 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-26707</guid> <description>[...] we can see hidden/undocumented properties of the stored objects (for example, the lineseries&#039; &lt;b&gt;XDataJitter&lt;/b&gt; and &lt;b&gt;ObeyXDataMode&lt;/b&gt; properties) [...]</description> <content:encoded><![CDATA[<p>[...] we can see hidden/undocumented properties of the stored objects (for example, the lineseries&#8217; <b>XDataJitter</b> and <b>ObeyXDataMode</b> properties) [...]</p> ]]></content:encoded> </item> <item><title>By: Matlab&#8217;s HG2 mechanism &#124; Undocumented Matlab</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-9769</link> <dc:creator>Matlab&#8217;s HG2 mechanism &#124; Undocumented Matlab</dc:creator> <pubDate>Fri, 07 May 2010 10:53:01 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-9769</guid> <description>[...] &#8220;Handle Graphics 2nd generation&#8221;, was already reported in the past as an undocumented hidden figure property (UseHG2). In normal Matlab usage, this boolean property is &#8216;off&#8217;: &gt;&gt; [...]</description> <content:encoded><![CDATA[<p>[...] &#8220;Handle Graphics 2nd generation&#8221;, was already reported in the past as an undocumented hidden figure property (UseHG2). In normal Matlab usage, this boolean property is &#8216;off&#8217;: &gt;&gt; [...]</p> ]]></content:encoded> </item> <item><title>By: Axes LooseInset property &#124; Undocumented Matlab</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-8476</link> <dc:creator>Axes LooseInset property &#124; Undocumented Matlab</dc:creator> <pubDate>Wed, 24 Mar 2010 18:18:57 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-8476</guid> <description>[...] another undocumented property of Matlab axes, &lt;strong&gt;ContentsVisible&lt;/strong&gt;, was described by Matt Whittaker in a comment on my original article that introduced undocumented properties [...]</description> <content:encoded><![CDATA[<p>[...] another undocumented property of Matlab axes, <strong>ContentsVisible</strong>, was described by Matt Whittaker in a comment on my original article that introduced undocumented properties [...]</p> ]]></content:encoded> </item> <item><title>By: Customizing print setup &#124; Undocumented Matlab</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-4656</link> <dc:creator>Customizing print setup &#124; Undocumented Matlab</dc:creator> <pubDate>Wed, 25 Nov 2009 20:27:10 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-4656</guid> <description>[...] the figure-specific print setup is stored in another hidden property, &lt;strong&gt;PrintTemplate&lt;/strong&gt; [...]</description> <content:encoded><![CDATA[<p>[...] the figure-specific print setup is stored in another hidden property, <strong>PrintTemplate</strong> [...]</p> ]]></content:encoded> </item> <item><title>By: Cris</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-2955</link> <dc:creator>Cris</dc:creator> <pubDate>Mon, 28 Sep 2009 09:40:00 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-2955</guid> <description>Hey Yair, nice blog!The &#039;ApplicationData&#039; property might not be documented, but the GETAPPDATA and SETAPPDATA access functions are. It&#039;s just a better structured implementation of the &#039;UserData&#039; property. I still prefer using &#039;UserData&#039; just because it&#039;s more flexible. You get an error if you try to write anything that is not a stuct into &#039;ApplicationData&#039;.</description> <content:encoded><![CDATA[<p>Hey Yair, nice blog!</p><p>The &#8216;ApplicationData&#8217; property might not be documented, but the GETAPPDATA and SETAPPDATA access functions are. It&#8217;s just a better structured implementation of the &#8216;UserData&#8217; property. I still prefer using &#8216;UserData&#8217; just because it&#8217;s more flexible. You get an error if you try to write anything that is not a stuct into &#8216;ApplicationData&#8217;.</p> ]]></content:encoded> </item> <item><title>By: Jason McMains</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-1386</link> <dc:creator>Jason McMains</dc:creator> <pubDate>Mon, 22 Jun 2009 18:26:24 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-1386</guid> <description>@Yair, I finally think I figured out the problem, but its just a simple logic fix, every time I set the figure back to visible, I get the javaframe, and include that as the callback argument, and remove the old javaframe.</description> <content:encoded><![CDATA[<p>@Yair, I finally think I figured out the problem, but its just a simple logic fix, every time I set the figure back to visible, I get the javaframe, and include that as the callback argument, and remove the old javaframe.</p> ]]></content:encoded> </item> <item><title>By: Jason McMains</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-1210</link> <dc:creator>Jason McMains</dc:creator> <pubDate>Tue, 09 Jun 2009 11:09:02 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-1210</guid> <description>@Yair Unfortunately part of the code I&#039;m working on is to &quot;minimize to the system tray&quot; like I can do in outlook and some other programs, which involves setting the visibility off to remove it from the task bar. I&#039;ve gotten it to work some of the time, but certain sequences of commands still mess it up. The system tray icon is a great extra resource by the way, thanks for that little piece of wisdom:)</description> <content:encoded><![CDATA[<p>@Yair Unfortunately part of the code I&#8217;m working on is to &#8220;minimize to the system tray&#8221; like I can do in outlook and some other programs, which involves setting the visibility off to remove it from the task bar. I&#8217;ve gotten it to work some of the time, but certain sequences of commands still mess it up. The system tray icon is a great extra resource by the way, thanks for that little piece of wisdom:)</p> ]]></content:encoded> </item> <item><title>By: Yair Altman</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-1071</link> <dc:creator>Yair Altman</dc:creator> <pubDate>Sat, 30 May 2009 18:07:09 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-1071</guid> <description>@Jason - the Java properties &amp; callbacks are only relevant for visible figure frames. After all, how can you minimize/maximize a hidden frame??? Still, you can access these properties if you simply keep the figure visible and just set its position to somewhere off-screen (say, x=y=9999). The figure will remain visible although effectively hidden from view; it will remain displayed in the taskbar for this reason.</description> <content:encoded><![CDATA[<p>@Jason &#8211; the Java properties &amp; callbacks are only relevant for visible figure frames. After all, how can you minimize/maximize a hidden frame??? Still, you can access these properties if you simply keep the figure visible and just set its position to somewhere off-screen (say, x=y=9999). The figure will remain visible although effectively hidden from view; it will remain displayed in the taskbar for this reason.</p> ]]></content:encoded> </item> <item><title>By: Jason McMains</title><link>http://undocumentedmatlab.com/blog/displaying-hidden-handle-properties/#comment-1043</link> <dc:creator>Jason McMains</dc:creator> <pubDate>Fri, 29 May 2009 12:16:16 +0000</pubDate> <guid
isPermaLink="false">http://undocumentedmatlab.com/?p=237#comment-1043</guid> <description>Yair, I&#039;ve been looking around your getjframe program to get more of these &quot;hidden handle properties.&quot; This adds a lot of great extra functionality! Thanks for that! My question is that for some reason if I set the figure as invisible, all of those hidden callbacks, ie &#039;WindowStateChangedCallback&#039; stop running. Any ideas?Thanks
Jason</description> <content:encoded><![CDATA[<p>Yair, I&#8217;ve been looking around your getjframe program to get more of these &#8220;hidden handle properties.&#8221; This adds a lot of great extra functionality! Thanks for that! My question is that for some reason if I set the figure as invisible, all of those hidden callbacks, ie &#8216;WindowStateChangedCallback&#8217; stop running. Any ideas?</p><p>Thanks<br
/> Jason</p> ]]></content:encoded> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              b7666
Template:           single
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: undocumentedmatlab.com @ 2012-05-18 22:42:58 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          blog/displaying-hidden-handle-properties/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.581s
Header info:
X-Pingback:         http://undocumentedmatlab.com/blog/xmlrpc.php
Set-Cookie:         wpgb_visit_last_php-default=1337406178; expires=Sun, 19-May-2013 05:42:58 GMT; path=/
Link:               <http://undocumentedmatlab.com/?p=237>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Sat, 19 May 2012 05:42:58 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Sat, 19 May 2012 06:42:58 GMT
Pragma:             public
Cache-Control:      public, must-revalidate, proxy-revalidate
Etag:               bc638bf03e915ce30eb5853b44051555
Content-Encoding:   gzip
-->
