Double click goes to flash through modal dialog

hi,
I have problem with my flash site header. It contains link to
the homepage, so when user clicks on header, homepage is opened.
Now, somewhere in the page I have file upload input <input
type='file'....>
When I click Browse - File Open dialog is shown. If it is
shown over my flash header and I double click on any file (so that
flash is under this file), dialog is closed with this file
selected, but my click is transmitted to flash and I'm redirected
to the homepage.
I can't understand, how not to send this click to header (I
tried to set z-index, but it didnot help). This behaviour is in all
browsers in Windows.

Sounds very familiar, but I can't remember the details just
now. Open a support case for Flash authoring (not player... if you
open an authoring case you can phone..) and we'll get an agent to
dig up the info and help out..
http://www.adobe.com/support/flash/
Regards,
Bentley Wolfe
Senior Support Engineer, Flash/Flash Player/Digital Editions
Adobe

Similar Messages

  • Javascript call from Flash in modal dialog window

    Hi.
    As I see it's impossible to call Javascript function from
    flash in modal dialog (opened with showModalDialog), neither with
    getURL nor with ExternalInterface.call.
    The only solution I found (in my case it's enough, I only
    need to refresh some DIV content in the page from flash) is to
    catch error in the modal dialog (Javascript window.onerror) and
    then do some operations.
    I'm intereseted: is this for security reason on Win XP SP2? I
    didn't found any solution, but is there any?

    Hi Gary,
    Actually I'm not very sure that whether it is the VS issue if it still has this issue in a new Environment.
    To make sure that it is not the VS setup file issue, one idea is that you could re-download your VS2013 Pre version here:
    http://www.visualstudio.com/downloads/download-visual-studio-vs
    And then re-install it again. Test the result. Hope that it is not the VS setup file issue.
    If still no help, really sorry for that I couldn't repro this issue in my side. But
    you can submit this feedback to Microsoft Connect feedback portal:
    http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx,Microsoft
    engineers will evaluate them seriously. You could share this project in your report, the product team members would troubleshoot and repro this issue.
    You will get email notification for update in your connect report.
    If you submit it, please share us the link here, so we could get the latest information from the product team members.
    Sincerely,
    Jack
    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.

  • Double-click no longer opens the open dialog in CS5

    I am testing the trial of CS5 and I noticed that I can no longer double-click the photoshop desktop to pop open the open dialog.  Did they get rid of this?  I looked through the preferences and I didn't see any option to turn it on.

    Yes, I suppose that is it, it doesn't let you double-click nor drag on files to open them underneath the toolbar.  The new layout of Photoshop usually has the images that I am editing maximized and covering the photoshop desktop, so I have no way of just double-clicking or dragging files on, except I did find that you can drag the files onto a blank spot at the top of the tabs to open.  However, even if that is full it is hard to find a spot, I find myself just getting used to now opening files the Ctrl+O way.

  • Modal Dialog does not get focus on first click

    Hi,
    Identified an issue in Windows Safari 5 with Modal Dialog boxes. The below is issue.
    When a Message box (Validation message) is displayed to the user the control is not getting transferred to the message box instead it still lies with the parent page.
    For Example:
    A list box is visible with values in parent page, when you click delete, the confirmation message pops up.
    On the mouse click on confirmation message, the focus would be changed to an item in the list box of the parent page and that particular item gets deleted instead of the selected item.
    Understanding:
    -When a Modal dialog box is displayed control is not passed to the Dialog box .
    -Once the user click mouse once then the control is passed to the Dialog box.
    -The second mouse click only the action is performed.

    Work-around: Click on the "title bar" of the modal dialog box. You now have control. If you click other areas of the modal dialog before clicking the title bar, it will usually register behind the box.
    I think Apple forgot the code to 'select the modal dialog' after 'displaying it', which is why the work-around works perfectly.
    It's a common bug that hasn't been fixed yet in 5.x that did not exist in 4.x. I would submit a bug report and hope they fix it in the next update.

  • GUI hangs after it fail to pop up a modal dialog

    Hi everyone! I have a swing application that will pop up a log off confirm dialog (modal) when the user click on the "log off" button. It works fine for about 8 hours. Then when I click on the "log off" button, the dialog never pop up and the GUI is freezed, which means it does not react to user mouse click anymore, like a hidden modal dialog is in front. But actually there is no hidden dialog.
    At the same time, my windows XP freeze also. I cannot even open a folder. Then I kill the winrunner, and the XP is able to open a folder, but my GUI is still freeze. No exception behind and all threads are running. I can use some test script to control the GUI, but somehow it just never react to user click.
    Does anyone encounter the same problem and know the possible reason?
    Thanks!

    Hi motes_19:
    I have noteiced this as well in an application that I have created...however, my app doesn't freeze and the OS still runs (Win 2000). I suspect that your problem might be that you aren using the SwingUtilities.invokedLater() or SwingUtilities.invokeAndWait() methods to update your GUI. I am using them and still having some intermitten problems. Hope this helps you...if you have a solution for me, let me know.
    EH

  • How to call jquery function when i close modal dialog box ?

    Hello,
    I need to call one jquery function when I click on close button of modal dialog box.Can anyone please let me know how can I implement it ?
    Thanks,
    Dipti Chhatrapati

    Hi Dipti,
    If my understanding is correct, you are using SP Modal Dialog and want to track the close event of this dialog. Then you may use
    dialogReturnValueCallback parameter of Options variable. Follow is the code sample:
    function ShowModal() {
        ExecuteOrDelayUntilScriptLoaded(function () {
            var options = {
                url: 'page1.aspx',
                tite: 'Add Title',
                width: 800,
                height: 450,
                allowMaximize: true,
                showClose: true,
                dialogReturnValueCallback: scallback
            SP.UI.ModalDialog.showModalDialog(options);
        }, 'sp.js');
     function scallback(dialogResult, returnValue) {
          if (dialogResult == SP.UI.DialogResult.OK) {
               // call your Jquery method here...
    Thanks, Ram

  • Modal Dialog different in FF and IE

    Hello,
    i have a report (page 5) with a link column and other columns. the link column starts with dynamic action a modal-dialog. the content of this modal dialog comes from page 200.
    On this page 200 there are some text-fields, check boxes, select-lists. All works fine in FF. The user click on the link, the modal-dialog opens, the user click in the text-fields and can enter the text. After the user click a save-button in the modal dialog, a save-process starts and next the modal dialog closed. Now, the user can click the next link in a other row...
    If i use Internet Explorer 8 the user can open the modal dialog and enter the text. After closing the modal dialog and open with a link on an other row the modal dialog open, but the user can't click in the text-fields. The behavior is like a read-only-field. Only the user click on the label from the text-field, then the user can fill in the text. If the page 5 with the report are submitted after every modal dialog shows then it works also in IE.
    Any idea?
    Best regards,
    Carsten

    I will mark your above post as the solution as you indicate that you were able to fix it.
    If you still have questions then you can click the Undo button next to your reply to remove the solution.

  • I can open my new InDesign files by going up through the menu and opening that way, but when I try to just double click on an InDesign file I get error messages telling me that certain plugins aren't available.

    I upgraded my Mac a few weeks ago to 10.10.2 Yosemite, and I joined the Adobe cloud so I could get access to all the new apps. I read a blurb somewhere about converting older InDesign files to the new CC version I'd have to open the old files in my old InDesign CS3, export to an ins file, then open that file in the new InDesign CC, then export it again to an idml file, then open that file and you shouldn't have any of the usual conversion problems. For the first few files I had to convert, it worked just fine. Now for some reason, whenever I try to open one of these converted files just by double-clicking on the file itself, I get an error message that says, "The document ____ uses one or more plug-ins which are currently not available on your system. Do you want to open anyway?" When I click OK, then I get another error message that says, "Cannot open ____. Please upgrade your plug-ins to their latest versions, or upgrade to the latest version of Adobe InDesign." I thought this CC version of InDesign was the newest. Can somebody please tell me what gives with this? Any help will be very much appreciated.

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double

    We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double clicked in Mac 10.6.7 at out clients location, its not opening. For your information the client is able to open this same application by double clicking on index.swf file. The main problem is that client is not able to open the application using index.app file at their office whereas we are able to do so at our office. Can anyone give some suggestions to sort this problem?

    The most common reason is different versions of Flash, or different versions of web browsers used.  Some users may elect to not have Flash installed at all because of the processor overhead of Flash.  If you are going to make an application for a client, check what operating system and browser versions they are using first.  Then determine if a stand alone application is required, or if they have the necessary plugins to run specific browser enhanced code.
    P.S. MAC is an acronym for Media Access Control.  Mac is the shorthand for Macintosh, the operating system and computers made by Apple Inc.

  • Disable expand/collapse JTree through double click

    Hi guys,
    In my Tree when you double click a node, a input dialog will pop up. And the node will be expanded or collapsed accordingly. How can I disable expand or collapse the node through double click. So that every time only the input dialog will popup and the tree stays.
    Thanks a lot!

    The JTree class have a method setToggleClickCount(int clickCount) which sets the number of mouse clicks before a node will expand or close. The default is two. You can try to set 0 or for examle 10 and double click will only dialog popup.
    P.S.For the future RTFM and view jdk source code

  • Double-clicking a transparent vector shape pretends like it's going to let you change the fill type

    One thing that's irritating/confusing/non-intuitive about the new vector layers is that, if your vector layer has no fill, then double-clicking on the layer will bring up the controls for whatever type of fill you had before changing it to "no fill". That part is a bit confusing, but not too bad. The bigger problem is that, if you then try to change the fill from those controls, the vector shape remains unchanged after you click OK. So in other words, if my vector shape currently has no fill, and I double click it and select a new color from the color picker, obviously I want the shape to have that new color when I click OK, but instead nothing happens.
    For those who like to answer questions that were not asked , I am aware that you can (finally!) change the fill type by clicking the appropriate fill button in the Options bar. I'm not talking about that right now.
    I think the option to change the type of fill should be available in the color picker window, the gradient fill window, and the pattern fill window, so you can switch fill types on the fly.

    Thanks for the feedback.
    The best (and recommended) way to change the fill of a shape layer is to use the option bar panels for the vector tools. These are going to give you the best up-to-date shape layer controls.
    But we left in the legacy behavior of double-clicking on the layer thumbnail to change the fill options as a way of easing the transition to the new shape layers. We didn't make any changes to these dialogs or their overall behavior, which is why they don't allow you to change the fill type and why the layer appearance doesn't update if the fill is set to None in the options bar.

  • Double-click on text in dialog programming

    Hi,
    I have a screen on which I have created a TEXT button and I want to respond it to double click event.
    I have selected the attribute 'Respond to Double click' and in the GUI status under F2 put the code 'PICK' and changed in the PAI logic of the program to process certain steps if 'ok-code = 'PICK'.
    and it is working fine, when I double click the text button, the ok_code is 'PICK' and the req. steps are carried out. But the problem is, when I single click on the text button also, ok_code is becoming 'PICK' and the same steps are carried out. I want the text button to respond only to double click event not single click.
    Pls. let me know how do I achieve it.
    Thanks in advance,
    Vishnu priya

    Hi Priya,
    To best of  my knowledge it is not responding to double click, it it responding to your first click only, then you continue clicking the second time by that time the control goes back to application server withinn which time no user actions are accepted until the control passes back to the presentaion server.
    that is why we can not distinguish between single and double click.
    try double clicking on SE38 DISPALY or CHANGE Buttons they also respond and it will not give you a message saying DON'T DOUBLE CLICK ME etc.
    this is to best of my knowledge.
    regards
    Ramchander Rao.k

  • When I am on a phone call and I double click the button to go to my home screen, then open another application (usually my calendar program, Calengoo), my screen goes blank and I am not able to return to either the app, the phone, or the home screen.

    When I am on a phone call and I double click the button to go to my home screen, then open another application (usually my calendar program, Calengoo), my screen goes blank and I am not able to return to either the app, the phone, or the home screen. If I am speaking to a person, if they hang up then I am back to the phone application. If I'm leaving a message, I am unable to return to the phone screen to end the call, and have to wait until the other phone hangs up. I'm also unable to switch back and forth to look at my calendar if I'm calling someone about scheduling. This has only started happening since the most recent iOs update. I run into situations similar to this about once per day during the work week, as I use my phone is this manner quite often. While not life altering it is quite frustrating. Can anyone here help me figure out a way to avoid this? If it helps, I have noticed a general downgrade in overall performance starting two system updates ago (apps opening more slowly, closing unexpectedly more often, etc.). I have an iPhone 3GS with the latest OS update.
    Thank you for any help or suggestions,
    Chris

    I could be corrupted backup.
    You can check the notification settings for message.
    Settings>Notification Center>Messages>Alert Style
    It should be on Banners or Alerts.
    Settings>Messages> Turn on Imessage and send as SMS and below that "Blocked" to check if you have any numbers block might be blocking the message.
    You can also do a hard reset by holding power and home till it restarts and release after seeing the apple logo.
    Still doesn't work? Settings>General>Reset>Reset all settings

  • I am trying to download photoshop presets from online but can't seem to figure out how to open them in photoshop. They download sucessfuly and then goes to my download folder on my computer, from there I double click on the file and photoshop opens and th

    I am trying to download photoshop presets from online but can't seem to figure out how to open them in photoshop. They download sucessfuly and then goes to my download folder on my computer, from there I double click on the file and photoshop opens and then nothing happens, any ideas? I am using a PC

    This video is a great step by step tutorial.
    Photoshop: How to Download & Install New Brushes & other Presets - YouTube
    Gene

  • My iphone 4s is dictatating everything. I can no longer scroll through the phone. I have to double click all icons How do I turn this off?

    My iphone 4s is dictating everything. I can't scroll through the phone. I have to double click on everything. How do I turn this off?

    With Voice Over, you highlight whatever you are trying to select and then double tap anywhere on the screen to select.
    So for your password of 1234 you have to
    "Highlight 1, then double tap the screen, Highlight 2, the double tap the screen,... etc."
    In order to remove you have 2 options:
    Option# 1 – Turn off Voice Over
    Go to setting by, highlight "SETTING
    Double tap screen to go into settings
    Use 3 fingers to (swipe) scroll of down and highlight "GENERAL"
    Double tap screen to go into general
    Use 3 fingers to (swipe) scroll of down and then highlight “ACCESSIBILITY”
    Double tap screen to go into accessibility
    Once you are in make sure that EVERYTHING in that section are shown as “OFF”
    Option #2 - Reset your Phone
    Go to setting by, highlight "SETTING
    Double tap screen to go into settings
    Use 3 fingers to (swipe) scroll of down and highlight "GENERAL"
    Double tap screen to go into general
    Use 3 fingers to (swipe) scroll of down and then highlight “RESET”
    Double tap screen to go into reset
    Select “Reset all setting” and continue to follow the instruction
    (When you reset, all of your data and music WILL NOT erase. So don’t worry about that)
    Hope this helps.
    - Hugo

Maybe you are looking for

  • Vista to Windows 7 Upgrade Question

    I am preparing to upgrade from Vista Business to Windows 7 on a T500.  I noticed that 4 programs need to be uninstalled prior to upgrading, including McAfee Antivirus, which is the one I'm most concerned about.  Since McAfee was preinstalled on the c

  • How to use 1-Year Limited Warranty on defective earphones with Remote and Mic?

    Hi everyone. I am wondering how I get my pair of earphones I bought last week at Best Buy "serviced" because the left side is not working correctly - it makes a strange humming sound when used on all devices I own while the right lacks the sound. I h

  • How can I get twitter notifications on my iphone 5

    I can't access the Twitter notifications I receive on my iPhone 5. I get them on the lock screen, and there's a red dot with a number on my Twitter icon, but when I open Twitter, there's nothing under "Notifications". What gives? I was trying to cust

  • Pb with userid in formsweb.cfg

    hi, OracleApplication Server 10gR2 Patchset 10.1.2.2.0 i have a problem, when i define a section in formsweb.cfg with parameter userid=user/password@orcl , I still receive logon screen. i receive logon screen also whith this url: forms/frmservlet?for

  • Selector closing all sockets if one found closed by client

    Hi, I have a selector monitoring 8 sockets. One socket is closed by client. Selector closes the same socket from its side and then it gets IOException on all other socketChannel's read method, it eventually closes all socketChannels. Can somebody giv