Paste is only pasting a text field instead of an image copied to the clipboard from another program like mail or safari?

The latest version of Keynote only pastes a blank text field after copying an image to the clipboard in other applications like mail or Safari.  The previous version worked fine with copying and pasting images.  Saving the image to a file and then inserting the image file is the only work-a-round I have found so far.

To place an image on a slide, use Finder to drag and drop the file onto the slide.

Similar Messages

  • Put in the clipboard, from an VB program, an image with a tooltip and a hyperlink to paste them into a Word or PowerPoint doc.

    I tried to put
    in the clipboard an image with an associated tooltip
    and a hyperlink to paste them into a Word or PowerPoint doc.
    I tried to do it with the usual Clipboard's methods SetData and GetData. It's easy to paste an image, text, rich text, html, but it does not appear to be able to associate metadata or hyperlink to an image.
    Usally the tooltip
    and the hyperlink are in the metadata
    associated with the object.
    I think it can be done with the CliboardData class and its Data and Metadata properties, working with the different items of the List of Objects, but I don't know how to tackle it.
    Any suggestions?
    Thank You

    I tried to put
    in the clipboard an image with an associated tooltip
    and a hyperlink to paste them into a Word or PowerPoint doc.
    I tried to do it with the usual Clipboard's methods SetData and GetData. It's easy to paste an image, text, rich text, html, but it does not appear to be able to associate metadata or hyperlink to an image.
    Usally the tooltip
    and the hyperlink are in the metadata
    associated with the object.
    I think it can be done with the CliboardData class and its Data and Metadata properties, working with the different items of the List of Objects, but I don't know how to tackle it.
    Any suggestions?
    Thank You
    Does word or powerpoint associate a tooltip and hyperlink to an image and then allow that image with those associations to be copied to another open word or powerpoint document? If not then your probably wasting your time.
    This code can "listen" for items copied to the clipboard. Needs a RichTextBox on a Form.
    Option Strict On
    Imports System.Runtime.InteropServices
    Public Class Form1
    ' System.Windows.Forms.DataFormats class http://msdn.microsoft.com/en-us/library/system.windows.forms.dataformats(v=vs.110).aspx
    Declare Function AddClipboardFormatListener Lib "user32.dll" (hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
    Declare Function RemoveClipboardFormatListener Lib "user32.dll" (hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
    Dim DataFormats As New Dictionary(Of String, String)
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Me.CenterToScreen()
    DataFormats.Add("Bitmap", "Specifies a Windows bitmap format. This static field is read-only.")
    DataFormats.Add("CommaSeparatedValue", "Specifies a comma-separated value (CSV) format which is a common interchange format used by spreadsheets. This format is not used directly by Windows Forms. This static field is read-only.")
    DataFormats.Add("Dib", "Specifies the Windows device-independent bitmap (DIB) format. This static field is read-only.")
    DataFormats.Add("Dif", "Specifies the Windows Data Interchange Format (DIF) which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("EnhancedMetafile", "Specifies the Windows enhanced metafile format. This static field is read-only.")
    DataFormats.Add("FileDrop", "Specifies the Windows file drop format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("Html", "Specifies text in the HTML Clipboard format. This static field is read-only.")
    DataFormats.Add("Locale", "Specifies the Windows culture format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("MetafilePict", "Specifies the Windows metafile format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("OemText", "Specifies the standard Windows original equipment manufacturer (OEM) text format. This static field is read-only.")
    DataFormats.Add("Palette", "Specifies the Windows palette format. This static field is read-only.")
    DataFormats.Add("PenData", "Specifies the Windows pen data format which consists of pen strokes for handwriting software; Windows Forms does not use this format. This static field is read-only.")
    DataFormats.Add("Riff", "Specifies the Resource Interchange File Format (RIFF) audio format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("Rtf", "Specifies text consisting of Rich Text Format (RTF) data. This static field is read-only.")
    DataFormats.Add("Serializable", "Specifies a format that encapsulates any type of Windows Forms object. This static field is read-only.")
    DataFormats.Add("StringFormat", "Specifies the Windows Forms string class format which Windows Forms uses to store string objects. This static field is read-only.")
    DataFormats.Add("SymbolicLink", "Specifies the Windows symbolic link format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("Text", "Specifies the standard ANSI text format. This static field is read-only.")
    DataFormats.Add("Tiff", "Specifies the Tagged Image File Format (TIFF) which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("UnicodeText", "Specifies the standard Windows Unicode text format. This static field is read-only.")
    DataFormats.Add("WaveAudio", "Specifies the wave audio format which Windows Forms does not directly use. This static field is read-only.")
    AddClipboardFormatListener(Me.Handle)
    End Sub
    Private Sub Form1_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
    RemoveClipboardFormatListener(Me.Handle)
    End Sub
    Protected Overrides Sub WndProc(ByRef m As Message)
    If m.ToString.Contains("msg=0x31d") Then
    Invoke(New ClipboardListenerDelegate(AddressOf ClipboardListener))
    End If
    MyBase.WndProc(m)
    End Sub
    Private Delegate Sub ClipboardListenerDelegate()
    Private Sub ClipboardListener()
    If InvokeRequired Then
    Invoke(New ClipboardListenerDelegate(AddressOf ClipboardListener))
    Else
    RichTextBox1.Clear()
    For Each Item In DataFormats.Keys
    If Clipboard.ContainsData(Item) = True Then
    RichTextBox1.AppendText(Item & " .. " & DataFormats(Item) & vbCrLf)
    End If
    Next
    End If
    End Sub
    End Class
    La vida loca

  • How can I copy all the info from a contact card in address book to paste into a documnent?

    How can I copy all the info from a contact card in address book to paste into a documnent?

    Tom Wolsky wrote:
    The advantage goes to FCP7 if you allow that it can copy and paste filters, audio and video, transformations, and other attributes separately.
    You can do that in FCPX too, as all the things you cited are listed separately in the inspector.
    Here's a little gotcha. Let's say you've color corrected a few clips and you've applied an effect to one and want to paste it the other clips. You switch off color correction and copy the clip. You select the other clips and paste effects. What do you think happens? The effect is applied, but the color correction is applied as well, only it's switched off as it was in the first clip, so all the color correction on the other clips is lost. Fun, eh?
    I'll try to replicate your gotcha - but no, that doesn't sound like fun at all!

  • Copy and Paste to Excel from another program

    I use vb script to paste data to Excel that has been copied to the clipboard via SAS code. However, my code has now failed for some users. SAS accomplishes the writing to the clipboard task, and then creates and issues a system command to run the VB script.
    Here is an example of the current VB script:
    Dim objExcel
    Dim Newbook
    Dim NewSheet
    Dim inSheetCount
    Set objExcel = CreateObject("Excel.Application")
    Set Newbook = objExcel.Workbooks.Add()
    objExcel.Visible = True
    inSheetCount = Newbook.Application.Worksheets.Count
    set NewSheet = Newbook.Sheets.Add( ,objExcel.WorkSheets(inSheetCount))
    objExcel.DisplayAlerts = False
    i = inSheetCount
    Do Until i = 0
     Newbook.Worksheets(i).Delete
     i = i - 1
     Loop
    Newbook.Sheets(1).Name="N1"
    Newbook.Sheets("N1").Select
    Newbook.Sheets("N1").Range("A2").Activate
    NewBook.Sheets("N1").Range("A2").PasteSpecial
    NewSheet.SaveAs("c:\temp\test\tclass1.xlsx")
    objExcel.Workbooks.Close
    objExcel.DisplayAlerts = True
    objExcel.Quit
    The problem is that for some users, Excel can't access the clipboard unless it is already open before the copy operation occurs.
    How can I convert the above script into multiple scripts that allow me to use SAS to: (1) open Excel; (2) not part of script: accomplish the copy operation via SAS; (3) perform the paste and save operation in Excel and then close Excel?
    TIA,
    Art 

    Your link wasn't there when I originally read your post, so I figured out a way to solve my problem on my own. However, thank you for your help and I will definitely look at the link you provided.
    Regardless of the fact that the following is probably quite sloppy code, I was able to do what I wanted by incorporating running Notepad as a shell within my vbscript. The code simply does everything that my original example does but, just prior to pasting
    from the clipboard, opens the txt file in notepad and copies it to the clipboard:
    Dim objExcel
    Dim Newbook
    Dim NewSheet
    Dim inSheetCount
    Set objExcel = CreateObject("Excel.Application")
    Set Newbook = objExcel.Workbooks.Add()
    objExcel.Visible = True
    inSheetCount = Newbook.Application.Worksheets.Count
    set NewSheet = Newbook.Sheets.Add( ,objExcel.WorkSheets(inSheetCount))
    objExcel.DisplayAlerts = False
    i = inSheetCount
    Do Until i = 0
     Newbook.Worksheets(i).Delete
     i = i - 1
     Loop
    Newbook.Sheets(1).Name="test"
    Newbook.Sheets("test").Select
    Newbook.Sheets("test").Range("A1").Activate
    Dim objShell
    Set objShell = CreateObject("WScript.Shell")
    objShell.Run "notepad.exe c:\temp\test\clip.txt"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "%E"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "A"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "%E"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "C"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "%F"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "X"
    Do Until Success = True
    Success = objShell.AppActivate("Notepad")
    Wscript.Sleep 1000
    Loop
    objShell.SendKeys "{TAB}"
    WScript.Sleep 500
    objShell.SendKeys "{ENTER}"
    Wscript.Sleep 1000
    Newbook.Sheets("test").Paste
    NewSheet.SaveAs("c:\temp\test\server_formatted.xlsx")
    objExcel.Workbooks.Close
    objExcel.DisplayAlerts = True
    objExcel.Quit
    WScript.Quit
    Arthur Tabachneck

  • Checking whether field-symbol from another program is assigned?

    Hi all
    I'm attempting to access a FS from another program.
    As the FS can be assigned, or unassigned within that program, how do I checked for that in my calling program?
    e.g. calling program;
    FIELD-SYMBOLS: <fs> TYPE STANDARD TABLE.
    DATA: lv_var(40) type c.
    lv_var = '(ZTGT_PROG)<read_fs>'.
    ASSIGN (lv_var) TO <fs>.   " statement might dump...

    Hi
    Go through this doc and use accordingly
    Field Symbols
    Field symbols are placeholders or symbolic names for other fields. They do not physically reserve space for a field, but point to its contents. A field symbol cam point to any data object. The data object to which a field symbol points is assigned to it after it has been declared in the program.
    Whenever you address a field symbol in a program, you are addressing the field that is assigned to the field symbol. After successful assignment, there is no difference in ABAP whether you reference the field symbol or the field itself. You must assign a field to each field symbol before you can address the latter in programs.
    Field symbols are similar to dereferenced pointers in C (that is, pointers to which the content operator * is applied). However, the only real equivalent of pointers in ABAP, that is, variables that contain a memory address (reference) and that can be used without the contents operator, are reference variables in ABAP Objects.
    All operations programmed with field symbols are applied to the field assigned to it. For example, a MOVE statement between two field symbols moves the contents of the field assigned to the first field symbol to the field assigned to the second field symbol. The field symbols themselves point to the same fields after the MOVE statement as they did before.
    You can create field symbols either without or with type specifications. If you do not specify a type, the field symbol inherits all of the technical attributes of the field assigned to it. If you do specify a type, the system checks the compatibility of the field symbol and the field you are assigning to it during the ASSIGN statement.
    Field symbols provide greater flexibility when you address data objects:
    If you want to process sections of fields, you can specify the offset and length of the field dynamically.
    You can assign one field symbol to another, which allows you to address parts of fields.
    Assignments to field symbols may extend beyond field boundaries. This allows you to address regular sequences of fields in memory efficiently.
    You can also force a field symbol to take different technical attributes from those of the field assigned to it.
    The flexibility of field symbols provides elegant solutions to certain problems. On the other hand, it does mean that errors can easily occur. Since fields are not assigned to field symbols until runtime, the effectiveness of syntax and security checks is very limited for operations involving field symbols. This can lead to runtime errors or incorrect data assignments.
    While runtime errors indicate an obvious problem, incorrect data assignments are dangerous because they can be very difficult to detect. For this reason, you should only use field symbols if you cannot achieve the same result using other ABAP statements.
    For example, you may want to process part of a string where the offset and length depend on the contents of the field. You could use field symbols in this case. However, since the MOVE statement also supports variable offset and length specifications, you should use it instead. The MOVE statement (with your own auxiliary variables if required) is much safer than using field symbols, since it cannot address memory beyond the boundary of a field. However, field symbols may improve performance in some cases.
    check the below links u will get the answers for your questions
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/field_sy.htm
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci920484,00.html
    Syntax Diagram
    FIELD-SYMBOLS
    Basic form
    FIELD-SYMBOLS <fs>.
    Extras:
    1. ... TYPE type
    2. ... TYPE REF TO cif
    3. ... TYPE REF TO DATA
    4. ... TYPE LINE OF type
    5. ... LIKE s
    6. ... LIKE LINE OF s
    7. ... TYPE tabkind
    8. ... STRUCTURE s DEFAULT wa
    The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas. See Cannot Use Untyped Field Symbols ad Cannot Use Field Symbols as Components of Classes.
    Effect
    This statement declares a symbolic field called <fs>. At runtime, you can assign a concrete field to the field symbol using ASSIGN. All operations performed with the field symbol then directly affect the field assigned to it.
    You can only use one of the additions.
    Example
    Output aircraft type from the table SFLIGHT using a field symbol:
    FIELD-SYMBOLS <PT> TYPE ANY.
    DATA SFLIGHT_WA TYPE SFLIGHT.
    ASSIGN SFLIGHT_WA-PLANETYPE TO <PT>.
    WRITE <PT>.
    Addition 1
    ... TYPE type
    Addition 2
    ... TYPE REF TO cif
    Addition 3
    ... TYPE REF TO DATA
    Addition 4
    ... TYPE LINE OF type
    Addition 5
    ... LIKE s
    Addition 6
    ... LIKE LINE OF s
    Addition 7
    ... TYPE tabkind
    Effect
    You can define the type of the field symbol using additions 2 to 7 (just as you can for FORM parameters (compare Defining the Type of Subroutine Parameters). When you use the ASSIGN statement, the system carries out the same type checks as for USING parameters of FORMs.
    This addition is not allowed in an ABAP Objects context. See Cannot Use Obsolete Casting for FIELD SYMBOLS.
    In some cases, the syntax rules that apply to Unicode programs are different than those for non-Unicode programs. See Defining Types Using STRUCTURE.
    Effect
    Assigns any (internal) field string or structure to the field symbol from the ABAP Dictionary (s). All fields of the structure can be addressed by name: <fs>-fieldname. The structured field symbol points initially to the work area wa specified after DEFAULT.
    The work area wa must be at least as long as the structure s. If s contains fields of the type I or F, wa should have the structure s or at least begin in that way, since otherwise alignment problems may occur.
    Example
    Address components of the flight bookings table SBOOK using a field symbol:
    DATA SBOOK_WA LIKE SBOOK.
    FIELD-SYMBOLS <SB> STRUCTURE SBOOK
    DEFAULT SBOOK_WA.
    WRITE: <SB>-BOOKID, <SB>-FLDATE.
    Related
    ASSIGN, DATA
    Additional help
    Declaring Field Symbols
    Reward points if useful
    Regards
    Anji

  • I downloaded the new 6 software. Me and my boyfriend share the same iTunes account and now every time I text him I also get a copy of the text sent to my from my number. How do I get that to stop?

    I downloaded the new 6 software. Me and my boyfriend share the same iTunes account and now every time I text him I also get a copy of the text sent to my from my number. How do I get that to stop?

    Go to settings > messages > send & receive
    check or uncheck the correct phones numbers and/or email addresses

  • How can I get someone to answer the phone? I'm ready to give VERIZON my business. I sat on the phone for over 20 minutes only to be transferred to "Sales." I then sat on the phone for another 15 minutes!!!! I finally hung up.

    How can I get someone to answer the phone? I'm ready to give VERIZON my business. I sat on the phone for over 20 minutes only to be transferred to "Sales." I then sat on the phone for another 15 minutes!!!! I finally hung up.

    It takes an enormous amount of patience and time to get through to a qualified person.
    My Samsung S5 was locked out and needed a factory reset. Including attempts to achieve this locally, it took over an hour before my problem was even addressed.
    You may be interested in my journey to a very good technical support person.
    First I called the local sales person who had given me his personal business card with the friendly advice to call me with any questions. No answer at about 8:30 am when the business was open. His voice mailbox was full.
    Then I called the local store where I had purchased the phone. The person who answered the phone had learned all the proper stock phrases, but was not familiar with the issue, stated that there were no customers in the store, and I should go there in about an hour when there would be more staff. He suggested dialing *411 from my phone (which was locked). Then he gave me a number to call Verizon, which he had to look up, and it took a minute or so. The number was (removed). That is an internal number for employees and contractors and requires a code to access, obviously not designed for customers' use. He finally cut me off by stating that there were a number of customers in line waiting for his attention!
    After researching all my papers I found 800-922-0204 on my bill. The automated message suggested a hold time of 5 minutes, it took 20 minutes for a Customer Service Representative to pick up, and then I was referred to technical assistance. The hold time was announced to take 5 minutes, after 12 minutes I finally was connected.
    Fortunately I had my computer set up for Skype on a loudspeaker, and was able to do some other paperwork while waiting.
    Persistence was rewarded by having the good fortune to be connected to a very experienced, qualified and patient technical support staff with the name of Thomas (removed). He solved my problem, answered my questions during the process of resetting the phone, and gave an example of courteous and kind customer service that I had never experienced before when dealing with any major internet company.
    >> Edited to comply with the Verizon Wireless Terms of Service <<
    Edited by:  Verizon Moderator

  • HT201320 I have two email accounts. However, the iPad automatically uses the account that I only want to use for business. How can I change the account from which mail is sent and received?

    I have two email accounts. However, the iPad automatically uses the account that I only want to use for business. How can I change the account from which mail is sent and received?

    You are most welcome

  • Hide all instances of text fields, instead of only first instance?

    Hi All, Been scouring looking for an answer to this, and tried several things that I haven't been able to make work for me.
    I'm creating a quote form in LC Designer.
    I've got buttons to add or remove instances of a subform. The subform contains 5 fields. I need to add a checkbox that will hide only 2 of the fields within the subform when checked, and when unchecked, show them again. I am able to make this work, but only for the first instance (instance 0?). How can I make this work so it hides these fields from each of the visible instances?
    You can view the form at: https://workspaces.acrobat.com/?d=GVqRa5BfyIKxpkAVBxje3Q
    For anyone that is feeling abitous, what I really wanted to do seems impossible, so I'm going with the above as a simpler workaround. What I really want to do is have a check box that when clicked, will hide the quotation form, and make the purchase order visible, carrying over any field data into a new table on the Purchase order form from the quote form. I've attached this form at https://workspaces.acrobat.com/?d=pqpsXx5VPi*LkMeVKrX57w
    I understand that I need to create an XML schema to accomplish this, but can't figure out for the life of me how to actually create the schema. I can only find info on how to bind the data source once it's been created.
    I would be forever grateful to get a hand with getting either of these forms to do what I need.
    Thank you!

    Hi Barb,
    The first question is fairly easy, you need do exactly what you were doing but for all the rows, so;
    var newPresence = (this.rawValue == "1") ? "hidden" : "visible";
    var rows = page1.resolveNodes("Subform2[*]");
    for (var i = 0; i < rows.length; i++)
        var row = rows.item(i);
        row.Col2.presence = newPresence;
        row.Col4.presence = newPresence;
    The second one can be done, but is a bit fiddly.  I have updated your sample, https://workspaces.acrobat.com/?d=jLYZGae--BiZ0khRbZqvuA
    This relies on having two top level subforms, one for Sales_Quotation and one for Purchase_Order, when you click the checkbox the name of the top element in your data connection is updated, the form is remerged and rendered with the top level subform that matches the new name.  Look in the hierarchy tab and you will see what I mean by top level subform.  Any elements that have the same binding under the Sales_Quotation and Purchase_Order subforms will bind correctly.  You wont need an XML Schema.
    The fiddly bit is that in Designer you can only edit the first top level subform in the form, the second one wont show up at all at design time.  However, the approach was discribed in this blog http://blogs.adobe.com/formfeed/2011/02/multiple-top-level-subforms.html and John has a macro to move the first subform become the last.  I've already run the first macro, NewTopSubform, so you just need the RotateSubforms macro.  There's more information on macros and how to install them in the Designer help http://help.adobe.com/en_US/enterpriseplatform/10.0/DesignerHelp/WS3041177a02dcf48e2f8c933 d12daa5a53a3-8000.html
    Good luck
    Bruce

  • Transferring Photos to an external hard drive. I Copied all the pictures from a folder in iPhoto and Pasted on the Hard Drive. However, only about 50% were Pasted. It will not let me Copy

    I am trying to Transfer my Photos to an External Hard drive as a Back Up. Since I want to be able to Transfer them to a Windows based computer if necassary, I did not use the Automatic Mac Backup program.
    To Transfer them. I Copy all the Pictures in a folder in IPhoto, then Paste them in a Folder of the same name, which I have created on the External Hard Drive. It will Paste about 50% of the Photos. Then, when I try to go back and Copy and Paste the rest, it acts like it has already done that. HELP!!!

    By default, iPhoto keeps pictures in a special library which isn't user friendly - but is effective for the program. The best way to move pictures from iPhoto is to export them from the iPhoto program.
    Start up iPhoto and select all the photos you want to move to your external drive. Go to the File Menu and select Export... For size choose original and then select the external drive as the destination. (It would be good to create a folder for the photos first.)
    Since export doesn't create folders and you may want the photos organized, you can select one event or one album at a time and export each separately, putting them into separate folders on the external.

  • Entering text only in a text field

    does anybody know how to:
    display an error message if the user trys to enter anything other than text in a text field, some sort of validation.
    thanks

    java.lang.Character has many methods for testing if a character is of a particular class (e.g. digit, alpha, alphanumeric etc..)
    http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Character.html

  • When I close firefox "everything " is cleared! EXCEPT when I open it again and anything i have copied to the clipboard (paste icon) remains lit... I believe this can be a security breach because I clear everything when closing firefox !!

    I have my settings to clear everything when I close firefox ver 3.6.13. If I copy something to the clipboard, the Paste icon lights up so I can paste the text... which is normal.
    The problem is when I close the browser and everything is suppose to clear (history, etc) the PASTE Icon still lights up for me to paste again.
    This can be a security breach because I want everything cleared when closing the browser !!!
    The only way I can rid myself of this problem is to restart the computer... which clears the clipboard of the operatinging... which is absolutely normal as well.
    I should not have to restart the computer each time.
    Try It !!! type text in any box... then paste it by using the PASTE Icon
    CLEAR all your history, everything ... then close firefox
    Reopen the browser... and the PASTE Icon will light up

    I only had a few addons installed, I disabled Zone Alarm toolbar, View Source Chart 3.01. I also had 5 separate java console updates/addons, and I uninstalled all but the latest java console 6.0.21. All I have now is Roboform 6.9.98, Firebug 1.5.4, Java console 6.0.21, Java quick starter 1.0. So far, so good, the problem has not occurred today. I hope this is it, I will be more sure after a few days problem free. Thanks for the info.

  • Reading CSV file, populating text fields, saving each as image to folder

    I need to generate a bunch of images by reading a CSV file of records, populating various text fields over an image and then saving each iteration as a new image in a folder. Is Illustrator the best solution to this problem? And if so can someone help me get started?

    In my opinion...
    While Illustrator is an awesome tool its scripting DOM is a little limited, you may have better luck using InDesign as it has a much broader DOM.
    If it is just simple text manipulations and you only require an image (not a document) Photoshop may work well for this as well.
    Both the InDesign and Photoshop scripting forums seem to have much more activity as well.
    For PhotoShop you can also use the awesome resources @: http://www.ps-scripts.com/bb/
    Regards,
    Herr Mueller

  • How do you create instruction text in a text field that will disappear upon typing in the field?

    I have a form containing a text field.  Can I place instruction text in a text field so that after the end user can see the grayed out instructions?
    What I would like is when he clicks in the field to type text, the instruction text goes away; it is no longer seen or printed.
    Right now I have a tool tip; however I believe the instruction text would be of more value to the end user.
    Does anyone have any ideas on how I can do this?
    Can it be done?
    Thanks,
    Diane

    Hi Diane,
    You can do this by setting a null pattern for the textfield (see the Patterns dialog in the Object > Field palette). There is an example here, have a look at the objects to the right on page 2: http://www.assuredynamics.com/?portfolio=laying-out-form-objects.
    There is script that changes the font style depending on the value of the field.
    There is another example here: http://www.assuredynamics.com/?portfolio=scripting-a-null-display-pattern-for-a-dropdown
    Hope that helps,
    Niall

  • I cannot copy off the clipboard. I move the copy icon, get support.mozilla instead

    I can't paste from the clipboard. I move the paste icon to the toolbar and get support.mozilla instead. If I clip on this the paste function is not available

    I have my Time Capsule set up and can access it remotely, however, I cannot copy anything to the TC disk from my desktop. 
    Sorry but do you mean you cannot copy from local LAN to the TC, or from a remote location to the TC.
    What OS is on the computer.. it is a common issue with Mavericks.. where the networking giants have gone back to tin cans and string.
    I recommend a full reset of the TC to factory.
    Change all naming to SMB type.. it is so important now with Mavericks which is SMB by default.
    SMB uses names that are short.. <10characters is great.. keep it less than 20 max.
    No spaces.
    Pure alphanumeric.
    ie when apple setup suggests a name like
    Fred Blog's Airport Time Capsule.. it breaks every rule. It is over long.. has spaces and illegal character.
    So change all names.. eg TCgen4 (replace number with actual Gen if you like.. or just name it TC).
    Call wireless TCwifi (or TC24ghz and TC5ghz if you want separate naming for the bands).
    Then in finder.. use Go, Connect to server.
    Type in
    AFP://TCname  (where TCname is whatever you have now named your TC compliant with the rules above)
    If that fails
    AFP://TCname.local (Mavericks gets domain name issues.. it needs the domain and is local by default.)
    or
    AFP://TCIPaddress. eg AFP://10.0.1.1 which is router address by default.. only use if the ip is static.
    The computer will hopefully discover the resource and now you can type in your password.. public by default.. or whatever you changed it to.
    Now try copying files to the TC.

Maybe you are looking for