Project “mynwt” Temporarily Unavailable
by Mikoj on Oct.03, 2008, under MYNWT, NWT
Becouse:
"Live Labs' experimental developer toolset, codename "Volta" (previously available at http://livelabs.com/volta/), is currently unavailable while we make a few changes. We have removed the download and documentation from our site. Your existing copies of the software will continue to function as before, this only affects new downloads. We assure you, the technology will be available again soon."
text from : http://livelabs.com/blog/volta-offline/
MyNWT first Screencast
by Mikoj on May.01, 2008, under .NET, C#, CSS, MYNWT, NWT, XHTML
Code used in Screencast:
Div d = new Div();
Div d2 = new Div();
Div d3 = new Div();
d.Style.MarginTop = "10px";
d2.Style.MarginTop = "10px";
d3.Style.MarginTop = "10px";
Panel p = new Panel();
p.Title = "Hello";
p.Collapsible = true;
p.Collapsibled = true;
p.TitlePosition = TextPosition.Left;
p.Width = 100;
p.Text = "text in panel title positon left width 100";
Panel p2 = new Panel();
p2.Title = "My";
p2.Width = 200;
p2.Height = 100;
p2.Collapsible = true;
p2.Text = "Text in panel center width 200 height 100";
p2.TextPosition = TextPosition.Center;
Panel p3 = new Panel();
p3.Title = "NWT";
p3.TitlePosition = TextPosition.Right;
p3.Text = "text in panel right and title position right";
p3.TextPosition = TextPosition.Right;
p3.Collapsible = true;
Panel p4 = new Panel();
p4.Text = "text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel";
p4.TextPosition = TextPosition.Justify;
p4.Collapsible = true;
p4.Collapsibled = true;
Panel p5 = new Panel();
p5.Title = "Title panel in panel without Title <img src='http://www.mynwt.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ";
p5.Text = "Text in panel";
p4.Add(p5);
p5.Collapsible = true;
Document.Body.AppendChild(p);
Document.Body.AppendChild(d);
Document.Body.AppendChild(p2);
Document.Body.AppendChild(d2);
Document.Body.AppendChild(p3);
Document.Body.AppendChild(d3);
Document.Body.AppendChild(p4);
Next ScreenShots
by Mikoj on Apr.27, 2008, under .NET, C#, CSS, MYNWT, NWT, XHTML
FireFox
InternetExplorer
Code:
Div d = new Div(); Div d2 = new Div(); Div d3 = new Div(); d.Style.MarginTop = "10px"; d2.Style.MarginTop = "10px"; d3.Style.MarginTop = "10px"; Panel p = new Panel(); p.Title = "Hello"; p.TitlePosition = TextPosition.Left; p.Width = 100; p.Text = "text in panel title positon left width 100"; Panel p2 = new Panel(); p2.Title = "My"; p2.Width = 200; p2.Height = 100; p2.Text = "Text in panel center width 200 height 100"; p2.TextPosition = TextPosition.Center; Panel p3 = new Panel(); p3.Title = "NWT"; p3.TitlePosition = TextPosition.Right; p3.Text = "text in panel right and title position right"; p3.TextPosition = TextPosition.Right; Panel p4 = new Panel(); p4.Text = "text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel text in panel justify without title panel"; p4.TextPosition = TextPosition.Justify; Panel p5 = new Panel(); p5.Title = "Title panel in panel without Title <img src='http://www.mynwt.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> "; p5.Text = "Text in panel"; p4.Add(p5); Document.Body.AppendChild(p); Document.Body.AppendChild(d); Document.Body.AppendChild(p2); Document.Body.AppendChild(d2); Document.Body.AppendChild(p3); Document.Body.AppendChild(d3); Document.Body.AppendChild(p4);
First ScreenShots
by Mikoj on Apr.27, 2008, under .NET, C#, CSS, JavaScript, MYNWT, NWT, XHTML
FireFox
Internet Exploreer
And Code :
Div d = new Div(); Div d2 = new Div(); d.Style.MarginTop = "10px"; d2.Style.MarginTop = "10px"; Panel p = new Panel() { Title = "Hello", Frame = true}; Panel p2 = new Panel() { Title = "My"}; Panel p3 = new Panel() { Title = "NWT", Frame = true}; Document.Body.AppendChild(p); Document.Body.AppendChild(d); Document.Body.AppendChild(p2); Document.Body.AppendChild(d2); Document.Body.AppendChild(p3););
Start…
by Mikoj on Apr.25, 2008, under .NET, C#, MYNWT, NWT
25.04.2008 is date when i start working over my project. Now configure www (blog) and SVN, when i have something to show I send files to SVN.



