Hi,
I try to use data binding for EditTex or Text Box with NativeUI Builder's help.
I am able to launch 'Data Binding Wizard' via Properties->DataBinding->Text->AddDataBinding
From wizard I am able to select 'Member Variable Type' (Data Type) as Tizen::Base::DataTime or Tizen::Base::Short
After this code is automatically generated...
I have got code :
pContext->Bind(L"shortValueBinding", L"IDC_EDITAREA1", L"text", myShortValue1, DATA_BINDING_DATA_TYPE_SHORT, DATA_BINDING_FLOW_TWO_WAY, DATA_BINDING_TRIGGER_EXPLICIT, null, null, null);
But there are no defined types in enum DataBindingDataType
DATA_BINDING_DATA_TYPE_SHORT and DATA_BINDING_DATA_TYPE_DATATIME
How could I use binding for these datatypes?
If I can't use...Will Tizen support binding for these datatypes in future or they should be excluded from wizard?
Alexey.