InDesign: how to move a rectangle object with its content?

Hello

I'm developing an indesign extension with flash builder and extension builder cs 2.

When I move a rectangle object that contains an image whose ownership geometricBounds image does not move and is no longer visible...

How to move a rectangle with its content?

Thank you

Simon

Use rectangle.move)

Tags: Creative Suites

Similar Questions

  • How to restore a shortcut to folder with its contents after the removal of the trash

    How to restore a shortcut to folder with its contents after the deletion of the Recycle Bin in vista

    Hello

    you deleted the shortcut, not the content; haven't you?

    This program recovers deleted data, etc.:

    http://www.Piriform.com/Recuva

    ___________________________________________

    Why not just make a new shortcut?

    http://www.ehow.com/how_5104544_create-desktop-shortcuts-Windows-Vista.html

    How to create Windows Vista desktop shortcuts

  • SQL query: How to match multiple names strictly with its appropriate values

    Hi all

    Assume there is a table of CODES (with 3 columns) as follows:...
    ------------------------------------------------
    Name ID value
    ------------------------------------------------
    SFO 100 080
    200 NY 044
    300. THE 040
    ------------------------------------------------

    I would need to write a SQL to retrieve the rows that match few of names and values. For example: (1) name = "NY" and value = '044' and (2) name = "LA" and value = "040".

    I wrote this sql...
    SELECT id, name, value of CODES whose name IN ('NY', THE ') and the value IN ('044 ', ' 040')
    This returns 2 rows as expected.

    At the same time, even for the following query, the same 2 rows are returned (which is false)
    SELECT id, name, value of CODES whose name in ('NY', THE ') and value in ('044 ', ' 444')
    -See the code std 444.

    My requirement is that the above query should return to the line for NY.

    My question is: how to match multiple names strictly with its appropriate values... ? That is to say, unless '040' is specified in the part 'value', the corresponding line in 'LA' should not be returned...

    I feel, nor the case AND neither the case of GOLD can be used in Where clause to check these 4 values.

    Any ideas... ? Can you please let me know... ?

    Thank you
    REDA

    as:

    select id, name, value from CODES where (name, value) in (('NY', '044'), ('LA', '040'))
    

    Published by: Lacotte Renaud on February 16, 2010 10:35

  • How to move the "blue bar" with the start option and the clock and icons of a vertical__position on the left side of the screen to the bottom of the screen... has this before happen__once, can't remember what to do.

    How can I move the 'blue bar' with the start option and the clock and icons on the left side of the screen to the bottom of the screen.  It's happened before and I forgot how to move.

    Hello pookprec

    Here's how to do it

    .

  • copy a folder with its content on a remote virtual computer

    Hello

    I need your help with a script that I am building. "I need to:

    # to find a virtual computer and see if it is enabled, disabled, or enabled.

    # If it is off and then turn it on and copy a folder with the contents of the VM machine.

    Improvements,

    Michel Vaillancourt

    You'd put it in before, something like this:

    $vmName = 'Target'
    $folderName = 'C:\Folder'
    
    Invoke-VMScript "del $folderName" -vm $vmName -HostCredential $HostCred -GuestCredential $GuestCred -ScriptType "bat"
    
    Get-VM -Name $vmName | where{$_.PowerState -ne 'PoweredOn'} | Start-VM -Confirm:$false
    sleep 30
    
    Copy-VMGuestFile  -LocalToGuest -Source $folderName -Destination $folderName -Confirm:$false
    

    You may need to play with the Invoke-vmscript command more

    $cmd = "del $folderName"
    
    Invoke-VMScript "$cmd" -vm $vmName -HostCredential $HostCred -GuestCredential $GuestCred -ScriptType "bat"
    
  • How? Cut the rectangle object

    First of all, sorry for my English, I'm from Holland.

    I don't have a lot of experience using Indesign, but for my work, I have to do 1 small business using Indesign.

    Have a look at the photos, I have to make circles, with a transparent background (not this one purple) of the png. The size of these png were the same as the purple rectangle (640 * 88).

    I want to cut out the parts of the circles that are outside the rectangle, so that I can copy directly in photoshop (after all completely transparent purple rectangles).

    I hope you guys can help me

    voorvertoning.pngnormaal.png

    If you group objects circle you cut and 'paste' in the rectangle that will act as a mask, but not actually cut the circles.

  • How to call a display object with the criteria of the different point of view in each line an ADF BC table (Urgent)

    Hello world

    I use 11.1.1.7 version of Jdeveloper. I have a table adf BC. I need to call another ADF BC table inside the table. I need get the questionId from each row in the main table and fix the questionId as a point of view of the criteria drop inside the main table. I use to execute with parameter but always get the id of the last row question and criteria of this id as a point of view to each row of the table. How can I do this? 

    < af:table value = "#{bindings." AttachmentYesNoVO11.collectionModel}.

    var = "row" rows = "#{bindings." AttachmentYesNoVO11.rangeSize}.

    emptyText = "#{bindings." AttachmentYesNoVO11.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." AttachmentYesNoVO11.rangeSize}.

    rowBandingInterval = "0" id = "t2".

    "partialTriggers =": cb4: cb3 ".

    styleClass = "AFStretchWidth" inlineStyle = "height: auto;"

    width = "1250" >

    < af:column sortProperty = "#{bindings." AttachmentYesNoVO11.hints.Question.name}.

    sortable = "false".

    headerText = "#{bindings." AttachmentYesNoVO11.hints.Question.label}.

    ID = "c10" width = "300" >

    < af:inputText value = "#{row.bindings.Question.inputValue} '"

    label = "#{bindings." AttachmentYesNoVO11.hints.Question.label}.

    required = "#{bindings." AttachmentYesNoVO11.hints.Question.mandatory}.

    columns = "#{bindings." AttachmentYesNoVO11.hints.Question.displayWidth}.

    maximumLength = "#{bindings." AttachmentYesNoVO11.hints.Question.precision}.

    shortDesc = "#{bindings." AttachmentYesNoVO11.hints.Question.tooltip}.

    ID = "it1" lines = '8' readOnly = "true" contentStyle = "width: 330px; "margin: 10px" >

    < f: validator binding="#{row.bindings.Question.validator}"/ >

    < / af:inputText >

    < / af:column >

    < af:column headerText = "#{bindings." AttachmentYesNoVO11.hints.ApplicationId.label}.

    ID = "c1" width = "300" >

    < af:table value = "#{bindings." AttachmentVO1.collectionModel}.

    var = "row" rows = "#{bindings." AttachmentVO1.rangeSize}.

    emptyText = "#{bindings." AttachmentVO1.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." AttachmentVO1.rangeSize}.

    selectionListener = "#{bindings." AttachmentVO1.collectionModel.makeCurrent}.

    rowSelection = 'single '.

    Binding = "#{uploadDownloadBean.downloadTable} '"

    rowBandingInterval = "0" id = "t1".

    partialTriggers =': cb5: cb6: cb7: cb10 ">"

    < af:column id = 'c12' width = '0 '.

    headerText = "Download File" >

    < af:commandButton text = "#{row.bindings.FileName.inputValue}" id = "cb23" > "

    < af:fileDownloadActionListener

    filename = "#{row." Bindings.FileName.inputValue}.

    Method = "#{uploadDownloadBean.downloadFile} '"

    contentType='"#{row.bindings.MimeType.inputValue}"'/ >

    < / af:commandButton >

    < / af:column >

    < / af:table >

    < / af:table >

    User, because the two tables have a relationship, we call matter detail relationship, you can use a link view defining the relationship, and the framework will be the selection detail for you automatically.

    The next thing is that you can not put a table in a column of a table. This is not supported by the table component. You can use a picture of the tree for this, or tables cascading as I show in JDeveloper 11.1.2.1: cascade Tables | JDev & ADF Goodies

    Timo

  • How to apply a style object with attributes

    Hi all
    I'm working on InDesign CS4 plugin. and to apply the style to the object on the page elements.
    When I apply the style of the object to the page element, only an object style is applied to these elements on the page, but do not ask for its attribute.
    for example, TextFrameObjectStyle that have the stroke value 8, while TextFrameObjectStyle is appying but stroke value does not apply.
    The source code which I use as follows;
    ------------------------------------------------------------------------------------------ -----------------------------------------------------------------------------

    IStyleGroupManager InterfacePtr < IStyleGroupManager > (document-> GetDocWorkSpace(), IID_IOBJECTSTYLEGROUPMANAGER);

    ObjectStyleUID UID = iStyleGroupManager-> FindByName (inStyleNameStr);

    InterfacePtr < ICommand > applyObjectStyleCmd(CmdUtils::CreateCommand(kApplyObjectStyleCmdBoss));)

    IUIDData InterfacePtr < IUIDData > (applyObjectStyleCmd, UseDefaultIID());

    iUIDData-> Set (db, objectStyleUID);

    applyObjectStyleCmd-> SetItemList (splineUIDList);

    CmdUtils::ProcessCommand (applyObjectStyleCmd);

    ------------------------------------------------------------------------------------------ --------------------------------------------------------------------------------

    Please let me know if I'm missing something else?

    Kind regards

    Jitendra

    Get IObjectStylesSuite of ISelectionManager and use of ApplyObjectStyle

    Thanks and greetings

    Saurabh Singhal

    SR. InDesign developer

    [email protected]

  • How to create the View object with several editable entity objects

    I want the two entities in the view object to support the creation of new lines, but when I give create insert that it allows to insert only on the parent and not the child. I found this link
    http://docs.Oracle.com/CD/E21043_01/Web.1111/b31974/bcadvvo.htm#CEGCAJCI which replaces the outgoing class. but I would like to do declarative. Is there another way to do it?

    I use Jdeveloper 11g 2 version.

    Thanks in advance,
    Rakesh

    Hello
    There is a checkbox in the tab "Updatable" entity objects, mark it checked and look in your vo
    Then, you can create the ViewObject also editable attribute
    Make sure that the Association is here.

    Rognard

  • How to move a rule definition with the data store for esx alarm without re-creating the rule?

    Hi, I would spend my rule of definition of alarm of the data at the level of esx store, without re-creating the rule. Is this possible?

    In the Act, I don't want no definition of the alarm at the data store level. So, what is the best practice?



    Best regards

    It is currently not possible.  The rules are hierarchical, and there is no way to stop the inheritance, or move messages.  You will have to re-create them at the appropriate level.

    -KjB

    VMware vExpert

  • How to move several scrollbars field with a scroll bar

    Hello

    Does anyone know if there is a property node available where I can use the axis scroll bar x on a plot to control several bars scroll to the category axis at the same time?  I have three plots and I want all scroll to the time where I drag the scroll bar on one... I've been going through the nodes of property but fails to do so.

    Thank you very much!

    I think that the only way to do this is to monitor the range of the scale X, as the beginning of the beach. If the user clicks the scroll bar, changes in range if you can it detect this way. You can then set the scale on the other graphics to match.

  • How to move a container created with QML to a C++ method

    I defined a QML container:

    attachedObjects: [
            ComponentDefinition {
                id: entryContainerDefinition
                Container {
                    ...
                }
            }
    ]
    

    Then, I create the container in QML and call a utility C++ method, which should add the context menu actions based on other parameters dynamically:

    var entryContainer = entryContainerDefinition.createObject(this);
    dsUtil.addActionsToContainer(entryContainer, [other params...]);
    

    But when I run it, I get only the following error message:

    "BoxContainer.qml:45: Error: unknown method parameter type: container."

    Is it not possible to create a container in QML and pass then in C++ to dynamically change code?

    I found a working solution myself. I am now passing QObject * instead of container *:

    void dsUtil::addActionsToContainer(QObject* containerObject, [...]) {
        // Cast QObject to Button
        Container* container = dynamic_cast(containerObject);
    
        if (container) {
            ...
        }
    }
    
  • How the name of customization associated with its file in Anyconnect VPN?

    Here it is the Anyconnect VPN configuration. The customization uses a value - CBB. My question is how Anyconnect VPN define value - CBB. I found no where to define CBB in the configuration. The CBB file is in flash. If so, why I don't see the name of CBB associated configuration with the file located in flash. Thank you.

    --------------------------------------------
    CBB group policy internal
    CBB group-policy attributes
    WINS server no
    value of server DNS 172.16.1.1
    SSL VPN-tunnel-Protocol ikev2 client ssl clientless
    WebVPN
    value of the CBB URL-list
    AnyConnect ask to activate default webvpn timeout 30
    value of customization CBB

    BBC tunnel-group type remote access
    BBC-Global attributes tunnel-group
    address pool SSL_Pool1
    Group Policy - by default-CBB
    BBC webvpn-attributes tunnel-group
    customization CBB
    enable BBC Group-alias

    WebVPN customization objects are stored either in the / + CSCOU + / or / + CSCOE + / directory hidden for plaintext and encrypted items page respectively.

    They are managed through ASDM (Configuration > remote access VPN > clientless SSL VPN access > Portal)

  • How the hell this guy fired with its extruded 3d pencil?

    In the following video, Mr. Smith a first extrude text. Then, about 40 seconds, he takes his pencil and draw a line and it is automatically expelled. How the hell did do that? Looks like it is expelled as soon as it leaves his click. Am I just missing it does 'shift-control-e' to apply the same 3d effect immediately to his line? Of course it looks that he was not obligated to do that... I see in the appearance Panel, that there is "no selection", but this 3d extrusion effect is shown here.

    http://www.Adobe.com/DesignCenter/video_workshop/?ID=vid0053

    If you create an effect that you can keep this effect to the newly created art making in this new Art has basic appearance is deselected in the appearance Panel. Now, make an impact to a certain type, now draw a line. If you have this deselected in the context menu of the line appearance Panel should have the same effect as the type.

  • How to print boards of art with the content titles?

    I would like to have their visible when printing so I can easily explain each

    Sean.Arca,

    I don't think that this is possible. I double checked the help section of Arboards, and it doesn't seem like you can do it.
    Using Photoshop | Work plans

