//This function is called when the app exit normally.
base.OnTerminate();
}
-/*
+
protected override void OnLowMemory(LowMemoryEventArgs e)
{
//This function is called when the system is low on memory.
//This function is called when the language is changed.
base.OnLocaleChanged(e);
}
-*/
+
private static void _Main(string[] args)
{
//Create an Application
ttsPlayer.StateChanged += (s, e) =>
{
- Tizen.Log.Debug("NUI", "TTS state changed!!!");
+ Tizen.Log.Debug("TTS state changed!!!");
};
ttsPlayer.Pause();
ttsPlayer.Resume();
ttsPlayer.Stop();
- Tizen.Log.Debug("NUI", "TTS state: " + ttsPlayer.GetState());
+ Tizen.Log.Debug("TTS state: " + ttsPlayer.GetState());
}
[STAThread]
{
cnt++;
Tizen.Log.Debug("NUI", "[WindowFocusTest] WindowFocusChanged event comes! focus gained=" + ee.FocusGained);
- imageVisualMap1.Size += new Size2D(50, 50);
+ imageVisualMap1.Size += new Vector2(50.0f, 50.0f);
imageVisualMap1.Position += new Vector2(20.0f, 20.0f);
textVisualMap1.Text = "Hello Goodbye" + cnt;
Name: csapi-nui
Summary: dali-NUI
-Version: 0.2.41
+Version: 0.2.39
Release: 1
Group: Development/Libraries
License: Apache-2.0 and BSD-3-Clause and MIT
// You can specify all the values or you can default the Build and Revision Numbers\r
// by using the '*' as shown below:\r
// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("0.2.41.0531")]\r
-[assembly: AssemblyFileVersion("0.2.41.0531")]\r
+[assembly: AssemblyVersion("0.2.39.0519")]\r
+[assembly: AssemblyFileVersion("0.2.39.0519")]\r
{
public const int ver1 = 1;
public const int ver2 = 2;
- public const int ver3 = 41;
+ public const int ver3 = 39;
public const int nuiVer1 = 0;
public const int nuiVer2 = 2;
- public const int nuiVer3 = 41;
+ public const int nuiVer3 = 39;
public const string nuiRelease = "";
}