Can I make a button bring up an image when clicked?

I know how to make a button show an image when rolling over or holding down a button, but I don't know how to make my button clickable to where it opens up an image.   I am new at this.
I have a page that has some thumbs showing. I want to be able to click the thumb and have the full size image pop up.   Is that doable?   I guess with another click to make the image go way and have the thumbs showing again.

Hi,
Here is a quick example showing a button (that would contain the thumbnail image) that when clicked (look at the interactions panel) brings up a state with the larger image.
http://www.numencommunications.com/storage/fc_examples/ImagePopup.fxp (right-click and save the file to your desktop)
Hope this helps.
Tanya

Similar Messages

  • How can you make one button preform different actions in Xcode?

    How can you make one button "preform a click" and "orderfront"? Is that possible? Because what I am doing is making a welcome window to my application for Mac OS X 10.6, and I have two buttons in that window, one says "Connect" which connects a a WebView to a url and the other button opens up the main window. So how can I a make a button do multiple things at once??

    Ah - If you are just using bindings between various objects from Interface Builder, you can reduce your application code a bit (sometimes quite a bit), but there is only so far you can go. Typically variables and routines are defined in your application that Interface Builder hooks into, so that your application code (usually Objective-C, but can be others) can use these variables and routines to determine what is happening in the user interface.
    I'm not sure how up-to-date the project code is (or what programming code you are familiar with), but you can take a look at Apple's Cocoa Application Tutorial to see what is (usually) involved in creating an application.

  • How can I make a button that on press the object appears and on second press the object to disappear

    Hello,
    I'm quite new to flash programing, and I don't know how can I make a button that will make the object appear and disappear.Till now I have this code for the appear:
    on (press)
        _root.top1.gotoAndStop(2);
        _root.topp.gotoAndStop(2);
        _root.mm1.gotoAndStop(2);
              _root.m1.gotoAndStop(2);
    but from here I'm stuck.
    Thank you for your help

    What you can do is use the _visible property of the object to make it appear and disappear, or more correctly, use the opoosite of the _visible property.  You should not put code "on" objects, keep it in the timeline.
    If "object" is the instance name of the object you want to toggle, then in the timeline code you can use...
    object._visible = false;  // start with the object being invisible
    yourButtonName.onRelease = function(){
        object._visible = !object._visible;
    That one line in the function sets the object's _visible property to be the opposite of what it currently is.

  • How can I make my buttons be gone forever?

    Just starting out with Flash and have run into a problem. I have several scenes with buttons that can be pressed once and then they disappear using:
    myBtn1.onRelease = function(){ this._visible=false}
    But when I go back to the scene the buttons reappear. How can I make my buttons be gone forever?

    if you have more than 1 button that should be made not visible at any given time, you'll need to use an array to store those button references.  otherwise, you can use:
    var alreadyRemoved:Boolean;
    if(alreadyRemoved){
    myBtn1._visible=false;
    myBtn1.onRelease=function(){
    this._visible=false;
    alreadyRemoved=true;

  • Can i make a button download a pdf?

    i have a button made in flash and im using it for a sidebar navigation in my dreamweaver site can i make the button open/download a pdf? and if so how do i go about doing this? thanks

    thats what i thought but when i do that it tells me the link does not exist and ive double checked spelling and everything.
    this is my code for the button.
    on (release) {
        getURL("TRIPSProductsSuite.pdf");

  • How can I make a button "react"?

    This is probably a super silly question, but you know how it is, sometimes we sit on the answer and still can't find it... How can I make a button react to a click? I just want the simple effect of the button changing colors or looking like the user pushed it. Right now it's just the same old plain button, no matter if I click it or not, you can't really tell the difference. How can I give it the "pushing the button" effect? Thanks guys!

    You can choose image button and then choose from the available image buttons, or click on the folder icon when you select the image button and choose from the Gallery of Captivate 6.
    Few image buttons change color on hover or onclicked, these effects are predefined in them.
    Or you can edit that button on which you are working, from properties Panel.
    The Post and Cancel button on this thread seems like a transparent button in Captivate with different fill and stroke color, and transparency is also less, and with corner radius of 0.
    You will find these all optionns, when you will click on that button and then click on the properties panel.
    Thanks.

  • Can I make a button respond to Touch while using Gestures?

    Hi, I've recently discovered I'm unable to use Touch Points and Gestures at the same time on mobile apps.
    I would rather use Gestures so I'm wondering if anyone can help with making buttons respond to the user when they are touched.
    Here's what I'm trying to do but the buttons are not changing alpha values:
    mainMenu.menuPres.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    mainMenu.menuPres.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);
    function mouseDownHandler(event:TouchEvent):void {
    TweenLite.to(mainMenu.menuPres, .2, {alpha:.5});
    function mouseUpHandler(event:TouchEvent):void {
    TweenLite.to(mainMenu.menuPres, .2, {alpha:1});
    Is there another way I can do this or can this method be refined?
    Thanks

    Hi Mike,
    That's right, MultiTouch and Gestures can not be used at the same time, but you should always be able to receive mouse events for 1st touch point.
    Could you try changing your code as below.
    function mouseDownHandler(event:MouseEvent):void {
    TweenLite.to(mainMenu.menuPres, .2, {alpha:.5});
    function mouseUpHandler(event:MouseEvent):void {
    TweenLite.to(mainMenu.menuPres, .2, {alpha:1});
    please sprinkle some trace statements in event handler to see if they get triggered.
    Also, did you try just adding event listener for MouseEvent.CLICK, instead of MOUSE_DOWN and MOUSE_UP.
    -Thanks
    Pahup

  • Can not make FF my default browser...When asked I get "Your computer must be restarted to complete a previous upgrade of FF". When this is done, it's the same thing all over again...

    Can not make FF my default browser...When asked to make, I get "Your computer must be restarted to complete a previous upgrade of FF". After restart, it's the same thing all over again. I have explorer & chrome installed on my PC.
    == This happened ==
    Every time Firefox opened
    == A few monts ago.

    It is probably because you are not properly closing Firefox. Restarting your system would make sure that Firefox had terminated, but you do not have to do that.
    To properly close Firefox on Windows systems, use
    :File > Exit or "Firefox:" button > Exit
    When you get the message "Firefox is already running" it is too late, and you must force termination of Firefox through the Windows Task Manager before restarting Firefox. Windows 7 has a keyboard shortcut to save you a step "Ctrl+Shift+Esc" then on "Processes" tab, select "firefox.exe" and use the "End Process" button. More thorough would be to right-click on the "firefox.exec" and choose "End Process Tree".
    You would find firefox.exe in a Mozilla folder in your program files, but y0u would not want to delete it there, you would need to use the Control Panel which you have already identified and do it from there -- but generally you would not need to do that, and there is nothing in what you have posted to indicate that you should. But if you did do that, then don't let the install start Firefox for you as you would want to use you existing desktop icon or method of starting Firefox, and should decline having Firefox install start Firefox for you. When the install starts then invoke Firefox in your normal manner. This should eliminate problems of creating a new profile rather than using your old profile.

  • How can I make different catalogs from the same image

    How can I make different catalogs from the same image where that image has been changed in some way between the catalogs. For instance if I wanted to have a catalogs for cropped images and have 3 catalogs one for 4x6 , 5x7 and 8x10 cropping. When I tried this , if I changed a file in one catalog that same image in the other would change also.

    Do not confuse the creation of the crops and the display in collections per crop ratio.
    Of course one virtual copy (VC) per crop ratio is needed. If the same image should be cropped in all 3 mentioned ratios there would be 3 VCs.
    The OP asked how to have/see a set of same-crop-ratios.
    After having created the virtual copies for whatever crop ratio he wants, the way to display this result in the fashion asked for is via smart collections, provided they can be found. Without a plugin the naming of the VC with the crop ratio applied is a straight way to achieve that.
    IF the wish is to get new crops automatically added. (See my answers 2+3)
    IF the wish is to creat static collections per crop ratio for a certain set of images, I'd go as follows:
    1. Select all images you want to have cropped in that way,.
    2. With this selection click on the + to add another collection and fill the dialog box like this:
    Then navigate into this newly created selection and perform the 4x6 crop - according to taste individually or by synchronizing the first crop.
    Cornelia

  • How can I make a password protected encrypted sparse image?

    How can I make a password protected encrypted sparse image?
    Doing what worked in 2006 does not produce password protection even though I have typed one in and re-entered it as requested. Clicking on the Disk image opens it without asking for the password.  I am stumped.   Many thanks.
    (OS 10.10.2 on 2010 MacPro)

    John Roehm wrote:
    That did it. The Keychain box was automatically checked and I did not know enough to uncheck it. Many many thanks.
    Yeah, nobody does. They should put up a custom password save box when you make an encrypted disk image that explains what will happen if you store the password in the keychain. In the current "how-to" article, they mention it, though: How to create a password-protected (encrypted) disk image - Apple Support

  • I have both photoshop 6 and Photoshop CC on my Mac. How can I make Photoshop CC the default to open when I double click on an image?

    I have both photoshop 6 and Photoshop CC on my Mac. How can I make Photoshop CC the default to open when I double click on an image?

    Right-click an image file,
    Get info,
    Open with: <choose Photoshop CC>
    Change File Associations in OS X Mavericks - YouTube

  • TS3297 why I can't make a purchase on other itunes store I always get a message that "this account name can only make a purchase from the Qatari store" when I tried to change the store since the product is not available or only available in USA or Philipp

    why I can't make a purchase on other itunes store I always get a message that "this account name can only make a purchase from the Qatari store" when I tried to change the store since the product is not available or only available in USA or Philippines

    just call them...i bought my PB when it came out...but I had an issue recently and called them up and they helped me out....
    Sorry can't help you with any of the other problems...mine are working fine...

  • How can I make my Mac recognize my USB device when I plug it in?

    How can I make my Mac recognize a USB device when I plug it in? When I plug in my flashdrive drive, the device doesn't show on my desktop, so  I have to search for it...

    You can try using 'NTFS-3G', its free and you can download it at: http://mac.softpedia.com/get/System-Utilities/NTFS-3G.shtml

  • PC/64/Windows 7/XIStandard recently installed/unable to put footer into document because I can't move to the bottom of the image when in footer application mode.  Display is at recommended 1920x1080.  Is there a solution or is it a flaw in the program?

    PC/64/Windows 7/XIStandard recently installed/unable to put footer into document because I can't move to the bottom of the image when in footer application mode.  Display is at recommended 1920x1080.  Is there a solution or is it a flaw in the program?

    Don't have a direct answer. But did you install the updates. They might resolve the problem.

  • How can i make save button of a pop up window inactive?

    Hi...
    When we open a document attached to an opportunity,
    a pop up opens up in new window with open,save and cancel buttons.
    The document is opened by creating a url....
    How can i make the save button inactive?
    Any helpful pointers would be rewarded...
    Thanks...

    Hi..
    This thread remains closed...

Maybe you are looking for

  • File Sharing on a mixed Tiger-Leopard network

    I have a LAN with two machines, a PPC with 10.4.11 and a new Laptop with 10.5.1. If I turn on file sharing on the Tiger machine, I can see and access it from Leopard. But if I turn on file sharing on the Laptop, I can find the laptop as a server when

  • Cs5 master suite installation error

    I've been trying to get Adobe Cs5 installed on my Windows 8.1 pc for a month now, so any possible help is much appreciated. I've downloaded Cs5 master suite file 1 & 2 The exe. file is 1,200 kb The 7Z file is 4,669,129 kb When i run the exe.( even as

  • Using perspective tool with text in AI CS5

    Hi, I am new to AI CS5 and was wondering if someone could please tell me how to use the Perspective tool with text?  Also, does the text have to be expanded in order to use the perspective tool or is that not recommended?  Thank you, Diane

  • R/3(RFC)-----XI---------FILE  scenario

    Hi All, I developed the scenario like RFC>XI->File Asynch Scenario by using ABAP Proxy(Client). Can i use business service for receiver in this scenario? All http connections between R/3 and XI are configured. Could you please explain me how to test

  • Remove menu bar from second monitor maverick

    Hi, Can i Remove menu bar from second monitor maverick ? Thanks