Maybe you are looking for

  • Protector suite QL for Tecra S5, version 5.8.2

    Hello does anyone know where to download PROTECTOR SUITE QL 5.8.2?Latest on Toshiba Support and download is 5.4.0. Thanx

  • Disk replacement Timeline-M5-581TG

    Hello iWant to replace my drive hard m5-581tg. I bought a WD black and seen that it is not thin like the original hard drive. My question is: can I replace the hard drive with a drive not 7mm? Kind regards.

  • Where to plug the webcam into the Aspire 5517? I have a short.

    I don't know whether I'm on the set of law. I have an Acer Aspire 5517. Built in camera has been giving me problems for a while now. I'm sure he has a bad connection or short at the base of the screen or the long where the screen & unit connect. I've

  • Why image quality is lost when I publish my slide show on a DVD?

    After you have created a slide show big in movie maker, when I go to publish on DVD there is then a BIG loss in the quality of the image, makes me very sad :-(Any idea on how to keep the image resolution during the publication on DVD?

  • MAC address bypass and recovery

    switch: c2960-48TC-EX5 IOS Version 15.0 L (2)Ray ACS3.3 Group AAA dot1x default authentication RADIUSstart-stop radius group AAA accounting dot1x default RADIUS-server host 10.0.0.13 auth-port 1812 acct-port 1813 borders 7 xxxxxxxxx interface FastEth