Window dragging between 2 iview

Hi All;
Can i drag and drop form between 2 nested iview in visual composer?
For exmple
i have nested iview called A and it has 2 form (form1 and form2).i can drag and drop this forms and change their positions.
i have nested iview called B and it has 2 form (form3 and form4).i can drag and drop this forms and change their positions
But i want to drag and drop between A and B . For example  form3 and form2 OR form4 and form1.

Hi,
Not possible.
Regards,
Govindu

Similar Messages

  • Window Splitter and Window Dragging

    Hi,
    What are window splitter and window dragging?
    Regards,
    Lingz

    Window splitters - Adds splitters between iView components that enables their resizing at runtime
    Window dragging - Enables dragging and rearranging iView components at runtime

  • Eventing between multiple IViews

    I have multiple Dynpage IViews on one page. I raise and receive events between the IViews. I can alert the databag or eventObject values. The problem is when I try and write to the IView that has subxcribed to the event.
    ending IView:
    /******  store initial client data   ******/
         EPCM.storeClientData( 'urn:myOwnNameSpace', 'myData', '15' );
         EPCM.storeClientData( 'urn:myOwnNameSpace', 'myData2', '10' )
    /******* set the user name based off of the selected index for Request For *******/
    function setRequest(){  
         var funcName = htmlb_formid+"_getHtmlbElementId";
         func = window[funcName];
         var ddl = eval(func("Request"));  
         var selectedIndex = ddl.getIndex();
         var name = ddl.getValue(selectedIndex);
         EPCM.raiseEvent( 'urn:myOwnNameSpace', 'myRequestFor',  name );
    Receiving IView:
    [code]function myRequestHandler( eventObject ) {
        var passedData = eventObject.dataObject;  
        var temp=EPCM.loadClientData('urn:myOwnNameSpace', 'myData');
        var funcName = htmlb_formid+"_getHtmlbElementId";
         func = window[funcName];
         var myTime = eval(func("myTime"));  
         myTime.setValue(passedData);
    EPCM.subscribeEvent( 'urn:myOwnNameSpace', 'myRequestFor', myRequestHandler);code]
    The alert has the data passed but the values are not written back to the JAVA htmlb objects.
    I did the same thing using JSP DYnpages and it works. I would prefer nto to use the JSP page. Do I have an option

    the problem is not missing the document element value. I have it. I can alert it to the browser. The problem is forcing the value back to the JAVA HTMLB form element within the class.
    The problem is closed. I have gone the JSP route which is working.
    Message was edited by: Tom Mosseau

  • CC: Panels do not resize smoothly when dragging between them

    When I drag between two panels, to adjust the vertical space of two stacked panels, the movement is not smooth. Sometimes it even continues to resize in a jerky fashion, after I've stopped dragging. This started to be a problem in CS6 and continues in CC. Is there a way to fix it?

    Hi,
    Thanks for posting it on the forums. Illustrator team is currently investigating this issue.
    As a work-around I suggest you to keep your App Frame ON. (menu Windows >> Application Frame).
    With Best Regards,
    Raghuveer

  • Drag between two flex applications?

    Hi,
    In the project I'm working on I display tree which the user can manipulate by dragging and dropping. So far I have a tree in a flex application, and I've implemented dragging and dropping. I'd like the user to be able to drag from one tree to another, but as my flex application will interact with my HTML pages, I don't want to waste space by having room for the second tree all the time.
    The flex application is embedded on a HTML page, and I'd like to be able to have two instances of my flex application and have the user able to drag between them. Is this possible? I did wonder if it would be possible to implement something like this using a javascript callback, but is there a standard way of doing this?
    Thanks,
    Jonny

    Hi Jonny,
    I've also faced with problem of draging between two applications.
    It's possible to transmit data between these applications, but it's only a half of the task.
    The main problem it to handle mouse release error on second application.
    There is no problem to handle that user drag object and move it out of the component - it's ok.
    After that we should handle the position of droping this object.
    Also it's no problem to handle that mouse is on over component and left button is pushed (at this handle create imitation of starting draging). But it's impossible to handle first mouseUp event. This event don't visible in html (object don't rise mouseUp event) and don't handle in flex. I'm still try to understand the way to get round.
    The only way I've founded is to hide flash object on mouseOver event and show an image instead of it until mouseUp event raised. After that show flash and calculate the position of draging. But's if you use tree it's not a good way.

  • Communicate between two iviews

    Hi everyone, if i create two iviews. And i want to pass a variable from one iview to the other one by triggling an event .
    What technology can help me do that?  Thx~~

    Hi Louis,
        Communication between two iviews is accomplished by EPCF concept.
      Refer to this forum thread where Prakash Singh has clearly explained about the same
    Communicate between two iviews
    Hope this helps.
    Regards,
    Joshua Kiran

  • "In the Data Palette window, drag the Login to Portal portlet ..."?

    Hi;
    In http://e-docs.bea.com/workshop/docs81/doc/en/portal/samples/login.html?skipReload=true it says "In the Data Palette window, drag the Login to Portal portlet onto a placeholder on the page. "What does this mean and how do I do it?
    And the following line is "In the Property Editor window, set any relevant properties." - where is the property window and what properties do I want to set and to what value?
    thanks - dave

    Help please
    thanks - dave

  • How to transfer parameters between two iViews?

    Hi all,
    I have two WebDynpro based iViews (StartView and SecondView). when I press the button in the StartView, the EP will navigate to the SecondView. During this process, I want send a parameter value from the StartView to the Second View. In the StartView, I use the follow method to navigator:
    WDPortalNavigation.navigateAbsolute(
                  "ROLES:portal_content/com.sap.itsamtest/com.sap.secondpage",
                     WDPortalNavigationMode.SHOW_INPLACE,
                     (String) null,
                     (String) null,
                     WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
                     (String) null,
                     (String) null,
                     "value=From Start Page");
    In the SecondView, I use the WDWebContextAdapter to get parameter's value.
    String Name = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("value");
    It works fine. But I found there is a warning message:
    The method getRequestParameter(String) from the type IWDWebContextAdapter is deprecated     
    So is there any other good mechanism to implement the data transfer between two iViews.
    Thanks and Best regards
    Deyang

    Hi,
      Try the following:
    <b>Subscribing to a Portal Event:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/0c/8eee31e383cd408bcb07e80b887463/frameset.htm
    <b>Code Example for Programming Portal Eventing:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/0c/8eee31e383cd408bcb07e80b887463/frameset.htm
    <b>Regards,
    Sai Krishna.
    PS: Plz do assign points if it helps. ;-)</b>

  • Regrading full windows drag in remoteapp

    Hi,
    I've set up the "disable full window drag:i:1" setting in the rdp file for a remoteapp program, but it does not work.
    Using windows 7, RDP 7.1 (haven't upgraded to 8.0).
    Doesn't this setting work for remoteapps?
    Thanks

    Hi,
    That's what i did in the first place:
    "..I've set up the "disable full window drag:i:1"
    setting in the rdp file for a remoteapp program, but it does not work."
    What works is the following:
    On the client computer, go to "System"->"Adjust the appearance and performance of Windows" and disable the "Show windows contents while dragging".
    But like i said the earlier response, that disables it for all windows, both local and remoteapp. So basically, I'm asking, is it possible to do it for only the remoteapp windows?
    As you can see in the 2nd post you added in your response, he also had to set it up on the client.
    Regards,

  • Firefox 4 stops opening new windows after browser window dragged to second display

    Firefox 4 stops opening new windows after browser window dragged to second display. It's weird. Behavior is fine until I drag any browser window to the attached second display, and after this point it stops opening new windows but will still open new tabs in the same window. Restart fixes it until I drag the window back to the second display.
    "Show all bookmarks" stops working too--won't open a new window.
    This is after clean reinstall with total deletion of any Firefox/Mozilla folders and the previously installed app and a restart of the computer.
    Mac OS X 10.6.7
    Firefox 4

    Pretty sure this is either:
    '''Bug 644733'''
    or
    '''Bug 609405'''
    (...and they may be reporting the same thing.)

  • Eventing between three iviews

    Hi all,
    I implemented three Iviews in a model and tried to define eventing between them in the following manner:
    - Output of iView1 is input of iView2
    - Output of iView2 is input of iView3
    Eventing is functioning well between iView1 and iView2, but it isn't doing between iView2 and iView3.
    Does eventing only work between two iViews once a page? Do I need a different EPCM event than "com.sap.visualcomposer:epcm" for the eventing between iView2 and iView3.
    Regards,
    Elyes

    Hi
    Did you give the event between iview1 and 2 and iview 2 and 3 different names.
    Jarrod

  • Drag&Relate enabled iViews with PDK

    Hello everyone,
    I want to create a Drag&Relate-enabled iView with PDK on EP 6.0 SP6 but I did not find any guides about this topic. Does anybody know how to do this?
    thanks in advance,
    Jens Harzer

    Hi,
    the new, enhanced, pure Java, Drag&Relate is being released at part of PP SP7 (Stack 05), and now is available to use as part of the Portal Platform.
    It is very easy to create content that enable Drag & Relate using the simple iView Wizard (both 'Query iView' and 'Application Integration iView') as well as the Role Uploader - they all create content that is 'unification enabled'.
    of course, it is not that simple, and one needs to define the right systems, use the correct templates and so on, but, it is possible (as well as using the newly Context menu notion instead of Drag & Relate).
    I encourage you all to consult the Portal Platform documentation to see how it's like, we are planning for more roll out activities soon.
    Thanks
    Ori

  • Drag&Relate JDBC iViews

    I have 2 tables in Oracle DB called Employee and Department which are linked by Foreign Key relationship of DeptNo. Can i create JDBC iViews such that if I drag DeptNo. column from Department iView into Employee iView, it displays me all employees working for that department.

    Hi
    you can do this in two ways.
    1) Use the Unification platform.
    2) Create simply iViews and create a Drag and Drop target
    Using method number 1 you can create as many iviews based on as many different tables within many different databases. However, there is additional costs involved in using this software (check your licensing agreement).
    The other method would be to simply have the two iViews that you have developed using the Drag and Drop targets. This way you can simply drag a particular column or columns onto another iView. The target iView can then retrieve these values as they will then be parameters to the iView. You can then execute the second query using these values. Hey presto you have you drag and drop iViews. This is NOT Drag and Relate as the query is defined within your own code and has nothing to do with the actual foreign key relationships, so therefore you can be very constructive with the queries
    I hope this helps
    D

  • Window Dragging

    In LV6.1 is there any way to prevent window dragging other than making the title bar invisible?

    Hello Jim,
    Check out this other Discussion Forum link.  It looks like making the title bar invisible would be the best way to do this unless you were able to determine the Windows system DLL calls that would be needed to do this.
    Regards,
    Clint M
    National Instruments

  • Difference between IAC iview and Transaction iview

    HI Experts,
    Difference between IAC iview and Transaction iview................
    Higher points will be rewarded for useful inputs.......
    Thanks in Advance,
    Shakthi

    Hi Shakti,
    Transaction Iview is to navigate to required transaction eg se80 etc of backend ,it can be used for various purpose for eg to test weather SSO is properly configured or not if yes Transaction Iview should navigate user to mentioned transaction in the iview with out asking for user id and password.
    and IAC Iview is Internet Application Components
    please go through this link
    <a href="https://service.sap.com/~sapidb/011000358700000473342002E/">check</a>
    Internet Application Components(IAC) are complete business solutions for linking mySAP.com components to the Internet. With IACs users can access business information in mySAP.com components by starting SAP transactions, function modules or reports from a Web browser.SAP IAC is a productive way to programm to prgramm backen transactions in html
    for creation of IAC Iview ckeck this link.
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/6898dddb7afd44b07ca4e3bb15f676/frameset.htm.">creation of IAC IVIEW</a>
    Hope this works
    Please allot points if helpfull.
    Regards
    Vinit.

Maybe you are looking for

  • Different iMessage Ids on one Device

    I have Iphone 4. Please guide me if I can use two different iMessage Ids on the same Iphone 4 device.

  • Problem in SXI_CACHE ReturnCode 99

    Hi Everyone, We're encountering a problem in our Test box. The return code for one of our integration processes is still 99 even after activating it in SXI_CACHE. In our acceptance box and Dev box, the return code is 0. Everything is working fine for

  • Set Types not in IDOC

    Dear Experts, Currently I am working on an interface between CRM 6.0 and XI to deliver product specific information, including customer fields. I am using the BDOC type PRODUCT_MAT. The customer fields have been implemented through set types in trans

  • Inventory sometimes coming to our place in high sea sales scenario?

    Dear Experts, Here we have mapped the high sea sales scenario through third party sales process. here in this process since the documents are endorsed on the name of customers when the shipment is sailing only, so here we have to do only statistical

  • Installing optional content on a different hard drive

    Hey, I'm about to install Final Cut Studio 5.1 on my computer and i have a quick question. Will installing the optional content (Apple loops, fonts, tutorials...) on a different drive than the boot drive that i am installing Final Cut Pro on, negativ