Manually trigger the responsive resize method

I am building slide type webpage, and each slide is set to display: none, and removed from view until the viewer hits the button to slide to the next or previous slide. Edge compositions set there do play, but they do no resize accordingly when the viewer slides over. Does the Edge JavaScript API allow for us to externally trigger the resizing of Edge compositions?

Hemanth Kumar,
Thanks for the reply! I went and tested what you suggested, but unfortunately nothing actually happens to resizing the Edge composition — unless I physically resize the browser window with my mouse. Triggering it via JavaScript does not  resize the composition.
To explain a bit more about the issue: The Edge composition does this weird behavior only when, the composition is loaded, I move to the next slide (the previous slide with the active Edge composition) is set to display: none. Now, on the new slide, I resize the browser window, and then move back to the previous slide (now set to display: block). This results in the Edge composition being scaled very small, until I resize the browser with my mouse then it rescales back to full size (fit its parent container).
Any suggestions or thoughts? Thanks.

Similar Messages

  • Manually trigger the "validation failed" rendering mode

    Hi,
    I am converting a forms application to APEX. The forms application has many before insert triggers with raise_application_error instructions. These triggers are used for validation purpose. Obviously there are modifications needed as I want to display the application error messages in the notification box instead of the APEX error page.
    The most efficient way is obviously to reproduce the trigger logic in APEX validations. However I am curious to know if there would be a way to replace the raise_application_error instructions in triggers with something that could stop and rollback all the processing and then re-render the page like when a validation fails.
    I played with wwv_flow variables but I didn't find anything that would trigger this. Is it possible to call the same thing that APEX uses to re-render the page with notification message when it detects that one or more validations have failed?
    Thanks.

    Hi ,
    I am not sure if this would work, but you can give it a try. In the exception area try to display message using the
    apex_application.g_print_success_message := apex_application.g_print_success_message|| 'My custom text' ;
    Thanks,
    Manish

  • Manually trigger Scope

    Good Day,
    I have a USB-5133 USB scope and I am using an EdgeTrigger like this in C#
    NIScope scopeSession = new NIScope(ResourceName, IdQuery, ResetDevice);
    double triggerLevel = 0.5;
    ScopeTriggerSlope triggerSlope = ScopeTriggerSlope.Positive;
    ScopeTriggerCoupling triggerCoupling = ScopeTriggerCoupling.DC;
    ScopeTriggerSource triggerSource = ScopeTriggerSource.Channel0;
    PrecisionTimeSpan triggerHoldoff = PrecisionTimeSpan.Zero;
    PrecisionTimeSpan triggerDelay = PrecisionTimeSpan.Zero;
    ScopeSession.Trigger.EdgeTrigger.Configure(trigger​Source, triggerLevel, triggerSlope, triggerCoupling, triggerHoldoff, triggerDelay);
     I am then fetching the waveform like
    AnalogWaveformCollection<double> waveforms = scopeSession.Channels[ScopeTriggerSource.Channel0]​.Measurement.FetchDouble(Timeout, actualRecordLength, waveforms, out waveformInfo);
    This method, FetchDouble blocks the scope while it waits for voltage to trigger. I would like to be able to stop the scope from waiting for something to trigger it. Is it possible to manually trigger the scope or is there a way to stop the scope from waiting?
    Regards,
    Jonathan.

    jonfrankel001 wrote:
    Hi nyc,
    Thanks for the reply. I have searched the internet and looked through the documentation but I cannot find the answer to my question.
    I looked at that link but I am not having trouble configuring my trigger, it is working correctly. However, I would like to be able to cancel any waiting triggers on my scope. Do you know how to do that?
    Regards.
    Waiting trigger?
    I don't have experience with this particularly scope, but other scopes, when you change the triggering, the effect is immediate.

  • Check and Submit Button dont trigger the events

    All,
    I have two webdynpro activex buttons check and submit embedded on the form. These buttons have this script on their respective click events -
    app.eval("event.target.SAPSubmit();");
    app.eval("event.target.SAPCheckFields();");
    This inturn is supposed to trigger the code within the onCheck and onSubmit event handlers of SAP Interactive Form.
    But, when I click these buttons nothing seem to happen.
    Can someone help me resolve this issue as it is very criticial for me.
    Any help is highly appreciated.
    Many thanks,
    Divya

    All,
    I now made the events as "Server"and get an information message stating (Couldn't post data to '' ) when I click on these buttons.
    But, it still  does not trigger the event handler method.
    What can be wrong?
    Many thanks,
    Divya

  • Manually change the FROM field in an Response file

    Hi everyone,
    I have a question about the generated responses file from an acrobat form.  I can't use the usual E-mail method because apparently the Installed version of Reader that my companies IT department puts out blocks the use of it, people don't see the submit button.
    So I set it up in LiveCycle so that a form gets E-mailed to me when a user hit submit.  However when does this way, the FROM field come imports in as Anonymous User when I manually import it.
    Is the any way to edit this?  I don't need it to know who sent it, I know the method I'm using doesn't support this.  However I am never adding more than one at a time.  Is there any way I can manually just edit this and change it to the name of the sender?
    Thanks

    Thanks.  I will try there as well.  However, even though I created the form using LiveCycle, the responses are still being collected in Acrobat and the response file I am trying to modify is Acrobat as well.

  • File to RFC, and through RFC response i am trying to trigger the Mail adapt

    Hi All,
    Right now i am doing File to RFC, its working fine but now the requirement is when xi connect to ftp and picks the  file need to send one success mail after the file pickup and data sent to BW system again i need to send one mail and also error alerts to inbox.
    Till now i am not using BPM, can we do this without BPM pls let me know
    now i am trying to achieve this in File to RFC, and through RFC response i am trying to trigger the Mail adapter.
    or else  i need use only BPM pls share  the steps which i need to be configure.
    Am i correct or pls suggest me some idea to achive this and also pls share some smaple ones in BPM .
    Thanks in advance
    Venkat

    With BPm, follow this:
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    Instead of receiving the response in file, use mail adapter
    Regards,
    Prateek

  • Capturing the response received from the WCF web service method?

    Hi,
    I am trying to call a WCF web service method with input parameters in an xml file and then receive the returned output data by the web service as response into an xml file.
    So far I am able to call the webservice method successfully and not sure how to capture the response data. I am able to see the response data in the tracked message event using the query expression search at the BizTalk group root.
    I may be missing something simple in my orchestration(image at http://social.msdn.microsoft.com/Forums/getfile/535971)  ?
    Steps in my orchestration are,
    1) Receive the xml file with input parameters
    2) Send to webservice using WCF-BasicHttp transport type
    3) Receive response from web service
    4) Send to xml file
    Not sure how I can have 2 receive shapes in series there. I have seen few related posts in the forum but could not resolve.
    Could someone please correct me?

    Hi Rachit,
    Thanks for your quick response. My orchestration is similar to the one in that post. In your post at step 7, how you are able to set 'Activate property' of the receive shape to true? as its the 2nd receive shape in series.
    I am unable to post any images or links at the moment. My orchestration is posted at this link  http://social.msdn.microsoft.com/Forums/getfile/535971
    I am able to access  the above link using chrome.
    Yes,  I did use the Request/Response port to communicate with the web service.  I
    am looking to achieve similar to the one in your post.
    Thanks.

  • F110 Configaration - Manually change the payment method.

    Hi Experts ,
    Below is my requirement
    In Txn FBZP.
    1. Use 'Payment method in country' to create a new payment method 'P' as copy of
        payment method 'C'.
    2. Use 'Payment method in company code' to add method 'P' to 3010 ( Company
         code). The only difference between 'C' and 'P'  should  be the SAPScript check
         form.
    3. Create a proposal with payment method 'C'.  in Txn F110, Manually change the
        payment method to 'P'.
    Here my question is how to change the payment method from "C" to "P" manually.
    Thnx & Regds ,
    Rajasekhar.P

    Hi
    Run the Proposal...after that go to the Edit proposal and using the reallocate button and change payment method manually..
    VVR

  • ***Is there any listener which trigger the method when KEYUP?

    Hi,
    Is there any listener which can trigger the backingBean method when KEYUP!!!!
    Basically, I got 2 input box in the UI where the 2nd box getting enabled when user enters some value in the first box and tab out. I am doing this via valueChangeListener which has attached with first inputBox. But now I want to enable the 2nd input box as soon as the user start enter the value in the first box, how to do this plz..
    thanks
    kln

    Hi klogube,
    If you want to call method in backingbean from javaScript you should use both clientListener And serverListener as:
    1- Add clientListener inside your inputText as :
    <af:clientListener type="KeyUp" method="keyUp"/>2- write javaScript function as :
    <af:resource type="javascript">
        function keyUp(event) {
           var source = event.getSource();
           AdfCustomEvent.queue(source,"callServerListener", {}, false);
    </af:resource>3-Add serverListener inside your inputText as :
    <af:serverListener type="callServerListener" method="#{backingBeanScope.txnBean4.keyUpMethod}"/>Your InputText will be like:
    <af:inputText label="Label 1" id="it1">
          <af:clientListener type="KeyUp" method="keyUp"/>             
          <af:serverListener type="callServerListener" method="#{backingBeanScope.txnBean4.keyUpMethod}"/>
    </af:inputText>4- The java method:
    public void keyUpMethod(ClientEvent event){
    // do whatever u want
    }Sameh Nassar

  • Manually trigger Availability Check in the Sales Order User Exit MV45AFZZ

    Hi All,
    As per the normal scenario where sales orders are created and the schedule line delivery dates are determined.
    Based on some business logic for few customers we need to change the delivery priority and confirmation delivery date.
    We are implementing this logic in the user exit MV45AFZZ in the routine USER_EXIT_SAVE_DOCUMENT_PREPARE.
    The availability check logic is already implemented by then. Now we have scenarios where the date redetermined by the custom logic is greater than the one determined by the standard availability check done by SAP.
    We have changed the values of the field VBEP-EDATU as per our logic but we still have 2 lines in the schedule line data where the requested date is greater than the confirmed date.
    This can be tackled if we can redo the Availability Check.
    Can someone provide pointers on how can we trigger the availability check manually in the code.
    Regards,
    Karthik

    What was the solution?

  • How can we set a process chain to trigger the nodes w/o manual intervention

    SDNers,
    We have a Master PC which has the loading & activation of some Hierarchies.Wats happening is some of the hier activations are failing (we got track of the root cause as well) and the nodes below are not getting triggered automatically, eventhough they have been designed to get triggered irrespective of success or failure of this hierarchy activation. The chain prompts for the u2018Status change & trigger the following eventsu2019 opo-up and only when it was said u2018yesu2019, the subsequent node gets triggered in the chain. If this manual intervention was not there, the Chain gets struck at the activation node, whic is running in yellow status for long, though a short dump - error has already been thrown.
    My query is how can we set a process chain not to anticipate the manual intervention of chnaging the status & trigger events pop-up

    Hi ravi,
    i'm not sure abt the query but what i got thru ur qustion is u have to automtaically go to the next load/step even the proceess chain fails in the step......
    for that we have the same master meta chains with link of so many local chains...for this even if there are some interventions/fails in between the process chains it never gets stopped....
    it goes to the next step and we'll work, analyse and finish the failed load manually....the next day it'll be
    fine...
    b4 to this make sure that there is no dependency for the previous loads....
    And now the solution i found for this is in the process chain design itself.......
    while giving the links itself we'll be getting the options as status RED,GREEN and RED(or)GREEN.....now if u got for the third option the event goes to the next step even it is unsuceesful....
    rgds,
    nkr.

  • PageMethod response returning whole page, unable to debug the server side method

    Hello Guys,
    I am unable to debug my method written on server side when a call is send to it through jquery using page method.
    In response , I get the whole page.
    code:
    ASPX page:
    PageMethods.MyMethod(p1, p2, function(response){
    ASPX.CS
    [System.Web.Services.WebMethod()]
    [System.Web.Script.Services.ScriptMethod()]
    publicstaticstringMyMethod(stringp1,
    stringp2){
    //Updating database
    I did ScriptModule entry in web.config, enabled tracing,have ScriptManager and EnablePageMethods is set to true.
    Still the server side method is not getting called.
    please help.
    Ng_TechFreak

    Hi Ng_TechFreak,
    For ASP.NET questions please post in
    ASP.NET forum where you'll get better help.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • On google.ca, enter key does not trigger the google search action. I have to manually click the search button

    Hi there. Recently I upgraded to Firefox 4.0.1. I don't recall if the issue occurred prior to this upgrade, but as of right now, if I go to my homepage of www.google.ca and type in a search criteria and hit the enter key, what used to happen of course, is that it would trigger the actual search and the page would refresh with any matching results.
    This no longer happens. If I click the button labelled "Google Search" the search works. It's just the enter key that doesn't seem to register.
    On a side note, F5 no longer refreshes my page, and I'm sure this worked previously. Now I have to click the Go/Stop/Reload button to the right of the address bar.

    Do you have ''AVG Safe Search'' installed? It blocks the use of the Enter key after typing in a search.
    Disable it by clicking the Firefox button, go to Add-ons, then Extensions. You should be able to find it in there.
    If the problem persists, try running Firefox in [[Safe Mode]]. If it functions properly in that configuration, then one of your add-ons is the culprit.

  • Change error tag names of the Response xml of a vanilla Inbound Webservice

    Hi,
    I am invoking a vanilla inbound webservice "Service Request" through Soap UI. Whenever any error occurs, in the response xml, some tags like "siebelf:error" is generated in the xml. However these tags are not present in the IO.My question is, can we change these tag names? If yes, then how?
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server</faultcode>
    <faultstring>Method 'SetFieldValue' of business component 'Service Request' (integration component 'Service Request') returned the following error:
    "The value entered in field Status of buscomp Service Request does not match any value in the bounded pick list FIN PickList Service Request Status.(SBL-DAT-00225)"(SBL-EAI-04376)</faultstring>
    <detail>
    <siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault">
    <siebelf:logfilename>EAIObjMgr_enu_0033_34603066.log</siebelf:logfilename>
    <siebelf:errorstack>
    <siebelf:error>
    <siebelf:errorcode>SBL-DAT-00225</siebelf:errorcode>
    <siebelf:errorsymbol/>
    <siebelf:errormsg>Method 'SetFieldValue' of business component 'Service Request' (integration component 'Service Request') returned the following error:
    "The value entered in field Status of buscomp Service Request does not match any value in the bounded pick list FIN PickList Service Request Status.(SBL-DAT-00225)"(SBL-EAI-04376)</siebelf:errormsg>
    </siebelf:error>
    </siebelf:errorstack>
    </siebelf:siebdetail>
    </detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Regards
    Sagnik

    Hi,
    You should be able to edit the generated wsdl as you suggested, changing the
    "return" to something else. Then save the wsdl to a file, say
    "filename.wsdl", and then at the top of your jws add the following:
    * @jws:wsdl file="filename.wsdl"
    This will force the jws to use the wsdl you specify and you won't have to
    edit any maps. Of course, as your jws changes, you will need to regenerate
    the wsdl and change the "return" to something else.
    Mike Kaufman
    Software Engineer
    BEA Systems
    "sherlock" <[email protected]> wrote in message
    news:3cbbe81f$[email protected]..
    >
    I have created a webservice in workshop that has some methods what returnstring-data.
    Now I want to create clients with different software-products. Because Igot some
    errors with one of these products, I looked into the WSDL and noticed thatthe
    name of the response-datatype is 'return' (by default).
    You can see this here:
    - <s:element name="addUserResponse">
    - <s:complexType>
    - <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="return" nillable="true"type="s:string"
    />
    This 'return' is interpreted as a keyword in the client-generation tool.If I
    change this manually to another word then it works.
    When I try to change the 'Return XML' in the 'Edit Maps and Interface'Dialog,
    than the WSDL looks like this:
    - <s:element name="addUserResponse">
    - <s:complexType mixed="true">
    - <s:sequence>
    <s:any minOccurs="1" maxOccurs="unbounded" />
    Now the name- and type-definitions are completely missing.
    The question is now: how to change the name of the response-datatype from'return'
    to another (not-keyword-) name?
    I think this is important because I don't know what software a customeruses to
    generate a client and I can not expect that he manually edits myWSDL-file.
    >
    Thanks.

  • Why can I export (and import)the different sizes that I put in the "Responsive Design View"?

    Hello
    I have troubles when try to import or export the different sizes of the Responsive Design View, I manage at least 13, and it's a little preposterous to add one by one. There are a method that export/import them?
    Thanks

    There is a way to store custom settings for responsive design.
    You can create custom settings in the responsive design mode window.
    You can hold down the Shift key and drag the borders via the (right border, bottom border, bottom right corner) resize icons to get specific dimensions and give the current custom setting a name to add them as a preset.
    This will add the preset to the <b>devtools.responsiveUI.presets</b> pref that you can inspect on the <b>about:config</b> page.
    Those settings are stored in JSON format.
    <pre><nowiki>[{"key":"360x640","width":360,"height":640},{"key":"768x1024","width":768,"height":1024},{"key":"800x600","name":"8x6","width":800,"height":600},{"key":"800x1280","width":800,"height":1280},{"key":"980x1280","width":980,"height":1280},{"key":"1280x600","width":1280,"height":600},{"key":"1920x900","width":1920,"height":900}]</nowiki></pre>
    See this thread for some JavaScript code to add extra sizes:
    *[[/questions/957590]]
    You can paste the existing JSON value of the devtools.responsiveUI.presets pref in the prompt and click OK.
    Extra values can be added by typing its dimensions (<width>x<height> <name>).
    You can paste the resulting JSON value back to the devtools.responsiveUI.presets pref or save it.

Maybe you are looking for

  • My Apple TV is not streaming proper

    Jeg har lige købt apple tv 3. generation. Jeg bruger den til at streame TV fra min Macbook pro, men Apple TV gør det ikke ordentlig. Den hopper i streamingen, som om internethastigheden ikke er høj nok. Men min internethastighed er målt til at være 1

  • Phone recieving and sending messages

    Hi there i have configured my apache server servlet to send the message "hello world" to a phne, the phone recieves the message but when i want my phone to send a message back i get nothing just a "null" value, here is the code please take a look and

  • Can't install XP through bootcamp

    Hello. I have been trying to install windows XP home edition SP2 onto my macbook 13" for a while now but have been running into issue after issue. First things first, I am running OS 10.7.3 and trying to install using bootcamp. I have so far been abl

  • HCM install questions from a SAP newbie

    I have been given the task of installing a new SAP ERP system for development use, but have not been given training on how to do it. I have run through the install starting with the SAP Solution Manager installation master DVD successfully and been a

  • Edge Web Fonts not loading properly

    I've been having trouble with the Adobe Edge Web Fonts loading within the past few days. Using four different ones, sometimes a couple but not all load at this point, and sometimes none. So not sure what the issue could be because it looks to be happ