AppleScript: Options of rounding (am I crazy or I found a bug?)

I update an AppleScript script that rounds the corners of the elements on the page of the CS4 CS5 versions, now, I understand that you need to say to all the corners of a rectangle, what to do now in CS5, but what I don't understand is the fact that AppleScript don't compile the statement: the value of the option at the bottom right at the corners rounded.

I can't work if it is a massive FAILURE on my name or a bug. The code I have is:

Set myDoc to the active document

say myDoc

myRectangle make rectangle with properties the value {geometric limits: {50, 50, 150, 150}, fill color: "Black"}

say myRectangle

Set the top left rounded corner option

the value of the radius of the top left corner 5

Set the upper right corner to the rounded corner option

the value of the radius of the top right corner 5

set the lower left corner rounded corner option

the value of the radius of the bottom left corner 5

-the value of the option at the bottom right at corners rounded

the value of the radius of the bottom right corner 5

tell the end

tell the end

The script works fine if I comment on "set the option in the lower right corners rounded" but when I activate the script statement fails.

Please see if it works for you, and if not, I guess I need to file a bug report.

Thanks in advance

Dylan

Certainly a bug Dylan!

You can compile if you use the syntax of Chevron and it arrives with a double space between the bottom and right.

the value le 'property pcO4' to the rounded corner

Compiles to

the value the option to angle straight down to corner rounded

Tags: InDesign

