<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Silvermoon</title><link>http://silvermoon.codeplex.com/Project/ProjectRss.aspx</link><description>.NET Compact Framework 2.0&amp;#47;3.5 Control library   that uses OpenGL for rendering.</description><item><title>New Post: having to hard reset</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=75833</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;silvermoon 'links' to libGLES_cm.dll which is an OpenGLES 1.x implementation. The version that comes with silvermoon is a software implementation and should only be used in the emulator and not on the device.&amp;nbsp;Devices with OpenGLES 2.0 support (like TG01 or HD2)&amp;nbsp;don't have this dll (it's named libGLESv1.dll). Instead of using the software implementation the silvermoon library has to be recompiled to use the right dlls. (yes, with this dll the cpu is doing all rendering and not the gpu!)&lt;/p&gt;
&lt;p&gt;Someone with VS2008 could give it a try!&lt;br&gt;&lt;a href="http://forum.xda-developers.com/showthread.php?t=644710"&gt;http://forum.xda-developers.com/showthread.php?t=644710&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>heliosdev</author><pubDate>Thu, 11 Mar 2010 19:13:26 GMT</pubDate><guid isPermaLink="false">New Post: having to hard reset 20100311071326P</guid></item><item><title>Created Issue: Wordwrap in grid doesn't work correctly [4133]</title><link>http://silvermoon.codeplex.com/WorkItem/View.aspx?WorkItemId=4133</link><description>Hi Tom&lt;br /&gt;&lt;br /&gt;When using wordwrap on a Label in a grid and the row extends over more than one column &amp;#40;e.g. colspan &amp;#61; 2&amp;#41;, the line breaks after the length of the first column.&lt;br /&gt;&lt;br /&gt;Hope you can fix this&amp;#33;&lt;br /&gt;&lt;br /&gt;Cheers, Rob&lt;br /&gt;</description><author>el_rob</author><pubDate>Wed, 10 Mar 2010 19:12:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Wordwrap in grid doesn't work correctly [4133] 20100310071224P</guid></item><item><title>Reviewed: Silvermoon 0.9 Beta 2 (Mrz 10, 2010)</title><link>http://silvermoon.codeplex.com/releases/view/33944#ReviewBy-el_rob</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Great set of controls&amp;#33;&amp;#33;&amp;#33; Thanks a lot for your hard work, Tom&amp;#33;&amp;#33;&amp;#33;</description><author>el_rob</author><pubDate>Wed, 10 Mar 2010 19:07:31 GMT</pubDate><guid isPermaLink="false">Reviewed: Silvermoon 0.9 Beta 2 (Mrz 10, 2010) 20100310070731P</guid></item><item><title>New Post: having to hard reset</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=75833</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I'm having the same problem on a HTC HD2.&lt;/p&gt;
&lt;p&gt;My app runs fine the first 6 times, but on the 7th start, it crashes without giving me an error (can I enable error messages somewhere?). I have copied &amp;quot;libGLES_CM.dll&amp;quot; to my application directory, but the problem remains.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks, Rob&lt;/p&gt;&lt;/div&gt;</description><author>el_rob</author><pubDate>Wed, 10 Mar 2010 15:27:41 GMT</pubDate><guid isPermaLink="false">New Post: having to hard reset 20100310032741P</guid></item><item><title>New Post: VisualStudio Designer support</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=204140</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Why isn't there any VisualStudio Designer Support?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It qould make life a lot easier.&lt;/p&gt;&lt;/div&gt;</description><author>RolandE</author><pubDate>Mon, 08 Mar 2010 06:04:47 GMT</pubDate><guid isPermaLink="false">New Post: VisualStudio Designer support 20100308060447A</guid></item><item><title>New Post: simple ListView example</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=155482</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi schaze,&lt;/p&gt;
&lt;p&gt;yes, added&lt;/p&gt;
&lt;p&gt;Size = new Size(0, 64);&lt;br&gt;titleLabel.Margin = new Margin(16); // 0 is the default margin&lt;/p&gt;
&lt;p&gt;in&amp;nbsp;the FileItem constructor and it works now!&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;heliosdev&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>heliosdev</author><pubDate>Sun, 07 Mar 2010 15:33:01 GMT</pubDate><guid isPermaLink="false">New Post: simple ListView example 20100307033301P</guid></item><item><title>New Post: Some basic functions missing</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=203927</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I had the same issue. Ended up with overriding the OnLayout method and it it works for me now. However I would prefer the possibility to just set the HighlightedItemColor in my code.&lt;/p&gt;
&lt;p&gt;In general, there are many predifined colors, button styles, etc. in Silvermoon, which can only be changed by overriding OnLayout. I hope the next version of Silvermoon will have more possibilities to &amp;quot;style&amp;quot; certain controls by easier means!&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>el_rob</author><pubDate>Sat, 06 Mar 2010 14:03:46 GMT</pubDate><guid isPermaLink="false">New Post: Some basic functions missing 20100306020346P</guid></item><item><title>New Post: Label with dynamic Size?</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=203629</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I mean that the Scalefactor of the label are set auto. so the Size of letters change if i set a other margin on example changing the grid.&lt;/p&gt;&lt;/div&gt;</description><author>michiski</author><pubDate>Sat, 06 Mar 2010 11:19:34 GMT</pubDate><guid isPermaLink="false">New Post: Label with dynamic Size? 20100306111934A</guid></item><item><title>New Post: Some basic functions missing</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=203927</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I just really noticed that this is &amp;quot;just&amp;quot; a Beta.&lt;/p&gt;
&lt;p&gt;Is there any easy way to change the Highlighted color of a ListViewItem or TreeViewItem without having to override the OnLayout method in a derived class? it uses SysColors.HighlightedItemColor to create the background visual, but the SysColors are all readonly so one cannot change that.&lt;/p&gt;
&lt;p&gt;Am I missing something, or is this really just not implemented?&lt;/p&gt;
&lt;p&gt;Would love to hear some of your opinions.&lt;/p&gt;
&lt;p&gt;/schaze&lt;/p&gt;&lt;/div&gt;</description><author>schaze</author><pubDate>Fri, 05 Mar 2010 11:48:04 GMT</pubDate><guid isPermaLink="false">New Post: Some basic functions missing 20100305114804A</guid></item><item><title>New Post: simple ListView example</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=155482</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi heliosdev,&lt;/p&gt;
&lt;p&gt;did you try setting the Size of the FileItem in the constructor?&lt;/p&gt;
&lt;p&gt;Size=new Size(Width,64);&lt;/p&gt;
&lt;p&gt;Help me once, however I am not sure if this will do the trick here. you may also try to set the Margin of the titleLabel to 0 (new Margin(0)) so that the label gets automatically adjusted to the ListViewItem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;/schaze&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>schaze</author><pubDate>Fri, 05 Mar 2010 11:43:45 GMT</pubDate><guid isPermaLink="false">New Post: simple ListView example 20100305114345A</guid></item><item><title>New Post: Label with dynamic Size?</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=203629</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;what do you mean by automatically fit to the Margin?&lt;/p&gt;
&lt;p&gt;/schaze&lt;/p&gt;&lt;/div&gt;</description><author>schaze</author><pubDate>Fri, 05 Mar 2010 11:39:10 GMT</pubDate><guid isPermaLink="false">New Post: Label with dynamic Size? 20100305113910A</guid></item><item><title>New Post: Lifesigns</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=203829</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Thomas,&lt;/p&gt;
&lt;p&gt;are you still working on Silvermoon? I hope you did not give up on it as it remains my only hope at the moment. I had to abandon my plan to use Fluid for my project as I found myself more on bugfixing Fluid or shipping around strange behaviors than actually doing any work on the app itself :)&lt;/p&gt;
&lt;p&gt;Do you have any news about Beta 3? I am just moving over to Silvermoon now and I am very impressed by how much this Framework has matured compared to Fluid.&lt;br&gt;I however just came over the following in the VirtualItemsCollection Class:&lt;/p&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; Insert(&lt;span style="color:Blue"&gt;int&lt;/span&gt; index, ItemBase item)&lt;br&gt;{&lt;br&gt;   &lt;span style="color:Blue"&gt;throw&lt;/span&gt; &lt;span style="color:Blue"&gt;new&lt;/span&gt; NotImplementedException();&lt;br&gt;}&lt;/pre&gt;
&lt;p&gt;Well this for sure let me stop and think. Did you simply forget to implement it or is there any special reason why a Insert should not be working (a delete does so insert should be no different). I could implement it myself but I really do not want to start messing around in your framework like I had for Fluid as this will not end good I think. :)&lt;/p&gt;
&lt;p&gt;Thanks a lot again for the great framework! If you could just give it a tiny little push it would be just perfect and we could sack all iPhone apps with delight.&lt;/p&gt;
&lt;p&gt;/schaze&lt;/p&gt;
&lt;pre&gt;&lt;br&gt;&lt;/pre&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow:hidden"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void Insert(int index, ItemBase item)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new NotImplementedException();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;</description><author>schaze</author><pubDate>Thu, 04 Mar 2010 18:08:55 GMT</pubDate><guid isPermaLink="false">New Post: Lifesigns 20100304060855P</guid></item><item><title>New Post: Listview virtual mode</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=203393</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Never mind. I found the problem... I was creating multiple fonts using &amp;quot;Font&amp;quot; instead of &amp;quot;FontSprite&amp;quot;, which caused the error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>el_rob</author><pubDate>Thu, 04 Mar 2010 15:47:59 GMT</pubDate><guid isPermaLink="false">New Post: Listview virtual mode 20100304034759P</guid></item><item><title>New Post: Label with dynamic Size?</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=203629</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I want to make Labels that automaticly fit to the Margin.&lt;/p&gt;
&lt;p&gt;Is there any possibility?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>michiski</author><pubDate>Wed, 03 Mar 2010 07:04:21 GMT</pubDate><guid isPermaLink="false">New Post: Label with dynamic Size? 20100303070421A</guid></item><item><title>New Post: Listview virtual mode</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=203393</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello all&lt;/p&gt;
&lt;p&gt;I'm trying to add listview items using the virtual mode. Unlike in the Silvermoon demo, I would like to add these Items already in the &amp;quot;root&amp;quot; of the listview. I'm using the &amp;quot;AttachItem&amp;quot; event like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;void&lt;/span&gt; OnAttachItem(&lt;span style="color:Blue"&gt;object&lt;/span&gt; sender, TreeViewItemEventArgs e)
        {
            &lt;span style="color:Blue"&gt;int&lt;/span&gt; index = e.Index;

            &lt;span style="color:Green"&gt;// stationList is a list containing StationData entries&lt;/span&gt;
            StationData data = stationList[index];
            
            e.Item = &lt;span style="color:Blue"&gt;new&lt;/span&gt; StationItem(data.stationName);
        }
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is giving me an &amp;quot;out of memory&amp;quot; exception when scrolling down a certain number of entries, as there are around 500 listitems. I've tried to implement the &amp;quot;DetachItem&amp;quot; event, but this is not triggering. Is there anyone who can help me with a simple example of the virtual mode and &amp;gt;100 listitems?&lt;/p&gt;
&lt;p&gt;Any help would be appreciated!&lt;/p&gt;
&lt;p&gt;Thanks, Rob&lt;/p&gt;&lt;/div&gt;</description><author>el_rob</author><pubDate>Mon, 01 Mar 2010 12:04:39 GMT</pubDate><guid isPermaLink="false">New Post: Listview virtual mode 20100301120439P</guid></item><item><title>New Post: How to use silvermoon for development</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=82518</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Create a new C# Devcie Application. (Smart Device - Windows Mobile 6 Professional)&lt;br&gt;Add references to silvermoon dlls (SilverMoon.dll and OpenGL.dll)&lt;br&gt;In the Form1 (renamed to MainForm) initialize Silvermoon:&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;using&lt;/span&gt; System;
&lt;span style="color:Blue"&gt;using&lt;/span&gt; System.Drawing;
&lt;span style="color:Blue"&gt;using&lt;/span&gt; System.IO;
&lt;span style="color:Blue"&gt;using&lt;/span&gt; System.Reflection;
&lt;span style="color:Blue"&gt;using&lt;/span&gt; System.Windows.Forms;

