Click on an image...to pop up a message!

Hello all...
I've been trying to see if its possible to make an image 'active',
meaning it should be clickable, parts of it when clicked should pop up
a message.
What i've tried so far...
tried superimposing smaller pics on the original, but how do i make it
clickable ?
tried hiding a button behind the required part, but cant manage to
make the required pixels invisible.
any suggestions or help would be welcome,
thank you,
cheers,
-U

A very easy solution is in fact to use a boolean button.
1) Move it to front (Ctrl+Shift+K)
2) Color it to transparent (both states)
3) Move it over the part of the picture you want to be "active" and resize it to cover this part
Repeat for every active parts of the picture.
An alternate solution is to use only one picture control (Controls palette --> Graph --> Ctls --> Picture.ctl). See attached example.
Warning : this is not the solution I would recommend if the application has to run on different screen resolutions because it will then be necessary to define the coordinate ranges of the active parts for any of the resolution.
Attachments:
Picture_control_example.vi ‏86 KB

Similar Messages

  • I used to be able to right click on an image, a pop menu would show an option for properties. Where is the properties click option?

    I used to be able to right click on an image, a pop menu would show an option for properties. Where is the properties click option?
    Why did they change the pop-up menu? How can I revert Firefox to previous version?
    == version update

    To get that right-click menu item back use the extension at https://addons.mozilla.org/en-US/firefox/addon/14228/

  • When I click on an image (photo) to view a gallery, when the gallery pops up all the frames are blank.

    Clicking on an image in Firefox takes me to a page with text but no other images. The image appears on the main page, such as an image in facebook that takes you to a photo gallery, but when clicked on, the pop-up has text and, it seems, a frame for an image, but no image. This happens all over the web, not just facebook.

    Any possibility this is a side effect of Bluhell Firewall? Those gallery overlays might look like advertising.
    To determine whether one of your extensions is involved, you could test some of the same pages in Firefox's Safe Mode. That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled ''(Flash and other plugins still run)''
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • Safari will not open. Every time I click it, an error window pops up.

    Safari is completely broken. Every time I click it an error window pops up and sends a report to apple. Not sure what to do. I've updated everything but nothing works.

    Process:         Safari [1806]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         ??? (???)
    Build Info:      WebBrowser-75345503~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [123]
    Date/Time:       2012-04-23 12:58:06.612 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Sleep/Wake UUID: A8FB9B34-0C3C-4F8D-8770-B1952807F96A
    Interval Since Last Report:          40919 sec
    Crashes Since Last Report:           23
    Per-App Crashes Since Last Report:   23
    Anonymous UUID:                      1482483F-5D6C-420D-B6E0-A304603AFB32
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
     could not load inserted library: /Applications/Safari.app/Contents/Resources/.NoteZillabuild.xsl
    Binary Images:
       0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <DD3F7F3E-8612-A7BD-F508-9EF29132C419> /usr/lib/dyld
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f98
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 4
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

  • Click on an Image to see the .flv in popup.

    Hi,
    I have done 90% of this project. All I want now is to swap
    image with .flv. In the project I have 9 pictures. When I click on
    either of them, the big picture opens in the pop up window and
    closes up when I click on it.
    What I want it to click on an image to open up the
    crosponding .flv rather then big image. Here is my code. Please
    help out.
    Thanks
    main.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical"
    verticalAlign="middle"
    backgroundColor="white">
    <mx:Style>
    global {
    modal-transparency: 0.9;
    modal-transparency-color: white;
    modal-transparency-blur: 9;
    </mx:Style>
    <mx:Script>
    <![CDATA[
    import mx.effects.Resize;
    import mx.events.ResizeEvent;
    import mx.events.ListEvent;
    import mx.controls.Image;
    import mx.events.ItemClickEvent;
    import mx.managers.PopUpManager;
    private var img:Image;
    private function tileList_itemClick(evt:ListEvent):void {
    img = new Image();
    // img.width = 300;
    // img.height = 300;
    img.maintainAspectRatio = true;
    img.addEventListener(Event.COMPLETE, image_complete);
    img.addEventListener(ResizeEvent.RESIZE, image_resize);
    img.addEventListener(MouseEvent.CLICK, image_click);
    img.source = evt.itemRenderer.data.@fullImage;
    img.setStyle("addedEffect", image_addedEffect);
    img.setStyle("removedEffect", image_removedEffect);
    PopUpManager.addPopUp(img, this, true);
    private function image_click(evt:MouseEvent):void {
    PopUpManager.removePopUp(evt.currentTarget as Image);
    private function image_resize(evt:ResizeEvent):void {
    PopUpManager.centerPopUp(evt.currentTarget as Image);
    private function image_complete(evt:Event):void {
    PopUpManager.centerPopUp(evt.currentTarget as Image);
    ]]>
    </mx:Script>
    <mx:WipeDown id="image_addedEffect" startDelay="100"
    />
    <mx:Parallel id="image_removedEffect">
    <mx:Zoom />
    <mx:Fade />
    </mx:Parallel>
    <mx:XML id="xml" source="gallery.xml" />
    <mx:XMLListCollection id="xmlListColl"
    source="{xml.image}" />
    <mx:TileList id="tileList"
    dataProvider="{xmlListColl}"
    itemRenderer="CustomItemRenderer"
    columnCount="4"
    columnWidth="125"
    rowCount="2"
    rowHeight="100"
    themeColor="haloSilver"
    verticalScrollPolicy="on"
    itemClick="tileList_itemClick(event);" />
    </mx:Application>
    CustomItemRendere.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="
    http://www.adobe.com/2006/mxml"
    horizontalAlign="center"
    verticalAlign="middle">
    <mx:Image source="{data.@thumbnailImage}" />
    <mx:Label text="{data.@title}" />
    </mx:VBox>
    gallery.xml
    <?xml version="1.0" encoding="utf-8"?>
    <gallery>
    <image title="Flex"
    thumbnailImage="assets/fx_appicon-tn.gif"
    fullImage="assets/fx_appicon.jpg" />
    <image title="Flash"
    thumbnailImage="assets/fl_appicon-tn.gif"
    fullImage="assets/fl_appicon.jpg" />
    <image title="Illustrator"
    thumbnailImage="assets/ai_appicon-tn.gif"
    fullImage="assets/ai_appicon.jpg" />
    <image title="Dreamweaver"
    thumbnailImage="assets/dw_appicon-tn.gif"
    fullImage="assets/dw_appicon.jpg" />
    <image title="ColdFusion"
    thumbnailImage="assets/cf_appicon-tn.gif"
    fullImage="assets/cf_appicon.jpg" />
    <image title="Flash Player"
    thumbnailImage="assets/fl_player_appicon-tn.gif"
    fullImage="assets/fl_player_appicon.jpg" />
    <image title="Fireworks"
    thumbnailImage="assets/fw_appicon-tn.gif"
    fullImage="assets/fw_appicon.jpg" />
    <image title="Lightroom"
    thumbnailImage="assets/lr_appicon-tn.gif"
    fullImage="assets/lr_appicon.jpg" />
    <image title="Photoshop"
    thumbnailImage="assets/ps_appicon-tn.gif"
    fullImage="assets/ps_appicon.jpg" />
    </gallery>

    You just set the image's visible property = false and make
    sure you have a VideoDisplay underneath the image.

  • Images inside pop-ups not displaying correctly

    I am generating a CHM using RoboHelp 10. I have certain pop-ups in some topics. These pop-ups contain screen shots. After generating the CHM, when I click the pop-ups to view the screen shots, they are not displayed correctly. That is, half of the image does not appear and there are no horizontal scroll bars either to scroll. This happens for pop-ups that are appear on the left side of a topic.The images inside pop-ups that appear to the right side of a topic appear fine when clicked.

    Hi Rick,
    Thank you for the response. Alas, updating the DHTML effects doesn't help. In the project that am working, I have used hyperlinks that are marked to be displayed as auto-sizing pop-ups.
    I also tried editing the eHlpDhtm.js file as mentioned in the thread here, https://forums.adobe.com/thread/1297423#expires_in=86399993&token_type=bearer&access_token =eyJhbGciOiJSUzI1NiIsIng1dSI6I…. But that was of no avail either.
    Do you have any other insights here?
    Regards,
    Anamika
    P.S. Am using RH 10.0.1.292.

  • Images inside pop-ups in CHM not displaying correctly

    I am generating a CHM using RoboHelp 10 on a Windows XP machine.
    I have a few pop-ups in some topics. These pop-ups contain screen shots. After generating the CHM, when I click the pop-ups to view the screen shots, they are not displayed correctly. That is, half of the image does not appear and there are no horizontal scroll bars either to scroll. This happens for pop-ups that appear on the left side of a topic. The images inside pop-ups that appear to the right side of a topic appear fine when clicked.
    The help file was originally created using RH 7. I upgraded the source files to RH 10 successfully and there were no errors during the upgradation.
    I even tried generating the CHM on other systems with RH10 and the same system configuration as mine but ended up with the same results. I assume there is some compatibility issue maybe between RH 7 and RH10.
    Looking forward to any helpful insights here as this is pretty urgent at the moment for me to resolve the aforementioned issue at the earliest.

    Hi Rick,
    Thank you for the response. Alas, updating the DHTML effects doesn't help. In the project that am working, I have used hyperlinks that are marked to be displayed as auto-sizing pop-ups.
    I also tried editing the eHlpDhtm.js file as mentioned in the thread here, https://forums.adobe.com/thread/1297423#expires_in=86399993&token_type=bearer&access_token =eyJhbGciOiJSUzI1NiIsIng1dSI6I…. But that was of no avail either.
    Do you have any other insights here?
    Regards,
    Anamika
    P.S. Am using RH 10.0.1.292.

  • Displaying a pdf by clicking on a image

    Hello Abap gurus:
    Is ther any way in web dynpro abap where by clicking on an image a form in pdf can be opened?/
    Any help will be appreciated.
    Thanks,
    Ratna.

    Hi.,
    Display image as link and on click of link navigate to next view and show pdf using interactive form UI or u can also display it as a pop up in new window.
    check this article for how to display image as link. [Display image as link in WDA|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90605106-091c-2e10-6096-fba04faab063?quicklink=index&overridelayout=true].
    u will get an idea how to do.,
    hope this helps u.,
    Thanks & Regards
    Kiran

  • How to embed a link image with pop up windows?

    Does anyone have any suggestions on how to embed a link
    within flash movie? Once you click on it, it will pop up a new
    window, but I want to disable the toolbars, status bar ..., and
    only show the jpg image for this window.
    Does anyone have any suggestions on how to do it in flash?
    Thanks in advance for any suggestions
    Eric

    If the Oracle Web Application you are talking about uses OAFramework then you can use personalization to add a link to the Ebiz suite page. But in order to fetch the userId and append it to the URL of the link you need to extend the controller in that page and set the destination of the link you had added in the controller. You have APIs on pageContext when you override the processRequest of the extended controller to fetch the userId. You can then create the URL by appending the userId and set it on the linkBean.
    If you are new to OAF then you should read the devguide and personalization guide to get yourself familiarised with extending OAF application.

  • Image size pop up menu missing in mail window

    Tonight I was about to resize an attachment (a photo) in the Mail message window, but discovered that the image size pop up menu that used to appear at the bottom of the mail window is no longer there! I tried quitting Mail and launching it again, restarted the computer (a 2003 iMac G4 running Tiger), and repaired permissions. Any ideas on how I might get the image size pop up menu back again? Thanks.

    Seems there must be something messed up on the HD.
    Very Important, how much Free Space is on your Hard Drive first of all? Click on the Macintosh HD on the Desktop, then do a Get Info on it.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    The important part is to Repair the Disk before Repairing Permissions.

  • When I try to open an image by double clicking on it in Bridge, I get a message telling me to log in to Creative Cloud.  I am running CS6, and the default should be to open files in Photoshop 6 or in Adobe Raw (if it's a Raw file).  I don't want to log in

    When I try to open an image by double clicking on it in Bridge, I get a message telling me to log in to Creative Cloud.  I am running CS6, and the default should be to open files in Photoshop 6 or in Adobe Raw (if it's a Raw file).  I don't want to log into CC since I am not a subscriber, and this means that I have to work around, and go  back to Bridge, and tell it to open the file in Adobe RAW.  However, this does not work for older psd files which for some reason cannot be opened in RAW.  How do I return to the process of simply allowing RAW files to open automatically in Adobe RAW, and simply right clicking on the image in Bridge to bring up the option of opening it in Photoshop?

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • My cursor will not move on my MacBook Air. I've forced a shutdown, but it still won't move, and now I can't move the cursor to click my user image to log in. What should I do?

    My cursor will not move on my MacBook Air. I've forced a shutdown, but it still won't move, and now I can't move the cursor to click my user image to log in. What should I do?

    Trackpad does not work properly

  • Tried to reinstall iPhoto library from external hard drive, it shows that the photos and events are there but there are no thumbnails and if you click on an image or video nothing comes up.

    My hard drive crashed recently and we took it to apple to get repaired. The apple employees said that they would have to replace the hard drive but they didn't have the equipment to get the data off my hard drive. So I took it to a computer store who had the right equipment after a month and a half of waiting they finally got all the data off my hard drive and put it on an external hard drive (Seagate Expansion Portable Drive). I then took it back to apple who replaced the hard drive. Now I'm in the process of reinstalling everything. I have never done a Time Machine back up or backed my laptop up to . Which I now will do very often once I've reinstalled everything. I have reinstalled all of my desktop images and folders as well as my iTunes library with no issues. However when i went to reinstall my iPhoto library it came up blank. I then Rebuilt the library several times and this was the result.
    It shows that the photos and events are there but there are no thumbnails and if you click on an image or video nothing comes up.
    Please help i have three years worth of images from holidays on here and would be devastated if i lost them.

    iPhoto cannot find the thumbnails or the original pictures.
    Go to your iPhoto Library in the Pictures Folder.
    Right-click on it and from the resulting menu, choose 'Show Package Contents'.
    This will bring you inside the iPhoto Library package. There you should see a Folder called Masters. Within that, there should be folder containing your actual photos.
    Are they there?

  • Activating hyperlink on click of a image

    Hi,
    I want to connect a hyperlink with an image in MSA 5.0. So when I click on the image (which is a custom resourse), it should activate the hyperlink so that I can navigate to another tileset. I also want an example to do this. Can anyone help me in doing this?
    Thanks,
    Neha

    Hi,
    I am not sure whether the MSA event handling is supporting image controls.
    So I would suggest first to implement an (empty) event handler for this control, check in debug mode whether this event is called at all.
    If yes then the code should be quite similar as it is done 10000 times in MSA where another component is called. E.g. check the code for the onclicked event for control BP in activity tile actdeta2.
    It is always the same logic: Define and create a business query and hand over the result being a business collection to the hyperlink source which needs to be fired manually.
    Regards,
    Wolfhard

  • TS3212 i am trying to download itunes 10.7.  i have windows vista 32-bit.  when i click on download.  the pop up window comes up and ask to save or cancel, and then the webpage says thank you for downloading.  it hasn't downloaded it.  what can i do to fi

    i am trying to download itunes 10.7.  i have windows vista 32-bit.  when i click on download.  the pop up window comes up and ask to save or cancel, and then the webpage says thank you for downloading.  it hasn't downloaded it.  what can i do to fix this?

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

Maybe you are looking for