In WPF, is it possible to apply a Converter to the SortDescription of a CollectionViewSource? My ViewModel contains a List<> of a class that contains an enum and a Boolean. My XAML displays a multi-select ListBox, showing the localized names of the enum values using a Converter in the View, and binds each ListBoxItem’s IsSelected to the Boolean in the members of the bound List<>. That’s working. Now I want to sort the ListBox items by those localized enum names, without reordering the List<> in the ViewModel. How can this be done?
I’m not sure it can be done directly. The brute force and ignorance way I would tackle it with is to populate another list and sort that (or indeed populate a sorted list).
I’m currently working on the general education requirements for my AS in Programming & was wondering is it transferable to a BS in Computer Science at a four year university? I’m thinking about transferring to FSU. Also who would they most likely consider: A person with a A.S Degree or A.A Degree & why?
I’m not sure if there is a difference between A.S. and A.A, and now I’m curious about that too. I do know that your GE class credits will most likely transfer as lower division part of B.S. and then you can transfer as a junior!!!!! I’m going to try to transfer too. I found out that you can check what classes transfer by going to the university website you are interested in and find the link for "assist" and you can check.
I want to buy dreamweaver to build a website and found out about dreamweaver student edition, I am a student so it is a cheaper option but I am not sure what the difference between the original and student edition is?
http://www.threehosts.com/publish/dreamweaver.html
Hope this helps.
I just finished creating a site in dreamweaver but one problem. Whenever i move the file some of the photos and content disappears. Then when i move it back to the original place all the content comes back. So my question is how do I make the file created in dreamweaver into an HTML document that has all the content embeded in it ? Thanks in advance
Anything pointing to an external file has to point to where that file is on the server. IOW, if your images are in the directory /images, an img tag has to be <img src=".images/yourfile.jpg" /> Dreamweaver will do this for you if you maintain the same directory structure on your development computer and on the server. If you move files, you have to change paths manually.
You CAN NOT have a single file with HTML and pictures. HTML is a text file, pictures are picture files. (You can have all your Javascript and CSS in the HTML file - which is a bad idea for a number of reasons.) Your best bet is to trash Dreamweaver (it’s a $400 piece of bloatware that professionals laugh at amateurs for buying) and learn how to write websites, since you’re going to have to be doing some of the work anyway.
Silverlight is giving a 4001 error, IE8 with Silverlight 3.0.40624 is installed. How can I resolve this error?
Its an image error.its not yet solved. however the official news person has said that you can get it rok by trynig 2 or 3 times.
I’m planning on doing computer programming in college and I want to go to ou. Do they have computer programming degree or is it computer science. Do the classes for computer science teach different languages like c++? I’m planning on doing something like game programming
University of Oklahoma offers Computer Science and Computer Engineering. Both degrees are ABET-accredited.
If you want to do game programming, a better degree might be Software Engineering Technology.
I have had some photo’s sent via email and to enable me to see them I have to install Microsft Silverlight.which I’ve never heard of. Does anyone know if this is safe or is it a danger to my computer
Yes it is safe. Here is a link to download it from.
http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx
help me to get a book , pls
If you are looking for help with Windows Presentation Foundation, try looking at these books available at Amazon. http://ow.ly/2j6UQ
I’m searching for the name of the control in WPF or WinForms that encompasses a window within an application, like how you can close a workbook in excel without closing excel.
Does anyone know what this is? DockPanel? Grid? Canvas?
I think its TabControl
I want to get a degree to learn how to program computers. But do I have to get a degree in computer science or should I get another degree ? And if I get a degree in computer science will I learn programming ?
If you get a degree in computer science, you will learn programming. Depending on the requirements for your degree and your interests, you may also learn analysis of algorithms, database analysis and design, data structures, designing graphical user interfaces, network technologies, basic computer hardware, how magnetic and optical media are used to store data, data communications, how compilers work, how operating systems work, computer architecture, computer security, artificial intelligence, software engineering, etc. I suggest looking at the curricula for a bachelor’s in computer science at the colleges you might like to attend, then read the course descriptions. Some course descriptions may make no sense at this point, but they will later.