&lt;span style="color:Blue"&gt;using&lt;/span&gt; Silvermoon.Animations;
&lt;span style="color:Blue"&gt;using&lt;/span&gt; Silvermoon.Controls;
&lt;span style="color:Blue"&gt;using&lt;/span&gt; Silvermoon.OpenGL;

&lt;span style="color:Blue"&gt;namespace&lt;/span&gt; Test
{
    &lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;partial&lt;/span&gt; &lt;span style="color:Blue"&gt;class&lt;/span&gt; MainForm : Form
    {
        &lt;span style="color:Blue"&gt;public&lt;/span&gt; Silvermoon.Core.Screen _screen;

        &lt;span style="color:Blue"&gt;public&lt;/span&gt; MainForm()
        {
            InitializeComponent();
        }

        &lt;span style="color:Blue"&gt;protected&lt;/span&gt; &lt;span style="color:Blue"&gt;override&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; OnPaint(PaintEventArgs e)
        {
            &lt;span style="color:Blue"&gt;if&lt;/span&gt; (_screen != &lt;span style="color:Blue"&gt;null&lt;/span&gt;)
            {
                _screen.Invalidate();
                _screen.Render();
            }
        }

        &lt;span style="color:Blue"&gt;protected&lt;/span&gt; &lt;span style="color:Blue"&gt;override&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; OnPaintBackground(PaintEventArgs e)
        {
        }

        &lt;span style="color:Blue"&gt;private&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; MainForm_Load(&lt;span style="color:Blue"&gt;object&lt;/span&gt; sender, EventArgs e)
        {
            _screen = Silvermoon.Core.Screen.Initialize(&lt;span style="color:Blue"&gt;this&lt;/span&gt;);
            _screen.Renderer.BackgroundColor = Color.White;
            _screen.Renderer.Perspective = &lt;span style="color:Blue"&gt;true&lt;/span&gt;;

            TestForm testForm = &lt;span style="color:Blue"&gt;new&lt;/span&gt; TestForm();
            testForm.Color = Color.White;
            testForm.TransitionDuration = 1500;
            testForm.Show(TransitionMode.FadeIn);
        }
    }
}&lt;/pre&gt;
&lt;pre&gt;And the TestForm will be your entry form for your app: (no drag&amp;amp;drop support, create a new class and inherit from Window or Dialog)&lt;/pre&gt;
&lt;pre&gt;&lt;div style="color:Black;background-color:White"&gt;&lt;pre&gt;&lt;span style="color:Blue"&gt;using&lt;/span&gt; System;
&lt;span style="color:Blue"&gt;using&lt;/span&gt; System.Drawing;

