Layout Manager
-
Hi All I am doing a project in which i need to make dialogs with various components (graphics buttons etc...). What i need to develop is a layout manager for these dialogs. The user can make the dialog like we do in the Resource editor of VC++. Any pointers would be helpful :)
-
Hi All I am doing a project in which i need to make dialogs with various components (graphics buttons etc...). What i need to develop is a layout manager for these dialogs. The user can make the dialog like we do in the Resource editor of VC++. Any pointers would be helpful :)
There are a couple at this site. See the Dialogs section. --Mike-- http://home.inreach.com/mdunn/ #include "buffy_sig"
-
Hi All I am doing a project in which i need to make dialogs with various components (graphics buttons etc...). What i need to develop is a layout manager for these dialogs. The user can make the dialog like we do in the Resource editor of VC++. Any pointers would be helpful :)
Hi Harish, From what you describe, it sounds like you need a UI builder. A Layout manager better describes a component that allows forms and dialogs to be resized while having the contents of them (buttons, edit boxes, etc.) resized in a planned, programmatic way. If you truly are looking for a layout manager, you might want to consider our Ultimate Toolbox product as it includes one. http://www.dundas.com/index.asp?products/toolbox http://www.dundas.com/docs_online/toolbox/Gui/COXLayoutManager/overview.htm If you are however looking for a UI builder, you could consider looking at our HyperView product it may do what you are looking for. http://www.dundas.com/index.asp?products/hyperview HTH, David
-
Hi Harish, From what you describe, it sounds like you need a UI builder. A Layout manager better describes a component that allows forms and dialogs to be resized while having the contents of them (buttons, edit boxes, etc.) resized in a planned, programmatic way. If you truly are looking for a layout manager, you might want to consider our Ultimate Toolbox product as it includes one. http://www.dundas.com/index.asp?products/toolbox http://www.dundas.com/docs_online/toolbox/Gui/COXLayoutManager/overview.htm If you are however looking for a UI builder, you could consider looking at our HyperView product it may do what you are looking for. http://www.dundas.com/index.asp?products/hyperview HTH, David
thanx David it is UI Manger i am looking for. will check the link