Book a Demo

Author Topic: UI: Screen => genrate Form in VB.NET?  (Read 3021 times)

GillesMtl

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
UI: Screen => genrate Form in VB.NET?
« on: December 29, 2009, 11:39:18 pm »
I just start with EA (recent purchase, new user, version 7.5)
I have Win 7 and VS 2008

If I create an User Interface into project with Screen + Control (button, list, combo ... ) I wonder if it is possible to generate VB.NET project with Form + Controls (button, list, combo ...)

Thanks

GillesMtl

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: UI: Screen => genrate Form in VB.NET?
« Reply #1 on: December 30, 2009, 11:01:51 pm »
Finally, I think is not possible generate code for User Interface Model.
Screen and UI Control is only for view a « mockup » - without code.

In fact at this web page
http://www.sparxsystems.com/uml_tool_guide/code_engineering/codeengineering.html
We have information:
« The source code generated includes Class definitions, variables and function stubs for each attribute and method in the UML Class. »
[ and, I add, UI Model is not a Class ]

note:
 - in VB.NET a Form is a class (? with stereotype  System.Windows.Forms.Form ?)
 - a button is an attribute with type System.Windows.Forms.Button