View design/Gui design

Hi Gurus,
1.) The view which we design is because of drag and drop in WDA.
      But when a button or text feld gets created it is static . 
      How can we make the postion of that feld dynamic.
      For eg:
      I create an element say text box..it gets created at the top..
      what if i want to postion the same in the centre of the view.. How is this possible..?
2.) How can we create dynamic selection screen
Eg: We used to make screen-group = active etc in our report se38 programming.
Are there any methods for the same...?
Best Regards,
Navin Fernandes.
Edited by: NAVIN FERNANDES on Dec 4, 2009 11:41 AM

hi
2.) How can we create dynamic selection screen
Eg: We used to make screen-group = active etc in our report se38 programming.
Are there any methods for the same...?
do u mean u want to create UI dynamically in ur view , u can use the concept of DYNAMIC PROGRAMMING in WD ABAP
To create a new node, the method add_new_child_node( ) can be used. This method hands back the reference to the metadata of the new node.
Dynamic Context AttributesAttributes for the dynamic nodes created can be created by calling the method add_attribute ( ) from the reference to the metadata of the node. This method has to be called once for each attribute.
However add_new_child_node ( ) method not only allows to create a context node, but also to create related attributes.
The interface of method wdDoModifyView provides a parameter VIEW, which is a reference to an object of type IF_WD_VIEW representing the instance of a view at runtime
check out my WIKI :
http://wiki.sdn.sap.com/wiki/display/stage/dynamiclayoutmanipulationinWD+ABAP
Procedure to create context nodes dynamically:
In order to create a new independent context node a reference to the metadata of the context root node has to be obtained first. This reference is obtained by calling the method
wd_context->get_node_info( ).
Next, the metadata of the new node has to be defined. To create a new node, the method add_new_child_node( ) from the reference to the context root node can be used. This method hands back the reference to the metadata of the new node. An important parameter of the method add_new_child_node( ) is static. Only if this parameter is set to abap_false can the related node can be deleted at runtime.
I am creating the drop down by index . I have used the reference using the attribute mr_view .
mr_view refers to the associated TYPE IF_WD_VIEW .
regards,
amit

