CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2008 Tags:
Item Type: NewsGroup Date Entered: 11/21/2007 3:28:42 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 8 Views: 29 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
9 Items, 1 Pages 1 |< << Go >> >|
Quango2005
Asp.Net User
VS 2008 bug11/21/2007 3:28:42 PM

0/0

Am I the first to report a bug?

Well, in VS2005 IDE you select a color property of a custom control, you got a color picker popup like this:

VS2005

This is a System.Drawing.Color property for Telerik's RAD Chart control.

Just converted the app to VS2008 (but remains targetted at 2.0) and now the popup is this miserable effort:

VS2005

 Was this intentional? I checked a color property of an ASP:TextBox and it gets a smart new dialog box...


howard
Charles Asborns
Asp.Net User
Re: VS 2008 bug11/21/2007 5:00:26 PM

0/0

Maybe Telerik has a patch for VS2008.  You may want to post your question here:

http://www.telerik.com/community/forums/allthreads/b312H-m.aspx


May all your posts be enlightening...
Charlie Asbornsen
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
Quango2005
Asp.Net User
Re: VS 2008 bug11/21/2007 5:32:16 PM

0/0

It does not seem to be specific to Telerik or the rad chart.

I just did a quick test, by creating a simple ASP server control in VS2008 and adding it to an ASP.NET website.
The standard asp.net ForeColor property gets the new dialog, the custom TestColor property gets the
drab little text list. Must have broken in VS2008 build and got past the testers!

Once MS adds a Visual Studio 2008 release category to the feedback page I'll add it there..


howard
Mikhail Arkhipo
Asp.Net User
Re: VS 2008 bug11/21/2007 5:41:17 PM

0/0

This seems to be specific to Telerik control. Perhaps it does not describe color property exactly the way ASP.NET controls do and VS fails to wire it to the color picker. I tried standard controls and they work OK. I would suggest asking Telerik, perhaps control needs to be updated.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Quango2005
Asp.Net User
Re: VS 2008 bug11/21/2007 5:48:54 PM

0/0

Is there a correct way to put attributes on a property to specify the color picker should be used in the property grid?


howard
Quango2005
Asp.Net User
Re: VS 2008 bug11/21/2007 6:07:04 PM

0/0

Think that this is definitely a bug. The edit control (from doing a bit of searching and using Reflector) is defined on Color class using EditorAttribute - this editor comes from System.Drawing.Design and both System.Drawing and System.Web have not been changed since version 2.0 - I remember Daniel Moth stating clearly that most of the main libraries are untouched for VS2008, it is mainly extensions.

So the fact that the VS2008 IDE is now showing a different colour picker for ASP.NET controls such as UI.WebControls.TextBox must mean they are ignoring the Editor attribute and using a new picker - but that this isn't picking up non-ASP control properties for some reason.


howard
Charles Asborns
Asp.Net User
Re: VS 2008 bug11/21/2007 6:11:30 PM

0/0

Maybe you can post it on one of the Futures sections.


May all your posts be enlightening...
Charlie Asbornsen
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
Mikhail Arkhipo
Asp.Net User
Re: VS 2008 bug11/22/2007 12:09:45 AM

0/0

Perhaps control does not invoke color builder for the property? I.e. VS responds when control designer invokes color builder via http://msdn2.microsoft.com/en-us/library/system.web.ui.design.iwebformsbuilderuiservice.buildcolor.aspx


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Quango2005
Asp.Net User
Re: VS 2008 bug11/22/2007 9:38:18 AM

0/0

This cannot be the case. The Drawing.Color and Web.UI.WebControls.TextBox etc cannot have changed as the libraries are still version 2.0, and the BuildColor you refer to only exists in .NET 3.0 - so unless the libraries have been changed then the only conclusion is that VS2008 IDE is remapping the color selector itself.. which begs the question why it isn't working for any Drawing.Color property..


howard
9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Millennial Makeover: MySpace, YouTube, and the Future of American Politics Authors: Morley Winograd, Michael D. Hais, Pages: 309, Published: 2008
Model Checking Software: 15th International Spin Workshop, Los Angeles, Ca, USA, August 10-12, 2008 Proceedings Authors: Klaus Havelund, Unknown, Rupak Majumdar, Jens Palsberg, Pages: 343, Published: 2008
Educating for Health: An Inquiry-Based Approach to PreK-8 Pedagogy Authors: Valerie A. Ubbes, Pages: 233, Published: 2008
Decoding Liberation: The Promise of Free and Open Source Software Authors: Samir Chopra, Scott Dexter, Pages: 232, Published: 2008
Computer Safety, Reliability and Security: 27th International Conference, Safecomp 2008 Newcastle Upon Tyne, UK, September 22-25, 2008 Proceedings Authors: unknown, Pages: 456, Published: 2008
Aflatoxin and Food Safety Authors: Hamed K. Abbas, Pages: 587, Published: 2005
Two Bits: The Cultural Significance of Free Software and the Internet Authors: Christopher M. Kelty, Pages: 368, Published: 2008
Bioinformatics Programming in Python: A Practical Course for Beginners Authors: Ruediger-Marcus Flaig, Pages: 428, Published: 2008
Pandora's Box: Social and Professional Issues of the Information Age Authors: Andrew A. Adams, Rachel McCrindle, Pages: 635, Published: 2008
Ecoop 2008 - Object-Oriented Programming: 22nd European Conference Paphos, Cyprus, July 7-11, 2008, Proceedings Authors: European Conference on Object-Oriented Programming (22 : 2008 : Paphos), Jan Vitek, Pages: 694, Published: 2008

