Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Samples Collapse All
Subject Author Date
Jonas Gauffin Nov 24, 2005 - 3:39 AM

Can you please stop putting a lot of classes in the same file cpp/h file? It makes the samples very hard to follow.
Currently im looking at the PropertyGrid sample and it’s terrible.

I love the toolkit, but I think that samples could be improved.

Technical Support Nov 24, 2005 - 10:15 AM

We never thought about this because Class Wizard is quite handy for navigating source code. Besides, we use an inverse word sequence for method names, like:

_InternalMethod()
Create()
Destroy()
ModifyStyle()
ItemAdd()
ItemGetAt()
ItemGetCount()
ItemRemove()


Jonas Gauffin Nov 24, 2005 - 12:21 PM

Ok. I’m a Solution Explorer in combination with Visual Assist (www.wholetomato.com) junkie =) I think it’s faster to just click on a file instead of having to use a treeview.