Have a button and the image move at the same time in a floating frame

I have inserted an image into a rectangle and make it a floating frame that works Flory.

However, I want my form that I made in a button to also be in the same frame and scroll at the same time.

Is this possible?

You can have a single object within a framework of scrolling, but this object can be

a group. You need the button with the image of the Group and then paste it

in the framework.

Tags: Digital Publishing Suite

Similar Questions

  • Cannot restart or refresh my iPhone 7 from the "home" button and the sleep/wake button at the same time

    I'm having difficulty trying to restart and update my iPhone 7 using the Home button and the sleep/wake button at the same time, when I do my phone takes a screenshot of the home screen.

    Should I turn off my Touch ID?

    Basically my home button button and / standby works not together at the same time.

    You need hold the House and turn off the button for 20 seconds, until the Apple logo appears.

  • Press the 2 buttons at the same time

    Hello

    I thought I was doing a game of Pinball this morning.  Because the PlayBook a 4-point multitouch, is possible to detect the pressure/holding a button left flipper, a right flipper button or both flippers at the same time.  How about the two buttons a fraction of the second part?  QNX is a real-time operating system, but I have not found this type of control in the AIR SDK.

    Harry

    There should be no problem to do that, but I think you want to use the flash.ui.Multitouch API

    Here's a video that shows how to do this, but you will end by edit it just follow your TouchEvents rather than MouseEvents...

    In response to Touch raw data

    Hope that helps

  • Way to turn all effects video power button at the same time?

    Greetings fellow forum members!

    I have a small question: is there an easy way to turn off all the effects of the video to the ECW (effect controls window) and back at the same time?

    Sometimes I add several effects to a clip, and I would like the original clip and the modified version.  If there is a way to do what I'm missing, please let me know!  If not, I'll send an EN Adobe for adding the feature "Shift-toggle all at once" for icons "fx" in ECW, given that this function works brilliantly in the timeline (to toggle all the 'exit follow', 'Sync Lock' and follow targeting both).

    Thank you!

    on a mac hold down Option and click the FX - turns all effects on and off

  • FF jump between tabs if I have several open at the same time and it sometimes seems to be trying to load the same page one above the other

    When running FF for awhile, it starts to jump between different tabs I have open without clicking anything whatsoever. Also, it will sometimes appear that another copy of the same tab I have open try to open again at the top of page. The address bar that appears at the bottom of page loading will appear one above the other and the page will jump up and down about a 1/8th of an inch. Out of the enclosure, then by restarting FF does not solve the problem. I have to restart the computer and then restart FF for him to quit.

    I changed to Chrome and it doesn't, but I prefer the FF browser so I can get this fixed number.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do not click on the reset button on the start safe mode window or make changes.

    Try disabling hardware acceleration in Firefox.

    Create a new profile as a test to see if your profile is the source of the problems.

    See "create a profile":

    If the new profile works then you can transfer files from a profile in the new profile, but make sure not to copy corrupted files.

  • Is there a function to have a chart at the same time the full signal and a zoom in display signal?

    See the attached Jpeg format. Ive created this using 2 separate charts. Ideally I'd like make using one graph. Is this possible?

    If you plot the same data as two separate parcels

    AND

    You create two separate x and there throw

    AND

    You associate a plot with each pair of XY scales scale.

    You will then be able to change the scope of a set of scales to get an effect similar to the zoom on one.

    Ben

  • Active force a button at the same time - the order in which users can click on buttons.

    Hi, thanks for any response.  I work in AS2 and I have a problem.

    I have 8 video clips.  They are implemented to disappear when you click them.
    on (release) {}
    This ._visible = false;
    }

    The problem I am facing, I want the movie clips to click in a certain order, so mc1 must be clicked (and disappear) before mc2 can be active and clickable.  In this way the user should click on them so that they disappear.

    Any suggestions?

    Thank you

    You are welcome.

    p.s. in the future, if there is a useful answer, or the answer, you should mark it as such.

  • How to have two tabs at the same time on the screen... like split in the half

    My daughter once divided the screen into two tabs by dragging, I forgot just how she did... need help

    Breaking of Windows,

    http://Windows.Microsoft.com/en-us/Windows7/products/features/snap

    http://Windows.Microsoft.com/en-us/Windows7/arrange-Windows-side-by-side-on-the-desktop-using-snap

    You can also click with the right button on your taskbar and click on next.

  • How can I have Windows 8 and Windows XP on a computer at the same time?

    Now, the computer is Windows XP. My ICT SBA require to use windows XP for better compatibility. How can I have 2 types of windows on 1 computer?

    A few months ago I installed Windows 8 client Preview of XP and I deleted the WIndows XP.
    Now, I have two systems at the same time, so I installed XP again, but the two windows of the failure to run (DLL and kernel problems).
    Then I installed XP again and the format of the drive that contains the Windows 8, I finally install XP on this drive.
    After that, I tried to install version 8 for Windows but I said that I can't keep the XP data, instead of keeping the whole OS.
    I find some articles online, but they introduce only have Windows 7, I can add XP...
    (I have two internal hard drives and an external hard drive)

    It pretty much applies to Windows XP, too. (Microsoft has removed most Windows XP of the database-specific help pages already.)

    Don't forget that Win8 PR is still a beta version.

    PS: Speaking of upgrade to Win8, you might find this interesting-online http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/07/02/upgrade-to-windows-8-pro-for-39-99.aspx

    [Last updated - July 11, 2012, 06:27 UTC]

  • StackLayout - button on the same line

    Hello

    I have always a problem with button and stacklayout: I can't have different button on the same line.

    A simple code like:

    Page {
                Container {
    
                    layout: StackLayout {
                        orientation: orientation.LeftToRight
                    }
                    verticalAlignment: VerticalAlignment.Top
                    horizontalAlignment: HorizontalAlignment.Fill
    
                    Button {
                        id: button1
                        text: qsTr("button1")
                        layoutProperties: StackLayoutProperties {}
                        horizontalAlignment: HorizontalAlignment.Left
                        verticalAlignment: VerticalAlignment.Top
                        preferredWidth: 20
    
                    }
    
                    Button {
                        id: button2
                        text: qsTr("button2")
                        layoutProperties: StackLayoutProperties {}
                        horizontalAlignment: HorizontalAlignment.Center
                        verticalAlignment: VerticalAlignment.Top
                        preferredWidth: 20
                    }
    
                    Button {
                        id: button3
                        text: qsTr("button3")
                        layoutProperties: StackLayoutProperties {}
                        horizontalAlignment: HorizontalAlignment.Right
                        verticalAlignment: VerticalAlignment.Top
                        preferredWidth: 20
                }
            }
    }
    

    often I have my button to the location of horizontal line, but vertically, each button is on a different line...

    Is there someone who could tell me why?

    Thank you

    Container{
        layout: StackLayout{
        orientation: LayoutOrientation.LeftToRight
        horizontalAligment: HorizontalAligment.Fill
    
        Button{text: "One"}
        Button{text: "Two"}
        Button{text: "Three"}
    }
    

    She hope it helps

  • Several scripts that run at the same time?

    Is it possible to have multiple scripts running successfully at the same time?

    For now if I start a second script while one is still ongoing, the other to be completed successfully, but one stops. This seems to be because one is so more the active document, once the other opens so cannot continue.

    Is there another way to anything like that script so that multiples can operate independently at the same time? You might wonder why I don't want to run both at the same time and not just wait, but I install an asp.net web do front end and have problems if two people, click on the button around the same time.

    I'm guessing this won't be possible and I'll have to look for ways to achieve this in asp.net instead and sort queued requests so you will have to wait longer if the script is already running?

    Thank you

    Andy

    I'm guessing this won't be possible and I'll have to look for ways to achieve this in asp.net instead and sort queued requests so you will have to wait longer if the script is already running?

    It is correct. PS script interface is single-threaded, so you'll need requests queued.

  • FBus Monitor may not work with Configurator at the same time

    I am using NI USB-8486 material and I can get Fbus Configurator work on it. But whenever I run the FBus monitor, the Configurator will go wrong. (Device on the Fbus become invalid)

    I checked the Configuration OR-FBUS Interface utility, I have seen that the use of the port can be either OR-FBUS or Bus-monitor.  Since the USB-8486 only has a port, it means we can only support a single application (Configurator or monitor), instead of two at the same time?

    I'd appreciate any help!

    Hi Steve,.

    That's correct - USB-8486 can function as an interface device or monitor buses at the same time, and the role is configured in intensive care.

    If you want to have two roles at the same time work, you will need two NICs installed.

  • several users, Web site editing at the same time

    If the site is registered under the names of different files, both users can have it open at the same time, but is there a way for each of them to edit pages and synchronize all

    each person changes their version of the page and it's going to happen first. order, which is really for the better when you think about it, first-served basis.

  • An Acrobat XI Standard license on both posts at the same time?

    Hey,.

    I am a bit confused, according to http://www.Adobe.com/be_en/products/acrobatstandard/FAQ.html a license on 2 PCs are OK.

    But according to http://helpx.Adobe.com/x-productkb/policy-pricing/end-user-license-agreements-FAQ.html and several discussions, I got through google a license on 2 PC are limited.

    What is this now? I need for 2 desktop PC in a company, and they don't have to work at the same time of course.

    Greetings

    If you need both facilities to be used at the same time, you must purchase two licenses.  A user license unique is exactly that, a single user at a time.

  • You can run two versions of Dreamweaver at the same time?

    I use DreamWeaver HTML 5 cc, but for other projects, I use CS3 which is WYSIWYG. The only thing is that I can't have both open at the same time, unless there is a way to do it. In addition, it seems that CC takes a long time to open. Is this common?

    Unfortunately not. 2 versions of DW cannot be opened at the same time.

    Nancy O.

Maybe you are looking for

  • larger images

    I have a visual impairment.  I'm in the Finder, look at pictures to determine what photos should be placed in different folders.  I see the photo in image well enough to choose the right place.  I tried to expand the search in full-screen dialog box

  • HP - 15-ay062nl: paved touch button question

    Hello. I have a problem with my new laptop HP - 15-ay062nl, running Windows 10 Version 1511. The left touchpad button has a strange reaction to pressure, which leads to hard daily use. When you press on normally (I mean: like any other button of touc

  • 2012 LabVIEW to hang at shutdown, now hangs at launch ("Initializing menus")

    Hello I'm 8 64-bit Windows and LabVIEW 2012 32 bits (12.0f3). I started using a few days ago and was never able to stop properly LabVIEW. I could close my projects, but when I tried to leave LabVIEW from the home screen, the GUI just stop responding,

  • I had to make a movie for a class online, now, may not be downloaded for the assignment. I used the Director windows live

    How a movie can be downloaded at the transfer online using windows live Director?  I can't download on my assignment.  The other problem is I can not copy and paste into an another movie creater.  I don't have time to recreate the film.  Can anyone h

  • Feature

    My Dell XPS400(Dimension 9150) came with a Pentium D 940 CPU, which is capable of running 32-bit or 64-bit.  Imagine my surprise (disgust) when I learned that Dell doesn't have the drivers for my computer to run the 64 bit version of Windows 7!  Dell