Postioning of Nested IView Pop-up

I have built a VC composed of multiple nested Iviews.  In one eent, I call a nested i-view popup.
How can I ensure a popup will popup in the browser screen so the user can see it right away without having to drag the popup so they can see it and use it.

Hi
You can createtry with 'zooming'. What you have to do is, use 'Data store' operator. Create one button for zooming. create 2 separate nested view one is of normal size & other is as per size you want. Create event with 'data store' & assign it to the button which is created earlier. When you click this button nested popup will get open as per size you want.
Regards
Sandeep

Similar Messages

  • How to combine data from different input forms outside a nested iView

    Hi,
    i try to combine data from different input forms in a single one.
    Because of space reasons in Flex compiling i already use nested iViews. Within these nested iViews its possible to use the 'combine' function to do this.
    But in the main iView I cant compose these function with other elements. I need to do this because of using these model in Guided Procedures with output parameters. These parameters I only get with a 'endPoint'. Unfortunatly its not possible to combine data from different input forms into the 'endPoint'.
    Is there any solution?
    Thanx
    Mathias

    Hi Scott,
    i tried this already and i also tried to map all parameters in the endpoint by drawing lines from the other forms and assign the 'empty parameters' by a formula.
    And when i create a collable object in GP and assign the VC iView, only the parameters of the parent-form (the form who trigger the event) are shown as output-parameters.
    Maybe any other ideas? I cant believe that such a simple thing is not possible?!?!
    In my opinion, thats a bug, that I'am not able to use the combine-operator in the main VC-iView. Whats your mind?
    greets
    mathias

  • Advantages of using nested iViews

    Hi All,
    Could anybody point out what are the major advantages of using nested iViews? Under what circumstances is the usage of nested iViews desired or recommended? Thanks!
    cheers
    Prachi

    Hi Prachi
    The nested iviews comes handy in case where in you model expects numerable UI elements or heavy UI screen.
    Nested iview is a way of achieving componentized models and also avoids re-work.
    You could avoid error like these:-
    "Error in compiling Flex application:
    Error: Branch between 8479 and 41869 around line 0 exceeds 32K span.
    If possible, please refactor this component.
    Failed to compile AAD8T3.mxml"
    This is the well known 32K limitation from Adobe Flex 1.x. The compiled applications are not allowed to be larger than 32K. That usually happens with larger models.
    Solution:-
    In order to solve this issue, you need to redesign your application and use nested iViews (basically splitting the model into multiple components)
    To instantiate you,go through this thread:-
    Re: Multiple input forms problem
    Regards
    Navneet

  • Controlling the execution of start points in different nested iViews

    Hi,
    I have an application in which a tabstrip displays a single nested iView within each tab.  Each of the nested iViews loads data via a BI Query data service.  A start point in each iView specifies the initial parameters to load the query data.
    I would like the start point for a particular iView to be executed only when the user selects the tab that contains that iView.  However, at the moment, when the application starts up, ALL of the iView start points are executed, resulting in a long wait.  There doesn't appear top be a way to check if a particular tab has been clicked by the user and then only execute the start point for the tab's iView based on this.
    I would appreciate any suggestions for implementing the above requirement.
    Regards,
    Mustafa.

    Hi KK,
    It seems there is no way to trigger events/actions from tab selections.  However, you can try the following workaround to simulate the same effect:
    [https://wiki.sdn.sap.com/wiki/x/iT0 |https://wiki.sdn.sap.com/wiki/x/iT0 ]
    The approach taken is to replace the tab strip with a series of buttons in a form which then control the visibility of nested iViews and trigger the appropriate queries.
    Regards,
    Mustafa.

  • How to set the screen size with nested Iview screen

    Can someone show me how to set the screen size with nested IView  screen.
    at the moment i only try it with trial and error untill it looks somewhat close. Is there a property in VC to set the size for Height and width.
    The same question is for the form. the form elements inside the form is easy but the actual form is still a challenge.

    Hi,
    Yes you are correct ,Still the Form and iview are not able to change thier Layout Structure using a Propery.
    it is available with VC7.1
    Govindu

  • Pass an event to outside nested iview (Flex 2.0)

    Dear all,
    As per note 1124906, the new Flex engine permit pass an event raised inside a nested iview to the outside iview.
    I just installed the SP 14, PL 1 and I couldn't find how to use this feature.
    Someone could help me?
    Thanks.
    Note 1124906:
    New Visual Composer features for Flex 2.0, enabled by this patch, include:
    Signal Names as Events: If you are working with nested iViews in a Flex-based model, you can use Out signals within the nested iView to expose EPCM events external to the nested iView, elsewhere in the same model. These signals can trigger transitions between layers and/or trigger events when received by the complementary In signals.

    I've found the problem:
    I forgot to select the correct compiler (FLEX 2) under Options menu.
    Select the correct compiler and it will work fine
    Regards,
    Alessandro.

  • Eventing between iView and nested iView

    I try to make an Event between an iView and an nested iView. I followed the instruction on page 164 in the reference guide and tried some other things, but it doesn´t work. I make an output Port on the one side, there i could select the fields to be displayed. But when I compose the Input Port , there are no field to see.
    So what make I wrong?

    Hello Marcus,
    the main thing about the desired eventing seems to be that when you have placed your data service in the nested iview you have to create a signal-in port<b> by pulling a data connection out of the input port of the data service</b> to create the input-port of your nested iView. Only this way, the port is filled with the input data of the data service.
    Back in your main iView you can connect the data flow to the newly created port of your nested iView the same way as you connect to a data service. You then should see the input fields of the data service that you placed in the nested iView and be able to assign values to the input fields.
    Hope that helps
    cheers
    Gerhard

  • Usage of Back button in Nested Iview

    Hi,
    I have redesigned my model from one iview to an iview with several nested iviews.
    In my main iview I have multiple layers. When I didn't use nested iviews (situation before) the "go back" button which was defined on multiple forms with the system command "go back history" was working fine. But now this is not working anymore.
    At first I tried to replace the method by adding an own button with the customer command "goback" identical to event goback that points to the layer but this doesn't work neither from within the nested iview.
    What's the best approach to jump back via a button from the nested iview to your main iview ?
    Message was edited by:
            Double U

    Hi,
    > In my main iview I have multiple layers.
    > At first I tried to replace the method by adding an
    > own button with the customer command "goback"
    > identical to event goback that points to the layer
    > but this doesn't work neither from within the nested
    > iview.
    Let me explain what i had understood ...
    You have multiple layers and you added a nested iView in one of the layers.
    There is a button with custom action "GoBack" in the nested iView.
    The layers are connected and the customaction goback is set as the event for layer transition.
    Is this the real scenario??
    I guess, you can't use the custom action of a nested iView to control the layer transitioning in the parent level. But you can add a transparent form with a goback button on the same layer with nested iView and in layout, keep the form on top of the nested iView so that the button looks like its in the nested iView.
    Regards,
    Sooraj
    Message was edited by:
            Sooraj KM

  • Not able to resize my objects in Nested iview

    Dear all,
    This is how I created my dashboard.
    Model -> iview -> Layers(tabs) -> Each layer has various forms, queries and charts.
    Now I have changed it to
    Model -> iview -> Layers(tabs) -> Nested iview-> Each Nested iview has various forms, queries and charts.
    Can you suggest the best approach in terms of flixibility and performance.
    When I introduced a Nested Iview I amd not able to resize my objects ( table, chart, forms etc). I am not sure why. When I go into nested iview and go to Layout tab I see a blank page and can see nothing.
    Could anyone help me please.
    Also I would appreciate if anyone can  suggest me the best practice for creating a dashboard.
    Thanks,
    KK

    Hi,
    Yes you are correct.
    to make good Layout for Nestedview contents drilldown to the Nestedview and then go to its layout there you can make the Chages to layout.
    Regards,
    Govindu

  • Using nested iviews

    Hi All,
    please send us examples on Nested iviews and navigations between two nested iviews. And tell us the purpose of nested iviews.
    Regards,
    Suman

    hi suman,
    refer this [link|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1072e2e6-4710-2a10-cdac-94476f063ebe]
    and [this|http://help.sap.com/SAPHELP_NW70/helpdata/EN/47/6efa0e495d199be10000000a42189d/content.htm]
    and also [this|http://help.sap.com/saphelp_nw04s/helpdata/en/9c/ffdb4269b2f340e10000000a1550b0/frameset.htm]
    this is a good  [tutor|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ce64a93c-0e01-0010-e7b9-ef119110f026]
    and real [application |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3b426811-0b01-0010-1db0-f6e6758f529e]
    let me know u need any further info
    bvr

  • Chart Title in nested iViews

    Hi VC-Pro's,
    I've created a very large model in VC. To avoid the 32K-Bug, I seperated the model in several nested Iviews. Now the titles of the charts and the tables in the nested Iviews are no longer shown. The only Title that is shown, is the title of the nested iView. Is there any posibility to solve this problem?
    Thanks
    Stephan

    The problem is solved now....;-)

  • Passing Data to Nested iViews

    Hi,
    I am trying to pass the data to nested iViews and not getting success.
    In my model I have 2 layers.
    Layer 1 - Input Form
    Layer 2 - Output Table and Nested iView
    This Nested iView I have made it a tabstrip. Now when I select any line item from the table I need to pass these line item values to the Nested iViews Tab1. I tried using the Signal Out in the Out port of the output table. Put in a Signal In in the Nested iView. I am not able to connect this SignalOut and Signal In.
    I read forums that the solution can be achieved through data store in the Nested iView and then connect the data store and Signal In. My problem is how will the Data Store and Signal In get the parameters.
    I also tried connecting the Out port of the Output table to the Signal In of the Nested iView but i am not able to do the mapping.
    Can someone pls help me here?
    Thanks,
    Nagarajan.

    Hi Nagarajan,
    I dont think you need a Signal Out here, you can directly link the output port of the table to the Input port of the nested iview and select the event as "SELECT".
    with the above setup in place, you need to assign all the fields with proper values in the connection links(both in the parent iView and nested iview). also check if you have created the field in the signal in and assigned it a value properly to the input port of the data service or query properly.
    Try this and let me know if this does not work.
    Regards,
    Rk.

  • Passing values to Nested iview

    Hi,
    My requirement is to display a input form and get the Customer ID from the user and when the user clicks a Pushbutton then the details(ex:customer name, customer address,etc.) of that corresponding customer id should be displayed in a table in a nested iview .
    Plz can anybody provide me a step by step solution.

    Hi,
    Please go through this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9c/ffdb4269b2f340e10000000a1550b0/content.htm
    If helpfull ...please award points
    Thanks & Regards,
    P.Navakanth

  • How to move back & forth from main iview to nested iview vice versa

    I have application that have  Main iview which have 4 forms and   8 nested iviews(Each iviews have multiple forms). All the forms in main iviews and nested iviews are in layesrs. I can able to move back and forth with in the forms from the main iviews. But I can not able to go  back and forth from main iview forms to nested iview forms.
    For example I have a button "NextA" in form A of Main iview A  and  a button "BackB" and button "NextB" in Form B in nested iviewB .
    and  button "BackC" and button "NextC" in Form C in nested iviewC .
    All the above forms are in layers. When I press button NextA I can  go to  FormB. But when I press button BackB I can NOT able to go back to FormA. and also If I press Button NextB I cannot able to go to FormC.
    In all the above forms,I have created a Action items in buttons with same name as event names.
    Points will be awarded as I need this solution as an emergency.

    John,
    It sounds like you already have event (action) "BackB" assigned to your BackB button on FormB. Then draw a transition from the out port of FormB to the in port of FormA and assign the event "BackB".
    If the problem is that only FormB or FormA is to be shown at a time, then you may need to manage the visibility setting for the form. In that case have your event also update a boolean value in your data store (such as, "showFormA" and "showFormB"), then make the form visibility dependent on the corresponding data store value.
    I hope that helps.
    Margaret

  • How can I solve this nested IView / empty dropdown problem?

    Hello VC experts,
    I've got a VC model with a nested IView that contains drop down lists.
    As long as the nested IView was only used in one place, everything was fine.
    Then I used the nested IView in a second place, and this caused the following problems: After deployment, the dropdowns were empty in the place where the nested IView was already used previously, in the second place everything was OK. The dropdowns display an empty field, and when I click on them as if to select an item it 'drops down' but again there's just one line that is empty, i.e. white.
    Did you experience this before?
    How can I solve this?
    Kind regards,
    Florian

    Hello,
    Just had the idea that I could try posting the .gml file in here. Lets see if that works.
    <?xml version="1.0" encoding="utf-8"?>
    <GMLPACK kit="EP" version="700.11" build="0027" model_name="error_dropdown_nestediview" model_schema_version="1.01" reserved="VisualComposer04"><GMLUNITS><AAA3FUF name="error_dropdown_nestediview" modified="14/01/2008 12:00:37" metadata="LOGLOCATION:" orig_guid="GM127189c0daec11dca6307abae1e458be"><AAD3FUG name="iView 3FUG" parent="AAA3FUF" win_type="SUB" win_scale="AUTO" win_layout="AUTO" win_pattern="STD" win_navigator="STD1" win_caption="true" pos="700 175" author="Public" modified="14/02/2008 12:29:06" orig_guid="GM0c091400daf011dc9e907abae1e458be"><ACA3FUH name="Form1" parent="AAD3FUG" box_style="0" box_features="TTL EDT" box_size="320 160" form_layout="ABS" labels_align="BEFORE" overflow="EXC" pos="550 210" box_pos="8 8" orig_guid="GM0c091401daf011dcbb437abae1e458be" fields="{DD:{type:'10',add:'V',ctl:'8',show:'Y',text:'Dd',dsg:'15',ownEnum:'#ID[AXC3FUK]',useEnum:'#ID[AXC3FUK]',pos:'100 8',size:'120 16'}}"><AEA3FUI name="in" parent="ACA3FUH" role="IN" spec="UI_OBJ_IN" anchor="L15" pos="0 15" orig_guid="GM0c091402daf011dcbc867abae1e458be"/><AEA3FUJ name="out" parent="ACA3FUH" role="OUT" spec="UI_OBJ_OUT" anchor="R15" pos="80 15" orig_guid="GM0c091403daf011dcbf157abae1e458be"/><AXC3FUK name="ENUM[ACA3FUH:DD]" parent="ACA3FUH" enumMap="apple:apple;orange:orange" orig_guid="GM0c091404daf011dcb5a97abae1e458be"/></ACA3FUH></AAD3FUG><AAD3FUL name="iView 3FUL" parent="AAA3FUF" win_type="TOP" win_scale="AUTO" win_layout="AUTO" win_pattern="STD" win_navigator="STD1" win_caption="true" pos="435 235" author="Public" modified="14/02/2008 12:29:06" orig_guid="GM0c091405daf011dcaad47abae1e458be"><ACG3FUM name="iView 3FUG" parent="AAD3FUL" box_style="0" box_features="TTL" box_size="680 328" pos="445 200" box_pos="8 8" trg_unit="#ID[AAD3FUG]" orig_guid="GM0c091406daf011dca6c97abae1e458be" fields="{}"/><ACG3FUN name="iView 3FUG" parent="AAD3FUL" box_style="0" box_features="TTL" box_size="680 336" pos="660 200" box_pos="8 344" trg_unit="#ID[AAD3FUG]" orig_guid="GM0c091407daf011dca0567abae1e458be" fields="{}"/></AAD3FUL></AAA3FUF></GMLUNITS><enums/><IMAGES/><TRANSPORTLOG/></GMLPACK>
    I think if you save this as 'error_dropdown_nestediview.gml' you could reimport it into your model.
    Lets see.
    Best regards,
    Florian

Maybe you are looking for

  • Image not centered in Mobile view?

    I am working in DW CS6.  Originally I set the images in mobile view to text-align: center and they did show up centered.  The CSS styles panel still shows they are centered but  they show up to the left side in DW CS6.   However when I click on F12 t

  • PSE7 for Mac crashes as soon as I try to open it.

    My PSE7 has been working perfectly, and I went to open it a few days ago and it crashed as soon as I tried to open it.  The blue screen comes up and then an error message appears that says: The application Photoshop Elements quit unexpectedly.  I've

  • Hide views in MM01 for all material type in one time

    Hi, I have a requirement to hide the views for all material type at at time. i tried with OMS2 , it is allowing me to do for one matrial type. could any one tell me how to hide the views for all material type in one short. Thanks in adv..

  • HT1386 can't sync my music to my iphone 5 using itunes 1 on windows 8

    need some help on syncing music to my iphone 5 using itunes 1 on windows 8

  • ME23N - Approver display incorrect

    In ME23N under Release strategy tab there is an PO Approver. In our system, it displays X on one server and Y on other server application server on the same SAP instance. However this rectifies itself to X which is correct after 15 - 20 mins. I am as