Snap to other elements

Hi,
Since I use CS5, I used to have a kind of snap with other element.
Hard to explain, but here is an example.
Let say I draw a first box on the right of the artboard.
Then I draw a second box at the opposite side of the artboard (not touching each other). It used to snap when I was in line with a corner of the other shape.
When moving a shape, it would snap with all other shape on the artboard.
I had probably canceled that option without noticed and now I try to find back this feature without success.
I looked in Preferences and view Menu but have not found anything.
Does anyone understand what I'm looking for and know what to do?
thanks

Hi,
I thought at first it was Smart Guides, but it is not that. Did not bring the "snap" I looking for.
Thanks for taking time to answer!

Similar Messages

  • Can someone help me understand how ePub CSS @fontface Unicode characters are supported in td , but not in div or other elements?

    Hi,
    I'm working on a project to convert several hundred thousand life sciences articles into epub format, and we have run in to a problem with character entities.
    Being that these are scientific articles, the characters are from a wide range of Unicode charts, and are essential to transmitting the meaning of the data.
    The problem is that in my epub, the character entity inside a table data cell is rendering the @font-face correctly, but inside any other HTML element, the character renders as an empty box on our ipad2s.
    I've placed pre tags in hopes that the unicode will not be rendered in your browser here. The code point in this example is x1d542 just in case.
    So inside div, we see boxes, inside td, we see the character rendered properly.
    <pre>
          <div class="stix">Let &#x1d542; be a field, which will be either the complex numbers &#x02102; or the finite field &#x1d53d;</div>
          <table id="t31" rules="all">
            <tr>
              <td>&#x1d542;</td>
              <td class="stix">&#x1d542;</td>
              <td>U+1D542 MATHEMATICAL DOUBLE-STRUCK CAPITAL K </td>
            </tr>
    </pre>
    My CSS looks like this:
    <pre>
    @font-face {
        font-family: 'STIX';
        src: url('STIX-Regular.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
        unicode-range:  U+02B0-02FF, U+07C0-07FF,  U+0900-097F,U+0F00-0FD8, U+1D00-1D7F, U+1D80-1DBF, U+1D400-1D7FF, U+1E00-1EFF, U+1F00-1FFE,U+2000-206F, U+20A0-20B8, U+20D0-20F0, U+2300,23FF, U+25A0-25FF, U+2600-26FF, U+27C0-27EF, U+27F0-27FF, U+2900-297F, U+2A00-2AFF, U+2B00-2B59, U+2C60-2C7F ;
    @font-face {
        font-family: 'STIX-Math';
        src: url('STIXMath-Regular.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
        unicode-range:  U+02B0-02FF, U+07C0-07FF,  U+0900-097F,U+0F00-0FD8, U+1D00-1D7F, U+1D80-1DBF, U+1D400-1D7FF, U+1E00-1EFF, U+1F00-1FFE,U+2000-206F, U+20A0-20B8, U+20D0-20F0, U+2300,23FF, U+25A0-25FF, U+2600-26FF, U+27C0-27EF, U+27F0-27FF, U+2900-297F, U+2A00-2AFF, U+2B00-2B59, U+2C60-2C7F ;
    .stix   {
            font-family: "STIX", "STIX-Math", sans-serif;
    </pre>
    Is it possible that this is a rendering bug, because the character is rendering in the table cell, but not in other elements?
    Have I missed something obvious?
    Thanks,
    Abe

    I assume you are including the STIX font as part of your epub files?     
    Perhaps the folks who do this blog might be able to help -- they have done some work with font embedding:
    http://www.pigsgourdsandwikis.com/2011/04/embedding-fonts-in-epub-ipad-iphone-an d.html

  • Image on jsp from database along with other elements on image.

    Hi All,
    I wish to display an image which is stored in my database along with other contents on the page.
    I am able to display the image on an entirely new page but I do not wish to display it on a new page. Neither frames etc fit on my current page design.
    Kindly help

    I have a jsp page ..
    I have a byte stream in which i have stored the image from the database (the image is stored in databse as blob) in that jsp.When i use output stream object to display the image from the database (as suggested by many in this forum), the image is displayed in a new page. I wish to display the image along with my other elements like text etc in the same page.

  • "Other elements alternate text failed"

    In the accessibility report, the “Other elements alternate
    text” check keeps failing. It is identifying figures, which already have
    alternative text under their figure tag, as “other elements.” Is there any way
    to solve this problem?
    Also, with all of the elements that are registering as “failed,”
    I am not able to locate them in the tags panel because I get the message “The
    selection was not found in the tags panel.”
    Thank you in advance for your help.

    Did you write the alternative text into the appropriate field in object export settings?

  • A mapped elements relationship with other elements cannot be preserved

    Hi,
    I am trying to create an XML file from an XSD using excel macros and data from excel worksheet. The mapping takes place fine. However, when I try to save the mapped items into an XML file using SaveAsXML function, it gives me the following reason why the
    XML is not exportable:
    A mapped elements relationship with other elements cannot be preserved
    Could someone please help is resolving this issue?
    Thanks

    Preamble: I am not a specialist, on the contrary. I discovered xml a few days ago trying to submit returns based on two quite different compulsory xsd schemas established by local authorities. So this note has no other pretention than
    to try to help others starting from same level.
    The plus: I discovered I could do it (with limitations) from Excel 2010 by attaching the provided xsd and mapping the relevant fields to excel data cells. This is reasonably described on MS sites & elsewhere, although the MS tutorials
    do not focus on this particular objective, which is important as authorities are using more and more XML to expect returns.
    The minus: I stumbled across stupid issues (in fact pulling my hair...), which could be better highlighted in MS doc for the newbies like me, because at that stage of knowledge and on your own, all seems unsurmountable. When Excel gives
    the error messages, there is little indication on why and where the error occurs. My two common errors difficult to debug:
    1. Denormalized data error
    2. Relationship cannot be preserved error
    What I was doing wrong for the first xsd then even for the second by accident:
    1. In error, I was mapping an element occurring max once in the XSD schema to an element in an "Excel Table" (the “new” table formatting available in Excel 2010). I solved this by de-mapping the culprit element, converting the "Excel Table"
    to ordinary ranges using the button provided in the ribbon for this, and re-mapping. From there, (nearly) each time I was mapping a new element / attribute to a cell in the worksheet, I used the button "Verify map for Export" giving me debugging message soon
    enough before mapping the whole data set and finding it was wrong a bit late and not knowing exactly where it started to go wrong. Also, for the repeating component, I had set manually the Excel table for the whole recursive element beforehand as I found out
    that when using the dragging process, the results could be random (some attributes in the table, others in other tables resulting in errors type 2 relationship).
    2. Relationship error is a more nagging issue as it seems to relate to a structural limitation of this Excel 2010 export mechanism. Flattening a database with several depth levels (list of lists) is not trivial, so Microsoft stipulates
    a bit buried in notes while it should be in bold at the top that Excel (which version? also 2013?) "does not support recursive structures that are more than one level deep". Happily, while the xml schemas I had to follow where providing for several levels
    deep (3 in my case), I needed only one for both xml files.  So, I copied the “too complex” xsd schema, updated it manually to suppress 2 levels. I remapped and tested. The error messages had gone. I exported. Then, I had to simply add the
    previously deleted opening & closing tags manually using a free editor (Vim with thanks to that author).  
    But unless my understanding is wrong, which is quite possible, readers should understand that this documented limitation can become a structural stumbling block if they need absolutely recursivity with more than one level depth (list of lists). So, if
    I can do it in Access from a DB (I still need to find out how & forum guidance is more than welcomed), this will be my future way to explore.
    To finish, I validated the exported xml against the compulsory xsd schema using the online tool provided free by CoreFiling to ensure basic formatting mistakes had not been committed before submitting the returns for online validation
    by Authorities application. I have MS Visual Studio Express installed which may help as well but I don’t know how to use it for this.
    NB: I found also easier to copy (dragging top of the xsd tree) all the xsd elements /attributes in bulk from the xsd schema from the box on the right to a worksheet. While results would not be useable “as is” to map (it would most probably
    give errors), at least, it provides a good initial template with the right headings for all the elements / attributes facilitating restructuring (occurring once, elements part of a recursive table) then map properly and reasonably fast. Before doing this,
    I was copying manually the xml headings from the Word documentation provided by Authorities, which worked but was more cumbersome and risky.
    Conclusion
    I had never read about xml before (just heard often about it). It took me around 6-7 hours to learn some critical basics about it and about these specific xsd schemas. With a few trials & errors, I could use Excel 2010 to produce the
    xml files required for the two schemas I needed. The great advantage compared to an online submission of data to Authorities is that it a process easy to repeat quietly at work (or at home) and enabling to check peacefully and thoroughly the xml data files
    before submitting them.  If wrong submissions have been made, it enables automated corrections much easier as well. It is within reach for users with reasonable but not outstanding Excel / Xml knowledge but it requires some initial time investment.  
    Hope this saves time for others.
    acontrario
    Brussels

  • Can ActionList in MD form be replaced with other elements(buttons?)

    Hi,
    At Re: # of tab canvases dependant on the # of groups that come back from a query in the entry of April 18,2001
    I found the following answer to my question:
    "Sorry, this is not supported yet. You cannot hide ActionList and you cannot replace it with any other elements."
    Is this still true?
    If not, how can I replace ActionLists of both blocks in Master/Detail form with buttons Update, Insert, Delete?
    Thank you very much in advance.
    Galina.

    I'm not sure why you don't think an event structure won't work but if you're not comfortable doing that, you can simply remove your Booleans from the cluster and build them into an array. You're converting the cluster to an array and doing a search of the array to see which button is true so why not skip the initial cluster part. I think you could also skip some or all the writing to the cluster with a local variable if you used a different mechanical action for the buttons.

  • Spry-ied div still on top of other elements even when faded-out

    i have a <div> with applied Spry.Effects.Fade, so when
    i click a button, the <div> shows up, when i click the button
    again, the <div> "disappears" thru fade.
    the problem is that the <div> is just "hidden", meaning
    it's still on top of the other elements on the page. for example i
    have a link in the page, i can't click on the link because the
    browser thinks im still clicking on the <div> on top of the
    link even tho the <div> is hidden.
    how do i solve this problem?
    thanks!

    I've also ran into the same issue. Funny that the Slide
    effect does not exhibit this, what I would call an oversight.
    Here's how I got around it. Seems like something that should
    be updated in the Fade effect iteself.
    <script type="text/javascript">
    var slide_box5 = new Spry.Effect.Fade('box5', {duration:
    400, from: '0%', to: '100%', toggle:true});
    var myObserver5 = new Object();
    myObserver5.onPreEffect = function(eff, data)
    if (typeof this.box == 'undefined')
    this.box = document.getElementById(data.element.id);
    myObserver5.onStep = function(eff, data)
    if (eff.direction == 1)
    this.box.style.display = 'block';
    this.box.style.visibility = 'visible';
    myObserver5.onPostEffect = function(eff, data)
    if (eff.direction == 2)
    this.box.style.display = 'none';
    this.box.style.visibility = 'hidden';
    slide_box5.addObserver(myObserver5);
    </script>

  • Docking container in a screen with others elements.

    Hy yall,
    i'm trying to add a docking container at the bottom of a screen where i have already others elements like subscreen etc...
    The add is ok but the dockingcontainer is pushing on the right all the elements in the dynpro.
    How can i control where the docking starts ( his distance from the top) in other to keep it under the others elements?
    P.s: it's a docking_left.

    Hello Andre
    If you have already elements on the screen I would recommend to use a resizable CUSTOM_CONTROL element on the screen to which you link your docking container.
    Furthermore, if the docking container should dock from the bottom why don't you use DOCKING_BOTTOM and make the width of the docking container huge (to fill the entire screen to the right side)?
    Regards
      Uwe

  • It is a suggestion on Adobe Dreamweaver:  Could you change the setting of the page or template; to a free platform?  example; move: images, tables and other elements all over the place covering the page. in order to facilitate the user in the design envir

    It is a suggestion on Adobe Dreamweaver:
    Could you change the setting of the page or template; to a free platform?
    example; move: images, tables and other elements all over the place covering the page. in order to facilitate the user in the design environment.
    free
    Thank you for your attention

    Adobe has been trying this and the product is called Muse ( Web design software | Download free Adobe Muse CC trial ).  It doesn't give you the control over the code that most developers prefer but it could help bridge the gap for design if that is what you are looking for.

  • DESPERATE HELP PLS: WinXP, SP3: Creative Console and other elements crashing

    LDESPERATE HELP PLS: WinXP, SP3: Creative Console and other elements crashingRHi all. Hoping someone out there can help; I've been going around in circles for far too long on this.
    Exec summary:
    WinXP, SP3, Audio finally is working, Creative Console launches but crashes consistently. Diagnostics fails, on-screen could not install.
    System:
    WinXP, SP3
    Story
    I had an original X-Fi card that came with my Dell XPS70 3 years ago. Working perfectly, until I upgraded to WinXP, SP3 (from SP2).
    BAM - lots of BSODs, always in ha20x2k.sys. Many times, all networking would just stop, and the BSOD would happen when shutting down the computer. Networking would fail 00% everytime I watched any kind of video (news, youtube, whatever).
    Couldn't find more current drivers, bought X-Fi ExtremeGamer card from Frys. Could not get this to install off the package CD, new card was not recognized by Windows. Install would always hang on "On-Screen display" (I have a dual monitor system - should that matter?)
    Eventually, downloaded more current drivers and console app from the Creative website and got audio working. Console will now launch but the moment I try to change something in the EQ panel, the console crashes, 00% of the time. Other Creative apps (e.g. diagnostics) fail with this error:? "The audio device supported by this application may not be present or may be operating in an unsupported mode..."
    I haven't been able to "cleansweep" my system, the link in this (Creative) forum is broken.
    REALLY hoping someone can help get this working... Have spent 2 days away from business to try to make this work properly, and am out of things to try.
    Thanks,
    Jerry

    I should add - I have NO interest in gaming, just looking for high-end audio...

  • How do I stop other elements resizing when resizing an unrelated element?

    If I drag the border of an element to resize it such as a text box, Forms Central resizes other elements even if they are unrelated and regardless of where they are in the form. I don't want this to happen. I want to resize elements individually. How do I do this?

    Hi otourist,
    Ideally this should not happen. However, please try with a new Web Browser and test the behavior.
    Thanks,
    Vikrantt Singh

  • Right-click doesn't work on select boxes, checkboxes & radio buttons. On other elements, there's no"Inspect Element" option

    After installing FF 6.0, right-click doesn't work on select boxes, checkboxes & radio buttons, i.e. nothing happens on right-clicking.
    The context-menu is available on other elements, but there's no"Inspect Element" option in the context-menu

    Regarding the two-button click: just go to the "Sytem Preferences --> Mouse" pop-op and under "One Finger", check the "Secondary Click" box.  Problem solved.  I don't know how I missed this the first 3 times I went to there.    Oh well.
    And as for why I had to change the Trackpad settings to get the Magic Mouse zoom feature to work (see original question): I'm still stumped.   Your guess is as good as mine.
    Hope this helps!
    Steve

  • How can I insert elements in other elements or areas.

    I have a small problem with interlaced elements.
    For example. I created a new area and inserted an accordion widget. When I viewed the result in the web browser for the first time, everything looked fine. When I clicked on one of the accordion links the whole area and also the following text extended.
    So I started to fill in more text elements after the accordion. But not all of them are inside the extending area. Some of them seem to be outside and won´t float with the rest.
    I´ve already tried to fix this with the layer order but it doesn´t work.
    Hope you can help my.
    Thx in advance.
    Andy

    Open the photo with Preview and select ⌃⌘T.
    (Also, take a look at: Skitch)

  • I want to copy video, cutaways and audio combined and use in another project. So far I can only copy the video clip or one of the other elements at a time. How do I group all of them?

    I want to group my  video clip with its audio and cutaway clips so that I can copy the segment and move it to another project. So far I can only move one element at a time. How can I group all the elements?

    You can select multiple objects in the timeline in the usual Mac way - hold down the shift key while you click on the objects then copy, select other project, position playhead where you want to insert then paste.
    Geoff.

  • Printing in Elements 12 is pixilated, but all my other elements programs are fine?

    I can not print the exact same file in Elements 12.  In elements 12 it prints very pixelated and in Elements 9 and 10 it prints perfect.  Help?

    system details are incorrect.... i am using FF4.0.1 as on the about firefox tab
    Application Basics
    Name
    Firefox
    Version
    4.0.1
    User Agent
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)
    Profile Directory
    Open Containing Folder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Microsoft .NET Framework Assistant
    1.2.1
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    Java Console
    6.0.20
    true
    {CAFEEFAC-0016-0000-0020-ABCDEFFEDCBA}
    Java Quick Starter
    1.0
    true
    [email protected]
    BullGuard Safe Browsing Toolbar
    1.0
    true
    antiphishing@bullguard
    PC Sync 2 Synchronisation Extension
    1.0.0.713
    false
    [email protected]
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.history_expire_days.mirror
    180
    browser.history_expire_days_min
    5
    browser.places.importBookmarksHTML
    false
    browser.places.importDefaults
    false
    browser.places.leftPaneFolderId
    -1
    browser.places.migratePostDataAnnotations
    false
    browser.places.smartBookmarksVersion
    2
    browser.places.updateRecentTagsUri
    false

Maybe you are looking for

  • Ipod touch shows up as a camera in windows7 ipod can't be used

    Trying to get my Ipod touch to work on my laptop windows 7. A month ago Ipod touch was working fine plug in to laptop now it shows as a camera after upgarding new itunes. I've serached the net and apple.com no luck on any of the solutions i have foun

  • Javac is working but not java

    PLEASE HELP. I've got a project due very soon, and I can't get very far until I can run my apps. Thank you, Dustin 1. I CAN compile a single .java file if it does NOT refer to any class outside of itself. 2. I CAN'T compile a .java file if it refers

  • Start up with external Drive connected and switched on

    When starting up with my external USB2 drive connected, it takes ages, I usually resort to switching it off and then back on when my Mac has started. Has anyone got any tips on how to speed up the start up process? Cheers

  • Error when trying to add new query on QaaWs

    Hello Using BO XI 3.1 enterprise client tools 'Query as a web service' the following happens: (I was advised by my administrator to reinstall BO which I have done but this error still occurs). 1. Upon loggin on, I receive the message "You are trying

  • I am using MAC OS X 10.7.5 i want to update to 10.8

    Can any One Help it out .. How to upgrade the to 10.8