<layout bottomRelation="" bottomRelationType="" centerHorizontal="false" centerVertical="false" height="61" horizontalFitPolicy="FIT_POLICY_FIXED" leftRelation="" leftRelationType="" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" mode="Landscape" rightRelation="" rightRelationType="" topRelation="" topRelationType="" type="NONE" verticalFitPolicy="FIT_POLICY_FIXED" width="1280" x="0" y="403"/>
</Panel>
<EditArea id="IDC_COMMENT" parent="IDC_PANEL_COMMENT">
- <property disabledBGBitmapPath="" disabledColor="" disabledColorOpacity="100" disabledTextColor="" guideText="::IDS_MEMO_BODY_ADD_COMMENT" guideTextColor="" highlightedBGBitmapPath="" highlightedColor="" highlightedColorOpacity="100" highlightedTextColor="" horizontalMargin="16" inputStyle="INPUT_STYLE_FULLSCREEN" keypadAction="" keypadStyle="KEYPAD_STYLE_NORMAL" limitLength="100" linkTextColor="" lowerCaseMode="false" normalBGBitmapPath="" normalColor="" normalColorOpacity="100" normalTextColor="" pressedBGBitmapPath="" pressedColor="" pressedColorOpacity="100" text="" textHorizontalAlignment="ALIGNMENT_LEFT" textSize="45" verticalMargin="12" viewMode="false"/>
+ <property disabledBGBitmapPath="" disabledColor="" disabledColorOpacity="100" disabledTextColor="" guideText="::IDS_MEMO_BODY_ADD_COMMENT" guideTextColor="" highlightedBGBitmapPath="" highlightedColor="" highlightedColorOpacity="100" highlightedTextColor="" horizontalMargin="16" inputStyle="INPUT_STYLE_FULLSCREEN" keypadAction="" keypadStyle="KEYPAD_STYLE_NORMAL" limitLength="100" linkTextColor="" lowerCaseMode="false" normalBGBitmapPath="" normalColor="" normalColorOpacity="100" normalTextColor="" pressedBGBitmapPath="" pressedColor="" pressedColorOpacity="100" text="" textHorizontalAlignment="ALIGNMENT_LEFT" textSize="45" verticalMargin="12" viewMode="true"/>
<layout height="90" mode="Portrait" width="680" x="24" y="8"/>
<layout height="661" mode="Landscape" width="92" x="3" y="0"/>
</EditArea>
{
pFormFooter->SetStyle(FOOTER_STYLE_BUTTON_TEXT);
pFormFooter->AddActionEventListener(*this);
- pFormFooter->SetBackButton();
- pFormFooter->SetMenuButton();
+ //pFormFooter->SetBackButton();
+ //pFormFooter->SetMenuButton();
SetFormBackEventListener(this);
SetFormMenuEventListener(this);
__pFormFooter = GetFooter();
__pFormFooter->SetStyle(FOOTER_STYLE_BUTTON_TEXT);
__pFormFooter->AddActionEventListener(*this);
- __pFormFooter->SetBackButton();
- __pFormFooter->SetMenuButton();
+ //__pFormFooter->SetBackButton();
+// __pFormFooter->SetMenuButton();
SetFormBackEventListener(this);
SetFormMenuEventListener(this);
//Show the number of memo in header
SetListFormTitle(ID_MEMO_LIST);
//Enable or disable the edit option depending on the memo count
- int memoCount = MemoListPresentationModel::GetInstance()->GetMemoCount(ID_MEMO_LIST);
+ /*int memoCount = MemoListPresentationModel::GetInstance()->GetMemoCount(ID_MEMO_LIST);
if(memoCount == 0)
{
__pFormFooter->SetMenuButtonEnabled(false);
else
{
__pFormFooter->SetMenuButtonEnabled(true);
- }
+ }*/
__pFormFooter->Draw();
__pMemoListView->ScrollToItem(0);
}
__pFormFooter->SetShowState(true);
}
//Need to add menu button again as menu button was removed
- __pFormFooter->SetMenuButton();
+ //__pFormFooter->SetMenuButton();
SetFormMenuEventListener(this);
DisplayData(ID_MEMO_LIST);
__pMemoListView->ScrollToItem(0);
}
__isSearchRegistered = true;
- __pFormFooter->RemoveMenuButton();
+ //__pFormFooter->RemoveMenuButton();
__pFormFooter->SetShowState(false);
__pSearchBar->SetContentAreaSize(FloatDimension(GetClientAreaBoundsF().width, GetClientAreaBoundsF().height - rect.height));
}
SetListFormTitle(ID_MEMO_LIST);
//Enable or disable the edit option depending on the memo count
- int memoCount = MemoListPresentationModel::GetInstance()->GetMemoCount(ID_MEMO_LIST);
+ /*int memoCount = MemoListPresentationModel::GetInstance()->GetMemoCount(ID_MEMO_LIST);
if (memoCount == 0)
{
__pFormFooter->SetMenuButtonEnabled(false);
else
{
__pFormFooter->SetMenuButtonEnabled(true);
- }
+ }*/
__pFormFooter->Draw();
}
__pMemoData = null;
__pFormFooter = GetFooter();
__pFormFooter->SetStyle(FOOTER_STYLE_BUTTON_TEXT);
__pFormFooter->AddActionEventListener(*this);
- __pFormFooter->SetBackButton();
- __pFormFooter->SetMenuButton();
+ //__pFormFooter->SetBackButton();
+ //__pFormFooter->SetMenuButton();
SetFormBackEventListener(this);
SetFormMenuEventListener(this);