&lt;span style="color:Blue"&gt;using&lt;/span&gt; Silvermoon.Controls;

&lt;span style="color:Blue"&gt;namespace&lt;/span&gt; Test
{
    &lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;class&lt;/span&gt; TestForm : Window
    {
        &lt;span style="color:Blue"&gt;public&lt;/span&gt; TestForm()
            : &lt;span style="color:Blue"&gt;base&lt;/span&gt;()
        {
            Initialize();
        }

        &lt;span style="color:Blue"&gt;private&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; Initialize()
        {
            ChromeButton cmdTest = &lt;span style="color:Blue"&gt;new&lt;/span&gt; ChromeButton();
            cmdTest.Text = &lt;span style="color:#A31515"&gt;&amp;quot;test&amp;quot;&lt;/span&gt;;
            cmdTest.Color = Color.DarkCyan;
            cmdTest.Size = &lt;span style="color:Blue"&gt;new&lt;/span&gt; Size(160, 64);
            cmdTest.Margin = &lt;span style="color:Blue"&gt;new&lt;/span&gt; Margin(&lt;span style="color:Blue"&gt;null&lt;/span&gt;, &lt;span style="color:Blue"&gt;null&lt;/span&gt;, 240 + 32, 100);
            cmdTest.Click += &lt;span style="color:Blue"&gt;new&lt;/span&gt; EventHandler(cmdTest_Click);
            Controls.Add(cmdTest);
        }&lt;/pre&gt;
&lt;pre&gt;        &lt;span style="color:Blue"&gt;void&lt;/span&gt; cmdTest_Click(&lt;span style="color:Blue"&gt;object&lt;/span&gt; sender, EventArgs e)
        {&lt;/pre&gt;
&lt;pre&gt;            Screen.Close();
        }
    }
}&lt;/pre&gt;
&lt;pre&gt;To run this app (and any other opengles apps) on the emulator you have to copy the libgles_cm.dll (211KB, in silvermoon demo folder) to the emulator's /windows folder.&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;(save the emulator state so you don't have to this everytime again) This is a software renderer and shouldn't be copied to your device!&lt;/pre&gt;
&lt;pre&gt;It's slow but enough for development. (animations/transitons have to be checked on the device)&lt;/pre&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description><author>heliosdev</author><pubDate>Tue, 23 Feb 2010 14:13:48 GMT</pubDate><guid isPermaLink="false">New Post: How to use silvermoon for development 20100223021348P</guid></item><item><title>New Post: simple ListView example</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=155482</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;first of all thanks for these nice controls! I'm building an application right now but have problems&amp;nbsp;creating a ListView!&lt;br&gt;What I have so far is&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;        &lt;span style="color:Blue"&gt;private&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; CreateListView()
        {
            ListView listView = &lt;span style="color:Blue"&gt;new&lt;/span&gt; ListView();
            listView.Margin = &lt;span style="color:Blue"&gt;new&lt;/span&gt; Margin(16);
            listView.ItemHeight = 64;
            listView.ItemClicked += &lt;span style="color:Blue"&gt;new&lt;/span&gt; EventHandler&amp;lt;ItemEventArgs&amp;gt;(listView_ItemClicked);
            listView.BeginInit();
            &lt;span style="color:Blue"&gt;foreach&lt;/span&gt; (&lt;span style="color:Blue"&gt;string&lt;/span&gt; fileName &lt;span style="color:Blue"&gt;in&lt;/span&gt; GetFileNames())
            {
                FileItem item = &lt;span style="color:Blue"&gt;new&lt;/span&gt; FileItem(fileName);
                listView.Items.Add(item);
            }
            listView.EndInit();
            Controls.Add(listView);
        }

        &lt;span style="color:Blue"&gt;void&lt;/span&gt; listView_ItemClicked(&lt;span style="color:Blue"&gt;object&lt;/span&gt; sender, ItemEventArgs e)
        {
        }
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;Where GetFileNames() returns a List&amp;lt;string&amp;gt; and FileItem is&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;    &lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;class&lt;/span&gt; FileItem : ListViewItem, ISelectable
    {
        &lt;span style="color:Blue"&gt;public&lt;/span&gt; FileItem(&lt;span style="color:Blue"&gt;string&lt;/span&gt; title)
            : &lt;span style="color:Blue"&gt;base&lt;/span&gt;()
        {
            Label titleLabel = &lt;span style="color:Blue"&gt;new&lt;/span&gt; Label();
            titleLabel.Text = title;
            Controls.Add(titleLabel);
        }
    }&lt;/pre&gt;
