Rounded Rectangle - Select one point to select side

I work with shapes all day designing mobile apps. Thus, I'm constantly selecting and resizing rounded rectangles. When resizing I have to individually select all four points of a side to move it without distorting the rounded corners. I cannot click and drag, because that will activate any shapes underneath the one I want to select.
I'm looking for a plugin or alternative to easily select the entire side of a rounded rectangle. IE - I click one point on a side, and it auto selects all four points on that side, or the like.
Thanks.

I didn't say I couldn't move or resize it. I said I have to select four points (because of the rounded corners) just to move a side (ie, make a button wider). Some have suggested I click and drag over all four points to select them, but this doesn't work if there is another shape (yes, on another layer) below the layer you are trying to select points on.

Similar Messages

  • Why can't I "change one corner of rounded rectangle to a point"?

    Change one corner of rounded rectangle to a point. This was in a recent emailing of InDesign Magazine's Tip of the Week. I do what it says but it doesn't work.
    It says to draw a rectangle. I do. Fine.
    It says to apply rounded corners. I do. Fine.
    It says, "select the path you want to expand..." I don't.
       The only path is the one that goes around the whole rectangle.
    It sends me to Window > Object and Layout > Pathfinder.
       Those choices don't exist.
    So I never get to the later instructions.
    I use ID CS v. 3.0.1.
    Could these be instructions for a later version?
    Or am I missing something?
    Thank you.

    You need to select the rounded rectangle and the small rectangle that you'll be combining to use that technique.
    There was also a script called CornerEffects.jsx that shipped as one of the samples on the disk (I don't recall anymore if CS3 installs them by default, but I beleive it does). You can apply the rounded corner to only some of the corners using that script, and leave others square.

  • Continuing... to select more points or items in illustrator with click shift and drag?

    OK,
    here is the dilemma, and i bet there is a nifty shortcut to it.
    We all know how to continue select say object or points within illustrator yes, in saying this we will select one point, and then use thte mouse to select more points by covering space over a document, whilst holding shift(multiple itmes etc.)
    As i am trying to select more points, but say, they are scattered small individual shapes, like say little specks of small shapes, but countless, millions, but at the same time i have other shapes which i dont want to select, but, i want to continue selecting shapes thouhgh whilst holding down shift, i dont want to reverse the procedure, i want to select more and more tiny dots, even if i click and drag over the already selected dots.
    Now, how do i go about saying holding down an extra key, lets just say, the letter h for example on the keyboard, and it will activate the whole click drag and shift procedure but to not deselect the points i already i have selected..
    If this does not make sense let us know, but i was wondering for what i am doing, i want to be able to continue working my way up with selecting a whole array of tiny shapes, but select more and more as i work my way up or down.
    If you dont understand try it in illustrator first and see what i mean, then get back to us, as for what i am doing i need a shortcut, along with the shift key and click drag.
    Thanks.
    GaNa85

    Short answer.. You can't. Shift-clicking is a toggle. It selects or deselects based on the current selection state. If you shift-click or shift-click-drag over a selected object, it will become deslected in all cases.
    Long answer... Probects invoving intricate objects are generally best handled by good layer management. Setting up a project using layers as you construct can make selections much, much, easier in the long run. Of course, if something is already created it may not be an easy task to rethink layers. There's also the little known "Save Selection" item in the Select menu. This will allow you to save something you already have selected and reslect it later. You might find that you can shift-select an area, save that selection, then start selecting another areas. This doesn't really address your initial issue since you can't shift-load a selection to add it to the existing selection. But it may help with getting some things selected, then reselected easily.
    You can also shift-click the selection circle next to an object in the Layers Panel. This avoids mis-clicks or accidentally selecting something you already had selected.

  • Forcing the user to select one of the OBIEE prompts?

    Hi All,
    Iam new to OBIEE I have a requirment in which I need to force the user to select one of the selection from prompts in OBIEE eg: you need to select one of the contry either India or America to get the other prompts enable and filter the report?
    Any help is highly appriciated.

    Hi,
    You can set a default value in your first dashboard prompt like 'please select a country' then if the user doesn't select something no result will be returned until he selects a valid value
    Then make the other dashboard prompts constrained.
    Regards
    Adil

  • Rounded rectangle one side only

    Hi
    can anyone advise the easiest way to create a rectangle with only one corner rounded ie use the rectangle tool to draw a rectangle for a button and then round one corner
    thanks
    Ian

    Hi
    yes thats exactly what I wanted but I'm clearly getting one stage wrong ;-(
    What I did was draw a rectangle using the rectangle tool with shape layers selected.
    Used the pen tool to place two anchor points adjacent to the corner
    switched to the pen tool to activate the beziers.
    I see the curve but not as I expected
    I've attached a jpg of what I end up with what have I missed?
    thanks
    Ian

  • Change print driver settings on canon printer to select one or two sided printing

    My Canon print driver prints double sided by default. I want to change to single sided, or be able to select single or double on a per document basis. How do I change my print driver settings?

    Here is the solution I used.
    The Print driver for Canon, UFRII will default to double sided printing.
    Select a document, and select Print.
    Open Presets and select Show Presets (this step may not be necessary)
    Open Layout, then open Finishing. Change Prunt Style to One side or one page
    Open Presets and Save Current Setting. At this point you can change the name of the preset (one page) and select if the chafe is for only the selected printer or all (Canon) printers.
    This sure seemed harder than it should be.

  • In tabular form, is there a way to select one row as the default row?

    Hi, I have a tabular form which lists the many addresses that a fisherman may have. The query is: select default_addr_flag, addr1, addr2, city, state, zip from addresses where fisher_id = :PXX_fisher_id.
    I would like to have them set the default_addr_flag = 'Y' for ONLY ONE record....so even if they have many addresses, one must be selected as the default for any correspondence.
    Are there any examples, or does anyone have a suggestion. thank you!
    karen

    Hi Karen,
    I think first of all you should get yourself a browser and add-ons that allow you to inspect the HTML DOM elements. E.g. FF/Firebug/Error Console. Once you have the required tools you will be able to see for yourself what the DOM has, and then work out what you need to do.
    Most members, including myself, at times post solutions without really trying them out as they appear to be "obvious" even when they are not.
    Taking forward from the point where you have made the default address indication a "simple checkbox" from the Report Attributes tab, if you inspect the checkbox element you will find that it is somewhat more complex and Apex has created the elements with some JS code. E.g. this is a snippet from one of my application pages.
    <td headers="IS_CUSTOMER">
    <label class="hideMeButHearMe" for="f08_0001">Is Customer</label>
    <input type="checkbox" onclick="if (this.checked) {apex.jQuery('#f08_0001').val('Y');} else {apex.jQuery('#f08_0001').val('');}" id="f08_0001_01" checked="checked" value="Y" name="f08_NOSUBMIT" autocomplete="off">
    <input type="hidden" id="f08_0001" value="Y" name="f08" autocomplete="off">
    </td>You will see that
    a.Apex has created a onclick event trigger
    b. If sets the value of Unchecked checkbox to null ("").
    c. In my page the checkbox maps to f08, you need to see which item it maps to in your page.
    d. The id of the rendered checkbox is id of hidden element + _01.
    The consequence of this is that if you define a onclick trigger in the Element attributes it overrides and suppresses Apex from inserting its own JS code!
    To be able to uncheck all checkboxes other than the one the user has currently checked you will need to do this:
    i. In the Column's Element Attributes field write onclick="doDftAddr(this);"You could name the function the way you want it, this is an example.
    ii.In the Page HTML Header write
    <script type="text/javascript">
    function doDftAddr(pThis) {
      va = pThis.id.split("_");
      var vb = va[0]+'_'+va[1];
    if (pThis.checked) {
        vy = 'input:checked[id^="'+va[0]+'_"]'
        $("["+vy+"]").attr("checked",false);
        apex.jQuery("["+vy+"]").val('N');
        apex.jQuery('['+'input:hidden[id^="'+va[0]+'"_]'+']').val('N');
        apex.jQuery('#'+pThis.id).attr("checked",true);
        apex.jQuery('#'+pThis.id).val("Y");
        apex.jQuery('#'+vb).val('Y');
       } else {
        apex.jQuery('#'+vb).val('N');
    </script>Cheers,

  • Show not selected anchor points (and connect)

    Hello.
    Every now and then I have the problem in Illustrator that I want to connect two anchor points with the pen tool. The two anchor points belong to different objects. Is there any way to always show all anchor points. Today I have to select one of the object to see the first anchor point I want to connect. And then hovering the point over the plaece where I presume the second anchor point is located until the mouse icon indicates that I have the pointer at an anchor point.
    A second question: Is there any way to connect more than two “lines” to an anchor point? I.e intersect and connect an anchorpoint in the middle of a line with a third anchor point.

    Almost.
    My thought was that if I could see all anchorpoints of all objects, without selecting the objects. Ie. se all "white" anchor points,  when I select them they will become "filled/blue".

  • Problem while creating row with dependent select one choice in adf  table

    Iam having independent and dependent select one choice in a ROW in adf af:table
    unable to insert more than one row with dependent select one choice using create insert in adf table.
    Able to add more rows in UI af:table but ,ignoring previous rows (select one choice values) and only latest current row values is getting inserted to the database.
    Following is the code used to create row and for pointing to the current row
    public void addRowOnSecSettings(){
    SecurityGroupSettingsVOImpl SecGroupSetVO =(SecurityGroupSettingsVOImpl) this.getSecurityGroupSettingsVO1();
    try{
    int rowCount = SecGroupSetVO.getRowCount();
    SecurityGroupSettingsVORowImpl SecGroupSetRow =
    (SecurityGroupSettingsVORowImpl)SecGroupSetVO.createRow();
    SecGroupSetRow.setNewRowState(Row.STATUS_INITIALIZED);
    SecGroupSetVO.insertRowAtRangeIndex(rowCount, SecGroupSetRow);
    SecGroupSetVO.setCurrentRowAtRangeIndex(rowCount);
    SecGroupSetVO.setCurrentRow(SecGroupSetRow);
    } catch (Exception e) {
    e.printStackTrace();
    Regards,
    Bhagavan

    as it is dependent select one choice ,have already put auto submit="true".but no chance ,
    if i add two rows vo rowiterator showing count 2 but only current row select onechoice values are getting where as previous row select one choice values are null.

  • Can't install OSX Mountain Lion, on the disk selection screen i cant select the Macintosh HD to install OSX giving a message (This disk cannot be used to start up your computer).only have one disk to select and my partition map scheme is GUID partition

    just bough OSX Mountain Lion, my laptop operating with v10.6.8.  Can't install OSX Mountain Lion, on the disk selection screen i cant select the Macintosh HD to install OSX giving a message (This disk cannot be used to start up your computer).only have one disk to select and my partition map scheme is GUID partition table. 24.44gb disk available.

    Verify your computer can run Mountain Lion:
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Open Disk Utility and verify the drive is partitioned using GUID and formatted Mac OS Extended, Journaled. If it is then do this:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Now try installing Mountain Lion.

  • Selecting the treenode at client side

    Hi all,
    I am using JSF tree (Dynamic Tree) for my application.
    I have constructed a dynamic tree .Below which one button is there.
    Requirement is like this
    1)i have to select a node and some check image will sit on the node.
    Every time i click the node it hitting to the server.But I don't wan't it to be hitted the server every time.The selection of node should not refresh the page.Only after clicking the button it should move to next page.
    2)when i navigate back to this page the node which i have selected should be remained as selected (or checked).
    Whenever i return back to the tree page the tree is refreshing and no node is selected.
    Only single node has to be selected at a time.
    So plz suggest me how can i select the tree node client side how to make it remain selectd when we navigate back to tree page.
    regards
    Raghavendra Pattar
    Bangalore.
    India.

    Rajkumar G,
    I am not clear ... is this issue happening on only one PC and IS working on the server and other PC's?  Also ... are you getting an error or is the error you are getting this "Error We are sorry for the inconvenience at client side"?
    Eddy

  • What do you do when photos appear on iPhoto fine with preview, but show up back with an explanation point when selected?

    What do you do when photos appear on iPhoto fine with preview, but show up back with an explanation point when selected?

    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    What version of iPhoto? Assuming 09 or later...
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Jdeveloper runs another program as the selected one

    After selecting a program (from Java Examples) and trying it to
    run or debug, JDeveloper starts another program which runs
    before. This behaviour is independent of the entry in "Default
    Runable Class/File" in Project property, Run/Debug tab. If this
    entry is empty, the first try to run my program writes in this
    field the other program I don't want to execute. How works the
    program execution exactly? JDeveloper has to register somewhere
    the previous running program and overrule the standard
    (executing the selected program). Does anyone know this
    difficulty?
    Thanks for the hints.

    Georg,
    I have done some testing and am not having any problems with
    this.
    My suggestion is:
    Make sure the samples you want to run are in your project.
    Make sure Show enty points on classpath is not selected.
    Right-click the program (with a Main()), select Run from the
    context menu.
    The Run option from the top menu automatically selects (in this
    order) the selected program in the navigator, or if one is not
    selected, the first one in the project.
    The safest way is to right-click the one you want and run it
    from the context menu.
    Gary
    JDev Team

  • Direct select tool won't select anchor points

    I can't get the direct select tool to select an anchor point on an embedded picture. I'm trying to squash a square image, but the direct select tool will only select the entire object, not individual anchor points. It worked in version 10, but in CS3 13.0.2 it just gives me the solid points. What changed?

    >The direct select tool used to highlight the entire object, and the anchor(s) would become white circles. Then, you could move just one of the anchors at a time to make asymmetrical changes.
    Not with placed images. Not ever.
    >I can still do this with a shape I've drawn, but not with an image I placed.
    Yes. That's the way it has always worked in Illustrator.
    I have AI 8, 10, and 12 installed on this PC and on a Mac in my studio, so I'm not relying on (my failing) memory.

  • Rate per hour x 2. Selecting one rate or the other to effect whole sheet?

    Hi there! I have some experience in Numbers but it's all 'very' basic. I need some advice if possible?
    I'm currently trying to produce a job evaluation template for my design agency. The idea being that individual designers will be able to evaluate (time etc against cost to show profit/loss) during the life of a project. This will be something new to them so I'd like to keep it as simple and logical as possible - any suggestions for improvement will be much appreciated!!!
    http://www.losavellanos.co.uk/picture_1.jpg
    The P, Q columns in the top table — we have 2 hourly rates, standard and reduced (for the purpose of this example I've been basing it on £40 and £20). The figures per person i.e. CC in the 'Breakdown Time Spent' table will be effected by these rates - the total appearing in B3 of the 'Summary Totals' table.
    1) I would like to be able to select a rate in the P, Q columns which will then alter the 'Time Spent' cost accordingly in B3 of the 'Summary Totals' table.
    2) Is it possible to only select one rate and not both (like radio buttons)? If not, what's the best way of creating a rule to flag this to the designer?
    I hope this makes sense to somebody (it sounds ok in my head!)
    If you have the time, please find a public link to download it below (all figures are completely fictional :
    http://dl.dropbox.com/u/6316102/Print%20Evaluation%20Forum%20eg.numbers
    Many thanks.

    yesugei wrote:
    Just realized I replied to my own post! Sorry for the duplication.
    Replying to your own post in this case was not a problem, as you're not replying to what Yvan said earlier.
    Not sure whether I should have created a new post or not? (Let me know?)
    Could have gone either way. It's only sort of a new topic, and it does concern the same document.
    I would like to be able to check or uncheck (according to job) Table 7 D3 so it will either be included or not included in Table 7 E6 and Table 1 R3. Is it a good idea to use multiple conditions? If so, how do I get round it?
    In Table 7::E6: =SUM(E2:E5)-IF(D3,0,E3)
    In Table 1::R3: = IF (O3, "£40", "£25")*N3Q3IF(Table 7::D3,Table 7 :: E3,0)
    Regards,
    Barry

Maybe you are looking for