Forum  Core :: SDK (Vi...   Let's Chat Abo...  6.2.2 problems on multiple controls
Previous Previous
 
Next Next
New Post 12/17/2008 12:13 AM
  noam.pintel
271 posts
4th Level Poster




Re: 6.2.2 problems on multiple controls 

Hi Obscur32,

The you can find the DateTimePicker format date bug HERE , at the moment we are waiting to Microsoft to support the format feature in the Silverlight DateTimePicker.

The Form maximized bug - I can't reproduce it , you will have to send me a sample application.

The ReportViewer bug - A new issue has been created HERE, the workaround for now is to set the VWG_DisableObscuringSwitch in the web.config file to: "1".

The ComboBox bug - I can't understand what you mean by "manually deleting", please explain.

The ListView bug - In our Catalog sample application we have a bounded list view and the columns captions looks OK.So try to look at this and send me some sample application if you still can get the caption to work well.

Thanks,

Noam

 

 
New Post 12/17/2008 12:08 PM
  0bscur32
2 posts
No Ranking


Re: 6.2.2 problems on multiple controls 

Hi Noam, to reproduce the form maximized bug, just create a new project, add a new form and on a button click:

Form2 frm = new Form2();
frm.Show();

Then try to maximize the Form2, clicking on the respective icon.

The listview bug can be reproduced adding to the same form a listview and the code:


 private void button2_Click(object sender, EventArgs e)
        {
            List<MyTestClass> lst = new List<MyTestClass>();
            lst.Add(new MyTestClass() { ID = 1, Name = "First Name", Date = new DateTime(2005, 10, 23), Value = 10M });
            listView1.DataSource = lst;
        }

    public class MyTestClass
    {
        public int ID { get; set; }
        public string Name { get; set; }
        public DateTime Date { get; set; }
        public Decimal Value { get; set; }
    }

 

When I do this, my application looks like this:

img167.imageshack.us/img167/2962/vwgslig0.jpg
BUT if I resize the browsers window, the form2 gets the right position on screen and if I hit F5 "Refresh", the listView captions appears.

Don't know what i am missing here, there is nothing crazy, just basic stuff.

By "Manually deleting" I mean selecting the ComboBox content with the mouse and pressing delete on the keyboard or backspace, etc. If the current Text of the comboBox cannot be found on the combo's dropdown list, the SelectedIndex should return -1 i think (and thats the way winForms do)
 

 
Previous Previous
 
Next Next
  Forum  Core :: SDK (Vi...   Let's Chat Abo...  6.2.2 problems on multiple controls
Assessment Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS