POV-Ray : Newsgroups : povray.off-topic : A small observation : Re: A small observation Server Time
4 Sep 2024 01:20:35 EDT (-0400)
  Re: A small observation  
From: Mike Raiford
Date: 18 Jun 2010 09:10:50
Message: <4c1b705a@news.povray.org>
On 6/18/2010 7:20 AM, Invisible wrote:
> Mike Raiford wrote:
>
>> *STACK OVERFLOW*
>
> Maybe this will help?
>
> http://stackoverflow.com/

Ah, I've found quite a new nice gems on that site....

Heh heh ... I should have a new copy of LogicSim up this weekend 
sometime. I'm doing a bit of much needed refactoring to simplify things 
in the future. In doing that, the program's in a state resembling a 
partially disassembled television set that will surely explode if you 
plug it in.

IOW, the code is in a bit of a state of flux at the moment. I learned 
something very interesting though:

The property grid control treats arrays as a hardcoded special case. I 
spent the better part of my last two evenings chasing down why, when I 
moved my value list to a collection, rather than an array the indexes 
didn't appear in numerical order, but rather alphanumeric order. (e.g. 
10 < 2, and 1 < 2, so you get 1,10,11,12,2,3,4...)

Yeah, thank goodness MS releases the reference source code for the 
framework. I finally started digging through the source for the property 
grid to discover that. Bastards :)



-- 
~Mike


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.