Hello, Lately my project had thought about what you ask for, and here is a glimpse of the Idea : Divide problem to two steps : 1) Define View : The "What I want to display" - this is an analysis part which decide what form of context View they want to use : Table, Form, Map, Graph (depends on your system abilities). than it has to say each View on what data classes it depends on. use Classes as you Views and association to connect to data classes. 2) Define Screen : The "How I want display things" -this is design part which define what View you want to use ,how to put it on screen and how to use it (actions). again use class to define the screen, and nested classes to define parts in screen. use associations to connect Views to Screen(or Screen parts)
Danny. From: "Sreedevi Gudavalli" <[EMAIL PROTECTED]> | Block Address | Add to Address Book To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: (ROSE) UI Date: Mon, 08 Oct 2001 19:45:58 HI, Iam using rational products to design my VB Application. What kind of tools/techniques can I use to design User Interface. Any Ideas? Thanks Sree ===== Daniel Kalderon Tal : 972-3-9520268 ICQ : 96180450 Innovate Btw, all my writing thoughts are at : http://stage.co.il/Authors/DanielKalderon __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
