Splitapp navigation in master area between master1 to master2    ?

Hi all,
I am just exploring the "SPLITAPP" using the below link 
https://sapui5.hana.ondemand.com/sdk/docs/guide/SplitApp.html
Here I created all the views in a MVC style(please see the "structure" screen shot) ,and copied the code from app.contoller.js from the standard "splitapp".
Things are cool but when I click on master1page  master2 page is placing on detail page.
As expected Master2 has to replace Master1 in Master area, but it is placing on detail page area..how can I sort this.Below are the code of  my master1 & master2 ..please help me to identify the issue
Master1.view.js
sap.ui.jsview("split_practice.master.master1", {
  createContent : function(oController) {
  oEventBus = sap.ui.getCore().getEventBus();
  var oMasterPage1 = new sap.m.Page("master1",{
    title : "Master",
    content : [ new sap.m.List({
  items : [ new sap.m.StandardListItem({
  title : "To Master 2",
  type : "Navigation",
  press : function() {
  oEventBus.publish("nav","to",
  viewName :"split_practice.master.master2",
  viewId : "split_practice.master",
  data : {}
  return oMasterPage1;
Master2.view.js
sap.ui.jsview("split_practice.master.master2", {
   createContent : function(oController) {
  oEventBus = sap.ui.getCore().getEventBus();
  var oMasterPage2 = new sap.m.Page("master2",{
    title : "Master2",
/*   navButtonPress : function() {
    oSplitApp.backMaster();
    content : [ new sap.m.List({
  mode:"SingleSelectMaster",
  select: function(oEv) {
    if(oEv.getParameter("listItem").getId() == "listDetail1") {
  oEventBus.publish("nav","to",
  viewName :"split_practice.detail.detail1",
  viewId : "split_practice.detail",
  data : {}
    if(oEv.getParameter("listItem").getId() == "listDetail2") {
  oEventBus.publish("nav","to",
  viewName :"split_practice.detail.detail2",
  viewId : "split_practice.detail",
  data : {}
  items : [ new sap.m.StandardListItem("listDetail2",{ title : "To Detail 2"}),
           new sap.m.StandardListItem("listDetail1",{  title : "To Detail 1"})
  return oMasterPage2;
Thanks in advance
Rajesh

I'm getting nmaster from suckless:
http://dwm.suckless.org/patches/nmaster
Mod+{a,z,x} would increase/decrease/set the number of windows in the master area.  The problem is the ntile layout, which tiles slave windows off to the side (which I want), splits the master pane horizontally (which I don't want) when you increase the number of master windows.  Alternatively, the nbstack layout splits the master pane vertically (which I want), but then it tiles the slave windows at the bottom of the screen (which I don't want).
Is there a layout that both splits the master area vertically and tiles slave windows at the side?  I could try patching it myself but I haven't had time to dive into the dwm source code yet

Similar Messages

  • How to plot a multiple XY graph showing the area between the curves as shaded (colored)

    I want to generate multiple XY plots and want to show (e.g. colored) the area between the two selected curves. I am using LabView 8.
    Thanks in advance for your help.

    That was too quick !
    Your example is significantly more complicated, since there are some boolean logic behind.
    I'm not sure this is something that can be done easily with LabVIEW. After some play with the drawing order of the various curves, I have been able to reproduce your example, but that's not very elegant :
    Plots 0 and 1 are duplicates of plots 4 and 5 to improve the drawing (without these additionnal plots, the red and black lines almost disapear, hidden by the inter-curve filling). Line 2 fills to Line 5 (green to red in white). Line 3 fills to Line 4 (black to blue, in grey).
    May be someone will comes with a better solution. Ben ?
    Message Edité par chilly charly le 10-25-2007 01:45 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Example_BD.png ‏10 KB

  • Master-detail: check changes in detail when navigation in master

    Dear friends,
    forms 6i oracle 9i.
    I have a master and a detail block, changes in detail block can only be made in a non-database-field.
    For saving a procedure do_save is called where values from non-database-fields are calculated and then put into database field.
    For realizing that any changes where made I created another non-database-field in a control block which is set to 1 in when-validate-item-trigger of detail.non-database-field.
    When closing the form I simply check the status of my control.item und if necessary call the dó_save procedure.
    I now want to have same functionality when navigating through master-block, for example with key-down.
    I tried to use the master on_populate_detail trigger:
    --snip
    do_check_item_changed;
    IF ( (:EVM_A_ARTIKEL.H_MANDANT is not null) or (:EVM_A_ARTIKEL.ABTEILG_ID is not null) or (:EVM_A_ARTIKEL.ARTTYP_ID is not null) or (:EVM_A_ARTIKEL.ARTIKEL_ID is not null) ) THEN
    rel_id := Find_Relation('EVM_A_ARTIKEL.EVM_A_ARTIKEL_EVM_JN_A_L');
    Query_Master_Details(rel_id, 'EVM_JN_A_L');
    --snip
    but at this time the detail block seems to be empty.
    Has anybody an idea where's the right place to put my
    checking procedure?
    Thanks for help
    Silke

    Hallo,
    Do you mean this?
    relation type Join
    detail datablock evm_jn_a_l (this block
    itself is based
    on a join)
    join condition EVM_JN_A_L.H_MANDANT = EVM_A_ARTIKEL.H_MANDANT AND
    EVM_JN_A_L.ABTEILG_ID = EVM_A_ARTIKEL.ABTEILG_ID AND
    EVM_JN_A_L.ARTTYP_ID = EVM_A_ARTIKEL.ARTTYP_ID AND
    EVM_JN_A_L.ARTIKEL_ID = EVM_A_ARTIKEL.ARTIKEL_ID
    behavion when deleting not isolated
    hinder masteless actions no
    coordination no
    automatic query no
    Silke

  • [SOLVED] DWM Layout w/ 2 Columns in Master Area?

    So far I've been using DWM with a text editor (vim or emacs depending on what I'm working on) in the master pane and a few terminals in the slave area for compiling/debugging/etc.  Then I create a vertical split in the text editor so I effectively divide my workspace into 3 columns, 2 for text editing and one for terminals).
    The problem with this setup is that I have one set of keyboard shortcuts to switch focus between the columns in my editor, and then I have the DWM shortcuts to switch between terminals.  It'd be really nice if I could have two separate text editor instances laid out as columns in my master area so I could just use the native DWM commands to switch between everything.
    I've tried the nmaster patch on suckless, but its ntile layout splits the master column into multiple rows rather than columns.
    Does anyone else have a patch or layout that can achieve this behavior?  I think this is a very useful layout for coders with widescreen monitors.
    Last edited by choogi (2010-09-03 16:05:03)

    I'm getting nmaster from suckless:
    http://dwm.suckless.org/patches/nmaster
    Mod+{a,z,x} would increase/decrease/set the number of windows in the master area.  The problem is the ntile layout, which tiles slave windows off to the side (which I want), splits the master pane horizontally (which I don't want) when you increase the number of master windows.  Alternatively, the nbstack layout splits the master pane vertically (which I want), but then it tiles the slave windows at the bottom of the screen (which I don't want).
    Is there a layout that both splits the master area vertically and tiles slave windows at the side?  I could try patching it myself but I haven't had time to dive into the dwm source code yet

  • I got my Iphone 3gs unlocked, but Navigation and Compass are not working. Please help if anybody had faced this problem and got it resolved.

    I got my Iphone 3gs unlocked, but Navigation and Compass are not working. Please help if anybody had faced this problem and got it resolved.

    Only the carrier that the iPhone was locked to can unlock. There you go, hacking void any support from this forum.

  • In GL Master- Diff between Open Item & Balance Summary

    Hi Experts
    In GL Master- Diff between Open Item & Balance Summary ?
    Regards
    Ramakanth

    Hi,
    Open Item :- Select this tick if you want to see all individual line items that makes the total of the account. By selecting this tick you will be able to see both open and cleared items. GR/IR accounts should be managed on open item basis.
    Line Item:- Tick this if you want to see the balance of an account by individual postings.  Generally Revenue & Expense accounts should be managed on line item basis.
    Hope this will help.
    Regards
    Valay Pandya

  • Enter validity area between years 1996 - 2010

    Dear Expert,
    We are trying to change factory calendar as 2012, earlier it is open from period 1996 to 2010.
    but the system is giving the error "Please enter validity area between years 1996 - 2010."
    pl. give us solution
    thanks
    Abhay.

    Hi,
    Please change the validity of the holiday calandar at SCAL Aand then try chage the factory calandar difinition.This will solve your problem,
    Regards,

  • Problem with Master Detail between 3 tables or more

    Hi to the community, I have the following problem.
    I have 3 tables relationship : table Solicitud, ItemSolicitado,Cotizacion
    Solicitud - ItemSolicitado ( 1 to * relationship )
    ItemSolicitado - Cotizacion ( 1 to * relationship )
    Solicitud - Cotizacion ( 1 to * relationship )
    I have a Master Detail between Solicitud/ItemSolicitado , and it run correctly, I Insert,update,delete correctly ( with expression Groovy )
    I want make a master/detail between ( Solicitud/ItemSolicitado ) / Cotizacion , because I need insert some data in Cotizacion table with some data from Solicitud/ItemSolicitado.
    The user see the Master/Detail between the Solicitud/ItemSolicitado Tables, and when the user select a item from the detail ( ItemSolicitado ) I want insert data into Cotizacion Table with the Solicitud Primary key and ItemSolicitado primary key
    How I can make a Master Detail between 3 tables or more ?? or, How I can do what I want ? some idea ??
    Thanks.

    I resolved it !!, Only create a view link between the tables and I define in the Data Model Tab of my application module, as following, and it run !!
    +Solicitud              // parent
    +ItemSolicitado   // child 1
    +Cotizacion        // child2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I have no master area? What am I doing wrong?

    Windows stack on top of each other and there's no master area. I'm having trouble googling this.
    I've only started using dwm last night and I like it. Alt+h or Alt+l doesn't seem to change anything.
    SCREENSHOT: http://i.imgur.com/fmtz1Eq.jpg

    http://unix.stackexchange.com/questions … 5900#65900

  • Large Blank/grey area between  recieved email list and actual message HELP!

    This happened suddenly when trying to show off the features of to do. all I did was delete the to do in the email message I was in and the email went hay wire sending a bunch of blank notes and now there is a blank/grey area between every message and the list of emails. The space is very large about 3 inches in length.
    Thanks for the help

    No problem. I think it is worth posting these things so Apple know and so others know. I have a number of issues and I was thinking about going back and doing and Archive and Install in case they had been caused by me just doing the upgrade. But when I see the issues come up here I know it's probably a bug. Like you say quite a few of them
    Michael

  • Top leven navigation and Tool area dissapear after upgrading SP19

    Hi all,
    we have upgraded the J2EE engine and the EP to the SP19 and when we enter the Portal, the top level navigation and tool area have dissapear.
    It could be some parameter wrong or an error during the upgrading?
    Thank you in advance for your help.

    Hi Rahul,
          See SAP Note: 1002832. These are the details:
    <b>Reason and Prerequisites:</b>
    The problem is caused by a program error.
    This note applies to NW04S SP8 - SP10 and NW04 SP16 - SP19.
    <b>Solution:</b>
    The problem is fixed with NW04S SP11 and NW04 SP20.
    The reason for the problem are missing ACLs that are normally created automatically when roles are imported.
    In order to resolve this problem please do the following steps;
    1 - Logon to the Portal with user having "super admin" rights.
    2 - Replace in URL the "/irj/portal" part with the following /irj/servlet/prt/portal/prtroot/com.sap.portal.admin.acleditor.listPermissions.
    This starts a component that lists all permissions in the PCD. It might take some time until it is finished.
    3 - Please scroll all the way to the bottom of the list. If there is a botton "fix inner acl", click the button. The missing permissions for the roles will be created. If there is no such button, the permissions are OK. The reason for the symptom is something else then.
    Hope this helps.
    Regards,
    Pooja.

  • Gray area between vertical ruler and edge of page – remove

    I have a pages file where there is a large gray area between the edge of the page and the vertical ruler. I don't know where it came from but I want to get rid of it. I have a new file that I just opened from my templates and he does not have this large gray area.
    I tried looking, clicking on things and scratching my head and nothing works.
    I tried to add a couple J pigs to show what I'm talking about but can't do it. Anyway any suggestions would be highly appreciated.
    TIA
    David

    I'm not sure what you're seeing.
    Check the documents printer settings. They may be set for different printers. Perhaps Any Printer. If they'e not set for your printer, change them and see what you get.
    Walt

  • Fill area between two lines

    Hello again.
    I made two lines with the arc tool, but how I can fill the area between the two lines red ?
    http://s7.directupload.net/images/130830/mbqw2prt.png

    Which version of Illustrator are you using?
    In case it's a recent one take a look at Live Paint groups and the Shape Builder tool.

  • Integration areas between fixed asst to pm

    hi guru
    Guru, what are the integration areas between Fixed Assets and plant management? Please

    Hi,
    Refer this link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/52/e4fac8e31111d58d3a0000e8284931/content.htm

  • Multi-Master-Replication between 6.3 (32bit) and 11g (64bit) possible?

    Hello,
    is it possible to run a multi-master-replication between a 6.3 32bit and a 11g 64bit Directory Server instance (both on linux)? I'm running into a
    B1 - Client request contains an ASN.1 BER tag that is corrupt or connection aborted
    message on the 'dsconf accord-repl-agmt' step, while 'dsconf info' works for both servers.
    Yours
    Karsten
    Edited by: 813510 on 19.11.2010 01:55

    MMR works between 6.3 and 11g and is platform-agnostic so it works across platforms.
    Please check if the max-ber-size parameter is identical on both servers.
    -Sylvain

Maybe you are looking for

  • Error (Short Dump) while posting any Material document

    Hello All Experts, I am facing an error (short dump) while doing all material document related transactions (for example MIGO,MB1A etc) . I am getting the below message:- Short text of error message: Document number 1000 5000000000 2009 was already a

  • Is it possible to edit a file made with 8.1 for word using acrobat 9 pro??

    I have a PDF file which seems to have been created using acrobat 8.1 file maker for Word. Is it possible to edit this file using acrobat 9 pro extended and if so how do i go about this.. When i select the tools menu, no options become available and t

  • Error 10401 occurred at AI Hardware Config, when using AI Acquire Waveform vi

    I can successfully run applications that use the AI Sample Channel vi, however when I use the AI Acquire Waveform vi the following errors are generated:- Error -10401 occurred at AI Hardware Config, followed by Error -10401 occurred at AI SingleScan.

  • Hiding Options in Context Menu for Specific Roles

    Hi SDN, We have navigation iview assigned to some of the users. There appears context menu and the items in it. We need to remove some of the options like copy, move for the specific users. How to achieve this specific requirement of hiding few of th

  • Manipulate the F4 in the variable display

    Hello BW Experts, I have a variable var1 on infobject iob1. iob1 has 10,000 records in the master data. req: Only show 10 values in the F4 Is there a ABAP program / class I can modify to achieve this. Thanks, BWer