Similar Messages

  • 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.

  • Hi, can anyone help me out with this, I need some help on designing GUI for e-learning coursewares. Some tutorials or some helpful sites will do.

    I need some help with the GUI design.

    Have you tried the line inputs on the back of your FirePod? If you update its firmware (not sure if you will need to or not), I seem to remember hearing that the FirePod can run without FW connection, i.e. stand alone. In this mode with the outs from your mixer into line ins 1-2 (2nd from left on the back) it should work fine. I say should because I have never tried. However, these are used for returns from an external effects unit. I assume here, and the important word is assume, that there are two so that they can be used as a stereo send or as a mono send. Worth a try! Let us know how it goes.
    Best, Fred

  • How do I view content in Design view once everything is grayed out?

    I was building a web site.   When I switched from horizontal view to vertical view I was no longer able to view content in design view. The entire page was grayed out.  I'm also not able to view content in design view in other web sites too. How do I fix it?

    Well, yes the rest of the phone works, but the sole reason I got it was to able to view these files.  I had a Blackberry and I wanted a bigger screen.  Work allowed me to choose the iPhone or the latest Galaxy phone.  I chose the iPhone because I was told "it just works". 
    I know the Galaxy reads the .txt files because coworkers have it.  If the iPhone wont allow me to read the file then it doesn't matter if "it just works" because it can't do what I need it to do.

  • Design view in SharePoint Designer 2013

    This looks like a deal killer for me to move to SharePoint 2013 because the missing of design view in the new SharePoint Designer. Here is the way I do list development In SharePoint 2010:
    (1)   
    Create and deploy a custom ui web part in Visual Studio.
    (2)   
    Create additional “New”, “Edit” and “Display” list forms and set them as the default forms in SharePoint Designer.
    (3)   
    Edit the new created forms in design view.
    (4)   
    Locate and hide the original web part.
    (5)   
    Insert my custom web part proper location.
    Only code view is available in SharePoint Designer 2013, I do not know how to hide the default web part and insert my web part (which is deploy to the farm) in code. There are suggestions to use other edit tool to edit web pages. I am not sure
    (1)   
    How to access these form/page in SharePoint.
    (2)   
    How to insert SharePoint web part to the form/page.
    I really appreciate if you can help me out.

    Hi,
    Base on the description, you created web part in Visual Studio and created forms using design view in SharePoint Designer 2010. Now you want to access  the forms and insert the web part to SharePoint 2013 page.
    By default in SharePoint Designer 2013, to add new forms, we can only custom forms in code view. For more information:
    How to Create Custom Forms Using SharePoint Designer 2013:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2012/09/20/how-to-create-custom-forms-using-sharepoint-designer-2013.aspx
    To insert the web part, we can follow these steps:
    Save this .webpart file to your computer.
    Open the site in the browser, and go to the page on which you would like to place your web part.  With the page in edit mode, click the Page tab, and the Insert tab.  Click
    Web Part.
    On the left side, under the web part categories, click the
    Browse… button under Upload a web part.  Browse to that .webpart file you saved at step1.
    Click Upload.
    Click to insert a web part again, and then you’ll see it in the Imported Web Parts category.  Click Add to add the web part to your page.
    Best Regards,
    Linda Li

  • Your Feedback please on GUI design/development

    Hi everyone,
    I am doing some research on GUI development in java and I would
    like your feedback on a few things:
    (1) Do you consider GUI development in java complex and
    time consuming(more than what it should be)?
    (2) How satisfied are you with existing tools(IDEs like
    Visual Cafe,JBuilder or any other ones) for developing
    GUIs?
    (3) If the answer to question 2 is no, do you think a tool
    that would offer a level of abstraction between the
    design process and the actual swing API thus providing
    the ability to design GUIs in a fast and easy way, would
    be a useful addition to java? (Consider Visual Basic as
    an example for fast & simple GUI development)
    Thanks a lot for your time,
    SC

    I've been handrolling GUIs for over 10 years (first in X/Athena/Motif)
    and now Java.
    I have never found a builder that lets you get exactly what you want
    plus I've always found the source they generate to be rubbish (ie
    you can't modifiy it to do exactly what you want)
    If there was a tool that did give me complete access to do everything
    I wanted plus produced usable/reusable source code - would I use it ?
    I'd probably try it and see if it was faster than doing it by hand, if
    yes then I would certainly use it.
    I don't honestly think a builder will ever be a complete replacement
    for a GUI developer though.
    Last (silly) point: Is there an Athena L&F for Java ? - not that I want
    one, purely interested to know if there is one !

  • Design GUI in VB, put it into Java code !!!!

    Hi Guys!
    I have just developed software named Xtreme VB2J that builds java classes from the Visual Basic form files (.frm). Java does not have any built-in Integrated Development Environment (IDE) for Graphical User Interface (GUI) design; on the other hand, Visual Basic (VB) has a very nice and easy IDE for GUI design. This software is just an preliminary approach to integrate the power of EASY-GUI-Design of VB and Java to reduce wastage of a-lot-of time in software development.
    Before Running VB2J
    Since this software originally has been designed in Visual Basic, before running, your computer must have Visual Basic Runtime files or Visual Basic itself installed. You may obtain it from MyDownload section of my website or directly from: http://download.microsoft.com/download/vb60pro/install/6/Win98Me/EN-US/VBRun60.exe
    Hope you won�t be sick of Layout Managers anymore!! :)
    Try it today from the MyDownload section at: www.tanzimsaqib.tk
    Happy GUI design!! :D
    Thank you!
    -- Md. Tanzim Saqib
    [ www.tanzimsaqib.tk ]

    Obviously Zim you are not up to date on what is available for Java GUI building and what IDEs are out there. There are a host of products already available for free that far surpass anything I've used in VB (and I've developed with all flavors of VB for over 10 years now).
    Come away from the dark side and into the light.
    BTW: you don't have to use layout managers in Java either, but then just why wouldn't you want your application to resize smoothly?

  • Why does images in preview are in a different position and resolution than in design view? In design view I have to place the images of screen to fit in preview.

    Why does images in preview are in a different position and resolution than in design view? In design view I have to place the images of screen to fit in preview.

    Already changed in different settings. Here is a screenshot when set to "Original Size".

  • 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?

  • Public Views for the Design Environment

    Hi,
    I want to select Information from the Public Views for the Design Environment. I need details from the mappings, but can not found the informations.
    I can't found it in all_iv_xform_maps and all_iv_xform_map_components.
    I build a mapping and user some Functions in the mapping (Transform Operators). Now I want to select the location Information of such an operator.
    In detail I need:
    1) Right Click on a mapping
    2) click configure
    3) collapse Transform Operators
    3) collapse a function
    4)I need the Information under Location.
    Sometimes in my mappings there is "Unkown value" and I want to select from the Public Views for the Design Environment these entries.
    Can some one help me?
    Thanks
    Carsten

    My Replies?
    1.) What do you mean by "start" them? You select from a view just as you would a table. If the view is there and you have permissions, it is available to you. As to where to find them, they are owned by either your repository owner or repository manager user - depending on how you have set things up. But any user registered as an OWB user will have synonyms pointing to the views for the repository to which it is registered.
    So, when you have defined a source or target Oracle Schema and registered it as an OWB user, you can simply "select * from all_rt_audit_objects" or whatever else as that user when you want to get information from the views.
    2) None of your user-defined tables use these views. These views are pre-packaged select statements against the tables in the OWB repository to make it simpler for you to extract information about your metadata, deployments, and executions of the objects you have created in a given repository. Using a tool like TOAD, Oracle SQL Developer, SQL*Navigator, or whatever other Oracle development tool you use, you should be able to get the source for these views if you want to understand how they are collecting data for you.
    Cheers,
    Mike

  • Live view different from design view

    Hi folks,
    Does anyone know why, in dreamweaver, there is a difference between the site design in Design View and what you see in live view; and how should oneapproach this difference?
    Thanks.

    Design View was coded a LONG time ago and Adobe hasn't really changed it much. It is very useful for my workflow, which is to work in Split view and jump back and forth between the Design view pane and the Code View pane. I know right off the bat that I won't see everything. Design View will never show me the newer CSS3 attributes, like shadow, gradients and so on. But it gives me a "rough" analog to work with while I'm doing general layout. Things like, "Am I breaking up the text enough to keep people on my web page?" "Do I have this typeface too small?" "Is the picture I just put in there positioned correctly?"
    Also, be forewarned, "Live" view is Webkit (an Open Source browser) so it will accurately portray Google's Chrome and Apple's Safari. It will not accurately show issues with Firefox and Internet Exploiter. So, before you launch your website, do a check in all of the major browsers.

Maybe you are looking for

  • Problem in XSLT mapping

    Hello, I am working on XSLT mapping, where i am trying to add similar values but when i upload the .xsl file i get a Java Null pointer Error, this is the error :- *Cause: Unable to recognize the loaded document as valid XSD* *Error when parsing XSD d

  • How do i get my itunes to find my music?

    I am currently on a Macbook, and i have recently moved my itunes music folder onto an external hard drive so that i could save space on my laptop. Unfortunatly since i have done so i have been unable to play any of my music as itunes says i need to l

  • Transaction F110: Payment program: RFFOUS_D

    Hi, I have copied the standard payment program RFFOUS_D for check printing into a Z program and included the code to create the Idoc. Further I have done all the configurations like assigning the program to company code and house bank for the country

  • Why not showing proper remaing HD space?

    I was using my mac and I checked the HD space and it said 28GB remaining and then 5min later without me adding any other files it told me 22GB was remaining. Why did it show inaccurate display space remaining? Thanks. Dorian

  • Where are the lyrics on my ipad

    Can someone tell me what happened to the lyrics on my ipad 3?