&lt;pre&gt;But the list isn't visible. What am I missing?&lt;/pre&gt;
&lt;pre&gt;Thanks,&lt;/pre&gt;
&lt;pre&gt;heliosdev&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description><author>heliosdev</author><pubDate>Tue, 23 Feb 2010 13:41:51 GMT</pubDate><guid isPermaLink="false">New Post: simple ListView example 20100223014151P</guid></item><item><title>New Post: Problem with egl.GetDisplay()</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=85012</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I download the source code and try to compile it, but I got the error at compilation time.&lt;/p&gt;
&lt;p&gt;The error are from these lines&lt;/p&gt;
&lt;p&gt;display = egl.GetDisplay(new EGLNativeDisplayType(true));&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;display = egl.GetDisplay(new EGLNativeDisplayType(window));&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please give me a suggestion to solve this problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you in advance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PS: Is it possible to bring and compile this code in WM6 Standard (Smartphone)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;</description><author>KSD</author><pubDate>Thu, 11 Feb 2010 17:02:26 GMT</pubDate><guid isPermaLink="false">New Post: Problem with egl.GetDisplay() 20100211050226P</guid></item><item><title>New Post: What apps have people developed with Silvermoon?</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=83896</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;em&gt;I was just wondering what apps people have developed with Silvermoon?&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;</description><author>andrewje</author><pubDate>Wed, 10 Feb 2010 09:44:35 GMT</pubDate><guid isPermaLink="false">New Post: What apps have people developed with Silvermoon? 20100210094435A</guid></item><item><title>New Post: How about XAML?</title><link>http://silvermoon.codeplex.com/Thread/View.aspx?ThreadId=82736</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;How about include the possibility to create UI's using a small subset of XAML?&lt;/p&gt;
&lt;p&gt;I'm talking about a single namespace, no binding... Just UI attributes and event handling.&lt;/p&gt;&lt;/div&gt;</description><author>xarmoso</author><pubDate>Mon, 01 Feb 2010 14:41:02 GMT</pubDate><guid isPermaLink="false">New Post: How about XAML? 20100201024102P</guid></item></channel></rss>