Border issue when creating a form of rectangle

Hi, when I create a rectangle on photoshop cc I no longer get a normal straight border. The border turns instead to have horizontal lines spaced around the edge of the square does not bind to the top.

It is the example of what I mean. What did I do to cause this?

Screen Shot 2016-05-05 at 16.41.41.png

Tags: Photoshop

Similar Questions

  • Multiple choice when creating a form

    Hi all! I thought I had this figured out, but it is I can't make it work. I'm using Acrobat 9 Pro. I have created a form. I have questions that require a "either / or" answer AND I got "select all that apply" questions. I've got to be / or work areas. But I tried radio buttons and checkboxes for all-that-apply questions, and it is only allowing a single response. What I am doing wrong? From what I can tell, I should use radio buttons for be / or questions and check the tool box to select all the relevant questions. But it is still forcing only one answer! Thank you!

    Julie

    Unlike option buttons, you'll want your boxes for different output values and different names. It seems that you have not given a different name in each box.

  • overset text when creating background using the rectangle tool

    I met a strange problem that I can't solve alone, and I can't describe it well enough for a search engine to see if anyone else has experienced. I have a document with text and graphics on the page. I've created a header in the master document, but as soon as I tried to create a background color by dragging a rectangle on any page, it says that my header text is overset. I tried to send the bottom at the back of the document in the rearrange menu, always in excess. Tried to create the background on another layer below the text of the header... always in excess. Curiously however, when I clicked on the Red '+' symbol in the text box and click outside of it (as if I had to create a new text box to continue the overset text) will be the text magically adjusted comfortably inside its original text box (and no new text box is created). So I thought that solved the problem, but all the lines of text in the body of the document are always in excess. I have the piece longer than 100 boxes so I don't want to do it manually... and even when I try to adjust the text box to solve the problem "in excess", I have to drag the right text box at the edge of the page so that it is some text can reside outside the area covered by the master page background.

    It is clear that indesign is to see the bottom not as background at all and instead a foreground that covers the text, but what is weird is that this isn't matter if I send it to the back, and it affects all the graphic elements, text. Is it a kind of void master page that I'm missing/don't understand? Thanks for the help!

    It can be a text wrapping, try to select text block, then go to the object menu > text block Options > General > ignore the dressing.

  • Create the form with a table expanding

    I am trying to create a sheet of fax for one of our customer service representatives.  She needs from time to time fax on a list of names, acct # s, etc. to our collection agency of abducting people. Because it's done on a basis as needed, I want to use a table to create a repeating line number as the number of accounts can vary.  I've looked everywhere but can't seem to find out how or even if it is possible.  I am using LiveCycle Designer ES 8.2.  Thank you!

    Give this one a go. The most common mistake when creating dynamic forms forget to save the form in a dynamic PDF.

    FOR INFO. Something is wrong with this form. I would no more than 1 MB.

    Steve

  • When I create a form in Illustrator, the form is incorrect

    I'm having a weird problem, and I'm sure it's something I've done simple.  If I'm going to create a form, for example, a rectangle, it creates a trapeze, or a strange shape that resembles a rectangle that was strained.  If I create a circle, I get a very thin ellipse as the form.  It is not fixed by using the SHIFT key somehow to create a perfect shape, however, when I click on the strange rectangle shape and wen tto effect > convert to shape > rectangle, it converted to a normal form.

    I have an assignment is sue tomorrow and would appreciate a lot a little help for a total newb!  Thank you!

    ~ SSER

    Appearnace menu, choose "New Art has basic appearance", and then try again.

  • I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    Mr President.

    I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    formdoubletables.png

    the page source is

    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
      <af:panelFormLayout id="pfl1">
        <af:group id="Group">
          <af:inputText value="#{bindings.VoucherId.inputValue}" label="#{bindings.VoucherId.hints.label}"
                        required="#{bindings.VoucherId.hints.mandatory}" columns="#{bindings.VoucherId.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId.hints.precision}"
                        shortDesc="#{bindings.VoucherId.hints.tooltip}" id="it1">
            <f:validator binding="#{bindings.VoucherId.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId.format}"/>
          </af:inputText>
          <af:inputDate value="#{bindings.VoucherDate.inputValue}" label="#{bindings.VoucherDate.hints.label}"
                        required="#{bindings.VoucherDate.hints.mandatory}"
                        columns="#{bindings.VoucherDate.hints.displayWidth}"
                        shortDesc="#{bindings.VoucherDate.hints.tooltip}" id="id1">
            <f:validator binding="#{bindings.VoucherDate.validator}"/>
            <af:convertDateTime pattern="#{bindings.VoucherDate.format}"/>
          </af:inputDate>
          <af:inputText value="#{bindings.Credit.inputValue}" label="#{bindings.Credit.hints.label}"
                        required="#{bindings.Credit.hints.mandatory}" columns="#{bindings.Credit.hints.displayWidth}"
                        maximumLength="#{bindings.Credit.hints.precision}" shortDesc="#{bindings.Credit.hints.tooltip}"
                        id="it2">
            <f:validator binding="#{bindings.Credit.validator}"/>
          </af:inputText>
        </af:group>
        <af:group id="g1">
          <af:inputText value="#{bindings.Lineitem.inputValue}" label="#{bindings.Lineitem.hints.label}"
                        required="#{bindings.Lineitem.hints.mandatory}" columns="#{bindings.Lineitem.hints.displayWidth}"
                        maximumLength="#{bindings.Lineitem.hints.precision}" shortDesc="#{bindings.Lineitem.hints.tooltip}"
                        id="it3">
            <f:validator binding="#{bindings.Lineitem.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Lineitem.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.VoucherId1.inputValue}" label="#{bindings.VoucherId1.hints.label}"
                        required="#{bindings.VoucherId1.hints.mandatory}"
                        columns="#{bindings.VoucherId1.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId1.hints.precision}"
                        shortDesc="#{bindings.VoucherId1.hints.tooltip}" id="it4">
            <f:validator binding="#{bindings.VoucherId1.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId1.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Debit.inputValue}" label="#{bindings.Debit.hints.label}"
                        required="#{bindings.Debit.hints.mandatory}" columns="#{bindings.Debit.hints.displayWidth}"
                        maximumLength="#{bindings.Debit.hints.precision}" shortDesc="#{bindings.Debit.hints.tooltip}"
                        id="it5">
            <f:validator binding="#{bindings.Debit.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Credit1.inputValue}" label="#{bindings.Credit1.hints.label}"
                        required="#{bindings.Credit1.hints.mandatory}" columns="#{bindings.Credit1.hints.displayWidth}"
                        maximumLength="#{bindings.Credit1.hints.precision}" shortDesc="#{bindings.Credit1.hints.tooltip}"
                        id="it6">
            <f:validator binding="#{bindings.Credit1.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Particulars.inputValue}" label="#{bindings.Particulars.hints.label}"
                        required="#{bindings.Particulars.hints.mandatory}"
                        columns="#{bindings.Particulars.hints.displayWidth}"
                        maximumLength="#{bindings.Particulars.hints.precision}"
                        shortDesc="#{bindings.Particulars.hints.tooltip}" id="it7">
            <f:validator binding="#{bindings.Particulars.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Amount.inputValue}" label="#{bindings.Amount.hints.label}"
                        required="#{bindings.Amount.hints.mandatory}" columns="#{bindings.Amount.hints.displayWidth}"
                        maximumLength="#{bindings.Amount.hints.precision}" shortDesc="#{bindings.Amount.hints.tooltip}"
                        id="it8">
            <f:validator binding="#{bindings.Amount.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Amount.format}"/>
          </af:inputText>
        </af:group>
        <f:facet name="footer">
          <af:button text="Submit" id="b1"/>
          <af:button actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert"
                     disabled="#{!bindings.CreateInsert.enabled}" id="b2"/>     
          <af:button actionListener="#{bindings.Commit.execute}" text="Commit" disabled="#{!bindings.Commit.enabled}"
                     id="b3"/>
          <af:button actionListener="#{bindings.Rollback.execute}" text="Rollback" disabled="#{!bindings.Rollback.enabled}"
                     immediate="true" id="b4">
            <af:resetActionListener/>
          </af:button>
        </f:facet>
      </af:panelFormLayout>
    </ui:composition>
    
    
    
    

    Concerning

    Go to your VO Wizard, select the tab of the entity and to check if both the EO is editable or not.

    See you soon

    AJ

  • Create a form without signature and signature message when it is opened?

    I am creating a form to the user to enter and record the information of user name and password with the way - to of. I don't want a signature on it and I would not have the message about the signature when the user opens the form. I can do and if so, how?

    Just don't add a Digital Signature field...

  • I have Acrobat Pro 10, when I installed the CD player, it has affected the way I was able to move text boxes when I create a form of gall, he has also affected my ability to release and change the properties of the fields /, I'm I suspect m

    I have Acrobat Pro 10, when I installed the CD player, it has affected the way I was able to move text boxes when I create a form of gall, he has also affected my ability to release and change the properties of the fields /, I'm I suspect my off lucky cat Adobe support will not help , nor a cure to.  Is there a place to find updates to Acrobat 10, if I uninstall my current program?  I still have my original CD and paperwork.  Adobe acknowledge that they have created this problem.   I worked very intensively with Acrobat Pro 10 on the form for a non-profit, I do part, and it happened immediately after that I was testing a form I created in Acrobat 10 to test with CD player. Windows 7 operating system

    This is usually due to the function 'Snap to Grid' is enabled. It can be accidentally activated via the keyboard, so this may have been what happened.

  • Is there something I can put in a source microsoft document that will allow Acrobat search automatically fields when you create a form?

    Stresses, stresses with a leading colon, etc. works only about 25% of the time.  In other words I create PDFs from Microsoft Word, Excel, Power Point and generic scans.  I then use the automatic form field creation

    to convert the PDF to a form to fill out.  Automatic detection of fields on average maybe locates 25% of what I would be form fields to fill out.  I have spend hours to manually create the form fields.  Acrobat uses logic to

    Locate the fields. If I knew what it was I'd build source documents differently.  For many years in Live Cycle Designer worked very well

    .

    Dear player,

    Thanks for the reply.  I thought about it!  I was using an older impression to the driver (part of an access macro I use) pdf...  When I use the print to the pdf driver that is installed with Acrobat DC fields are found as in the online tutorial.  I was very pleasantly surprised.  Yahoo.

  • I recently created a form to complete for the app e-business of the company. When you press the button submit, he only sent to our Inbox to project and not sent to the e-mail provided in the URL. Can someone help us to program the key to help explain why.

    I recently created a form to complete for the app e-business of the company. When you press the button submit, he only sent to our Inbox to project and not sent to the e-mail provided in the URL. Can someone help us to program the key to help explain why / tell us step by step what we should do?

    OK, I re-read your question. It's actually expected behavior. The user must manually send the email.

    If you want it to be a silent process, then you must either install a script on the local computer of the user who will do this, or use any email but something as a service web to which you directly submit the form data.

  • I created a form to complete 4 page. I would like to place a button at the bottom of page 4 when you click inserts another copy of the form in the existing file. I have the user to have the ability to easily create muliple copies of the same 4 pages in

    I created a form to complete 4 page in Acrobat. I would like to place a button at the bottom of page 4 when you click inserts another copy of the form in the existing file. I want the user to have the ability to easily create multiple copies of the same 4 pages in a single file. It is possible with Acrobat? I use a PC.

    It is possible using models and JavaScript, but if it is to work with the player, users will need to use the desktop version (Windows/Mac) of 11 Reader or CD player. Here is a link to an older article which explains the basics: Planet PDF - a lesson in the templates for Adobe Acrobat

    Note that this is a bit outdated, but it should help you get started. If you have any other questions, post them in the Acrobat JavaScript here forum: JavaScript

  • How I changed the color of something? OK, so I use to be able to change the color of things, but now I have use color overlay, gradient overlay, or change the color when I first create the form, it turns into another shade of gray instead of chan

    How I changed the color of something? OK, so I use to be able to change the color of things, but now I have use color overlay, gradient overlay, or change the color when I first create the form, it turns into another shade of gray instead of change the color, I chose.

    Three things I can think of:

    Your document must be in RGB mode.

    Layer blending mode should be set to Normal

    Masks are grayscale. If you select the mask, you cannot apply a color.

    Always check your tab at the top to see if what you choose is RGB or grayscale.

    Gene

  • I can't find the field 'upload file' when creating a web form

    Hi, I can't find the field 'upload file' when creating a web form. This is the site I put for my client home | ServilogEX. And I attach a display of the form.

    Am I missing something?

    Thanks in advance,

    Diego.

    screenshot.png

    Hi Diego,.

    Your site map is too low. I believe that you must 'webMarketing' plan or higher to support downloads of files in the web forms.

  • I have problems with the form widget. When I created my forms, I need to leave out the line, one email because my client does not want the message line and two because those who have tried to fill the online form cannot submit because that box "email".

    I have problems with the form widget. When I created my forms, I need to leave out the line, one email because my client does not want the message line and two because those who have tried to fill the online form cannot submit because the 'email' box keep rejecting their email address valid. And I just tried to remove the line in my form and it does not allow me to delete or to mark it as not necessary either.

    Currently, there is no way around the field email forms of the Muse. Another option is to have a look at Jotforms or another third-party provider of shape that Muse has widgets for.

  • Created a form of contact, but when the customer has received potential customer demand, check boxes change to a true or false, there a way to change Yes or no?

    Created a form of contact, but when the customer has received potential customer demand, check boxes change to a true or false, there a way to change Yes or no?

    This is the system default, you can customize either she or you try using forms of third party:

    http://musewidgets.com/collections/all/products/forms-bundle

    Thank you

    Sanjit

