Click to See Complete Forum and Search --> : Multiple Windows


Jim Bassett
April 25th, 1999, 11:43 AM
For a particular project we need to create an enviroment with multiple windows like seen in the VC enviroment. For example we need to have like "Workspace Window", a "Output Window", etc. These would need to be adjustable like those found in the IDE of VC. So what classes do I use? Does anyone know of a source showing some simple examples, etc.?

Thanks

Jim Bassett

gvirdi
April 25th, 1999, 11:54 AM
Try using CTreeView

Jim Bassett
April 25th, 1999, 10:29 PM
I understand for tree lists I can use the CTreeView, but what I am asking is do I place this type of view and the other needed views into a splitter window so that the program environment behaves in a fashion like for instance developer studio?

Thanks

Jim Bassett

Paul McKenzie
April 26th, 1999, 12:15 AM
Try this link:

http://www.codejockeys.com/kstowell/

Regards,

Paul McKenzie

Dave Lorde
April 26th, 1999, 05:48 AM
You could try the Stingray Software (now part of RogueWave) dockable frame window classes. They have a complete workspace UI class library whichwill probably do everything you want. www.stingray.com

Dave

Dan O'Brien
April 26th, 1999, 07:29 AM
I've done this exact thing with Stingray's toolkit. I recommend it.

April 26th, 1999, 02:57 PM
While I can't remember Stingray's exact license agreement, I know that our company has had problems with it because they want the every programmer that might possibly ever see the code to be licensed. So if you have 10 programmers, even though only 1 ever works on the user interface, you need to have 10 licenses.

I am using Codejockey's CJ60Lib which allows me to do what you are asking for instead of Stingray now. I rather enjoy working with their product. You can reference Paul McKenzie's message in the other thread for more info.

Gomez Addams
April 26th, 1999, 04:49 PM
Also, see the Advanced UI section of this site.
It has several interesting samples of Kirk's libraries.