No tab - can't see title

1 view
Skip to first unread message

dekely

unread,
Jan 23, 2010, 1:27:59 PM1/23/10
to dockableflex
Hi,
I saw a post how to create a docable panel without a nested tab.
the problem is that I can't see the title, here is my code:

package com.dci.controls
{
import mx.containers.VBox;

import net.goozo.mx.dockable.IDockableContainer;

public class SingleDockableContainer extends VBox implements
IDockableContainer {
public function get floatEnabled():Boolean{ return false; }
public function closeChild():void{}
public function set panelType(value:int):void{};
}
}

<ns1:DockablePanel height="200" title="Events" id="events"
showCloseButton="true" />


Any idea?

thanks
Dekel

dekely

unread,
Jan 23, 2010, 1:37:50 PM1/23/10
to dockableflex
Found the answer here in the forum:

<ns1:DockablePanel>
<ns1:DockableVBox label="aaa" backgroundColor="0xFFFFFF" />
</ns1:DockablePanel>

Reply all
Reply to author
Forward
0 new messages