sdb push org.tizen.tbt_pushtestapp-1.0.0-arm.tpk /tmp
sdb push org.tizen.tbt_ui_viewmgr-1.0.0-arm.tpk /tmp
sdb push org.example.multiclass-1.0.0-arm.tpk /tmp
+sdb push org.example.widget-1.0.0-arm.tpk /tmp
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_dataprovider-1.0.0-arm.tpk" $EXECUTION_USER
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_serviceapp-1.0.0-arm.tpk" $EXECUTION_USER
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbt_pushtestapp-1.0.0-arm.tpk" $EXECUTION_USER
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbt_ui_viewmgr-1.0.0-arm.tpk" $EXECUTION_USER
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.example.multiclass-1.0.0-arm.tpk" $EXECUTION_USER
+sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.example.widget-1.0.0-arm.tpk" $EXECUTION_USER
sdb push dog_1024_960.gif /home/$EXECUTION_USER/media/Images
sdb push SampleMP3.mp3 /home/$EXECUTION_USER/media/Sounds
sdb push org.tizen.tbtcoreapp-1.0.0-x86.tpk /tmp
sdb push org.tizen.tbt_pushtestapp-1.0.0-x86.tpk /tmp
sdb push org.tizen.tbt_ui_viewmgr-1.0.0-x86.tpk /tmp
-sdb push org org.example.multiclass-1.0.0-x86.tpk /tmp
+sdb push org.example.multiclass-1.0.0-x86.tpk /tmp
+sdb push org.example.widget-1.0.0-x86.tpk /tmp
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_dataprovider-1.0.0-x86.tpk" $EXECUTION_USER
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_serviceapp-1.0.0-x86.tpk" $EXECUTION_USER
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbt_pushtestapp-1.0.0-x86.tpk" $EXECUTION_USER
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbt_ui_viewmgr-1.0.0-x86.tpk" $EXECUTION_USER
sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.example.multiclass-1.0.0-x86.tpk" $EXECUTION_USER
+sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.example.widget-1.0.0-x86.tpk" $EXECUTION_USER
sdb push dog_1024_960.gif /home/$EXECUTION_USER/media/Images
sdb push SampleMP3.mp3 /home/$EXECUTION_USER/media/Sounds
mTableView.AddChild(mWidgetView, TableView::CellPosition(4,0));
mTableView.SetFixedHeight(4, 0.9*bodySize.width/2);
- mWidgetView_1 = mWidgetViewManager.AddWidget("org.tizen.no.widget", "", bodySize.width, 0.9*bodySize.width/2, 2000.0 );
+ mWidgetView_1 = mWidgetViewManager.AddWidget("org.example.widget", "", bodySize.width, 0.9*bodySize.width/2, 2000.0 );
mWidgetView_1.SetParentOrigin( ParentOrigin::TOP_LEFT );
mWidgetView_1.SetAnchorPoint( AnchorPoint::TOP_LEFT );
mWidgetView_1.SetBackgroundColor( Vector4(0.0f, 0.0f, 0.0f, 0.0f) );
mWidgetView_1.SetPosition( 0.0f, 0.0f );
- mWidgetView_1.WidgetCreationAbortedSignal().Connect( this, &TBTDaliWidgetView::onWidgetCreationAbortedSignal );
-
+
mTableView.AddChild(mWidgetView_1, TableView::CellPosition(5,0));
mTableView.SetFixedHeight(5, 0.9*bodySize.width/2);
else if(btnActivate==button)
{
DBG("btnActivate click");
+ mWidgetView_1.WidgetCreationAbortedSignal().Connect( this, &TBTDaliWidgetView::onWidgetCreationAbortedSignal );
mWidgetView_1.ActivateFaultedWidget();
}