Jump to content


Victor Printing

Member Since 30 Aug 2007
Offline Last Active Jun 21 2013 05:35 AM
-----

Posts I've Made

In Topic: NextSuite v6 first Demos

09 October 2012 - 05:07 PM

It looks good, seems to work well, and is very responsive. I'm more interested in the code. :)

Can't wait to see the Grid.

In Topic: Drawing bug when Windows themes are activated

09 August 2012 - 08:52 PM

Yes, it looks a bug in OpenThemeData after it's called 65,536 times. More info "]this post on microsoft.public.win32.programmer.ui. I stumbled across this on accident myself. There's some components and calls that will call OpenThemeData, draw their item, and close immediately and don't cache their handles that can exhaust available handles very quickly. (e.g., anything using ThemeRect() in NxThemesSupport.pas)

I keep a separate codebase where I've refactored out as many of those calls as possible to stave off this problem, cached handles on my own, etc., but there's a few components that don't have their own canvas and you just can't do it.

In Topic: Varying slide height in treeview

06 July 2012 - 11:21 PM

Bumping this old topic back to the top. Has this ever been implemeneted? It doesn't look like it, and I have a project where a variable height for each slide would be perfect.