New Component Set Development

Started by
-1 comments, last by londonien 23 years, 2 months ago
Hi everyone... I am currently working on a set of "scene" components intended to facilitate DelphiX development. The idea is that a "scene" can be designed visually by the programmer by placing specially written components on a "helper form". These component classes include e.g. TDXSImage, TDXSLabel and so on. At runtime, the programmer simply calls Scene.Render to draw every TDXSceneComponent on the form onto a specified DXDraw. The TDXSceneComponents can be made visible or "not visible" at design or run time, and can be placed on container components such as TPanels to make them visible / non-visible en masse. Similarly, container components can be moved around and they will move the TDXSceneComponents with them. If anyone is interested in discussing or contributing to this project, please email me at:- londonien@hotmail.com using the subject line "DelphiX Scene Components" Cheers, Simon

This topic is closed to new replies.

Advertisement