Click here to Skip to main content
15,887,477 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralOff topic: Article colourizer bug. Pin
knockNrod29-Sep-10 3:24
knockNrod29-Sep-10 3:24 
GeneralRe: Article colourizer bug. Pin
Chris Maunder28-Sep-10 11:07
cofounderChris Maunder28-Sep-10 11:07 
GeneralRe: Article colourizer bug. Pin
AspDotNetDev28-Sep-10 12:29
protectorAspDotNetDev28-Sep-10 12:29 
GeneralRe: Article colourizer bug. Pin
Luc Pattyn28-Sep-10 13:01
sitebuilderLuc Pattyn28-Sep-10 13:01 
GeneralRe: Article colourizer bug. Pin
Dan Neely29-Sep-10 2:27
Dan Neely29-Sep-10 2:27 
GeneralRe: Article colourizer bug. Pin
knockNrod29-Sep-10 3:37
knockNrod29-Sep-10 3:37 
GeneralRe: Article colourizer bug. Pin
Chris Maunder29-Sep-10 5:27
cofounderChris Maunder29-Sep-10 5:27 
Generalpre-formatted block reformatter issue Pin
knockNrod28-Sep-10 9:03
knockNrod28-Sep-10 9:03 
Your colourizer is stumbling over arrays.

VB
Private Sub InteropIsothermControl_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint
           'Retrieve our array of temperatures from our data access layer.
           Dim IsothermColors As Double(,)
           If Me.DesignMode Then
               IsothermColors = New Double(,) {{0, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}}
           Else
               IsothermColors = IsothermDataProvider.GetIsothermTemperatures()
           End If


Check out the spans on the zeros. Only the last in each row is properly colourized.
Without darkness, there are no dreams.
-Karla Kuban

GeneralRe: pre-formatted block reformatter issue Pin
Chris Maunder28-Sep-10 9:10
cofounderChris Maunder28-Sep-10 9:10 
GeneralSpammer in Lounge and Q&A Pin
Smithers-Jones28-Sep-10 7:34
Smithers-Jones28-Sep-10 7:34 
GeneralRe: Spammer in Lounge and Q&A Pin
Chris Maunder28-Sep-10 7:37
cofounderChris Maunder28-Sep-10 7:37 
GeneralHow about a log-in link on the survey page Pin
Paul Darlington27-Sep-10 22:33
Paul Darlington27-Sep-10 22:33 
GeneralArticles Page Suggestion Pin
#realJSOP27-Sep-10 11:31
mve#realJSOP27-Sep-10 11:31 
GeneralRe: Articles Page Suggestion Pin
Luc Pattyn27-Sep-10 12:10
sitebuilderLuc Pattyn27-Sep-10 12:10 
GeneralTips/Tricks Bug Pin
#realJSOP27-Sep-10 11:28
mve#realJSOP27-Sep-10 11:28 
GeneralRe: Tips/Tricks Bug Pin
Chris Maunder28-Sep-10 1:55
cofounderChris Maunder28-Sep-10 1:55 
GeneralRe: Tips/Tricks Bug Pin
#realJSOP28-Sep-10 2:21
mve#realJSOP28-Sep-10 2:21 
GeneralMy Articles bugs Pin
#realJSOP27-Sep-10 11:27
mve#realJSOP27-Sep-10 11:27 
GeneralRe: My Articles bugs Pin
Luc Pattyn27-Sep-10 12:20
sitebuilderLuc Pattyn27-Sep-10 12:20 
GeneralRe: My Articles bugs Pin
PompeyBoy328-Sep-10 1:40
PompeyBoy328-Sep-10 1:40 
GeneralRe: My Articles bugs Pin
Chris Maunder28-Sep-10 1:51
cofounderChris Maunder28-Sep-10 1:51 
GeneralRe: My Articles bugs Pin
#realJSOP28-Sep-10 2:22
mve#realJSOP28-Sep-10 2:22 
GeneralRe: My Articles bugs Pin
AspDotNetDev28-Sep-10 8:37
protectorAspDotNetDev28-Sep-10 8:37 
GeneralAuto-hyperlink on Paste does not work with Google Chrome Pin
Vasudevan Deepak Kumar27-Sep-10 9:20
Vasudevan Deepak Kumar27-Sep-10 9:20 
GeneralRe: Auto-hyperlink on Paste does not work with Google Chrome Pin
Chris Maunder27-Sep-10 9:25
cofounderChris Maunder27-Sep-10 9:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.