Similar Questions

  • Can't find the pen options! I'm going crazy...

    Hello...

    I'm still following this guide http://design.tutsplus.com/tutorials/create-apple-photoshop--psd-336

    and I can't find the options for the tool pen as in the guide in step 15. I'm so lost-_-

    LF > help

    Thank you

    Press F5 or go to the window brush

  • using the mosaic effect and adding sequence ti I get option for round or circular frame to face mask.

    Hello

    I AM FACING PROBLEM WHILE USING THE MOSAIC EFFECT, I GET NO POSSIBILITY TO APPLY EFFECTS IN A WAY ROUND OR CIRCULAR.

    OR I GET THE PEN TO GIVE EFFECT.

    Help, please.

    What version of first, this feature came with the 2014 (I think).

  • Y410P cover with Do Nothing Option close, computer laptop Goes CRAZY (opens programs randomly)

    Just got my phone today. I play with her, but I found a problem obvious and unpleasant. If I can not ge this fix I must return.

    I have the opportunity to "do nothing" when the lid is closed. However, I discovered that the laptop opens just randomly files/programs/applications. I have the laptop sitting on my table. It's not squealing or repositioning. Is it due to poor planning on this laptop? The laptop isn't even a touchscreen when what happens?

    Hi anon09,.

    Welcome to the Forums.

    There is unusual activity on your computer. You can try to:

    1. press Fn + F6 to disable the touch pad and try to re-create the problem (if it works, the touchpad is probably the one that opens apps - try to set the sensitivity by going to control panel > mouse.) There should be a tab device settings or MOMENTUM to set the sensitivity.

    2. if same problem, try to re - create the problem in Safe Mode. If everything works well, perform a clean boot and test (this action temporarily disables startup programs which is most likely causing the problem).

    Let me know your findings,

    neokenchi

  • ID5 - imprecise of rounded corners

    I have two boxes with rounded to nest near corners. Rounded corners are created in ID (rounding Options, all - rounded - corners 3mm) and do not match, and I think they should? One is an angle inside, outside. No line.

    They are both transparent and will interact with a background, so they must not overlap.

    I understand there are ways around it - but is it true?

    Screen Shot 2012-08-29 at 5.26.42 PM.png

    Peter-

    Thanks for the suggestion, but the javascript applescript versions and rounding Options produce the same defect as the direct effect.

    However, go on the assumption that they were all wrong in a mathematically idential way, I found this reversal of the inside shape along each axis in fact shape fits perfectly.

    It's 2012 and regardless of flying cars, we were promised, we have even not yet good rounded corners!

    See you soon.

  • Round decimal numbers in graphs

    Hi guys,.

    I use the 'zoom on the data' for my graphics. But every time that I get weird decimals on my cards... (See screenschot)

    bugvirgule.png

    Is there easy way or option to round these numbers?

    Thank you!

    Go to properties of the graph-> number-> decimals 0 format

  • sound system does not work. Booth option no longer available.

    I have HP Pavilion dv 1000. After formatting the laptop, sound system does not work. I hear no noise; standby and hibernate options are no longer available. Please help me.

    Hello

    Nazia2011 wrote:
    I was getting a blue screen that says technical fault, look for the BIOS. Disable the BIOS memory options such as implementing caching or shading. I also received this message: a malfunction of the equipment. NMI: Parity check/Memory Parity error. The system is shut down. I spoke with HP technical team, they helped me. However, they said that this laptop model is not supported in India. Material was found OK after free hard drive test. Then they asked me to run the operating system cd, I did. While working CD, formatting option, I did gave me. Since computer laptop works very well, but the problem with the sound system. Support optionally visible round but only off and restart works. Hibernate also unavailable. Serial number is CNF54727DN

    Audio drivers must be placed on the second disc of the entire recovery. Give me the serial number instead of the name/number of all important product is no help at all for me.  If you are not going to help me help you then... I'm sorry.

    Others ask for help and they have no problem reading and give the necessary information

    Best regards
    ERICO

  • maximum filter script with options

    Hello

    In my script, I use the maximum filter. When I use the filter directly in Photoshop I have two Options 'RADIUS' and 'get '.

    I have my use of script, I have the tracking code:

    var Start = prompt ("Starke Lichtpunkt in whole numbers (recommended 1 oder 2) ', '1', 'The input layer name'");

    docRef.activeLayer.applyMaximum (Start)

    Here is missing the Option "receive". What is in the script not possible or I use the wrong command?

    Thank you

    Kenny

    Bildschirmfoto 2014-10-08 um 21.07.34.JPG

    Look like bead DOM only supports the RADIUS:

    number of applyMaximum (radius) [1.100] applies the Maximum filter within the RADIUS specified (in pixels).

    the maximum UI in CC 2014 look like this:

    The Scriptlistener plugin registers this code for the use of two of the square filter and options used roundness.  So we can better using the action or do action handler code that has a detailed interactive maximum and open the user interface.

    // =======================================================

    var idMxm = charIDToTypeID ('Mxm');

    var desc3 = new ActionDescriptor();

    var idRds = charIDToTypeID ("Rds");

    var idPxl = charIDToTypeID ("#Pxl");

    Desc3.putUnitDouble (idRds, idPxl, 159.000000);

    var idpreserveShape = stringIDToTypeID ("preserveShape");

    var idpreserveShape = stringIDToTypeID ("preserveShape");

    var idRndn = charIDToTypeID ("Rndn");

    Desc3.putEnumerated (idpreserveShape, idpreserveShape, idRndn);

    executeAction (idMxm, desc3, DialogModes.NO);

    // =======================================================

    var idMxm = charIDToTypeID ('Mxm');

    var desc4 = new ActionDescriptor();

    var idRds = charIDToTypeID ("Rds");

    var idPxl = charIDToTypeID ("#Pxl");

    Desc4.putUnitDouble (idRds, idPxl, 14.000000);

    var idpreserveShape = stringIDToTypeID ("preserveShape");

    var idpreserveShape = stringIDToTypeID ("preserveShape");

    var idsquareness = stringIDToTypeID ("square");

    Desc4.putEnumerated (idpreserveShape, idpreserveShape, idsquareness);

    executeAction (idMxm, desc4, DialogModes.NO);

    This script will open the dialog box maximum

    #target photoshop

    cTID = function (s) {return app.charIDToTypeID (s) ;};}

    sTID = function (s) {return app.stringIDToTypeID (s) ;};}

    {Maximum() function

    var dialogMode = DialogModes.ALL;

    executeAction (cTID (' Mxm' "), undefined, dialogMode);

    };

    Maximum();

  • Options available spacing not brush.

    I'm trying to created a brush dotted. However, in my brushes window, the only options that are displayed are 'Master diameter' and 'hardness '. The other options are hiding somewhere? I can't find a spacing option and I'm going crazy! Thank you.

    I finally found it. I had to choose "Brush Tip shape" instead of "Brush preset.

  • How should I go to the OPTIONS tab of the Add on

    I installed Remote XUL Manager addon in my Mozilla for Mobile version 33.0. But I am unable to go into the Option tab as tab option is not available here.

    I found 2 options disable and uninstall concluded above, then when I tap on this AddOn.
    Please help me on what I need to add some URLS in this AddOn

    Hello

    I'm glad to hear that your problem has been resolved. If you haven't already done so, please select the answer that solved the problem. This will help other users with similar problems more easily find the solution.

    Please contact the Mozilla Support.

  • HP Officejet 4652: Officejet 4652 sizing options

    This is real custom resize "range" on the Officejet 4652?

    My mother buys a 4652 if the copy options are what she wants.

    I found the manual online and some suggestions to help

    Looks like it will be have the option to copy & print at the size of 'Real', 'Fit to Page' and sizing "Custom".

    She is interested in the custom calibration. What I could find only said he'd come to 100% for the largest and 100% for children.

    I'll try to find the range that it will allow?

    His old HP printer/scanner enabled him to spend 50% to 400%.  She is eager similar.

    A tech support Member find this specification?

    (Or if anyone has one, can you check the copy "Custom" resize min & max % for me?)

    Thank you so much - Chel

    Hi Christophe,

    The copy resize function allos a resize custom in the range of 25 to 400%.

    You can find these information within the following specifications (Copier resize):

    http://h20195.www2.HP.com/v2/GetDocument.aspx?DocName=c04724058

    Kind regards

    Shlomi

  • Album Cover Art Screensaver option on Apple TV 4.

    Just upgraded to Apple TV (4th generation) and noticed that the possibility of having the art of album cover for screen saver is gone?  Is this true?

    It is not presented as an option as on Apple TV 3, but I found a solution.

    Check out my article here:

    http://Forum.casanovacrew.com/viewtopic.php?f=61 & t = 21465

  • Oracle options licensed 1:1 with Oracle Ent. Edition 11 GR 2 or pending?

    Are the options of Oracle licensed 1:1 with Oracle Ent. Edition 11 GR 2 (for example, the CPU core multiplier) or the number of instances of database on a host? In other words, if I need to buy two licenses of Oracle Enterprise Edition for a single host, do I need to buy the same number of licenses Oracle Option (again, based on a multiplier of the CPU core). Or by the number of Oracle database instances installed on this host?

    Someone has a link to an official options Oracle licenses document that States this? Found one for 11g, but it didn't go down in the weeds, saying: If there is no difference between the number of licenses required for an Option compared to an Oracle Enterprise Edition license itself.

    Asked the Oracle licenses reference option

    They are licensed 1:1 with EA, so 4 licenses EA means 4 licenses of the Option of partitioning, etc..
    It's in the Oracle store.

    ----------
    Sybrand Bakker
    Senior Oracle DBA

  • Object export options...

    If anyone knows an easy way to access the Options of the Export Object in the menu object in InDesign using a script?

    Specifically, we currently have a script with a dialogue that adds images alt text in a document and has other features which are almost identical to the functionality of the InDesign object export Options, but with slight differences.  We strive synchronize so that when a user adds an alternative through our dialogue with our script text, the text will be automatically changed specifically as customary in the Options of the Export Object.

    I found a similar example at http://forums.Adobe.com/message/5688491 , but not quite what I'm looking for dedicated

    Any ideas?

    Hi André,.

    Do you need a script that will apply the Alt text as a Custom type in Options of the Export Object for images in a document. Below is the script that does the same thing:

    ------------------------------------------------------------------------------------------ -----------------

    myGraphics = app.activeDocument.allGraphics;

    myTotalGraphics = myGraphics.length;

    for (var i = 0; i)

    {

    myGraphics [i].parent.objectExportOptions.altTextSourceType = SourceType.SOURCE_CUSTOM;

    myGraphics [i].parent.objectExportOptions.customAltText = "number of graphics:"+ i;»

    }

    ------------------------------------------------------------------------------------------ -----------------

    Thank you

    -Anshul

  • y at - it an option for flipping through the pages?

    Hello

    currently I am looking for a simple option to flick "pages into html help. I use RoboHelp 9 and first startet to create such an option by using the arrows and linking them to pages. But this solution has some drawbacks: as I put these arrows - one for the forward and one for worms back - through a table on the top of the pages, it is not possible to use a master page for this. (The arrows must be related to various pages and therefore a master page cannot be used. This leads to the problem, just in the generated help pages head varies in size and pages seem to 'jump' when you scroll through them.

    Anyone have an idea how I could fix this? Or y at - it a simple scrolling option I could use, but have not yet found?

    Is it possible to display in the table of contents on what page you are now somehow? (In my solution that the table of contents doesn't show the last page that you selected in the table of contents, but not one, you have opened a link...)

    Thank you for reading!

    Gr33bo

    Hello

    Sequences to browse in a CHM based on an additional file named HHActiveX.dll. This file must be present and registered with Windows. Curiously, do not display your browse sequences (I presume only on the machine where you compile using). I say "Oddly", such as RoboHelp normally also registers the DLL with Windows.

    In any case, there certainly won't hurt to re-register the DLL and see if that corrects the problem. Personally, I also remember that Version 8 had a similar problem on my own setup. I had real trouble coaxing Browse sequences to indicate.

    Register the DLL may be different depending on your operating system. (bit 32 VS 64-bit)

    Click here for instructions

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

Maybe you are looking for

  • why I get audit issues when you set up an e-mail account?

    When you try to configure an email account I am enter or details required, but each time she cannot check username or password, why? and how to fix it?

  • HARD drive upgrade to 320 on Satellite Pro A200SE - 1 X 6

    Hello I recently bought a Toshiba laptop Satellite Pro A200SE - 1 X 6, that it came with 80 GB hard drive and I want to upgrade to 320 GB HARD disk, is it possible? At the back of the laptop, I found a compartment for a second HDD to HDD2.I tried to

  • Traffic policy - marking DSCP value

    Dear all, I'm trying to set up a strategy of traffic on a 2048 P Dell switch. The policy aims to modify the DSCP value of the traffic going to a server specific DSCP 0 to 10 value. Interface 3/0/3 is the PC that connects to the server 10.51.53.16. I

  • freezing of Dell vostro 3700

    I have a dell vostro that I bought with a bad hard drive. After replacing the hard drive and install windows 7 on it, it started to freeze on me after that I installed the graphics drivers from Nvidia. I looked online and I thought it was an overheat

  • My opening page is now black with a sign in the lower right telling me that my version of 7 is not genuine.

    Original title: Windows 7 problem My opening page is now black with a sign in the lower right corner telling me that my version of 7 is not genuine, this has happened before and after contact help I was given on the line now it happened again. !  , I