Closed jsobczuk closed 6 years ago
1#. I can't understand what is issue exactly. please attach screenshot image and your code snippet (I can't know which text color(Entrypopup or Label?) had changed "white"). And what you mean this sentence? "Text only have good color while focused , but despite that it's white." please wrtite detail information about the issue.
2#. I have encountered error when I extract file that is attached in TNEXT-16153, please attach screenshot or code snippet for clarifying the issue.
regarding 2#TwoButton page icon attribute not changed issue. I have checked with WearableUIGallery TC. MenuItem change is working fine. Icon also changed properly. you can see MenuItem icon changing code at https://github.com/Samsung/Tizen.CircularUI/pull/94.
If you have tried to change only icon attribute instead of changing menu item. it is abnormal operation. MenuItem object is attached static. so even if you change icon attribte after MenuItem set operation, it will not apply to MenuItem.
I uploaded .zip version of application at : TNEXT-16153
Ok, thanks for resolving the Icon issue.
After you launch application (GoToEntryPopupPage) , just type something into entry, then leave the page and come back. Text color is chaning to white even though property is set in XAML file.
Same thing happens when I would add a button on this page , that click would change EntryPopup "IsPassword" property. After changed to IsPassword=true , text also changes to white.
attached project code : http://suprem.sec.samsung.net/jira/browse/TNEXT-16153 reproduce step : launch app -> Go to EntryPopupPage -> type something -> back key -> Go to EntryPopupPage -> typed charactor are display but color is changed.
This issue looks resolved in PR #108
I found two problems one with EntryPopup and one with TwoButtonPage.
Description:
I attach simple application showing two problems , one with EntryPopup , and one with left and right buttons in TwoButtonPage. Both are Tizen.Wearable.CircularUI.Forms components.
1# EntryPopup
Text color changes to "white" after initializing Text attribute from view model. To obtain this in my application just write something in entry , go to previous page , and again go to EntryPopup page. Text only have good color while focused , but despite that it's white.
2#TwoButtonPage.
Can not change icon attribute in runtime. Button at left is changing Icon attribute of the button at right. In TwoButton.xaml there is commented code, because I was testing it in two ways:
a) binding Icon to property and then changing property by doing OnPropertyChanged
b) changing Icon in Code Behind file by creating an event
Both do not work , Icon is not changing at right button.
See issue and application at: TNEXT-16153