How to add shape or deisgn to an object

I'm trying to figure out how to add the type of wave line located above the squares in this brochure in PDF. I tried to draw a square and then cut the shape, but not worked.

PDF HERE

Thank you

Adam

1219 wrote:
> I'm trying to find a way to add the type of wave line that lies on top of the
> places in this brochure in PDF. I tried to draw a square and then cut the
> form but did not work.
>
> http://www.earlylearning.org/blog/temp-files/ELPLP_brochure.pdf

Draw a vector rectangle the size you need. The rectangle is still
selected, choose file > ungroup. Select the pen tool and click on the
side (left, right, up, down) you want the curve, then drag it. The
Pen tool will add the path that you have clicked on a point, as well as add a curve.

--
Linda Rathgeber - Adobe Community Expert
http://www.Adobe.com/communities/experts/members/8.html
--------------------------------------------------------------

Tags: Fireworks

Similar Questions

  • How to add listbox form in string array objects

    Hello

    I need help related to listbox

    1. currently, I am able to select and implement string in array

    Prob is

    ex.

    When I select the point 1 and 1 point will be created on arrayString but when I select article 2 and article 3 then arrary string poster article 2 and article 3 and article 1 is deleted.

    So please let me know how to add, add and delet listbox to string in array.

    2. how popup listbox and allow the user to add, delet or add the items in the listbox control and the transfer to the string table

    I have my code atatched. Please help me.

    Thank you

    Clement

    Sorry, try this:

  • How to add items to the list of object field

    I have an array of strings as shown below.

    String s [] = {'a', 'b', 'b', 'b', 'b', 'b', "a"};

    I want these elements in the field of the Objecat list with output picking up the elements of a String array.

    in other words, the ListField should only contains ' has 'and' b ' as list items

    How to add the elements of a String array to the listfiled without repeating the

    Chain of elements of the array.

    someone help me please...

    concerning

    use a vector as the data structure for the objectlistfield. Check contains() before adding the item in the vector.

  • How to add metadata to a linked smart object?

    Hello

    I would like to add metadata custom linked smart objects. This metadata should not be visible in the Photoshop application but should only be accessed from javascript in extensions CEP. Also it must be registered with the PSD file so that when it is reopened I've always read. How can I do? Thank you!

    This is my adaptation of the Adobe settings Generator plugin methods. Either it is intended for generator plugins store settings in the PSD, but should work even if there is no plugin because it is just a json string and IDs payload

    Generator Adobe of base (see get/setGeneratorSettings.jsx) at Github: generator-core/lib/jsx to the master of adobe-photoshop/generator-core · GitHub

    setPluginSettings: function(layer, settings) {
      if (layer && settings) {
      var settings_desc = new ActionDescriptor()
      settings_desc.putString(stringIDToTypeID("json"), Globals.encodeJson(settings))
    
      var ref = new ActionReference()
      ref.putProperty(charIDToTypeID("Prpr"), stringIDToTypeID("generatorSettings"))
      if (layer.typename == "Document") {
      ref.putIdentifier(charIDToTypeID("Dcmn"), layer.id)
      } else {
      ref.putIdentifier(charIDToTypeID("Lyr "), layer.id)
      }    
    
      var action_desc = new ActionDescriptor()
      action_desc.putReference(charIDToTypeID("null"), ref)
      action_desc.putObject(charIDToTypeID("T   "), charIDToTypeID("null"), settings_desc)
      action_desc.putString(stringIDToTypeID("property"), "YOUR_PLUGIN_ID")
      executeAction(charIDToTypeID("setd"), action_desc, DialogModes.NO)
      }
    },
    getPluginSettings: function(layer) {
      if (layer) {
      var ref = new ActionReference()
      ref.putProperty(charIDToTypeID("Prpr"), stringIDToTypeID("generatorSettings"))
      if (layer.typename == "Document") {
      ref.putIdentifier(charIDToTypeID("Dcmn"), layer.id)
      } else {
      ref.putIdentifier(charIDToTypeID("Lyr "), layer.id)
      }    
    
      var action_desc = new ActionDescriptor()
      action_desc.putReference(charIDToTypeID("null"), ref)
      action_desc.putString(stringIDToTypeID("property"), "YOUR_PLUGIN_ID")
    
      var desc = executeAction(charIDToTypeID("getd"), action_desc, DialogModes.NO)
      // var result = Photoshop._parseActionDescriptor(desc)
      if (desc) {
      var generator_id = stringIDToTypeID("generatorSettings")
      if (desc.hasKey(generator_id)) {
      var generator_data = desc.getObjectValue(generator_id)
      var json_id = stringIDToTypeID("json")
      if (generator_data.hasKey(json_id)) {
      var json_data = generator_data.getString(json_id)
      if (json_data) {
      return Globals.decodeJson(json_data)
      }
      }
    
      }
      }
      }
    }
    
  • How to add the transient attribute for LOV (object of the view read-only)

    I have a view called CustomerView and attribute DepartmentId is present in it.

    Also exists DepartmentView and CustomerView.DepartmentId has an LOV from this point of view.

    I need to add a transient attribute to CustomerView which express the DepartmentName attribute in the LOV.

    Because of the view are read-only there is no entity object don't match them.

    How can I write the groovy for the transitional object expression.

    The name of the view accessor Lov's DepartmentView1

    Looking for your help. Thank you.

    Hi gcoban

    I do not understand your question correctly,

    you are not able to write to the expression property in viewObject?

    or you want to know how to write groovy for that?

    for writing groovy you need viewAccessor and you who have, you can try as Alejandro Tovar Lanz suggested

    or you can write code in RowImpl to fill in the name of the Ministry of the accessor

    See -https://blogs.oracle.com/adf/entry/combo_lov_how_to_display

    Thank you

  • How to add a function for calculating dragged objects on board animate?

    Hi guys! Need your help! I need to connect the rrotation and animation of numbers in Adobe Edge button animate, I did the button moved and don't know how to do the rest...

    Add a scrins:

    1.jpg2.jpg


    and edge files animate Dropbox - dc_power_supply_animate.zip to better explain what I mean

    Turning the knob with extension 'Draggable' of GreenSock. And there is little help I receive from GreenSock:

    Drag and rotate the demo


    and copy the following code:


    Draggable.Create (".dial", {}

    type: "rotation."

    limits: {minRotation:0, maxRotation:360}, / / value min/max limits of the beach

    throwProps:true,

    onDrag:Calc,

    onThrowUpdate: Calc / / if you want to use ThrowProps, you must onThrowUpdate fn to run your function to throw

    });

    function Calc() {}

    Console.log (this.rotation)

    You can do any calc math with 'this.rotation' to get your serial number of desire as: this.rotation/360

    var R = this.rotation/360;

    document.getElementById("myText").innerHTML = R;

    }

    But I can't take it aboard an animation to make an entire animation

    Thanks in advance for any help! Concerning

    Misha.

    Draggable.Create (".knob1, .knob2," {type: 'rotation', throwProps:true, bounds: {minRotation:0, maxRotation:270}});}})

    Draggable.Create (".knob1", {}

    type: "rotation."

    limits: {minRotation:0, maxRotation:270}, / / value min/max limits of the beach

    throwProps:true,

    onDrag:Calc,

    onThrowUpdate: Calc / / if you want to use ThrowProps, you must onThrowUpdate fn to run your function to throw

    });

    function Calc() {}

    Console.log (this.rotation)

    You can do any calc math with 'this.rotation' to get your serial number of desire as: this.rotation/360

    var R = this.rotation/360;

    SYM.$("AmperText").html (R);

    document.getElementById("myText").innerHTML = R;

    }

  • an easy... How to add States to a group of objects?

    Lets say I have a group of objects. I have a band with a text and a picture. How can I put States for this group? because the States are activated only when the selection of objects within the group.

    Hello

    You can use any widget to do this and insert objects, in this way, you can apply the reports based on the objects.

    We cannot apply States to regroup, but the selected objects, as well as in the example you mentioned, use any widget as ToolTip where you can insert image so text and then apply the States.

    Thank you

    Sanjit

  • Hi all please how can add (script) to the attribute of object veiw in the ADF thanks fpr all

    User, tell us your version of jdev, please!

    Sorry to say, but your question makes no sense. An attribute must not and will not hold a creation script (a script ddl if you like). You can assign a sql script to an attribute such as ' select name from employee where employee_id = empid "where empid is another attribute of the object of the view.

    You can get the following from a sequence sequence number and assign it to an attribute using groovy as shown here https://tompeez.wordpress.com/2011/09/02/using-groovy-expression-to-set-a-primary-key-with-a-sequence-number/

    Timo

  • How to add input to the tpcall several arguments

    Hello

    Can we know how to add several input arguments in the tpcall with WTC (Jatmi)?

    Example, I have a tuxedo getConsoClient service (char * cli_id, char type)

    To call this service, I use tpcall ("getConsoClient", dataIn, 0);

    Here, I did ' t know how to add two parameters in the TypedBuffer object. I'm new to the WTC.
    Advice will be greatly appreciated.
    Thanks advanced

    A unique tpcall can have only a single TypedBuffer. If you want to move several fields (arguments), you must use a type of buffer as FML, FML32, VIEW or VIEW32 buffers layouts. If you call an existing Tuxedo service, what type of buffer waiting to be called with?

    Kind regards
    Todd little
    Chief Architect of Oracle Tuxedo

  • How to add the shape layer in Adobe after effects Cs2?

    How to add the shape layer in Adobe after effects Cs2?

    You upgrade. You're still too early for shape layers.

  • How to add text/solid/shape at specific index?

    Hello, is it possible to add shape/text/solid to a specific index in a publication? As for example a publication has 5 layers and I want to add a solid to index 3 rather than at the beginning layers as it does by default. The definition of solid ID after I added it does not work, because as its readOnly.

    As much as I know there is no way to change the index while creating a layer.

    Look in >. Page.87, there are a 4 methods to meet your need once the layer is created.

    App.Project.Item (index). Layer (index) .moveToBeginning ();

    App.Project.Item (index). Layer (index) .moveToEnd ();

    App.Project.Item (index). Layer (index). MoveBefore (targetLayer); targetLayer is an AVLayer object, then you should try this way: targetLayer = app.project.activeItem.layer (index);

    App.Project.Item (index). Layer (index). MoveAfter (targetLayer);

    I almost forgot that the script can use app.executeCommand (app.findMenuCommandId ("shape layer")); to add a shape layer just above your selectedLayers. I don't remember, but maybe that this feature is supported after AE CS6

  • How to add a 2nd hard drive for HP Pavilion DV7!

    How to add a 2nd hard drive for HP Pavilion DV7-3165DX, product # WA794UA or WA794UAR.

    (1) classification of the HDD, hard drive, hardware kit. Disc kit HARD material includes mounting rails, static shield, screws, insulators in rubber and SATA cable from the motherboard. Check your model & product # to ensure compatibility.

    Material of parts HP HDD Kit 517639-001 for DV7-3165DX product # WA794UA and WA794UAR.

    (2) training of consult - Windows 7 PDF, table of contents, 7 replacing a drive in secondary hard drive Bay. This will show you how to install a 2nd HARD drive in an HP DV7.

    Readers - Windows 7 PDF

    (3) to select a Windows 7 computer, select the installed HDD, Format (if not already formatted).

    (4) if the drive HARD does not appear in Windows 7 under computer, go to the Start Menu, find programs and files, enter "Computer management", select storage, disk (Local) management, look for the 2 HARD drive Bay (should appear as disk 1, Bay 1 HARD drive should show as disk 0), Format of the 2nd HARD drive (the one that you just installed).

    Update: I have the 2nd HDD (WD 1 TB) installed, Windows recognize now after completing the steps I mentioned in step 4, Format with default allocation NTFS 931,51 GB free, 118 MB USED to put in shape. Format exFAT to allocation by default 931,51 GB free, 1 MB used to put in shape. I chose NTFS format to reduce the fragmentation of the file.

    My solution.

  • How to add HTML elements in a TextArea?

    I want to format fo the data to display on a text using HTML box.

    How to add updated HTML text in shape to a non-editable text box?

    https://www.BlackBerry.com/jira/browse/BBTEN-42

  • How to add a topping traced a layer of form through script?

    Just try to automate so I don't stock. I have a script that modifies the settings of a shape layer.

    Now, I want to add a Trim road to this object, but can't see how.

    (FYI, the next step will be programmatically set keyframes on this trim road.)

    It depends on where you want in the hierarchy. It could be like this:

    myShape var = app.project.activeItem.layer ("shape layer 1");

    myShape.property("ADBE_Root_Vectors_Group").addProperty ("ADBE Vector - Trim filter")

    Or like this:

    myShape var = app.project.activeItem.layer ("shape layer 1");

    .property("ADBE_Vectors_Group").AddProperty myShape.property("ADBE_Root_Vectors_Group").property ("ADBE Vector Group") ("ADBE Vector - Trim filter")

    etc.

    Dan

  • How to add TagLogicalElement (TLE)

    Hi Experts,

    Anyone know how to add TagLogicalElement (TLE) in Documaker product output AFP files?

    Kind regards.

    Hi Nirmal,

    I've never tried, but in seeking documents, I found this. I'm not sure that this will help you or not. :)

    ADD TLE RECORDS
    You can add records to EFT (tag of logic element) in the print stream AFP that can be used by some 3rd-party systems archive for archiving of AFP in a way print streams
    similar to the archiving of AFP and Metacode in Docusave print streams.

    You must include the comment records in print streams to index the archives. You can use a DAL script to add comment records in the print stream. Use the TLEScript control of PrtType:AFP group n option to name the script DAL to run at the TLE records can be added in the print stream. The DAL script should call the AddComment function to add a string as a TLE comment record.

    The TLE comment string must include a key and a value. These components separated by a special character. This character can be any printable character as long as it's a single character not found in the key or value of the comment string.

    For example, you could build a comment string using a colon (:)) as separator of the example following):

    PolicyNum:7SAMPCO

    The key part of the string is PolicyNum, the part of the value of the string is 7SAMPCO, and the separator character is a colon (:)).

    Here is an example of this script THE DAL might look like:
    cidlabel = "PolicyNum".
    ClientID = GVM ("PolicyNum")
    two points = ':'
    AddComment (cidlabel & colon & clientid);
    RETURN ('FINISHED!')

    Notice that the key part remains constant (PolicyNum), while changes in part of value based on the content of the variable GVM, PolicyNum.

    Add these options in the control group of PrtType:AFP to activate the record holder EFT:
         < prttype:afp="">
    TLEScript = TLE. DAL
    TLEEveryPage = No
    TLESeparator =:

    Description of the option
    TLEScript enter the name of the DAL script to run.
    Enter the character that you want to use to separate the key parties and the value of the TLE of TLESeparator comment string.
    Optional TLEEveryPage. If you enter Yes, the TLE DAL script will be executed at the beginning of each page. If you enter the number, the TLE DAL script will be executed at the beginning of each game shape. The default value is no.

    Kind regards
    Deborah Vandenplas

Maybe you are looking for