<?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: Matlab toolstrip – part 7 (selection controls)	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=matlab-toolstrip-part-7-selection-controls</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Sat, 14 Dec 2019 17:14:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Rohit		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-508018</link>

		<dc:creator><![CDATA[Rohit]]></dc:creator>
		<pubDate>Sat, 14 Dec 2019 17:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8257#comment-508018</guid>

					<description><![CDATA[How do we put &quot;MJDimensionPicker&quot; in a &quot;TSdropDownButton&quot;? (As it is in [ View (Tab) –&#062; Tiles (Column) –&#062; Custom (Drop-Down Button)] ).  Thanks again for the great articles.]]></description>
			<content:encoded><![CDATA[<p>How do we put &#8220;MJDimensionPicker&#8221; in a &#8220;TSdropDownButton&#8221;? (As it is in [ View (Tab) –&gt; Tiles (Column) –&gt; Custom (Drop-Down Button)] ).  Thanks again for the great articles.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-459060</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 30 Jan 2019 10:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8257#comment-459060</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-459021&quot;&gt;rohit&lt;/a&gt;.

I plan to discuss popup forms (a.k.a. &quot;tear-off dialogs&quot;) in a future post in this miniseries. Stay tuned :-)

In the meantime, you can integrate the underlying &lt;code&gt;MJDimensionPicker&lt;/code&gt; control directly in your figure GUI:
&lt;pre lang=&quot;matlab&quot;&gt;
jc=com.mathworks.mwswing.MJDimensionPicker(java.awt.Dimension(3,4),1);
jc.setAutoGrowEnabled(true);
jc.setSizeLimit(java.awt.Dimension(5,5));
[jhc,hContainer] = javacomponent(jc,[100,100,180,200],gcf);
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-459021">rohit</a>.</p>
<p>I plan to discuss popup forms (a.k.a. &#8220;tear-off dialogs&#8221;) in a future post in this miniseries. Stay tuned 🙂</p>
<p>In the meantime, you can integrate the underlying <code>MJDimensionPicker</code> control directly in your figure GUI:</p>
<pre lang="matlab">
jc=com.mathworks.mwswing.MJDimensionPicker(java.awt.Dimension(3,4),1);
jc.setAutoGrowEnabled(true);
jc.setSizeLimit(java.awt.Dimension(5,5));
[jhc,hContainer] = javacomponent(jc,[100,100,180,200],gcf);
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rohit		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-459021</link>

		<dc:creator><![CDATA[rohit]]></dc:creator>
		<pubDate>Wed, 30 Jan 2019 06:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8257#comment-459021</guid>

					<description><![CDATA[Yair,

Great Post..!

How can we add control similar to [ View (Tab) --&#062; Tiles (Column) --&#062; Custom (Drop-Down Button)] ??

Thanks..!]]></description>
			<content:encoded><![CDATA[<p>Yair,</p>
<p>Great Post..!</p>
<p>How can we add control similar to [ View (Tab) &#8211;&gt; Tiles (Column) &#8211;&gt; Custom (Drop-Down Button)] ??</p>
<p>Thanks..!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-458654</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 28 Jan 2019 14:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8257#comment-458654</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-458643&quot;&gt;BY&lt;/a&gt;.

I plan to discuss positioning, docking and sizing in a near-future post in this miniseries. Stay tuned :-)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-458643">BY</a>.</p>
<p>I plan to discuss positioning, docking and sizing in a near-future post in this miniseries. Stay tuned 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-458653</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 28 Jan 2019 14:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8257#comment-458653</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-458632&quot;&gt;Ramiro Massol&lt;/a&gt;.

I plan to discuss integration of the toolstrip in figures in a future post of this miniseries]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-458632">Ramiro Massol</a>.</p>
<p>I plan to discuss integration of the toolstrip in figures in a future post of this miniseries</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BY		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-458643</link>

		<dc:creator><![CDATA[BY]]></dc:creator>
		<pubDate>Mon, 28 Jan 2019 13:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8257#comment-458643</guid>

					<description><![CDATA[Hello Yair, 

I appreciate your effort for this series. It really changed my approach to MATLAB UI design. I think on moving from the GUI Layout Toolbox provided by David Sampson to toolstrips once I feel more comfortable with them.

My question is, is it possible to get the handle to the window containing the ToolGroup before or after it is created (i.e. hToolGroup.open()). I would like to use the new WindowState property of the figure window that came with the R2018a. My aim is to display the ToolGroup in fullscreen mode when it is opened. 

Or is there any other workaround for this issue? Thank you for your time.]]></description>
			<content:encoded><![CDATA[<p>Hello Yair, </p>
<p>I appreciate your effort for this series. It really changed my approach to MATLAB UI design. I think on moving from the GUI Layout Toolbox provided by David Sampson to toolstrips once I feel more comfortable with them.</p>
<p>My question is, is it possible to get the handle to the window containing the ToolGroup before or after it is created (i.e. hToolGroup.open()). I would like to use the new WindowState property of the figure window that came with the R2018a. My aim is to display the ToolGroup in fullscreen mode when it is opened. </p>
<p>Or is there any other workaround for this issue? Thank you for your time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ramiro Massol		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls#comment-458632</link>

		<dc:creator><![CDATA[Ramiro Massol]]></dc:creator>
		<pubDate>Mon, 28 Jan 2019 12:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8257#comment-458632</guid>

					<description><![CDATA[hi Yair
this series about toolstrips is really cool and i appreciate your effort explaining so many concepts about it. Is it possible to customize toolstrips for a simple GUI or this only works for toolgroups?
best
Ramiro]]></description>
			<content:encoded><![CDATA[<p>hi Yair<br />
this series about toolstrips is really cool and i appreciate your effort explaining so many concepts about it. Is it possible to customize toolstrips for a simple GUI or this only works for toolgroups?<br />
best<br />
Ramiro</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