Maybe you are looking for

  • error Web anti-virus?

    Hello, when I was on the Internet I got a warning that my mac was blocked and if I don't call in 5 minutes a number (toll-free) I will be blocked etc. The source was weberror.com. He said that my Facebook, my card number and my photos are nail and I

  • How to use automatic spellcheck in OSX with additional spelling dictionary?

    Hello I often write documents in languages that are not pre-installed in OSX (Vietnamese in this case). I copied the .dic files and .aff downloaded from https://github.com/titoBouzout/Dictionaries the folder library/spelling and things work fine if I

  • Z820: Video not fluid Z820 Win10

    I upgrade the OS of HP Z820 workstation for Windows 64-bit 10.  The graphics card is nVidia Quadro 6000. So, I installed the latest win10 from nvidia gfx driver (354.56, 364.72, etc.) All things work correctly, except a problem that is boring/adjacen

  • QOSMIO F20-132 TV on media center card and memory Player do not work

    Hi, I have a lot of problems with my qosmio. first the media Center TV never works and I don't know why. and the memory card reader does not work too... I don't anderstand why... If someone hepls me thank you. Thank you [Edited by: admin on 10 June 0

  • I would like to change my Windows XP to linux-ubuntu, how

    I would like to change my windows xp pro for linux-ubuntu how to please