|
|
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
|
|