[Tizen] fix TCT BLOCK issue
authorminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 08:13:50 +0000 (17:13 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 08:14:03 +0000 (17:14 +0900)
This reverts commit bce06d6a340aa3bceb68a4fc9b8c731ea3f8b02a.

Change-Id: I0385c554995c9d68a6cdfbcd037ae3145a86cf78

src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/CustomView/Spin.cs

index 3c2f63f..5bf22b7 100755 (executable)
@@ -988,7 +988,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="handle">Handle to an object</param>
         /// <returns>A handle to a View or an uninitialized handle</returns>
-        [Obsolete("Please do not use! this will be deprecated, instead please us as keyword.")]
+        [Obsolete("Please do not use! this will be deprecated, instead please use as keyword.")]
         public new static View DownCast(BaseHandle handle)
         {
             View ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as View;
@@ -996,7 +996,7 @@ namespace Tizen.NUI.BaseComponents
             return ret;
         }
 
-        [Obsolete("Please do not use! this will be deprecated, instead please us as keyword.")]
+        [Obsolete("Please do not use! this will be deprecated, instead please use as keyword.")]
         public static T DownCast<T>(View view) where T : View
         {
             T ret = Registry.GetManagedBaseHandleFromNativePtr(view) as T;
index e3e9f2c..cfed4a8 100755 (executable)
@@ -76,7 +76,8 @@ namespace Tizen.NUI
         public override void OnInitialize()
         {
             // Initialize the propertiesControl
-            _arrowImage = "/home/tengxb/Workspace/nui-debug/examples/res/images/arrow.png";
+            //_arrowImage = "/home/tengxb/Workspace/nui-debug/examples/res/images/arrow.png";
+            _arrowImage = Tizen.Applications.Application.Current.DirectoryInfo.Resource + "picture.png";
             _textBackgroundColor = new Color(0.6f, 0.6f, 0.6f, 1.0f);
             _currentValue = 0;
             _minValue = 0;