GUI design tips

Hi,
I have a web dynpro component consisting of two views. Each of the two views have several transparaent containers that are set to visible/not visible depending on useraction.
One of the transparent containers contains a roadmap, with four roadmap steps, which shows/highlights exactly where the user has navigated to. (placed on top of each view)
This roadmap should be the same in both views, and always be visisble. Instead of defining the roadmap in both views, is there any way to define this once, without having to change the two views into one view?
Regards
Arne Jakob

Hi,
You can have one Main view, with a Road map and Have a viewcontainer UI element.
Embed this Main view in the window Now under this embed the other 2 views inside this view container and have all the navigations..
Regards,
Lekha.

Similar Messages

  • Documentation on Designing tips - for different scenarios

    Hi Gurus:
    Is there any good doc's for 'Designing tips - for different scenarios' like using Line Item Dimensions, aggregates, copying ODS to ODS, cube modelling, cache....
    The common scenarios we come across in real life..Of course I understand it varies from client to client
    Would really appreciate any help..
    Many thanks

    hi,
    there are docs in sdn forum may help, explore in business intelligence section, also service.sap.com/bi
    efficient infoprovider modeling
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/79f6d190-0201-0010-ec8b-810a969028ec
    aggregate
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9abe9
    cache
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/31b6b490-0201-0010-e4b6-a1523327025e
    hope this helps.

  • What are some of your favorite practices in GUI design?

    I saw a conversation a few weeks ago about LVOOP vs Clusters for passing around data that I found fascinating - and quite informative.  I thought I'd try to open up a discussion about GUI design and see what I could learn.
    Edit: to give an example, I have found that I have taken an irrational dislike to tab controls. Instead, I use clusters with a few supporting VIs. Switching the "tab" will just make the proper cluster visible, and the others invisible.  Set each cluster as a type def in the project and just edit that for when I need to change something.  It lets me already have all of my control data bundled, and as a bonus sorts them automatically in Event structures.

    mikeporter wrote:
    So to sum up:
    Tab Controls -- Bad
    Subpanels -- Good
    I wouldn't go that far.  I generally need to be more organized in my block diagram when using tabs, but that doesn't mean they are bad.  Have a state in a state machine for updating each tab.  Then when updating the UI look at which tab the user is on, and only update those UI elements.
    There are other limitations to tabs that frustrate me, like .Net controls sometimes do weird things in tabs.  And some times I would have too many tabs and it starts to add rows which get all kinds of confusing.  In these cases I would hide the tabs and replicate the functionality with a single column listbox which changes the tab value.  But at that point it would be just as easy to insert a different VI into a subpanel.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Question about GUI Design on JTable and its separate editor

    Hi all,
    I need to use JTable with separate editor , that way when I double click one of the JTable's row its editor will popup in another window.
    Based on GUI design principles, where should I put the editor, in another tab panel or a JDialog ?
    Any advice would be greatly appreciated.
    Regards,
    Setya

    if you dont have to edit a lot of fields, this will
    be a good solution.
    but if you have many fields, it would be a good thing
    to put a JTabbedPane into the under
    JSplitPane-container ... or to use a JDialog :)Yes, that's the only problem I can think of, if the fields are too many.
    But then, if I have so many fields in one form. I won't put them in a JTable because users will find it cumbersome for having to scroll left and right to see those fields. I believe on this scenario JTable is just not the right component to use.
    Regards,
    Setya

  • BUG 10.1.3 EA   ( Manage Libraries and GUI Designer )

    Hi again,
    Sorry guys, just make the title more specific.......and hope that team JDeveloper will
    notice this....
    Problem No. 1, "Add JavaBeans" not able to list any custom visual javabeans which added using "Load Dir..." in Manage Libraries but no problem with "User" location.
    Problem No. 2, Create JFrame "A" with nothing inside, then create JFrame "B" which inherited from JFrame "A". Notice, GUI Designer will show an invisible JFrame "B".
    Thanks again~

    I'm using a Oracle 9i2 database.
    In this database I have created a package with several procedures.
    I checked the prerequisites as described in the help-files.
    I open the package in the editor, and start debugging by using the pop-up menu, choosing debug, choosing one of the package procedures, and adjusting the generated anonymous PL/SQL block. After clicking the OK-button the response in the debug window is:
    Connecting to the database DOSE_TEST.
    Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Executing PL/SQL: ALTER SESSION SET PLSQL_COMPILER_FLAGS=INTERPRETED
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '<deleted this part>', '3339' )
    Debugger accepted connection from database on port 3339.
    Process exited.
    Disconnecting from the database DOSE_TEST.
    Debugger disconnected from database.
    There are breakpoints set in the package, so during debugging it should stop at the breakpoint.
    The package procedure is run, because the procedure inserts a record in a log-table, and after this debug session there is a new record in this table.

  • How can I write a gui designer?

    I want to write a gui designer for java.
    as you know writing gui component takes too long time.
    I don't know how I write.
    for example you click a button symbol and release on a JFrame
    but how can I get the code of that work...
    Please help me...

    I want to write a gui designer for java. Such beasts already exist. Why do you want to write one, if not solely for the sheer anguish of taking on such a task?

  • WYSIWYG GUI design tool for the JavaFX platform

    hi can anyone help me where to download this tool (WYSIWYG GUI design tool for the JavaFX platform) ?

    gimbal2 wrote:
    rukbat wrote:
    gimbal2 wrote:
    That's a different question entirely dude. Open a new thread with a proper title and be sure to give more information than you're giving here; the exception you get and the code that "does not work" is especially important.They already had a new thread, four minutes before trying to hijack their own issue here.
    Ensemble  Example :  Minimize, Maximize  (pbm)  after drag and move
    Hopefully they'll reply to themselves over there with sufficient information for someone to give a proper reply.I object to this behavior. Someone should nuke something.Consider it done.
    This thread is locked because the O.P. has mucked it up.

  • Overloaded radio buttons -- good GUI design?

    I don't know where else to ask this. What do you think about overloading radio buttons with multiple functions? I have made an update to my Interactive Color Wheel that uses this technique. I haven't released it yet, but it is available here:
    * http://r0k.us/rock/Junk/SIHwheel.html
    It offers eight different sorts of 1567 colors and their names. That seemed to me to be way too many radio buttons; there were originally just three sorts and three buttons. I made a second row that contains the five new sorts accessed via two buttons. The sorts on each button are closely related, riffs on a theme if you will. Consecutive clicks on one of these two buttons will rotate through its functions, with the button text and toolTip updated to match its current sort and state.
    I won't try describing more -- just use it, and let me know what you think. Intuitive? Ugly? Bad GUI design? Other comments?

    RichF wrote:
    Don't forget to take Spot, the Magic Color Dog for a walk! I recommend a different sort than the default [alphabetically], but you can change sorts on the fly. (Try [by hue], or one of the three Hilbert sorts.) In fact, Spot isn't stopping you from doing anything. Well, you'd have to have him go really slow to type in a hex color.
    I was really, really amazed how fast Spot can run. With the gauge fully to the right, the timer has a specified delay of 0, so he's running as fast as everything else in the program lets him. There's a LOT going on, yet Spot can traverse all 1567 colors in mere seconds.
    [add] It just occurred to me, maybe I should set a minimum update rate. I don't want it to cause someone to have an epileptic seizure. I'm thinking of setting 10 updates a second as the fastest it would go. What do you guys think?Actually it made me have to kill the JVM to stop the applet (closing the web page didn't work, apparently the new Java plugin sandboxing doesn't work). Only the JList was updating at full speed, not the color wheel.
    This one I did not do. There was a complication with intensity. It uses a quantized color space, with intensity almost ranging from 0..74. I say almost because this integral range also includes 0.5. I forced that in so the value after black on a 0.255 scale would not be 4, but 2. The third value is 4, and the rest of the time it jumps by 3 or 4 on the 255 scale.
    Once I decided to keep the intensity buttons as they were, it did not make sense to change the tile width buttons either. Their range is only 10..15, so IMO the [-] and [+] buttons work well.Just as a demo how to do that with JSpinner (JSlider is much harder to have non linear scales):
    import java.awt.EventQueue;
    import java.awt.FlowLayout;
    import javax.swing.JFrame;
    import javax.swing.JSpinner;
    import javax.swing.SpinnerNumberModel;
    public class TestJSpinner {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable() {
                public void run() {
                    SpinnerNumberModel rings = new SpinnerNumberModel(10, 10, 15, 1);
                    SpinnerNumberModel intensity = new SpinnerNumberModel(10.0, 0.0, 74.0, 1.0) {
                        @Override
                        public Object getPreviousValue() {
                            Double value = (Double) getValue();
                            if (value == 1.0) {
                                return 0.5;
                            else if (value == 0.5) {
                                return 0.0;
                            else {
                                return super.getPreviousValue();
                        @Override
                        public Object getNextValue() {
                            Double value = (Double) getValue();
                            if (value == 0.0) {
                                return 0.5;
                            else if (value == 0.5) {
                                return 1.0;
                            else {
                                return super.getNextValue();
                    JFrame frame = new JFrame("Test");
                    frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
                    frame.getContentPane().setLayout(new FlowLayout());
                    frame.getContentPane().add(new JSpinner(intensity));
                    frame.getContentPane().add(new JSpinner(rings));
                    frame.pack();
                    frame.setLocationRelativeTo(null);
                    frame.setVisible(true);
    }Edited by: Walter Laan on Nov 5, 2010 2:01 PM

  • Good Java GUI Designer... & UML Eclipse Plugin...

    Hi,
    Im starting my final year project in september & while I have some free time I wanted to get prepared and set up my development environment.
    Im going to be using Eclipse for the IDE which is fine.
    But I need a GUI designer, so I can throw a GUI together quickly so I can get a prototype out for December.
    But I have searched High and Low for one and threre does not seem to be a decent (free) one about Jigloo seems to have problems on my mac and does not seems to be that good.
    Any suggestions?
    Also can anyone recommend and good UML plugin for eclipse?
    Message was edited by:
    ChrisUK

    Why not use Netbeans? I don't think you will find a better GUI builders than Matisse.
    I have used Jigloo, it is okay but I would rather build my GUI in Netbeans and then import my code to Eclipse.
    I have never used any UML plug-ins for Eclipse but I have used Poseidon which is free for non-commercial use and a pretty cool UML designer.
    http://www.gentleware.com/uml-software-community-edition.html
    http://www.netbeans.org/kb/41/flash-matisse.html

  • Anybody with web design tips to share?

    am semi amateur turning pro with severe thirst for web design tips and tricks

    Ensuring good cross browser rendering on multiple web devices is important to modern web sites.
    Some browsers are less tolerant of code errors than others.  IMO the fewer code errors you have on your site, the better.
    Use the W3C validation tools below:
         CSS - http://jigsaw.w3.org/css-validator/
         HTML - http://validator.w3.org/
    Get the Web Developer Toolbar Add-On for Firefox.
         https://addons.mozilla.org/en-US/firefox/addon/60/
    To test in multiple versions of IE5.5 - 9, get MyDebugBar Multiple IE Browser
         http://www.my-debugbar.com/wiki/IETester/HomePage
    For testing sites in Mobile Devices:
         iPhone simulator - (on-line)
         http://www.testiphone.com/
         Opera Mini Mobile Simulator (on-line)
         http://www.opera.com/mini/demo/
         Google Android Emulator (download)
         http://developer.android.com/guide/developing/tools/emulator.html
         Palm OS Emulator (download)
         http://www.tucows.com/preview/261443
         Blackberry Smartphone Simulators (download)
         http://na.blackberry.com/eng/developers/resources/simulators.jsp
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • References on Good GUI Design

    Hi folks,
    I was wondering if anyone out there knew of good resources (ideally a tutorial-style book, not a reference) that would teach me about GUI design - the class structure (mine are always hideously coupled) and general conventions etc....
    I mean, I know how to put together a gui that works, but they are not always code that I am proud of... (blushes)
    Any ideas?
    Thanks!

    Hi folks,
    I was wondering if anyone out there knew of good
    resources (ideally a tutorial-style book, not a
    reference) that would teach me about GUI design - the
    class structure (mine are always hideously coupled)
    and general conventions etc....
    I mean, I know how to put together a gui that works,
    but they are not always code that I am proud of...
    (blushes)
    Any ideas?
    Thanks!Are you asking how code or design GUI?
    if(code) {
       // find "Divelog" tutorial
    } else if(design) {
      // find something about usability engineering
      //ie http://java.sun.com/docs/books/tutorial/networking/TOC.html
    }

  • Which GUI designer/IDE to use for  a newbie?

    Hi,
    I'm a newbie to Swing and would like to know which GUI designer is easiest to use.
    I've tried Jigloo, Neatbeans.. but they don't seem to be simple. You can't drag/drop with them.
    I've tried Jframebuilder and it seems the easiest to use. You just draw, drag drop and voila you have a frame with components in just minutes and its java codes too.
    But with Jframebuilder, I still need an IDE to run/debug right? because when I import it into Eclipse, I can see the Java file but no design view. The Jframebuilder version I have is a trial 3.3 relase.
    Any suggestions ...please...to help me setup and get going.
    Thanks

    noone? :(

  • Which Swing GUI Designer to use for a newbie?

    Hi,
    I'm a newbie to Swing and would like to know which GUI designer is easiest to use.
    I've tried Jigloo, Neatbeans.. but they don't seem to be simple. You can't drag/drop with them.
    I've tried Jframebuilder and it seems the easiest to use. You just draw, drag drop and voila you have a frame with components in just minutes and its java codes too.
    But with Jframebuilder, I still need an IDE to run/debug right? because when I import it into Eclipse, I can see the Java file but no design view. The Jframebuilder version I have is a trial 3.3 relase.
    Any suggestions ...please...to help me setup and get going.
    Thanks

    Personally, I think you should create your first simple GUIs by hand. That will give you a better feel for what is going on, and you will definitely learn more than if you just drag and drop components from a toolbox. My five cents.

  • Aircraft GUI design

    Can anyone recommend any sample code for a GUI design for an aircraft instrument panel?

    kavon89 wrote:
    Try drawing a GUI layout simple paint program, if you're unsure if it's user friendly or efficient, post it here.Good advice which I second. Why not come up with something on your own, and then post it here if you have any problems with it? If you do it this way, you'll find many more than willing to help you.

  • Looking for a usable GUI Designer/Container...

    Hi all.
    Since a while, I'm looking for an integrated environment to develop and execute Java/Swing GUI and it seems it's not possible to find such a thing...
    I explain : we are developping lots of J2EE applications hosted in a well known Application Server, and for what concern server, we can find 'on the shelf' almost all we need. Thus, using Session Beans, EJB3, Spring (...), it's pretty comfortable to build professional applications.
    But generally speeking, these applications have a graphical part, and at this point, things become more complicated. For years, we have been using only Java, for both server and client part (Swing, even in its firsts versions... souvenirs...). But even after 10 years of Java, it seems that it is still not possible to find a tool in which we can design, test, deploy and execute our GUIs.
    Since Matisse appeared, it is a little bit easier to design panels (but not so trivial... JFormDesigner has released a beta version supporting the GroupLayout : still lots of bugs) but for what concern, let's say, the 'GUI Container' part, it seems that market/open source has no answer. I tried Netbeans RCP (and also Eclipse...), but these containers have been thought for IDE, and concepts are not easy to map on a standard GUI. Moreover, these containers are huge and not so easy to understand, so very often, the decision to build full custom applications is taken, re-writing for the 1000th time the main window, the menubar/toolbar management, the MDI controller (using sometime a docking framework), ... Thus, the cost of the development and the baseline is high, and of course, our clients are dissatisfied.
    Recently, a new way of developping applications appeared : server part is developped using Java/J2EE, and the client side (fat client) is made using .Net. Interop between client and server leans on WebServices or binary interop (JIntegra).
    I'm totally convinced that this kind of architecture is a mistake, but it's more and more difficult to defend Java on the client side. C# tools seem to be easier to use, more productive, ...
    So my question is : what are your opinions/experiences on this subject? Have you found "the magic tool", "the magic framework", ... that make of Java/Swing a good challenger for desktop developments... or do you think that the game is over, and that Microsoft .Net has definitively won the client?
    Thks for your answers!!
    Rd

    I believe it is not about winning and lossing. Its about learning. By the way, let me mention that God who is the mastermind of all variations is a God of diversity. Every diverse expression of whatever kind is a reflection and coextension of its maker -and that means that even you are a coextension of Himself.
    Perhaps, if you are really looking for a tool that would satisfy your demands or desires along with Java, isnt it not logical to say that... or shall I say "perhaps" God is leading you into that new expression of diversity -a diversity that will challenge the whole creation? I dont blame others with what I cant do for myself.
    One saying says,
    "Seek and you shall find; Knock and the door will be opened to you; Ask and it shall be given you." The shorter way of saying it is..."Be patient and you will be satisfied."
    If the clients lost patience. Make them understand how complex it is to make a java application. They will appreciate your wisdom.
    Well nothing is impossible. The best part of your mind [one variation of the others] will always suggest: "All things are possilbe".
    Therefore, do not despise what God is blessing.
    Oliver Bob Lagumen
    Newbie in Java

Maybe you are looking for

  • Why do i have 2 entries for the same event in iCal?

    I have just upgraded to OS Lion, purchased an iPhone 4S and have also moved to iColuds - why do I have 2 entries for all my events in iCal?

  • "new PDO" inconsistent in connections across our servers

    Using PDO oci, our application web pages connect to various Oracle databases. All database connections before used the following connect strings successfully: $conn = new PDO("oci:dbname=//servername.domain*:1521*/db_service_name",$db_username,$db_pa

  • CC Libraries - unable to connect to server

    Hello all, Libraries that I create in InDesign (2014.2) do not sync with Creative Cloud. And also the other way around, when I create a library on the CC website, the library does not show up in my Libraries panel in InDesign. According to the screen

  • How to know the installation folder of Illustrator in Winndow

    Hi All. I want to execute a JSX file every time a user click on a MenuItem. I am able to execute this file when I am writing hardcoded path for it  in my AIP file (right now the file is placed with the Illustrator.exe in Program Files) But I do not w

  • Class java.sql.SQLException

    I am getting the followig error when i m executing the following SQL..Plz help try String sql1="Delete from wh.WHRECTEMP where sessionid='"+session[0][0].trim()+"' and SUPPINVNO='"+txtSuppInvNo.getText()+"' "; del = bean.getACNData(sql1); catch(Front