Workaround for "Expected expression but found end of line" error

I have the following code
tell application "Mail"
set mymailList to {"[email protected]", "[email protected]", "[email protected]"}
set myattachmentList to {"Macintosh HD:Users:SAM:Desktop:A1.xls", "Macintosh HD:Users:SAM:Desktop:A2.xls", "Macintosh HD:Users:SAM:Desktop:A3.xls"}
set n to count items in mymailList
set i to 0
repeat n times
set i to i + 1
set var1 to item i of mymailList
set var2 to item i of myattachmentList as alias
set newmessage to make new outgoing message with properties {visible:true, subject:"Report", content:"Blah Blah Blah"}
tell newmessage
set sender to "Sam <[email protected]>"
set visible to true
make new to recipient at end of to recipients with properties {address:var1}
tell content to make new attachment with properties {file name:var2} at after last paragraph
end tell
activate
send newmessage
end repeat
end tell
I would like to be able to paste the MailList and MailAttatchmentList values from a spreadsheet so that it would look something like this:
tell application "Mail"
set mymailList to {
"[email protected]",
"[email protected]",
"[email protected]"
set myattachmentList to {
"Macintosh HD:Users:SAM:Desktop:A1.xls",
"Macintosh HD:Users:SAM:Desktop:A2.xls",
"Macintosh HD:Users:SAM:Desktop:A3.xls"
set n to count items in mymailList
set i to 0
repeat n times
set i to i + 1
set var1 to item i of mymailList
set var2 to item i of myattachmentList as alias
set newmessage to make new outgoing message with properties {visible:true, subject:"Report", content:"Blah Blah Blah"}
tell newmessage
set sender to "Sam <[email protected]>"
set visible to true
make new to recipient at end of to recipients with properties {address:var1}
tell content to make new attachment with properties {file name:var2} at after last paragraph
end tell
activate
send newmessage
end repeat
end tell
Is there something that I can put at the end of each value so that I avoid the "Expected expression but found end of line" error?
Thanks!
Sam

You didn't need to post the entire script - just an example of the list format would have done
Anyway, AppleScript uses option-return as a 'soft' return/line continuation character, so:
set mymailList to {¬
"[email protected]",¬
"[email protected]",¬
"[email protected]
(where ¬ indicates an option-return) will work. I'm just not sure off hand how you'd automatically insert option-return characters coming out of Excel...

Similar Messages

  • How to fix Syntax Error: Expected end of line, etc. but found end of script. in applescript?

    I am making an applescript for my modding tool for Minecraft. It used to use multiple apps and I am now trying to make one app for all the tasks.
    Here is the code:
    say "You are running iCraft version one point one for minecraft version 1.2.5"
    display dialog "Which tool do you want to use?" buttons {"Mod Installer", "Backup", "Restore"} default button 3
    set the button_pressed to the button returned of the result
    if the button_pressed is "Mod Installer" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Insert all mod files into the Mods folder."
    display dialog "Have you inserted all Mod files into the Mods folder?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Finished"
    else
    display dialog "Insert mod files into the Mods folder and restart iCraft.app."
    end if
    if the button_pressed is "Backup" then
    display dialog "Are you sure you want to backup your Minecraft.jar in it's current state?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Finished, find it in your Backups directory in the iCraft folder"
    else
    display dialog "Backup aborted"
    end if
    if the button_pressed is "Restore" then
    display dialog "Are you sure you want to restore your Minecraft.jar with your backup?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/resources/s…
    else
    display dialog "Restore aborted"
    end if
    end
    When I try to compile/run it gives me Syntax Error: Expected end of line, etc. but found end of script.

    Your script got mangled when pasting it into your message, but the main problem looks like you are missing a bunch of end if statements.  Unless your if statements are contained on one line, you need to terminate them with a matching end if statement - for example, the following are equivalent:
    if someString is "whatever" then display dialog "foo"
    if someString is "whatever" then
      display dialog "foo"
    end if

  • "Expected end of line, etc. but found end of script." HELP!!

    When I try to run my script, it say "(null.)" When I try to compile it or save it as an application, it says "Expected end of line, etc. but found end of script." HELP!!!
    Here is my script:
    display dialog "WARNING! a virus has been detected and the system is crashing" buttons {"shut down computor to preserve contents", "burn virus file"} default button 2
    if the button returned of the result is "burn virus file" then
    say "warning the virus has reacted to its deletion and has activated itself"
    say "virus is now in control of the users computor"
    say "if you try to stop the virus it will delete all user data"
    tell application "Safari"
    activate
    open location "http://www.facebook.com"
    open location "http://www.yahoo.com"
    open location "http://www.gmail.com"
    open location "http://www.youtube.com"
    end tell
    tell application "iTunes"
    activate
    play
    end tell
    tell application "iCal"
    activate
    end tell
    tell application "Terminal"
    activate
    end tell
    tell application "Finder"
    quit
    end tell
    if the button returned of the result is "shut down computor to preserve contents" then
    say "your computor will shut to protect your files."
    say "shut down in t-3"
    say "2."
    say "1."
    say "goodbye"
    say "it appears that there is a problem"
    say "the virus is starting to take over your system"
    beep 17
    display dialog "how DARE you try to delete me. I am now going to take over your computer." buttons {"**** YOU GET OUTTA MY COMPUTER", "OK, have fun!!"} default button "OK, have fun!!"
    if the button returned of the result is "OK, have fun!!" then
    say "thank you!!"
    say "watch this!"
    Tell application "iChat"
    quit
    end tell
    Tell application "Finder"
    quit
    end tell
    if the button returned of the result is "**** YOU GET OUTTA MY COMPUTER" then
    say "That attitude will not be tollerated."
    say "Dum dum dum dum dum dum dum he he he ho ho ho fa lah lah lah lah lah lah fa lah full hoo hoo hoo" using "Cellos"
    display dialog "A virus has been detected going through your files. Would you like to try to stop this?" buttons {"OK"} default button "OK"
    if the button returned of the result is "OK" then
    beep 5
    display dialog "there has been an error. Do you want to try to force quit?" buttons "Yes" default button "Yes"
    if the button returned of the result is "Yes" then
    say "Well, thats just too bad!"
    beep 2
    say "Sorry about that."
    say "The virus has been purged from your system."
    say "Your computer will now restart to make sure that all traces of the virus have been removed."
    say "shut down in t-3"
    say "2"
    say "1"
    say "goodbye"
    tell application "Finder"
    restart
    end tell
    end if

    You need to complete compound if statements with an end if - see the AppleScript Language Guide for a description of the various kinds of if statements.
    Although I don't think it is going to do what you expect, your script would look something like:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #DAFFB6;
    overflow: auto;"
    title="this text can be pasted into the AppleScript Editor">
    display dialog "WARNING! a virus has been detected and the system is crashing" buttons {"shut down computor to preserve contents", "burn virus file"} default button 2
    if the button returned of the result is "burn virus file" then
    say "warning the virus has reacted to its deletion and has activated itself"
    say "virus is now in control of the users computor"
    say "if you try to stop the virus it will delete all user data"
    tell application "Safari"
    activate
    open location "http://www.facebook.com"
    open location "http://www.yahoo.com"
    open location "http://www.gmail.com"
    open location "http://www.youtube.com"
    end tell
    tell application "iTunes"
    activate
    play
    end tell
    tell application "iCal"
    activate
    end tell
    tell application "Terminal"
    activate
    end tell
    tell application "Finder"
    quit
    end tell
    else if the button returned of the result is "shut down computor to preserve contents" then
    say "your computor will shut to protect your files."
    say "shut down in t-3"
    say "2."
    say "1."
    say "goodbye"
    say "it appears that there is a problem"
    say "the virus is starting to take over your system"
    beep 17
    end if
    display dialog "how DARE you try to delete me. I am now going to take over your computer." buttons {"**** YOU GET OUTTA MY COMPUTER", "OK, have fun!!"} default button "OK, have fun!!"
    if the button returned of the result is "OK, have fun!!" then
    say "thank you!!"
    say "watch this!"
    tell application "iChat"
    quit
    end tell
    tell application "Finder"
    quit
    end tell
    else if the button returned of the result is "**** YOU GET OUTTA MY COMPUTER" then
    say "That attitude will not be tollerated."
    say "Dum dum dum dum dum dum dum he he he ho ho ho fa lah lah lah lah lah lah fa lah full hoo hoo hoo" using "Cellos"
    end if
    display dialog "A virus has been detected going through your files. Would you like to try to stop this?" buttons {"OK"} default button "OK"
    if the button returned of the result is "OK" then
    beep 5
    display dialog "there has been an error. Do you want to try to force quit?" buttons "Yes" default button "Yes"
    else if the button returned of the result is "Yes" then
    say "Well, thats just too bad!"
    beep 2
    say "Sorry about that."
    say "The virus has been purged from your system."
    say "Your computer will now restart to make sure that all traces of the virus have been removed."
    say "shut down in t-3"
    say "2"
    say "1"
    say "goodbye"
    tell application "Finder"
    restart
    end tell
    end if
    </pre>

  • Syntax Error: Expected end of line but found end of script.

    display dialog "Are you awesome" buttons {"Yes", "No"} default button 1
    if the button returned of the result is "Yes" then
    tell application "Finder"
    display dialog "You Passed the Test" buttons {"YAY", "Poop nugets"} default button 1
    end tell
    display dialog "Cool" buttons {"Ok", "More Info"} default button 1
    if the button returned of the result is "More Info" then
    tell application "Finder"
    display dialog "You are obviously are awesome,
    100% Cool" buttons {"Ok"} default button 1
    end tell
    Then it says:
    Syntax error: Expected end of line but found end of script.

    can somebody fix this scrip becasue i am having the exact same problems
    tell application "SpeechRecognitionServer"
              set theResponse to listen for {"yes", "no"} with prompt "Hello Michael, Would you like the internet?"
              if theResponse is "yes" then
                        launch application "Google Chrome"
                        tell application "SpeechRecognitionServer"
                                  set theResponse to listen for {"yes", "no"} with prompt "What about a Calander?"
              if theResponse is "yes" then
                        launch application "ical"
                        tell application "SpeechRecognitionServer"
                                  set theResponse to listen for {"yes", "no"} with prompt "How about some iTunes Music?"
              if theResponse is "yes" then
                        launch application "itunes"
                        tell application "SpeechRecognitionServer"
                                  set theResponse to listen for {"yes","no"} with prompt "Would you like me to stop?"
              if theResponse is "no" then
                                  say "ok"
    else
              if theResponse is "no" then
                        exit repeat
    else
                                  exit repeat
    end
    end if
    end
    end if
    end
    end if
    end tell 

  • Expected declaration but found '*'. Skipped to next declaration. @

    Application is working fine in other browser except Firefox. While loading application it triggers following error on console.
    Expected declaration but found '*'. Skipped to next declaration. @
    Error in parsing value for 'filter'. Declaration dropped. @
    Unknown property '-moz-opacity'. Declaration dropped. @
    Expected end of value but found '\30 '. Error in parsing value for 'height'. Declaration dropped. @
    Expected color but found '#cccccc0'. Expected end of value but found '#cccccc0'. Error in parsing value for 'border-bottom'.
    Error in parsing value for 'cursor'. Declaration dropped. @

    * ''filter'' — you're probably using the Internet Explorer notation, which won't work in other browsers. As for Firefox, it doesn't support anything besides url() until Firefox 34.0 (the current release is Firefox 32.0).
    ** https://developer.mozilla.org/en-US/docs/Web/CSS/filter
    * ''-moz-opacity'' should be '''opacity'''. I can't imagine why you're using the prefixed property. Support for it was dropped all the way back in Firefox 3.5, and the unprefixed one has been supported since Firefox 0.9.
    ** https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
    * ''#cccccc0'' should be '''#ccccc0''' or maybe '''#cccccc''' — I can't know which color you intended.
    ** https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
    As for the remainder of the errors, there's no way to tell what they're about. Run your stylesheets through the validator to find out:
    * http://jigsaw.w3.org/css-validator/
    If you want someone to help you with your page, you'll have to post a link to it.

  • Unexpected XML reader state. expected: END_ELEMENT but found: CHARACTERS

    I'm try to developed a ws client. the server is in Microsoft-IIS/6.0.
    the method that i'm try to invoke return void, this is the interface
    * Sends a diagnostic request to a device
    * @param deviceId
    * @param url
    @WebMethod(operationName = "SendDiagnosticRequestToDevice", action = "http://client.org/SendDiagnosticRequestToDevice")
    @RequestWrapper(localName = "SendDiagnosticRequestToDevice", targetNamespace = "http://teste.org/", className = "client.SendDiagnosticRequestToDevice")
    @ResponseWrapper(localName = "SendDiagnosticRequestToDeviceResponse", targetNamespace = "http://teste.org/", className = "client.SendDiagnosticRequestToDeviceResponse")
    public void sendDiagnosticRequestToDevice(
    @WebParam(name = "deviceId", targetNamespace = "http://tempuri.org/")
    String deviceId,
    @WebParam(name = "url", targetNamespace = "http://teste.org/")
    String url);
    my client only have this code
    DiagnosticsNotificationsWS service = new DiagnosticsNotificationsWS()
    DiagnosticsNotificationsWSSoap port = service.getDiagnosticsNotificationsWSSoap();
    port.sendDiagnosticRequestToDevice("8670eaab", "http://10.112.80.12/teste?wsdl");
    but have follow error:
    Exception in thread "main" javax.xml.ws.WebServiceException: unexpected XML reader state. expected: END_ELEMENT but found: CHARACTERS
    at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java:263)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:545)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.doSend(SOAPMessageDispatcher.java:288)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.send(SOAPMessageDispatcher.java:153)
    at com.sun.xml.ws.encoding.soap.internal.DelegateBase.send(DelegateBase.java:85)
    at com.sun.xml.ws.client.EndpointIFInvocationHandler.implementSEIMethod(EndpointIFInvocationHandler.java:176)
    at com.sun.xml.ws.client.EndpointIFInvocationHandler.invoke(EndpointIFInvocationHandler.java:105)
    at $Proxy24.sendDiagnosticRequestToDevice(Unknown Source)
    at Main.main(Main.java:45)
    Caused by: unexpected XML reader state. expected: END_ELEMENT but found: CHARACTERS
    at com.sun.xml.ws.streaming.XMLStreamReaderUtil.verifyReaderState(XMLStreamReaderUtil.java:193)
    at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.decodeFault(SOAPXMLDecoder.java:349)
    at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBodyContent(SOAPDecoder.java:340)
    at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBody(SOAPDecoder.java:325)
    at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.decodeBody(SOAPXMLDecoder.java:188)
    at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.decodeEnvelope(SOAPXMLDecoder.java:139)
    at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java:256)
    ... 8 more

    may be bug of IIS. You received at the end of content "HTTP 100 Continue"
    see MSDN
    Edited by: Nesterko on Jun 17, 2010 11:38 AM

  • I am trying to buy mitril for hobbit kom but it always gives me error i have already added my card information to store but i cant buy it.Could u help me about it ,please?

    I am trying to buy mitril for hobbit kom but it always gives me error i have already added my card information to store but i cant buy it.Could u help me about it ,please?

    Wish I could help. My wife is having the same problem.  Same computer for 2 years and all of a suddent it thinks this is her first purchase.

  • For my user id, I have the authorization for the transaction, but still iam getting the error that, you don't have authorization, plz suggest?

    Hello ,
    For my user id, I have the authorization for the transaction, but still iam getting the error that, you don’t have authorization, plz suggest?????
    Thnks

    Hello Sampath,
    after you have received the error message about the no authorization, run transaction SU53.
    This transaction shows which authorization has failed last time.
    Best regards,
    Laszlo

  • HT201210 I am trying to update Ios7 for iPhone 4 but there is an unknown error occurred like (-23). My Laptop OS is Windows 8. Now how can i solved this query.

    Dear Sir/Madam
    I am trying to update Ios7 for iPhone 4 but there is an unknown error occurred like (-23). My Laptop OS is Windows 08.ios 7 update which can updated and remaining  30minutes are left out. Than after error which can be show as i have mentioned above.
    How can i resolved this error? So please help me.
    Thanks & Regards,
    Vatsal Desai

    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. Use the steps to troubleshoot security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See the steps under the heading "Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store." If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.
    all of this from
    iTunes: Specific update-and-restore error messages and advanced troubleshooting

  • HT1933 My younger sibling was playing my Sims Free and Purchased something for $20.99, but it come up with error, but is on my recent purchases.. Also what she purchased hasnt even come? Can i be refunded?

    My younger sibling was playing my Sims Free Play and Purchased something for $20.99 by accident, but it come up with error and the money has not yet be debited from my account and is on my recent purchases so im expecting the money to come out any minute.. Also what she purchased hasnt even come? Can i be refunded?

    I'm sorry, but your sister, unless she had already turned on the "Find my iPhone" feature and the person who took the phone has not disabled it, is out of luck. She should report the theft to local police authorities, including the serial number of her iPhone. While her experience is unfortunate, there are good reasons why Apple cannot do anything else about it.
    I hope she gets her phone back.
    Best of luck.

  • Generate delivery items for packaging materials but aggregate in one line

    Hy, we have a requirement for delivery process, we have WM and we make picking by RF, and automatic generate items for packaging materials, but one line per pallet and the deliveries have a lot of line items that we want to aggregate in only one line item, instead of having for e.g. 30 lines with one pallet we need to have one line item with quantity 30.
    can you help us,
    Thanks in advance.
    jonh

    Hi,
    You can very well achieve this by usinh a spilt routine in your copy control from sales document to delivery document.
    Goto tcode: VOFM - Data transfer - deliveries.
    For this you need to write a routine with the help of  your ABAPer & to include logic something like this:
    You have to identify some unique feild in the two material or even the material code itself.
    Then in the routine logic, you pass this feilds in the combination criterai field in delivery that is "ZUKRL"
    Then in copy control sales doc to delivery: you attach this routine in header details in data transfer "Header Data"
    See the code below for your help:
    SELECT SINGLE PRAT1 PRAT2 PRAT3 PRAT4 PRAT5 INTO (MVKE-PRAT1,MVKE-PRAT2,MVKE-PRAT3,MVKE-PRAT4,MVKE-PRAT5) FROM MVKE
                      WHERE MATNR = CVBAP-MATNR
                      AND   VKORG = CVBAK-VKORG
                      AND   VTWEG = CVBAK-VTWEG.
    IF NOT MVKE-PRAT1 IS INITIAL.
    ZUK1-C+0(1) = 'O'.  "FOR OIL
    *LIKP-ZUKRL = ZUK1.
    ENDIF.
    IF NOT MVKE-PRAT2 IS INITIAL.
    ZUK1-C+0(1) = '1'.  " FOR FRAGILE 1
    *LIKP-ZUKRL = ZUK1.
    ENDIF.
    IF NOT MVKE-PRAT3 IS INITIAL.
    ZUK1-C+0(1) = 'N'.  " FOR NON FRAGILE
    LIKP-ZUKRL = ZUK1.
    ENDIF.
    IF NOT MVKE-PRAT4 IS INITIAL.
    ZUK1-C+0(1) = '2'.  " FOR FRAGILE 2
    LIKP-ZUKRL = ZUK1.
    ENDIF.
    IF NOT MVKE-PRAT5 IS INITIAL.
    ZUK1-C+0(1) = 'B'.  " FOR BULK / OVERWEIGHT
    LIKP-ZUKRL = ZUK1.
    ENDIF.
       LIKP-ZUKRL = ZUK1.
    CONDENSE LIKP-ZUKRL NO-GAPS.
    endif.
    Hope this helps you
    Regards,
    Dhananjay

  • Etebac format file end of line error

    I create a file of demand of payment for the Etebac.
    I use FDTA to download the file on my PC
    The file has no good character of the end of line nor the end of file.
    I used the parameter DCP with NONE with 1100.
    can you help me ?

    "jpowerw" <[email protected]> posted in
    macromedia.director.lingo:
    > The following lines (particularly the first line -
    dashes) are causing
    > Director 5.0 to give a "string does not end correctly"
    error.
    A line over 400 characters long just might be too much for
    Dir 5.
    You might try using the line continuation char for that
    version of Director,
    ¬ (hit Alt+Enter in the script editor if I recall
    correctly).
    If it's still no go, try concatenation. You wouldn't need to
    break it down
    this short, but for illustration:
    set a=" 0:00
    set a=a &"0:00 InitGame:
    \sv_punkbuster\0\g_maxGameClients\0\capturelimit\"
    set a=a
    &"0\sv_maxclients\8\timelimit\20\fraglimit\0\dmflags\0\"
    set a=a
    &"sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\sv_maxRate\0\"
    etc...
    Mark A. Boyd
    Keep-On-Learnin' :)

  • I've recently moved to UK from US  and cannot get my billing address changed from a US one to UK therefore can't make any purchases.Have tried setting up new email address for new accnt but always ends up identifying me in US.Is this to do with my laptop?

    Have moved to the UK from the US and want to use up credit on existing account.  I no longer have those US card details, so whilst I have credit it is asking me for card details I no longer have, There is money to be spent, any suggestions?  Also am wanting to use itunes UK so have tried to set up a new account but inspite of putting in UK address it is identifying me as inithe US.  Is this to do with the laptop I've brought with me? 

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • Spending money for Captivate subscription but never ended up using it.  Help!

    I do not recall agreeing to renew my subscription for an additional year, why is this happening? As I mentioned, sadly (and stupidly), I have not gotten to learn/use Captivate at all. I got too busy with other stuff, but was locked into a one-year subscription commitment for Captivate 7 
    I don't want to be on the hook for a second year, though.  I thought my last payment was in May then I was done.  I certainly don't want to pay any more money for an app I've never used!  Can I just switch off the auto renewal?  If I've paid past my initial subscription, am I entitled to a refund, or am I too inattentive to have cancelled in time?
    Uggggh - I HATE these things defaulting to auto-renewal! 
    Message was edited by: original author, Sue B

    Hello,
    Welcome to Adobe Forums.
    Apologies for the Inconvenience, please share your contact information with us at [email protected]
    Thanks,
    Vikram Gaur
    Adobe Support

  • Firefox error console warnings /ie:/expected declaration but found skipped to next declartion/over 100

    source of:https://support. mozilla.com/en-UWarning: Unknown property 'border-top-right-radius'. Declaration dropped.
    Source File: http://support.mozilla.com/media/css/questions-min.css?build=2244b7a
    Line: 1Warning: Unknown property 'border-top-right-radius'. Declaration dropped.
    Source File: http://support.mozilla.com/media/css/questions-min.css?build=2244b7a
    Line: 1Warning: Unknown property 'border-top-right-radius'. Declaration dropped.
    Source File: http://support.mozilla.com/media/css/questions-min.css?build=2244b7a
    Line: 1

    You can ignore (CSS) errors in the Tools > Error Console.<br />
    Those errors are only useful if you develop websites and want to check the HTML/CSS and JavaScript code for errors.<br />
    Most errors are code for other browsers like IE or browsers on other platforms or just typos or the result of bad coding.<br />

Maybe you are looking for

  • Multiple free goods for one main material

    Hello SAP Gurus, we have a business requirement that to issue multiple free products for one main product, if the upliftment is beyond the specified quantity. Using free goods functionality, is it possible to achive the above requirement. e.g        

  • ITunes keeps corrupting itself?

    Well, I've been having this problem for quite a while, and I really would like to get it fixed. Just about every time I plug my iPhone into my Mac, iTunes will not recognize it. I have to perform the steps at http://support.apple.com/kb/HT1747 , and

  • Lossless to ACC Automator Conversion/Multiple Libraries/External Hard drive

    I've been playing around with setting up a home media server, and have run into a few issues and have a few questions about this. Question 1: Best way to rip into lossless format? -apple lossless vs. other: has anyone had problems streaming lossless

  • Compressor creates artifacts at the beginning of clip. Then they go away...

    So I make calculus videos and I having the file sizes small is important to me but when I compress my videos they have large artifacts in the beginning which then go away after about a minute. Any idea how to prevent this? If I raise the bit rate mor

  • Selection in infopackage

    Hi i have a typical scenario.i am extracting a flat file to BW-directories using open hub from an infocube say 1, which is built on another cube say 2 .the whole process is in process chain. the user only wants the records based on version from cube