Web:
VS 2008 bug - ASP.NET Forums VS 2008 bug. Last post 11-22-2007 4:38 AM by Quango2005. 8 replies. Sort Posts:. Oldest to newest, Newest to oldest ...
Bug in VS 2008: Cannot create a website in VS 2008 I think there is a bug in VS 2008 (Professional Edition). I installed it on another new machine and this time I did not install Visual Web Developer (as it ...
Add Service Reference in VS 2008 Bug? - MSDN Forums Add Service Reference in VS 2008 Bug? Thread Starter: joker7_marc Started: 01 May 2008 7:46 PM UTC Replies: 0 ...
Visual Studio Magazine Online | Ask Kathleen: Bugs, Workarounds ... Bugs, Workarounds, And Gotchas in VS 2008. Kathleen discovers a bug in the Visual Basic 9.0 compiler. Also, resolving recursion problems; binding properties ...
A number of annoying Visual Studio 2008 ASP.NET realated Bugs ... I'm pretty happy with running VS 2008, especially since I've retrofitted my laptop with 4gig. But there are also a number of annoying bugs that occur rather ...
Found my first bug in Visual Studio 2008 RTM « WPF Wonderland Nov 21, 2007 ... Have you posted anything yet on your WPF VB bug you found? ... XAML Editor Preferences in VS 2008 (Part 1) · Layout Quirks in WPF ...
This Code Goes to Eleven: Visual Studio 2008 and the ... Dec 12, 2007 ... An odd bug for sure, but now that it is fixed, VS 2008 is quite nice. After I have some time to digest the MVC bits, I hope to be able to ...
CSLA .NET - VS 2008 bug when using Csla.NameValueBase VS 2008 bug when using Csla.NameValueBase.NameValuePair. Last post 07-11- 2008, 9:41 PM by tetranz. 0 replies. ...
tostr is not working in VS 2008 - Bug Reports - AutoCode Aug 20, 2008 ... AutoCode » Community Support » Bug Reports » tostr is not working in VS 2008 ... This is a minor bug I guess, but even following these ...
Software Ramblings: C++ TR1: array VS 2008 Bug However, when using the VS 2008 TR1 implementation of array, a bug appears. The code:. #include #include using namespace std; ...

Videos:
Smackdown Vs Raw 2008 title stripping problem No matter what I do (decline her offer to strip me of the title, or sim past her message) I get stripped of the title. The problem with this, is I h...
RoboGames 2008: Robot Dog vs. Robot Insect Even in their limited free time, some of the RoboGames participants just couldn't get enough robot fighting. For more information visit Robots Dreams...
Aftershock Vs. World Problem (02-05-2008) Aftershock Vs. World Problem during the Winter 2008 season at Laguardia HS
CES 2008 - Bug Labs CES 2008 - Bug Labs http://www.engadget.com http://www.mahalodaily.com
CES 20ES 2008: Bug Labs - Lego blocks for hacker geeks The hackers at buglabs.net have come up with a really interesting lego-like hackable computer. The base unit is a Linux box with additional modules ...
CES 2008: Bug Labs-Build Your Own Gadget Bug Labs generated some of the biggest buzz at the 2008 Consumer Electronics Show with their infinitely hackable and customizable gadget. Modules lik...
trixx vs "the clutch eater", June Jitter Bug 2008 June Jitter Bug 2008, Niagara Falls Ontario
Wake Up Call - Remastered Edition (NEW) - New World Order Documentary - 2008 New remastered version of Wake Up Call...See my MySpace page (www.myspace.com/johnnada80) for high quality DVD's and torrent links... Some of the top...
UEFA Euro 2008 Bug "Invisible Player" A Invisible player?? PS3 version.
Pes 2008 funny bug dont shoot free kicks w/ Villa, he Suck




Search This Site:










ms sql version 7

separate login pages

breadcrumb not refreshing

learning to design html, css pages with visual web developer express in spite of the help system?

dnn 2.04 - problem with phpdupe skin

.net 2005 beta

two problems: menu dummy url command & goto command

new gallery/forum/blog?

iactionable and module dispatch means no print, settings, move actions

error connecting remote dotnetnuke installation

load dynamtic event handler

usercontrol problem

creating unit test project using the wizard

vs downloads all images when switching to design view - extremely slow

asp 2.0 membership and displaying weclome screen

error inside admin

registration interaction with paypal

ndpi.tasks task list pa released

images being protected by forms authentication using built-in web server

custom role provider

problem with filestream in asp.net

database - newbee please help

can't browse new dnn install

installation problems

very minor gripe - banner whitespace

3.0.10 issue: dotnetnuke.common.controls.form onsubmit

ie web control tabstrip scrollbar problem

error - invalid skinid value within the named theme or stylesheettheme - in compositecontrol

check for directory creation permission

500+ dnn skins in gallery

 
All Times Are GMT