<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Flex 2 :: DND Containers ! :: Abstract and powerful</title>
	<link>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/</link>
	<description>Components are the building blocks of our Universe, that is why I make them!</description>
	<pubDate>Tue, 06 Jan 2009 22:13:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: Ipog</title>
		<link>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-16412</link>
		<pubDate>Fri, 25 Jan 2008 07:55:49 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-16412</guid>
					<description>Hi,

DND Containers are really excellent.. I like it very much and I do like to create simple &quot;Panel&quot; drag / swap / auto rearrange, like your &quot;DND Containers&quot;. Will you be able to throw me some light on that? How I can achieve the same and what is the concept behind this? 

I am eagerly waiting for your response.

Thanks in Advance,
Ipog</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>DND Containers are really excellent.. I like it very much and I do like to create simple &#8220;Panel&#8221; drag / swap / auto rearrange, like your &#8220;DND Containers&#8221;. Will you be able to throw me some light on that? How I can achieve the same and what is the concept behind this? </p>
<p>I am eagerly waiting for your response.</p>
<p>Thanks in Advance,<br />
Ipog
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: teoti.graphix</title>
		<link>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-7149</link>
		<pubDate>Thu, 22 Mar 2007 18:38:31 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-7149</guid>
					<description>Hi Justin,

Well basically the ITitleBarControl interface(was ITitleBar) is properties. Such as;

- title
- titleIcon
- closeButtonRenderer
- showCloseButton
- closeButton

etc. for other buttons.

Creates a way to swap out bars in various pane implementations without hard coupling of bar classes. This component is going to get released soon and I took out DND for now. I found I didn't want to code the dnd into the framework but, actually composite in.

I am a big fan of interfaces and with this component coming up, I even have an IButton interface.

The closeButton in the ITitleBarControl interface is actually of type IButton. This allows you to add a VBox or something instead of a mx.controls.Button if you need a specialized closeButton in your pane's bar. I also had to subclass Button to ButtonFX, in that class I then implemented IButton(which is already implemented).

Anyway, that is the short of it, I see you on flexcoders, so if you are subscribed to flexcomponents, ou will see when this is released.

Joss, the framework is what all the components are written in, this component will be called the TaskPane collection. Look at www.teotigraphix.com for more information as it comes around to fruition.

Mike</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>Well basically the ITitleBarControl interface(was ITitleBar) is properties. Such as;</p>
<p>- title<br />
- titleIcon<br />
- closeButtonRenderer<br />
- showCloseButton<br />
- closeButton</p>
<p>etc. for other buttons.</p>
<p>Creates a way to swap out bars in various pane implementations without hard coupling of bar classes. This component is going to get released soon and I took out DND for now. I found I didn&#8217;t want to code the dnd into the framework but, actually composite in.</p>
<p>I am a big fan of interfaces and with this component coming up, I even have an IButton interface.</p>
<p>The closeButton in the ITitleBarControl interface is actually of type IButton. This allows you to add a VBox or something instead of a mx.controls.Button if you need a specialized closeButton in your pane&#8217;s bar. I also had to subclass Button to ButtonFX, in that class I then implemented IButton(which is already implemented).</p>
<p>Anyway, that is the short of it, I see you on flexcoders, so if you are subscribed to flexcomponents, ou will see when this is released.</p>
<p>Joss, the framework is what all the components are written in, this component will be called the TaskPane collection. Look at <a href='http://www.teotigraphix.com' rel='nofollow'>www.teotigraphix.com</a> for more information as it comes around to fruition.</p>
<p>Mike
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jwoptiz</title>
		<link>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-7140</link>
		<pubDate>Thu, 22 Mar 2007 14:38:51 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-7140</guid>
					<description>Hi Mike,

Love the site and the work here.  Just curious about your ITitleBar &amp;#38; ITitleBarDataRenderer interfaces.  Any possible hints as to what kind of methods these interfaces are expecting from their implementors?

Justin</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Love the site and the work here.  Just curious about your ITitleBar &amp; ITitleBarDataRenderer interfaces.  Any possible hints as to what kind of methods these interfaces are expecting from their implementors?</p>
<p>Justin
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joss</title>
		<link>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-7090</link>
		<pubDate>Mon, 19 Mar 2007 22:02:46 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-7090</guid>
					<description>I were we can find / buy this framework ?</description>
		<content:encoded><![CDATA[<p>I were we can find / buy this framework ?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Campbell</title>
		<link>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-592</link>
		<pubDate>Tue, 24 Oct 2006 04:39:25 +0000</pubDate>
		<guid>http://www.blog.teotigraphix.com/2006/10/19/flex-2-dnd-containers-abstract-and-powerful/#comment-592</guid>
					<description>EKKKKKKK! Thats extremly cool. All you need is a blured background on the titlewindow bacground, a little skinning, some widgets and a grass desktop image and you'll have vista (not meant to be an insult by the way lol). Nice work!</description>
		<content:encoded><![CDATA[<p>EKKKKKKK! Thats extremly cool. All you need is a blured background on the titlewindow bacground, a little skinning, some widgets and a grass desktop image and you&#8217;ll have vista (not meant to be an insult by the way lol). Nice work!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
