> 3. Some sort of new layout manager which simplifies GUI development. Work > with standard > layout managers isn't very intuitive/fast.
You need not to reinvent the wheel. Take a look at HIGLayout from Daniel Michalik (http://www.autel.cz/dmi/tutorial.html). Tom On Thu, 27 Jun 2002 10:35:00 +0200, "Pepe Lopez" <[EMAIL PROTECTED]> wrote: > I don't like that code generation. I want to get a rid of it. Forms could be > stored in > resource files and I want to develop also underlying infrastructure. I'm > considering some > switch whether UI is constructed by generated code, or from resource files > by some > infracstructure. Some automatization of data validation could be useful > also. > > Here is what I'm thinking about. > > 1. WYSIWYG > 2. Life data/life form - > 3. Some sort of new layout manager which simplifies GUI development. Work > with standard > layout managers isn't very intuitive/fast. > 4. Avoid standard way of UI generation by generated code. > 5. form validation > 6. paralel WEB UI generation ? > 7. adopting MVC design pattern directly into graphical design process. > > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
