Defining interactions on embedded controls

When a user hovers over an image, I would like to display a button that the user can click to navigate to a different page. Pretty straightforward requirement.  I am able to successfully display the button when I hover over the image but the button_click interaction does not work.  What am i missing?  I have listed the steps that I have followed:
Add an image to page and convert it to a "button" component
On the "over" action, I add a standard button control by the side of the image
On the button_click interaction, I transition to a different page
The button_click just does not work...
fyi...I am trying to build a similar UI as seen here... http://examples.adobe.com/flex2/inproduct/sdk/flexstore/flexstore.html.  Click on the "Products" tab and hover over the phone image.  Now, you can click on the "Show Details" button to navigate to a different page.
kk88

I think I see what you mean now.  I played around with it, and got similar results.  I'd be interested to know the solution.
Here's what I tried (which you may have also tried, but it never hurts to share):
I tried putting the shopping cart button in the 'over' appearence for the phone button, which looked good but then the shopping cart button was not clickable.
Doing what you did--fiddling with the opacity of the cart button and rollover interaction of the phone button--got me the same result, that the buttons worked but as soon as the mouse was over them they'd fade away again (but still clickable).  Is this may be because the cart button isn't technically part of the phone button, so when you're over the cart button you're no longer considered 'over' the phone button, and the roll-over goes away?
I was successful in getting a label to pop up as you wanted, when hovering over the cart button.  I just added the text and box to the 'over' appearence of the cart button.  (this label also fades with the cart button when you roll over it....)
It's like the cart button isn't recognized as part of the rollover area (though I guess it's really more of a rollover object, which is the problem...)
-Jessica

Similar Messages

  • Define Derivation Strategy for Control Objects - Value Not Transport

    I created Rules Value in Define Derivation Strategy for Control Objects (SPRO). Then, I perform the below steps for Transport the Request to other client.
    1. Select Derivation Strategy name, Table View > Transport
    2. Select Request Number
    3. Click Include in Request, then save
    4. Go to the Steps in Logical Order, Extras > Transport
    5. Select Request Number and back to SPRO screen
    After SCC1, there is only Derivation Strategy Name appeared but the rules value (Steps in Logical Order) is not appeared.
    How can I transport the Rule Value?
    Regards
    Ton

    Hi,
    When you are in the derivation transaction and select to transport it, the system asks you whether you want the values to be transported as well. If you choose 'yes' your change request will include this information.
    Regards,
    Eli

  • Interactive report with control break displays no data, until control break is unchecked

    Hello,
    I have an interactive report that is base upon a collection. When one first access the page the report shows no data(no errors are given) and the control break box is red. Once the control break box is unchecked, all the data is shown. Furthermore, navigating to another page causes the same issue.
    Any idea into how I can solve this issue will be appreciated.
    Thank you,
    Apex 4.2
    Oracle 11g 2.0.3
    Apache Tomcat
    Guyenko

    Vincent,
    The aggregates are applied to each control break group, or, if you don't have any, then they're applied to the full report. So, in your case the "count" (= count of non-null values for a column, same as in SQL) should mean there is 1 non-null value in each group.
    Does that description match what you're seeing?
    - Marco

  • Exclude Planned Costs - Define Tolerance Limit - Budget Control

    Hi,
    We are trying to customize our system in order to exclude the planned costs of the project of the budget availability control.
    Example: If once I have budgeted and released the project I add a component to the project I do not want to any error message to appear. Error should only appear once I generated the Purchase Requisition for an amount superior to the WBSE budget.
    We have been trying with the customizing point "Define Tolerance Limit", trying with different combination of the Activities Groups but we haven't succeed.
    Has anybody tried this before? Could anybody give me a hint?
    Thanks a lot

    Hi,
    The moment you save the project (after making changes to your project, say, adding new component), system will check against the budget (since AVAC is already active).
    We are trying to customize our system in order to exclude the planned costs of the project of the budget availability control.
    We have been trying with the customizing point "Define Tolerance Limit", trying with different combination of the Activities Groups but we haven't succeed.
    This is not possible.
    As an alternative, what you can do it, before adding the new component to the project activity, you need to update your budget (suppliment) with the expected cost of the componet you are adding. This way, you can avoid this error.

  • Using stored procedure with Oracle user-defined types in database control

    Hi,
    I have a requirement where I need to call an Oracle Stored Proc which has IN and OUT parameters. OUT parameters are of user-defined types in Oracle packages.
    I am getting error while calling the Stored proc like below:
    Procedure:
    ==========
    create or replace
    PROCEDURE AA_SAM_TEST (
    col1 out types_aa.aa_tex_type ,
    col2 out types_aa.aa_tex_type ,
    col2 out types_aa.aa_num_type ) As
    Types:
    ======
    create or replace
    package types_aa as
    type aa_tex_type is table of varchar2(255) index by binary_integer;
    type aa_num_type is table of char index by binary_integer;
    end
    Wli Code:
    =========
    DB Control:
    ===========
    * @jc:sql statement="call AA_SAM_TEST(?,?,?)"
    void Call_AA_SAM_TEST(SQLParameter[] param) throws SQLException;
    JPD Code:
    =========
    param = new SQLParameter[3];
    Object param1 = new String();
    Object param2 = new String();
    Object param3 = new String();
    this.param[0] = new SQLParameter(param1 , Types.STRUCT, SQLParameter.OUT);
    this.param[1] = new SQLParameter(param2, Types.STRUCT, SQLParameter.OUT);
    this.param[2] = new SQLParameter(param3, Types.STRUCT, SQLParameter.OUT);
    database_Update.Call_AA_SAM_TEST(this.param);
    I am getting the following error...
    <Jul 24, 2007 6:47:42 PM IST> <Warning> <WLW> <000000> <Id=database_Update; Method=Ctrl_files.Database_Update.Call_AA_SAM_TEST(); Failure=java.sql.SQLException: ORA-06553: PLS-:
    ORA-06553: PLS-:
    ORA-06553: PLS-:
    ORA-06553: PLS-:
    ORA-06553: PLS-:
    ORA-06553: PLS-306: wrong number or typ
    ORA-06553: PLS-306: wrong number or types of arguments in call to 'AA_SAM_TEST'
    ORA-06553: PLS-306: wrong number or types of arguments in call to 'AA_SAM_TEST'
    Can anyone know how to specify OUT parameter of USer-Defined types while using a DB control to access a Stored Proc in Oracle.
    Any help is highly appreciated.
    Thanks

    Hi,
    I have similar problem. Have you already solved the issue?
    Thanks

  • Interactive Report Issue - Control Brake for Group By

    Hi all,
    is it possible to create "Control Brake" for the Group By view of the interactive report?
    I have the following IR with group by (Take a look at the GROUP BY View!!!): https://apex.oracle.com/pls/otn/f?p=2071:212
    Now I would like disable the lines with repetitive values. The report should be the following:
    CPU Type    CPU Speed    Count (CPU Types)
    ==========  =========    =================
    Celeron           366                    1
    Pentium I         100                    1
                      166                    1
                      200                    2
                     1200                    1
                     1700                    1
    Pentium II        366                    1
                      667                    1
    .Is it possible to realize it with interactive reports?
    Regards

    S-Max wrote:
    Perhaps any way using Javascript, jQuery, and s.o?
    Any Ideas?Use a standard report with break formatting or a custom row template.

  • How to export interactive reports with control break

    Hi to all,
    I have this interactive report:
    select "Work ID", MA01_WORK_GROUP_ID, "Relco",
    "Data Esecuzione", "Stato"
    from (
    SELECT ma01.ma01_work_id as "Work ID", ma01.ma01_work_type_id, ma01.MA01_WORK_GROUP_ID,
    MA01.MA01_START_DATE as "Data Esecuzione",
    MA01.MA01_END_DATE as "Data Fine Esecuzione",
    (SELECT ma07.ma07_system_id
    FROM mobi_aes.ma07_work_system ma07
    WHERE ma07.ma07_work_id = ma01.ma01_work_id
    --and ma07.ma07_SYSTEM_TYPE_ID = 10
    and ma07.ma07_SYSTEM_TYPE_ID in (10, 70, 90)
    AND ROWNUM < 2) AS "ID Contatore",
    (SELECT ma03_value
    FROM mobi_aes.ma03_work_metadata
    WHERE ma03_work_id = ma01.ma01_work_id
    AND ma03_name = 'FORNITURA') AS "Fornitura",
    (SELECT ma03_value
    FROM mobi_aes.ma03_work_metadata
    WHERE ma03_work_id = ma01.ma01_work_id
    AND ma03_name = 'RELCO') AS "Relco",
    MA93.MA93_DESCRIPTION as "Stato"
    FROM mobi_aes.ma05_work_status ma05, mobi_aes.ma01_work ma01, mobi_aes.MA93_STATUS_TYPE ma93, ma11_planning ma11
    WHERE ma01.ma01_work_id = ma05.ma05_work_id
    and ma11.ma11_WORK_ID = ma01.ma01_WORK_ID
    and ma93.MA93_STATUS_ID = ma05.ma05_STATUS_ID
    and ma05.MA05_STATUS_ID in ('AS','CO','NI')
    AND UPPER (ma01.ma01_work_group_id) = DECODE(:P103_WORK_GROUP_ID,'-1',UPPER (ma01.ma01_work_group_id),:P103_WORK_GROUP_ID)
    and trunc(ma11.ma11_start_date) >= DECODE(:P103_START_DATE,'-1',to_date('01/01/1970','dd/MM/yyyy'),to_date(:P103_START_DATE,'dd/MM/yyyy'))
    and trunc(ma11.ma11_END_DATE) <= DECODE(:P103_END_DATE,'-1',to_date('31/12/9999','dd/MM/yyyy'),to_date(:P103_END_DATE,'dd/MM/yyyy'))
    ), mobi_aes.ma51_work_type ma51
    where ma51.ma51_work_type_id = ma01_work_type_id
    and ma51.ma51_work_type_id in (7,50)
    I set a control break on the "Relco" column, so APEX generates correctly more "sub-report".
    I need to export into csv file every single "sub-report".
    Is it possible ?
    Does another solution exist ?
    Thanks for all
    Francesco

    Hello,
    Getting the breaks in the csv export doesn't work unfortunately.
    You would need to create your own procedure to get the correct csv.
    There are many blog posts for that
    e.g http://spendolini.blogspot.com/2006/04/custom-export-to-csv.html
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.sumneva.com/

  • Is it possible to create user defined metrics in Grid Control 10.2.0.1 ?

    Hi,
    Is it possible to create user defined metrics(my SQL statement) in Grid Control 10.2.0.1
    (not 10.2.0.3) Linux/AIX ?
    Łukasz

    I am not sure if I am correct, but for reasons best known to them, Oracle replaced rather than add.
    Even if you want to do a smart search using the part# (e.g B16242-03) in oracle.com, you get a whole list of results, but when you click on them, you get http://www.oracle.com/errors/404.html
    I found this copy http://www.oracle.polcreate.pl/em.102/b16242/toc.htm

  • Quicktime Interactive Movie Mouse Control

    I have a quicktime interactive movie saved from keynote with chapters added in.
    The file pays full screen but at 800x600 screen resolution, the mouse left click button is not advancing the presentation. If I change the resolution to 1024x768 the mouse works again. What is the relationship between resolution and mouse control and how do I get it to work at 800x600?

    Tristan,
    As Rick indicated in his post, the answer lies in "manually"
    pausing the slides by inserting click boxes or buttons. I just
    wanted to add that if you have already recorded your movies and did
    not use Simulation mode, you can still easily insert a click box on
    each slide to pause them.
    1. On the first slide, insert a click box and set the options
    as you desire (turning off success/failure captions for
    instance...just don't uncheck the Pause movie until user clicks
    option, otherwise you will change the "nature" of the object that
    Rick was referring to.)
    2. Size the click box to as small as possible and place it in
    an out of the way location on the slide. (We often hide it under
    another object if it does not need to be clicked such as when used
    in conjunction with the auto playback controls.)
    3. Copy the click box
    4. On the filmstrip view, highlight all slides that you want
    the movie to pause
    5. Right Click on any one of the highlighted slides in the
    filmstrip view and select Paste Object
    This will paste a copy of your click box in the same location
    on all slides with the same settings as your original.

  • QuickTime Interactive Movie Playback Controls

    When playing Quicktime interactive movies as slide shows full screen, are there any navigation options while remaining in full screen? I want to be able to jump to other parts of the presentation without existing full screen.

    If your movie has chapter markers in it and you're close to the end, the fastest way is to just hit the jump to next marker button (the right button on the click wheel, the fast forward with a line button) to get to the end of the movie. The movie will then stop playing and return you to the last menu you were in. When you go back to the movie, it will restart at the beginning.
    If it doesn't have chapter markers, the left click wheel button will take you back to the beginning (well, actually, it will take you back to the last menu you were in before playing the movie, but the movie will restart back at the beginning the next time you play it).
    P.S. There's no such thing as a stupid question. Not everything is as obvious as Apple thinks it is. And that is exactly what this forum is for. Heck, I've been a Mac user since 1987 and it took me a couple of days to figure out how to actually turn off my 4G iPod when I first got it. (Hmmm, put it to sleep and lock the controls, with the "hold" switch. Yah, that's obvious.)

  • Interacting with embeded flash using bot

    I am trying to understand if it would be possible for a web crawler to interact with a flash object embeded in a web site.
    For exemple would it be possible to automaticaly use this website with a bot or some other program? http://www.r2d2translator.com/
    Don't know if I have explained myself properly.

    Hi Bernd,
    This is exactly what I am trying to do and the sample you pointed out is working just fine. The only issue that I now have is it does not work when I try to the PDF forms myself. I am using Adobe LiveCycle Designer version 8.2 to create the forms.
    For some reason this.external and this.hostContainer properties are not available to me in my docReady event. Do you know if this was deprecated in version 8 or so? are there any other alternatives for this?
    Thanks
    Shreedhar

  • Define Target Version in Controlling Area.

    Hi Gurus,
    I got the error messegae while doing the Transaction KKP5/KKPT.
    No target cost versions exist in controlling area 1000
    Message no. KV031
    Diagnosis
    Variance calculation is controlled by a target cost version and a variance key.
    Procedure
    Create the target cost versions.
    How we can fix this error.
    Thanks and regards.
    Sriram.

    Yes, i  already used the same transaction, but i got the error while using OKV7
    Version 1000 1 not intended to be used as the target cost version
    Message no. KQ243
    Diagnosis
    The specified target cost version has not been flagged in central version maintenance as suitable for variance calculation.
    Procedure
    1. Check the entries in the central version table.
    2. If appropriate, flag the version as suitable for variance calculation.
    I am not able to do this.
    Thanks and regards.
    Sriram

  • Flex - JW Player - Interaction Problem - No control Over Player

    Hey all,
    I am getting this particular error when I try to stop the player from a button click
    at PlayerNewMethod/button1_clickHandler()[C:\Users\gurpreet\Adobe Flash Builder 4\IPLFront_Withchanges\src\PlayerNewMethod.mxml:68]
    at PlayerNewMethod/___PlayerNewMethod_Button1_click()[C:\Users\gurpreet\Adobe Flash Builder 4\IPLFront_Withchanges\src\PlayerNewMethod.mxml:83]
    Code segment as follows:
    <code>
    protected function button1_clickHandler(event:MouseEvent):{
    MovieClip(_playerObject.content).stop();
    <mx:Canvas id="canv" width="838" height="491" backgroundColor="0xffffff"  x="43">
            <mx:Button x="728" y="5" label="Change Video" click="button1_clickHandler(event)"/>
        </mx:Canvas>
    </code>
    Does anyone has prior experience, insights or suggestions, really stuck with this problem, I have absolutely no control on the code
    Thanks in advance
    Deadbrain

    I think part of the error did not get posted.

  • How to Define Limit to Numeric Control

    Dear all,
    I am controlling a motor which is pressing to load cell. I am controlling the motor position with a numeric controller in the front panel, the question is when i  accidently enter a large value(undesired motor's new motor position), than it could damage the load cell.
    In this case : Can we arrange a numeric control in the front panel so that it can accept numbers only between "0" and "10".
    Also : Is it also possible to arrange this from block diagram with wiring reference element as maksimum limit to the numeric control ?
    Kind Regards,
    Best Wishes.

    Right click on your numerical control, go to properties, click the 'Data Entry' tab. Un-tick 'Use Default Limits'.
    You can now set Minimum, maximum, Increment etc.
    This can be done with a property node too if you want to change the values programatically.
    Attachments:
    dataentry.png ‏41 KB

  • Black Screen On ZBook 15 G2 - The Shared SPI Flash was recovered from Embedded Controler Flash

    Hi
    I have just bought a HP Zbook 15 G2 (1day old),  PN K3C12PA a off the shelf unit (CPU 4910MQ, GPU 2100K, Z Turbo Drive SSD, QHD+ screen, RAM 32GB)
    This unit comes with the 256 GB HP Z Turbo Drive (PCIe SSD) I used the supplied disk to upgrade from Win 7 to Win 8.1,
    now the unit will randomly black screen, I can hear the fan and unit seems to still be on, the only way to recover is to turn of the power via the main powder button.
    Fault 1
    Upon reboot white screen appears with "The Shared SPI Flash was recovered from Embedded controller Flash" with the title "Embedded Controller Recovery"
    I'm not able to repeat the fault just seems to be random.
    Fault 2
    The mouse pointer hangs and will take 30-Sec to unhang, task manager show little or no use / load.
    twice the unit as frozen and required a on / off / on rests as no keyboard or track pad input would work.
    I'm not able to repeat the fault just seems to be random.
    Any ideas?
    Regards
    Antony

    Hello HP-ZBook-User,
    I am sorry to hear you are having problems with your laptop. Since you have upgraded to Windows 8.1 from Windows 7 there maybe an issue with your graphics driver as you have experienced hang ups. You can try to update all drivers using the HPSA utility. This will scan your notebook and will detect any drivers that maybe out of date or did not successfully install.
    +++If you find my solution acceptable please hit the KUDOS button+++
    ***I work on behalf of HP and these are my personal opinions
    and do not represect official HP policy***
    ***sir_code_alot***

Maybe you are looking for

  • How to convert alv list into excel file?

    Hi Experts,         i have created one report for Due Date Analysis. Now My output is displaying in ALV list. But I need to convert the data which in alv list into Excel File. then only i have to send the Excel File to the Customer Thro Email.      S

  • How can I import data from history including time of visit to site?

    When I open my "History" tab I can then select from the left hand column, for example "last seven days" and then select "copy" from the "Organize" tab. But when I paste into an Excel worksheet, the only information that shows up is the website. Is th

  • BIOS Compatibility between WinXP Pro and Vista Home Premium

    I want to install WinXP Pro on my pc.  I have a Desktop 3000 J115, Model 7387-A11 and it came with Vista Home Premium.  I want to make sure that the BIOS can support either OS.  If it cannot, I would like to know how to get the correct BIOS.  I reali

  • Using String Tokenizer in constructors

    Hi there, I am supposed to create a constructor name called Abbreviation (String abbrName, String fullName). and Im given a list of abbreviation and their full name as followed in a text file: eg: US - United States UK - United Kingdom How do I initi

  • List Builder initial status

    Hi all, I'm trying to create a List Builder, and everything works ok. But my problem is that when I preview the xcelsius document, List builder initial status is always empty. My list builder is selecting measures that will be displayed on a chart, b