Two tabstrip in a page

Hi experts,
I need to create two different tabstrip control in a single page.
please help me.

Hi,
You can create multiple Tabstrips in the screen. And there are 2 ways by which you can achieve this requirement.
1. By using the coding method. You need to write all the code to control the flow of the Tabs.
2. By using the Wizard you can simply generate the control code, making it much faster to develop the Dynpro . Also the code is consistent across the development. You can directly concentrate on the Subscreen Logic instead of Tabstrip Control.
When Creating the Tabstrips, keep the following details in mind.
1. Declare all the Includes ( TOP, PBO, PAI,SUB).
2. Use them to modularize the Tab Strip Creation.
3. Create the Tabstrips using the SAP GUI Control option.
Thanks,
Samantak.

Similar Messages

  • Is there any way to print my Keynote slides in two columns on a page?

    Is there any way to print my presentation slides in two columns on a page? thanks

    You can do this through the Print dialog when you go to print your slides. In the dialog, click the dropdown menu that says "Copies and Pages", and choose
    "Keynote". Here you can use the "Handout" settings to put multiple slides on a page. This option will leave some space beside the slides, where the notes would go.
    Alternatively, in the same dropdown menu, you can choose "Layout". In the panel that appears, you can set your output to print multiple pages on a single sheet of paper, and arrange them how you like. If you are set to print slides and not handouts, this method will print multiple slides, without spaces for notes, on a single sheet.

  • First two lines of each page... - Format Issue

    I have a manual I am currently updating.  I am unaware of how it was formatted initially but it is currently pushing the first two lines of each page all the way to the left margin.  I have checked everything I know to check for the format setting
    and have been unable to find anything out of the ordinary.  Anyone have any idea what causes this?
    I am using Word 2010

    It may be possibly due to the indentation setting of your document.
    To change it, choose the below option in your word file
    Home => Paragraph => Indents and Spacing => Indentation => Left (0 pi)
    Try if this work outs.

  • In my class i am suppose to do a before and after shot, how do i have two photos on one page

    before and after shots..how do i put two photos on one page?? please help

    Good day!
    As Photoshop is not a page layout application but primarily image editing software the concept of "page" has limited relevance.
    Anyway, you could increase the canvas (Image > Canvas Size) and place the other image (File > Place …) or drag and drop it.
    Or create a new image and place both images. Whether doing so as Embedded or Linked Smart Objects makes more sense depends on your workflow, I guess.
    File > Automate > Contact Sheet II would be another option.
    Regards,
    Pfaffenbichler

  • Two images on a page, want to number each image.  How?

    Page layout with two images on a page, other pages have one image.  I want to have a number associated with each image.  I tried page numbering to no avail.  How do I have a sequence number for each image?
    I further complicate this; I will make many documents, each document will have about five pages, as I progress, I want the photo numbers to function likek page numbers, across all the documents. 
    How do I accomplish this?
    Rob

    Thank you, I am closer to the solution after following your instructions. On the Master pages (Two page spread), I made a text frame adjacent to each of two frames for the images (There will be two images on each document page, thus two frames on each Master Page).  They are threaded together and I verified this by View > Show Text Threads.
    Since I am not getting the right result, I must have done something wrong.  I made numbered List using Paragrach Styles.  I could not find "text attribubutes" so I am probably not doing this right.  Please note that I have spent 7 hours on this so far, so I am making an effort. 
    It seems reasonable that this should be done on a Master layout, is this right?  So far, the text frame number flow from 1 to 4 across the the Master Page spread.  Thus the first two pages are correct.  However, when page is added based on the Master it repeats the same flow: 1 though 4.  I expect this because that's what the Master shows,  However, I want the numbers to continue as I add photos to additional pages.
    Thank you for any additional information you are willing to provide. 

  • Interaction between two iViews on one page

    Hi Everybody!
    I have have one question and if you think I am blind, then I apologize for this.
    I have two iViews on a page. The First (iView 1) is showing a Link List from KM
    and the second (iView 2) is showing the content of an external link.
    I would like to implement the following logic:
    When the user clicks on a Link in iView 1, the content should appear in iView 2.
    Can this be done with standard iView parameters or do I need to implement it on my own?
    Thanks a lot and kind regards
    Ingo

    hi
    KM navigation has a core par file in USR(installation) directory com.sap.km.navigation use it in IDE eclipse or nwds and alter the code using epcf  and rename it as your class  and redeploy it  and make it as a template.
    you can use this way otherwise please do see the proerties of KM navigation iview  which may suggest the way out.hope this helps you .while using the code you have to implement epcm.donavigate and paa parameters to other iview.please don,t forget to give points
    with regards
    subrato kundu

  • I have two textframes on one page. But when iterating using everyitem() it picks second prior to first?

    Hi Expert's
    I have two textframes on one page. But when iterating using everyitem() it picks second prior to first?
    var ObjDoc = app.activeDocument;
    var LstPara = ObjDoc.pages.everyItem().textFrames.everyItem().paragraphs.everyItem().getElements();
    for(var c1=0;c1<LstPara.length;c1++)
         var par = LstPara[c1];
         $.writeln(par.contents.toString());
    is there any specific reason for that? Please explain

    To solve your issue, try the below code:
    var ObjDoc = app.activeDocument;
    var LstTxtFrame = ObjDoc.pages.everyItem().textFrames.everyItem().getElements();
    for(var c1=LstTxtFrame.length-1;c1>=0;c1--)
        var LstPara = LstTxtFrame[c1].paragraphs.everyItem().getElements();
        for(var c2=0;c2<LstPara.length;c2++)
            var par = LstPara[c2];
            $.writeln(par.contents.toString());
    I have two textframes on one page. But when iterating using everyitem() it picks second prior to first?
    is there any specific reason for that? Please explain
    InDesign text frames will work in LIFO (Last in first out) method, i.e., the last created text frame will be treated as a first frame in for loop, hence try the above code.
    Vandy

  • Importing two-column text from Pages

    I've produced several successful calendars and books using the iPhoto service in the past couple of years, but one thing has me defeated.
    So far, I have used Pages to create text, then style it the way I want, and finally cut and paste it into the book project. It works perfectly. So far, so good.
    Now I want to do two-column text pages, instead of a full-width single-column layout, but I can't find a way to do it.
    I have tried exporting the two-column set out of Pages as a pdf, then using the Import command in iPhoto, but it is greyed out in the navigation window. No go.
    Any ideas?

    Do a Print to PDF of the Pages layout and select the Send PDF to iPhoto option. That will create a jpg image of the page which can be added to a full page layout in the Book. Here are a couple of crude examples of that from a Word document: Portrait oriented - Landscape oriented.
    Of course my example is single column but with a two column layout in Pages and in the landscape mode it would work just as well.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.
    Message was edited by: Old Toad

  • HT1040 I have a full page photo in a iPhoto book that is splitting into two sections across 2 pages. Any ideas what the problem might be?

    I have a full page photo in a iPhoto book that is splitting into two sections across 2 pages. Any ideas what the problem might be?

    Have you selected the spread layout?
    If so change it to a single page full page layout
    LN

  • Two SWFs on a page - one in fullscreen, dropping frames in OSX

    Hi
    The issue we're facing is choppy playback of a fullscreen video only in OSX while there is a second SWF underneath it on the HTML page (fullscreen mode in the SWF on top, while the other SWF in the background sits idle).
    We have one video player in the page at first, and when you click a button another video player of a different kind gets rendered on top of the first player.  The player on top plays fine in normal screen.  When it goes to fullscreen, we're noticing choppy playback, dropped frames.
    ***  If we remove the first player from the HTML page completely, the 2nd player plays smoothly in fullscreen. ***
    There's nothing in the code that is very CPU-intensive at all..
    What could be the issue?    I would assume that the top SWF (while in fullscreen) would be given priority so that video playback isnt choppy.
    Is this type of thing to be expected on MAC OSX when rendering two SWFs in a page?   But why wouldn't the top SWF have complete priority for rendering its video while in fullscreen?
    We tried killing the NetConnection, we tried suspending all event listeners (removeEventListener), but the problem persists.
    Any ideas?  Anything else we should try?

    Hi
    The issue we're facing is choppy playback of a fullscreen video only in OSX while there is a second SWF underneath it on the HTML page (fullscreen mode in the SWF on top, while the other SWF in the background sits idle).
    We have one video player in the page at first, and when you click a button another video player of a different kind gets rendered on top of the first player.  The player on top plays fine in normal screen.  When it goes to fullscreen, we're noticing choppy playback, dropped frames.
    ***  If we remove the first player from the HTML page completely, the 2nd player plays smoothly in fullscreen. ***
    There's nothing in the code that is very CPU-intensive at all..
    What could be the issue?    I would assume that the top SWF (while in fullscreen) would be given priority so that video playback isnt choppy.
    Is this type of thing to be expected on MAC OSX when rendering two SWFs in a page?   But why wouldn't the top SWF have complete priority for rendering its video while in fullscreen?
    We tried killing the NetConnection, we tried suspending all event listeners (removeEventListener), but the problem persists.
    Any ideas?  Anything else we should try?

  • How do now open two copies of same page

    As a business short cut I cut and paste from one copy of a web page to another copy. Your new feature disallows two copies of same page. Is there a way to force two copies?

    Are these four steps in a procedure, or are they four different ways to accomplish the goal? I've never used the versions of Firefox since that feature was implemented so I can't visualize doing any of them either way.
    Is there some way to disable the Switch To Tab in the configuration file? Does the ''about:config'' access still exist?
    The Switch To Tab "feature" is the primary reason that I have declined to Switch To "Rapid-Bug-Development" Firefox and plan to remain with Firefox 3.6 indefinitely.
    Whichever person(s) decided to implement this "feature" obviously did not have a clue as to the usefulness of ''opening a tab which is identical to an existing tab'' while, for example, investigating a labyrinth of data sheets on a technical website. After it is opened, browsing continues on the new tab, which makes it easy to return to the page from which one departed without hitting the Back key umpteen times and waiting while the pages are re-displayed in reverse order (among other less efficient alternatives). The "user" just returns to the tab for the page-of-departure to resume, regardless of whether s/he also wants to close the tab on which s/he continued browsing.

  • Need to set "initial view" to two up and fit page

    Newbie here, I apologize for such a basic question:
    It's easy to set an open document view to "two up" and "fit page":
    this.zoomType = zoomtype.fitP;
    this.layout = "TwoColumnLeft";
    However, I cannot seem to find the properties to set the "initial view" to the same view.
    "initial.zoomType" and "initial.layout" do not work.
    Any ideas?  Thanks, JB

    "initial.zoomType" and "initial.layout" do not work.
    This properties doesn't exist. Did you read the documentation?

  • Two comment box one page

    hey does anyone know how to create two comment box opposing each other i'm trying to make a debate site and i want to be able to have two comment box on that people see each other comment of depending on each each box you comment in and have it connect to facebook  so people can use there facebook account to sign in to comment

    This can now only be done in Edit mode.
    Wait, are you talking about two up on the screen at one time or two on a sinlge page in a book?
    If you want two on a page in a book, select the page and choose "Layout", then you can place up to 16 images depending on the Theme.

  • How to minimize the gap between two regions in a page

    Hi All,
    How to minimize two regions in a page ? I have two regions in page but I need to minimize the (default) space gap between these regions as it looks too large.
    Thanks for the answer.
    Jeffry

    Jeffry,
    You may want to check the tutorial [Achieving Pixel-Perfect Page Design with HTML Templates|http://www.oracle.com/technology/obe/obe1014portal/html_templates/html_templat.htm] on OTN.
    Thanks,
    EJ

  • Can I convert a ppt file to a PDF at two slides to the page with PDF Pack?

    I want to convert a ppt file to a pdf at two slides to the page, rather than one slide to the page. I can do this witha  printer. How do I do this with pdf pack?

    Hi sandyd,
    When you convert from PowerPoint to PDF via Adobe PDF Pack, it will convert each slide in the deck to a page in the PDF file. Unfortunately, there is no way to change that.
    Best,
    Sara

Maybe you are looking for

  • Multiple TM backups in a mac pro (if not CCC as TM)?

    apologies for the multiple posts today. i am trying to finalize a new setup here and i just realized i may be thinking about this incorrectly. i have a drive in bay 1 that is my OS drive with data and i have a drive in bay 3 that has my large-ish dat

  • Macbook air can't connect to wifi but at the same time is connnected.

    Hey there fellow mac users, I got myself a tiny problem around here. My mid 2013 mba is connecting to my wifi at home, but when it's done connecting (and shows it's connected at the network panel) it doesn't load anything from firefox, safari, steam,

  • Is it a bug? About Import application.

    At First, I created a user named "APP1". And I logon with it. Imported an application using export file. The application id is 102. Then I created another user named "APP2" , imported the same export file. It tell me the application has existsed. OK,

  • HT1338 How do I install iweb on my mac?

    Please advice me how I could install iweb on my mac. it came without it.

  • New objects

    Hi, I would like to make new objects for use in LiveType, is this possible ? then how do i do it? Or must i buy them? Thanks,