Trigger event once user is viewing article

Hi Guys,
Does anyone know what type of Javascript event handlers are supported on the DPS Single Edition?
For example, $(window).focus() or window.focus(), doesnt seem to be working in the DPS app even though it works in the web browser.
Basically, I want to trigger an event once the user is viewing an article. At the moment, events from the following article are being triggered in advance due to preloading of pages. Is there a way to do this, while keeping the Web Content overlay -Auto Play function enabled?
Many thanks!
Juan

See http://helpx.adobe.com/digital-publishing-suite/kb/create-html-articles-android-viewers.ht ml for a brief mention of this as well.
Neil

Similar Messages

  • Trigger event with user event

    Hello,
    I'm trying to trigger my event structure with an user event when my signal reaches a certain value.
    the ultimate goal will be to send a message trough queue to my consumer. for now I'm just trying to prove functionality.
    currently the event is always triggered once it's set of once and it wont stop.
    Here is what it looks like.
    thanks in advance
    Attachments:
    labview help.png ‏206 KB
    Trigger Send alarm practice-ev.vi ‏75 KB
    user_event_trig2.vi ‏13 KB

    Erik08085 wrote:
    Hello,
    I'm trying to trigger my event structure with an user event when my signal reaches a certain value.
    the ultimate goal will be to send a message trough queue to my consumer. for now I'm just trying to prove functionality.
    currently the event is always triggered once it's set of once and it wont stop.
    Here is what it looks like.
    thanks in advance
    i think a boolean crossing pt by pt with direction set to false-true, that will take care if your value swings in and out of your ranges 
    as mentioned, put the event structure in it's own loop....no point in having a timeout with an empty case

  • Trigger events when user closes a Web Form?

    Hi. Is there a way to fire code (a trigger perhaps?) when a user unexpectedly closes the entire browser window by clicking on the X in the upper, right corner of the browser?
    Or, is there a way to prevent the user from being able to close the browser window by clicking on the X?
    Any help would be great. Thanks.
    Edited by: sharpe on Jun 26, 2012 11:20 AM

    The concepts behind a running form tend to be a mystery for some. However, there is no reason to believe that any Oracle magic occurs when running an Oracle Forms application. On the client side, the running for is a standard java applet. Like any applet running in a browser, the browser uses a plug-in (the JRE in this case) to support the content (the applet). The browser creates a container on the page where the JRE can present its content or host the applet, based on the underlying html. Once the applet starts, it will be displayed in this container space on the page within the browser window. In the case of Oracle Forms, we decided it would be nice to offer an option where the form could be exposed outside of this browser space and float freely.
    So the answer to your question regarding what the "window" is called, well the browser is the "browser" and the floating window is actually a java frame which can be created in any applet. Again, no Oracle magic here. ;)
    Generally, separateFrame=true is used when more real-estate is needed or when you simply do not want to see the browser controls. That said, I often recommend against using separateFrame=true for a variety of reasons. One of the most common reasons is that if the browser window which is hosting the form is closed or if the browser navigates from the current page, the running form will terminate. Because the browser, in this case, is not doing anything obvious, end-users can easily make the mistake of thinking it is ok to navigate to a webpage using the currently shown blank page. This will cause the form to close.
    If you don't mind having the browser controls visible then using separateFrame=false is probably a better way to go. This would also allow you to use the note I mentioned in order to detect attempts to close the browser, assuming you are using Forms 10.1.2.3 or newer and JRE 1.6. To detect the closing of the "separateFrame" you likely would need to create a java bean, which may become a little more complicated than what can be described here. But remember what I mentioned above, if you use separateFrame=true and the hosting browser is closed, the form will also close. So in this case, you would have to code to detect both the applet frame closing as well as the browser window.
    There are a variety of ways in which some of the browser controls can be hidden using java script, so this can offer some help if using separateFrame=false. So this is yet another option.

  • Tigger event when user change iphone time

    It is possible, we can trigger event if user change date and time of iphone.

    Did you traced ICI, if any de-register events getting published when you close IE.

  • Trigger an event in the parent view, when popping a child view (Mobile)

    So from one view I'm pushing another view with some data:
    <s:Button label="Edit System" click="navigator.pushView(EditSystem, systems.selectedItem)"/>
    The problem I have is that in this other view I'm updating a view things in my sqlite database, so when I pop the 'EditSystem' view and return to the original, I want to run a function to requery the the sql so I can update a view things in the original view. But from what I can fugure Eventlisteners dont work across views? How do I trigger an event in the original view when I return from a child view via pop? 

    You should find this post useful: http://flexponential.com/2010/12/05/saving-scroll-position-between-views-in-a-mobile-flex- application/
    It demonstrates one way of saving and restoring data when pushing and popping a view.

  • To trigger event or action on "TAB" key press on web dynpro view

    Hi, I need to trigger event on "TAB" key press on web dynpro view , is it possible?How?

    Hi Dipak
    What Madhu said is correct. Tab key is pre-configured to move cursor from 1 field to next field. we can not create an event on tab key press.
    Regards
    Gaurav

  • Force users to view all rollovers before moving to next screen

    Hello,
    In Captivate 7 is it possible to force users to view all of the rollover items before allowing them to move onto the next screen?
    Thanks,

    There are a couple of options.  Rollover captions and rollover image objects are unable to trigger advanced actions on rollover, but you CAN do this with rollover slidelets.  So you could set up variables and advanced actions to track whether or not the user has viewed all rollovers at least once before showing a button that allows them to navigate to the next slide.  If you want to avoid rollover slidelets (due to all the issues they bring) you can use Event Handler widgets from Infosemantics.  Attach the widgets to the rollover caption or rollover images and this allows you to trigger advanced actions but with much more flexibility than with slidelets.
    One caveat.  None of these solutions work in HTML5.

  • Workflow once user is created

    Hi All,
    Seems to be a very basic workflow but I cannot get the events to trigger!
    I need a workflow once a user is created. The standard BO "USER" has the event "Created" but it does not trigger once the user is created through transaction SU01!
    I checked for Change documents and there are no documents written when the user is created. There are no User Exits or BADIs to put in my custom code once the user is created.
    I am sure that there is something very basic that I might be missing. Maybe a customizing stuff to trigger the standard event.
    Any help will be greatly appreciated.
    Best regards,
    Sudhi

    Hi Sudhi,
    Not a great solution but you could check for any existing workflow instances for the BO to determine if this has been created and workflowed before, or you could check the time of the DB record update (and creation) in the user audit log and make the determination, or better yet check both.
    Neither idea is brilliant but both will work.
    Bear in mind the events on USER are:
    create (user locked created)
    cloned (user created or changed)
    deleted
    roles changed
    Based on this I would postulate that if you created a locked user you would get sy-ucomm = 'INS'.  If this is the case you may want to create each user locked (initially) and then unlock in your workflow.
    Regards
    Gareth

  • No "before new record saved" trigger event in workflow definition ?

    Hello,
    I have following problem: I have to make a simple integration, where products have information about available quantity of given product . Assume we have field - it is called "Available amount" and it tells how many products are on stock. Now suppose we have created an opportunity, and we want to add Opportunity Product Revenue - we're selecting product and then quantity. I want to make OCOD to display message and prevent from adding opportunity product revenue, when its quantity is greater than "Available amount" field which is present in associated product record. I've created small C# application and used workflows to create Integration events. It works - but not exaclty how I want it - when I add a new record the workflow generates integration event - but I'd like to generate integration event before a record is created, also I'd like to show a notification from OCOD. But for "revenue" we do not have a trigger event called for example : "before new record saved" - we have only "when new record saved" and "before modified record saved".

    Hi,
    From your requirement, it seems you, want some kind of check. Did you try puting this validation on field level, i guess you would need to join fields and compare in field validation. So, whenever user creates a new record this validation kicks and user is notified of the error.

  • How can I see more than 6 all day events in the week view without scrolling?

    How can I see more than 6 all day events in the week view without scrolling?  I need to see all of my all day events at once.  I use this for scheduling and comparing of # invoices.  Going back and forth to scroll is cumbersome.  I just want to be able to expand the top section so I can see everything at once.

    Any ideas, anyone?

  • Limited-access user permission lockdown mode and allowing anon users to view list items

    I'm working on setting up a public-facing SharePoint website that will need to support anonymous user access. I'm using the Enterprise Publishing Portal site collection template, so the Limited-access user permission lockdown mode feature is turned on.
    Everything is working great, except allowing users to view a list item. One of the key features I was hoping to leverage was the ability to display custom lists on a web page using a List View web part. Then they could click on an item and see the DispForm.aspx
    so the item's content was accessible, including any file attachments.
    A real-world example is adding an RSS viewer web part to the home page and allowing anon users to click on one of the events to see the details of it. Currently, in lockdown mode, the users gets an authentication prompt. 
    I toyed with the idea of turning the lockdown feature off. However, I'm uncertain of the full impact that would have on security. For example, I know it will allow anonymous users to see who created and modified an item, which we don't want exposed to the
    public (i.e. our employee names). Seems like opening a can of worms by disabling the lockdown mode... 
    Any ideas on how to tackle this would be greatly appreciated.

    So far, this is the most promising solution I've come across:
    http://soerennielsen.wordpress.com/2012/05/29/how-to-make-list-items-visible-to-anonymous-users-in-search

  • BOR events as user-exits?

    Hi!
    Is it possible to use BOR events as enhancements (user-exits) in ABAP?
    For example, the BOR object "BUS1178001 - Material" has event "Material.Created". I suppose this event is raised when an article was created in Material Master.
    Is it possible to "capture" this event by ABAP program (class, function...)? Perhaps by creating a workflow with just one step: background execution of ABAP code?
    Has anyone tried something in this direction?
    Thanks in advance!
    Kind regards,
    Igor

    Hi, Darren,
    Thanks for your hint! Sounds excellent. Before I proceed, could you verify my assumptions?
    I suppose that in my case "Change doc. object" = "MATERIAL", "Object Type" is "BUS1178001" and "Event" is "CHANGED".
    Then I check the "On Change" option. These settings seem redundant to me. Why "On Change" option button and "CHANGED" event? Don't they have the same meaning?
    "Event Container" should hold my function name, like "ZCOPY_SWE_CD_TEMPLATE_CONT", right?
    What about other function fields: "Object Type" and "Event ID"?
    Can I debug this when I create/change Material?
    If you have some example settings or code, I'd appreciate if you posted them.
    Thanks!
    Igor

  • I want the user to view all other schema

    hi all
    i have a project with 5 modules(GL, AP, AR, OM, PO) and each module has its own schema (tables,pkgs,views,.................)
    and i want to create a new user(test) that don't have any objects , i create it only to connect on forms by it
    and i want that user to access all other users objects
    NOTE:- i create a public synonym(inside each schema) to each table in each schema to access it by this synonym when i connect by user (test)
    but when i try to select from these synonyms it give me : insufficient privileges
    what can i do?
    thanks

    There are few ways of doing this
    1) Create a LOGON trigger for the user.
    In the logon trigger you will change the user to say GL, the use will be no need to qualify the objects with GL.object_name by default all references to OBJECT_NAME will be replaced by gl.object_name. the connected user wills till have his own priveleges which mean he still needs to have grants.Read more on LOGONG triggers
    2) Create Private Synonyms and and give grants to Individual users.
    3) My Preferred Method: Create a Role with all the required privelieges. Grant Role to users. This will save time everytime you create a new user.(This menthoed can be clubbed with the first method of creating logon trigger)
    Please do not create public synonyms.You WILL run into issues sooner or later when you start writing you own customized code.
    Regards,
    Bhushan

  • Force users to view multiple items before moving on

    In it's most basic form this is what I need to do.
    I'll have three boxes.  When the user clicks box A another box will appear containing a descrption of box A.  When the user clicks box B, description box A will need to disappear and description box B will appear, etc.  I think I know how to handle this portion using advanced actions, but is there a way to force users to view all 3 boxes before they can advance to the next slide?  I think it should be able to be done in advanced actions but I'm not sure how to write something like that.

    Nothing to apologize for. 
    the action looks good to me. 
    So your button is showing the language image, the language close button, then hiding some other things.  The expression you have is right.
    Your hide_languageDefinition adv action does the hide for the img_language.  Instead of a 'standard action' you need a conditional action similar to your show_FDCPA_nextButton action you have above.
    In that conditional screen where it says "untitled" you can have the action do several things.  You'll need it to hide your img_language and the btn_languageClose like you have already.  Since you want it to do the show/hide no matter what you can set it like this:
    Action Type:  Conditional action
    Action Name:  hide_languageDefintion
    If:
    (choose literal from the drop down)
    Type a 1 in the text field
    (choose 'is equal to' from the drop down)
    (choose literal from the next drop down)
    type a 1 in the text field.
    You're saying "if 1=1, then do the actions below"  1 is always going to equal 1 so it's always going to run the actions.
    Under actions put all your show/hide statements like you have above in hide_languageDefition
    I suggest changing that 'untitled' name to something that makes sense to you. 
    Click on the next 'untitled' tab and add the conditional if/then statement like you have above in show_FDCPA_nextButton.
    Find your languageClose button, and set it to run this advanced action.
    What the action will do now is runs the hide actions you have.  Then it looks at each variable to see if it is greater or equal to 1.  if they're all true, then it shows the next button.
    hope that makes sense; i can't attach screen shots from work, i apologize I can't help more.
    As for variables, this recorded session might help you:  http://www.adobe.com/cfusion/event/index.cfm?event=register_no_session&id=1891451&loc=en_u s
    picture a variable as a container.. a jar.  That jar has a label and you can write anything you want on it (the name of the variable).  That jar can contain 'stuff.'  numbers, words, whatever you want to put in it.  You can also manipulate what's in there with different functions of captivate.  So let's say in your case I want to track if a learner clicks a button.
    So I have my jar, and when the learner clicks a button I take a piece of blank paper, write a "1" on the paper and put it back in the jar.  If they click that button again, I take out that paper, see a '1' on it, and I add 1 to it, and write '2' on the paper (this is your expression above 'btn_abussive_harassing_language = btn_abussive_harassing_language + 1').
    When I'm closing the image, I pull out the jar, and look at the paper.  If the paper has a 1 or higher written on it, I show the next button (after checking all 3 jars, that is). 
    That's the quick version of what variables are and how they work, I hope that helps.

  • Trigger on SYS owned tables/views

    Hello DBA's,
    I need to achive something.. for which I have to write a trigger on SYS owned tables/views.
    My question is, IS IT POSSIBLE TO WRITE A TRIGGER ON SYS OWNED OBJECTS?. If so please provide me simple example.
    Depending on the value which will be inserted or updated into to this sys.views/sys.tables, I have to submit "job" which will inturn does some operation depending on the "value" which was inserted or updated on this view/table.
    Thankz in advance..
    Binny

    Justin,
    I will give some simple example...
    User-1 is created procedure... it will be in valid state.. after some time this procedure will be invalidated...(due to some other procedure creation, etc)..
    Stage1, during successful creation of procedure the status will be VALID (in DBA_OBJECTS)
    Stage2, the status will be INVALID..
    I need to write a trigger for this status change in dba_objects.. The status change will be caused due to some other operation..
    Is it possible to write a trigger at the point of status change? if so how?.
    This is the simple example I have remembered.
    Let me about this..
    Thankz
    Binny

Maybe you are looking for

  • Why aren't google or yahoo searches responding in this beta edition?

    When I try to do a search nothing happens or I cannot even type in the field. Previously I had no problems before this beta test! The screen has mozilla as the first bar line, yahoo as the second bar line and google or yahoo as the big screen search

  • Macbook Pro running slow

    Macbook Pro running slow lately: - when programs are not opened - after starting up the macbook - when multitasking - when writing sentences, it sometimes delays for 2/3 seconds (safari, mail, Word, ...) --> hereby the report: Can anyone help to unde

  • How to change settings from CMYK to RGB in illustrator and photoshop

    Everything is in CMYK and I need to change it to RGB for my M2 dtg garment printer, because my colors on shirts are not coming out right.  My rip software for printer is in RGB.  When I open new file in illustrator and click advanced to change to RGB

  • Technical Requirements for SD in ECC 6.0

    Hi All,     I need to document the technical requirements in ECC 6.0 implementation for SD Module.Kindly revert back with helpful answers. Thanks, Faisal

  • Changing credit card info / Customer Support

    Since my credit card got swapped out (new one has RF chip) it also has a new expiration date. I can find no way to edit the credit card info on the website.Also, there's no way to contact customer support from the site, and I have no wish to be put i