Hoe to move Rectangle in Grid

i want to make a grid with invisible borders and move a rectangle in that grid from left to right and vice-versa
can anybody guide me for that?
what i have to implement and little bit of How?

quote:
Originally posted by:
psemlohq
The API docs say that .left and .top are not read-only, but
they do not appear to be working. When setting .left on a
rectangle, the value changes but the new value seems to have
nothing to do with the value I specified.
You could try the dom methods for moving, like
dom.moveSelectionTo() (I think that's what it's called). I've seen
cases, especially in CS3, where changing the attributes doesn't
work but calling the equivalent dom functions does.

Similar Messages

  • Script to move rectangle in rich symbol

    I am trying to write the script to move a rectangle (or path
    or bitmap) that is part of a rich symbol. The API docs say that
    .left and .top are not read-only, but they do not appear to be
    working. When setting .left on a rectangle, the value changes but
    the new value seems to have nothing to do with the value I
    specified. (The new value was some very small decimal.) Doing the
    same to a path or bitmap did not seem to have any effect at all.
    Has anyone had any success programatically moving (or
    resizing because I will want to do that next) a rectangle, path, or
    bitmap that is part of a rich symbol, i.e. with script in the
    applyCurrentValues() function? Thanks.

    quote:
    Originally posted by:
    psemlohq
    The API docs say that .left and .top are not read-only, but
    they do not appear to be working. When setting .left on a
    rectangle, the value changes but the new value seems to have
    nothing to do with the value I specified.
    You could try the dom methods for moving, like
    dom.moveSelectionTo() (I think that's what it's called). I've seen
    cases, especially in CS3, where changing the attributes doesn't
    work but calling the equivalent dom functions does.

  • Move rectangle to top (startpage to navigation bar)

    Hello.
    I am a new user of Adobe Muse and have not found any answers yet, probably due to a lack of me knowing the correct terms for what I want to do.
    I want to create a website with a start site looking like this:
    Upon clicking on one of the links (link1, link2, link3) I want to switch to one of those sites, but for a more modern experience, want to have the white rectangle move to the top of the site and if possible rearrange the sitename to the left top and maybe let it scale a bit down and have the link1 to link3 move to the top right and scale to 50%.
    Is such thing possible, even without scaling, within muse or a code I can paste into it?
    Many thanks in advance for any pointers, even if only how such thing is called and for me to go hunt some more.

    In this case where you want to link up 3 different sites with text or image with a primary site , you would need to hyperlink site with text on page.
    Talking about the plan, it would be :
    - Create a rectangle with text or image for 3 different sites and hyperlink them with respective urls.
    - Once user clicks on the text or image , he would land to another site.
    - For other site , you can create a header section which would be on top of the page with site name and other site links.
    If you are referring to scroll function, such as on click to link white bar would scroll , you can create this but it wont be a different site but on the same page.
    With compositions you can use the label area for adding links or anchor points on page , but again this wont change site url in browser as it would be same page not a different site.
    Thanks,
    Sanjit

  • How to move an OEM grid control install?

    oem: 10.2.0.5
    Redhat: 5
    our oem server is going to be taken away and used for something else. we want to clone the oem install and move it. Reinstalling OEM on redhat 5 is difficult. It has to be done at the command line since 10.2.0.1 is not compatible with redhat 5 and we have to upgrade to 10.2.0.5.
    if we move the database, and oem install to a new server, what needs to be done with the oem install to make this work? I can get the database started pretty easily. We would have to change IPs around. What files do we have to go into to change IPs?
    yes I know we need to reconfigure the agents.

    in normal situations people who don't have anything positive to say shouldn't say anything at all. you have been a jerk on every forum you have been on for years.
    I did read the installation and configuration guide. I don't see anything about how if I install a 10.2.0.1 OEM on linux 5(which is not compatible) and at the command line to make it work, then do a command line upgrade and configure it to 10.2.0.5, is this easy to clone to a new server.
    don't respond. if he does can a moderator just delete it? anyway to get him barred from posting in any thread I create?

  • Photos are dark and cannot be used in slideshow mode.  Also cannot move photos in a sequence.  Also photos will not move from grid to add to another collection.

    Lightroom 4, photos are dark when in slideshow mode.  Therefore, cannot create a slideshow.  Cannot move photos from grid to add to another collection.  Also cannot change sequence of photos.  Have searched multiple  times for troubleshooting help online with no resolution available.

    Just to clarify my problem with the "dark photos"....when in slideshow mode, photos are dark and state "no photo selected"  I've created multiple slideshows and this was never an issue.  Just downloaded updates as well for Lightroom 4 and this didn't seem to help either.

  • How can move Grid Control Repository to other server

    hi,
    We need to move our Oracle Grid Control Repository to Other server due to some Server Issuse....can someone helpme out......
    OMR and OMA : Server A (Windows 2003 Server)
    OMS : Server B (Windows 2003 Server)
    Target Server : Server C (Windows 2003 Server)
    Movement : Server A -----> Server C
    Please help me someone.....
    Thanks
    Jay

    Please Refer the below doc for migration
    http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e10954/repository.htm#CHDBHDDC

  • How do I move back to the grid panel

    There must be a key command to move between the grid panel or the filmstrip and the keywording panel, isn't there? I don't want to use my mouse. I just want to select the photo (if I'm in the grid panel I just move right arrow or left) and then go to the keywording panel (Command K) and then GET BACK TO THE GRID PANEL SO I CAN SELECT THE NEXT PHOTO. I've looked at a lot of articles and lists of key commands for Lightroom 4 and can't seem to find the answer.

    In case this helps, pammmm, the Esc key is used in many programs to back out of ("escape" from) a lot of places. For example, if you're in a dialog box, pressing Esc is usually the same as clicking the Cancel button. You'll find the Esc key used in this way in all kinds of programs, from Photoshop to Microsoft Word.
    It is possible that the reason Esc isn't documented is because it isn't documented in a lot of other programs either. It's probably just assumed as a "power user" shortcut, the same way a lot of people know that they can press Enter instead of clicking OK.

  • Move page item into a rectangle

    Hello guys,
    the indesign client allows it to move a page item into a rectangle by copy it and pase with the option "paste into selection". How this behavior can be achieved by scripting on the indesign server?
    Thanks for the answers!

    That turned out to be a bit harder than I thought as first ...
    It seems you cannot simply do
      rectangles[0].add (someOtherObject);
    or
      someOtherObject.move (rectangles[0]);
    With the regular version of CS4, you can easily copy the manual approach:
    app.cut();
    app.documents[0].rectangles[0].select();
    app.pasteInto();
    -- but does that even work on ID Server? (I would guess not.)
    The hard way is to add an instance of your original object to the correct type of the rectangle's properties array, copy all properties of the original object into the new one, then delete the original object.
    For instance, if you want to 'move' a text frame into a rectangle, do something like
    origTf = textFrames[0];
    myTf = rectangles[0].textFrames.add();
    myTf.geometricBounds = orgTf.geometricBounds;
    myTf.strokeWidth = orgTf.strokeWidth;
    myTf.fillColor = orgTf.fillColor;
    ... for all possible properties of a text frame. For an image, do the same but with Image properties. For a graphic line, do the same but with GraphicLine properties ... (It sounds like a totally insane way of working, but remember that internally InDesign itself can access all lists of properties 'immediately'.)
    You cannot use a PageItem this way ... because you can't "add" a page item!
    Dave Saunders shows how it works with a very basic text frame: Easily Add Captions to Graphic Frames

  • Snap to Grid problem in Illustrator CS4

    I found a weird problem with the "snap to grid" feature in Illustrator CS4 running on MAC OS X Snow Leopard.
    To reproduce it, on my system, it is enough to:
    1. Make sure to have the Snap To Grid enabled (View->Snap to grid)
    2. Draw a rectangle (see BEGIN.JPG)
    3. Select the Direct Selection Tool
    4. Try to increase the width of the rectangle, by dragging one side of the shape (not a single point, but the whole side in a move).
    5. On my system, I see that Illustrator behaves in a wrong way; it is like Illustrator is snapping to a not aligned grid, and the rectangle begins to be distorted (see END.JPG).
    If I try to move a on point at a time, instead of moving one complete side, everything seems to works fine.

    Win Vista 64-bit AI CS4.  Can't seem to reproduce your issue.  I drag on the right side of a rectangle with grid snap on and show grid and it snaps exactly to the grid, not anywhere in between even if I start with a rectangle that was created "not-on-grid".  When it snaps it snaps to distances equal to the grid spacing, though it won't snap to the grid itself.  It's as if it snaps to its own internal grid.  I guess that's a problem in and of itself since once you have grid snapping turned on no matter where the original rectangle was you would like it to snap to the grid lines.
    EDIT:  Now I see how you created the problem--with direct selection (white arrow) as opposed to full selection with bounding box (black arrow).  Black arrow selection snaps to its internal grid while white arrow snaps to rhombus-like snapping.  I guess it's designed to be used with individual points and not with edges.  (AI doesn't have edge-snapping).

  • How move file with space in the name to another foler on Linux from ABAP?

    Hi experts,
    My requirement is to move the file on Linux to another folder via ABAP program.
    IN SM49 is defined ZMOVE command for "mv" operating system command. In ABAP, fm:
    SXPG_COMMAND_EXECUTE calls ZMOVE external command to move the file to another folder.
    But in case that file has space in the file name, then the fm gives error and the file can not be moved.
    I have tried as given in the Note 1152084 - Parameter for external commands but it doesn't work.
    Don't know if the reason is that the note is for Windows or Unix and we have Linux.
    So, I have tried with ''%file name%' and '''file name'''.
    PLease advice hoe to move file on Linux to another folder from ABAP program if the file has spec in the name.
    Thanks in advance.
    Kind regards,
    Danijela Zivanovic

    Hi,
    You can also try :
    mv "file\ name" /<path_to_new_dir>
    (Put "\" before each space)
    Regards.
    Rajesh Narkhede

  • Fluid Grid Layout can´t be changed after opening .html file

    Hey Community!
    I´m working with DW CS6 for a few weeks now and I´m really happy about it!
    But now I´ve got a Problem... I used google and this forum to find a solution to it, but didn´t find anything about it. (Sorry, if i was too stupid to search for the right keywords! )
    I´ve created a new side with DW and wrote some html pages: All of them are fluid grid layouts and it worked all fine till today. Every page is seperated in an own folder including the "boilerplate.css" & the "respond.min" file, so the filetree looks like this (UPCASE = Folder):
    ROOT:
         index.html    
         boilerplate.css
         respond.min
         OFFERS:
              offers.hmtl
              boilerplate.css
              respond.min
         ALBUMS:
              albums.html
              boilerplate.css
              respond.min
    and so on...
    So today I wanted to open the .html files, to make some changes, add new fliud-grid-div-tags and add new content. The pages look still lik I left them (correct layout, old fluid-grid-div-tags still at the right position, everythings fine), but the collums of the fluid grid aren´t displayed anymore and I even can´t move the fluid-grid-div-tags anymore
    In other words:
    The collums are still there, but the fliud-grid-div-tags are no longer displayed green and editable in their position and size.
    Did I do something wrong? Or is it maybe just a special Checkbox to click in DW to edit them (like I´m now in a wrong DW-view or something like that?)?
    I hope you got a solution so I don´t have to rewrite all the pages again to be able to edit them!
    Greetings from Germany,
    David
    PS: Screenshot

    Hi Community,
    I found the solution on my own in a video, where someone deactevaded those green fields...
    So it´s solved
    THX @ all

  • Moving images within Grid View in LR3beta2

    Frustrated. In LR3Beta1 I could manually move and place images within Grid View or from the slide view at bottom for purposes of sorting "similar subject" content within a specified Text/Attribute naming. All of this was accomplished from the Parent folder, with no need for drilling down the Tree.
    Now, since installing LR3Beta2 I can no longer manually move (sort) within Grid View...unless I am in the lower most folder of the tree. This change is not practical since a tree folder may not match the relevance of my specified Text/Attributes.
    Can anyone tell me what I may be doing wrong, or is the ability to manually sort from Parent folder no longer an option?

    Here's an example of how I catalog/label/sort my images...
    Architectural images project - 3 locations of shootng, 4 areas of focus: Doors, Windows, Facades, Walls
    So, I may have 20 images w/both a door and a facade in the shot, 20 images with a window and a door, etc. I prefer to Keyword all of the images as Architectural, and then Keyword those applicable to Doors, Windows, Facades, Walls, etc.
    Now, suppose those all go into a folder labeled Architecture.
    The next week I get an assignment for Urban settings. It may include shops, churches, etc. However, within those, I decide to Keyword (where appropriate) Doors, Windows, Churches, Shops, etc. That project goes into a folder labeled Urban Settings.
    Now, let's say I have a request specifically for "Doors". Now, those Doors are spread across multiple folders at this point so I have no opportunity to manually sort all of the doors my similar content if they fall into multiple folders. Doesn't matter that I have pulled up Doors through Text, I still cannot sort them by similar style, shape, color, etc since they are spread across multiple folders.
    In the 1st beta, I could slice and dice a hundred ways to arrive at a final view and then...sort those so that they always appeared that way whenever I called them up again. Didn't matter that they were in multiple folders. That was extremely useful and...sweet.
    Any ideas?

  • Play movie by clicking a button/shape

    Hi
    How to play movie by clicking a button/shape? The only option I found in keynote is playing movie by clicking the movie rectangle.
    Thanks
    zlf

    I am using TimerTask in my JSP page to print some message:
    <%
                      Timer timer = new Timer();
                      TimerTask monitorTimerTask = new Monitor();
                      timer.schedule(monitorTimerTask,1000,1000);
    %>
    <%!
         private class Monitor extends TimerTask{
              int i = 0;
              public void run(){
                       System.out.println("TimerTask ["+i+"]");
                       ++i;
    %>And to stop the TimerTask daemon, I created the following function:
    <%!
         public void stopTimerTask(){
              if(monitorTimerTask != null){
                   System.out.println("Stopping the Timer Task");
                   monitorTimerTask.cancel();
    %>Now, I am trying to call funtion "stopTimerTask()" by click of a button in JSP page. The function is being called BUT the daemon keeps on printing the text message to the console. It means the above function is not able to stop the TimerTask.
    What to do?
    Please help!
    Thanks,
    sumit

  • Perspective grid frustration

    Hey
    Does anyone know if I can change the plane of the perspective grid, and the object on it, after the object has been placed. I am working with type (one word) and hoping to see the perspective of the word change as I move the perspective grid handles so that I can find a shape that I like.
    Thanks
    Olivaris

    WHich version?
    Illustrator CC: Move objects in perspective along with the perspective grid. | Tiny Tutorials' Adobe Classroom

  • Working with Grid Suppression in Financial Reporting for EPM 11

    Greetings:
    Does anyone know if it is possible in Financial Reporting Studio to have multiple grids with suppression so that if one grid has no data the grid below it moves into that grids spot on the report. Currently, I am able to suppress the grid if it contains no values however they stay in their fixed position.
    ie.
    Grid 1 (no values & will be suppressed)
    Grid 2
    Grid 3
    Would show in report preview:
    Grid 2
    Grid 3
    What I'm getting currently is:
    "blank" (suppressed grid)
    Grid 2
    Grid 3
    Thanks
    Bryan

    Just put all your grid possitions relative to another.

Maybe you are looking for