XCODE WINDOW INVISIBILITY/Add images to background

is there any way you can get rid of the actual window or make it invisible to the user?
Also how do i add pictures to background of my window? If i understand correctly, you have to add a UIImageView, and link it from the resources file, but then how do i access it in interface builder?
thanks for all the help.
Lord Zartek

To add pictures to an iPhone application (or a Mac application) follow these instructions:
1. Add the image to the Resources section of your project.
2. Add a class called ImageController, which is a subclass of NSObject. Add the following instance variable:
IBOutlet UIImageView *imageView;
Note, if you are doing this for mac, change it to NSImageView instead of UIImageView.
3. In the .m file of the ImageController class, add the init method like this:
-(id)init {
self = [super init];
if (self) {
[imageView setImage:[UIImage imageNamed:@"nameOfYourImage"]];
return self;
Note, if you are doing this for mac, replace UIImage with NSImage. Replace nameOfYourImage with the name of the image in the Resources folder (adding the extension is optional).
4. In Interface Builder, drag a view to the application's window, and drag an object to the Interface Builder document window. Set the object to be of the class ImageController, and control drag from the object to the view, and set the view to be the imageView outlet.
5. Build and run the app.

Similar Messages

  • How to add image at background of video

    I have one image and one video .
    i want to add image in video so that it looks like the part of the video.
    i don't want to add it at the backgroundView of MPmoviecontroller.
    I also don't want to add at the top most layer.

    Hello Clay,
    Click on the browse button at the bottom of your posting and
    ->browse to the image,
    ->select the image
    ->click Upload
    Now your image will be attached to your posting after you click submit.
    Hope this helps...
    The image below was added by doing a print screen, then pasted the image to the posting.

  • How to add Images and PDFs in MDM iView

    Hello!
    We use SAP Portal as interfase to access SAP MDM repository tables.We use MDM Record Set and MDM Item Detail iViews to display and operate with main table content.
    There is a field in the qualified table, which is the lookup to the Images table. And the other field is the lookup to the PDFs table. Both fields are qualifiers.
    In the main table there is a field, which is the lookup to the qualified table. When we try to add values to this field using Item Detail iView, we get a window, where we can fill all values of the qualified table, except Image field and PDF field - they are disabled. So, can we add Images and PDFs to the table using Item Datail iView? Or what is the other way to add them?
    Thanks,
    Vika
    Message was edited by:
            Viktoria Demina

    Ooohh... you mean, like the one mentioned in http://indesignsecrets.com/adding-zoom-and-print-to-indesign-swf-files.php?
    But they want to get paid for their hard work, the bastards!

  • Unable to deploy a Windows 8.1 image using WDS name and approve!

    Hello,
    Hopefully some of you residing Windows 8.1/2012R2 WDS experts are able to answer this question that has been tormenting me for 3 weeks now!
    I have been trying to deploy a custom Windows 8.1 image to a test VM using an answer file and WDS for a mostly unattended process (outside of selecting the image to apply).
    The image and installation process actually works flawlessly if I let WDS handle all known and unknown clients.  The problem comes when I try to "name and approve" the stations.  All I do is enter the name and leave everything else blank
    and/or at their default settings but it always fails no matter the tweaks I've been trying to apply to the answer file, UnsecureJoin true or false with the credentials and whatnot does not matter.  For the sake of simplicity, I'll post the "specialize"
    portion of my answer file which worked using UnsecureJoin without name and approve here:
    <settings pass="specialize">
    <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Identification>
    <UnsecureJoin>true</UnsecureJoin>
    </Identification>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>%MACHINENAME%</ComputerName>
    <RegisteredOrganization>Organization</RegisteredOrganization>
    <RegisteredOwner>Utilisateur</RegisteredOwner>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>1009:00001009</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>fr-FR</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    The error I retrieved from C:\Windows\panther\setuperr.log is: "[DJOIN.EXE] Unattended Join: At least one of JoinWorkgroup/JoinDomain must be specified: 0x57".  Thus, I retry with name and approve but by specifying the JoinDomain with the
    %MACHINEDOMAIN% value as such:
    <Identification>
    <UnsecureJoin>true</UnsecureJoin>
    <JoinDomain>%MACHINEDOMAIN%</JoinDomain>
    </Identification>
    This seems weird since WDS should already have this information which is specified in the WDS server properties.  Still, I add the requested information and try again which then gives me the following error fetched from C:\Windows\debug\NetSetup.log:
    "NetpGetDomainData: Failed to find the domain data: 0x6e"
    Anybody else ran into this and know the fix for it?
    Also, as an additional note, not sure if it is relevant, but doing only "Approve" will not work at all either as it gives me the following error when I attempt to do so: "The name provided is not a properly formed account name." despite
    the fact that I've formatted it to use "CVL%MAC" which should pass by fine.

    Hi,
    Firstly, I need to confirm how the name setting got passed? Because according to my test, if the device named uncorrectly, it would prompt the error and couldn't go to next step:
    As far as I know, the naming standard is different between Device Identity and ADDS server naming policy, the second naming policy should be like: %61username%#
    Therefore, please check your PC device name if there is any problem with it. You can also refer to the contents of the link below for more details about Naming Standard:
    http://programming4.us/desktop/21662.aspx
    Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    For another problem, Unsecure join, according to the contents of the link below. since Vista, shared computer password is a dynamically generated, no need to assign the password manually.
    http://technet.microsoft.com/en-us/library/cc730845(v=ws.10).aspx
    Roger Lu
    TechNet Community Support

  • Can't add images to announcements in SharePoint-hosted app in Office 365

    I tried something very simple:
    Create a new SharePoint-hosted app
    Add a new list to the app, based on the Announcements template
    Deploy the app to my Dev site on Office 365
    When I now add a new item (aka a new announcement) and try to add an image to the Body field, I encounter two errors (depending on whether I try to add an image from my Computer or from SharePoint)
    Adding from my computer gives me an unexpected error:
    Adding from SharePoint shows me a structure of all the apps in my hostweb, but no way to upload an image either to the hostweb or the appweb:
    Is it not possible to add images to a Rich Text field in a list in an app?

    Hi Rene,
    For inserting any image from you computer to you App web, you need to create a separate picture library in your app web manually i.e. in your SharePoint hosted app add a new list item, under list settings window choose "create a list instance
    base on existing list template" and in the drop down select
    picture library. Now deploy the app and try again.
    Generally when we insert any image from our computer to a SharePoint rich text field, the image gets upload in one of the document libraries, but this option is not available in the newly created app web, as it doesn't contains any separate library..
    For you next error, make sure that in the app manifest you are providing
    read access on the web, this will resolve you second problem.
    Hope it helps you.....

  • Add image to iPhoto library doesn't open IPhoto screen

    OS 10.4.10
    Ibook G4
    1.5 GB Ram
    iPhoto 5.0.4
    Hi,
    When I want to capture a picture, whether from the web or elsewhere, I usually press control-click and a pop down window appears with various choices, one of which is "Add image to iPhoto library". Ordinarily, what happens is that the iPhoto screen appears, says "loading photos" and I see the image I have added.
    Today, I have pressed control-click, "Add image to iPhoto library", but the iPhoto window didn't open. The application opened because the tool bar (menu?) at the top was iPhoto, and said so at the far left corner.
    The weird thing then was that when I did get the iPhoto screen to open (and I don't remember what I did to do that) all the pictures I thought I hadn't downloaded, were there.
    I admit I have been having some weird things going on in all my programs and in the finder, such as lots of the beach ball, and the stopped watch; putting the cursor into a line of text not to select but to write, and the word and/or the line got selected. Other things too. But iPhoto has been reliable up to today. I'm pleased that I /did/ get the pictures after all, but I'd like to know why the iPhoto screen didn't appear as usual.
    Thanks for any help you can give,
    Rafael

    Rafael
    My concern is that your issue is not with iPhoto, but a more generalised one - especially when I read
    I have been having some weird things going on in all my programs and in the finder, such as lots of the beach ball, and the stopped watch; putting the cursor into a line of text not to select but to write, and the word and/or the line got selected. Other things too.
    I would have that Hard Disk checked, this could be the beginnings of a hardware issue.
    Regards
    TD

  • MDM: Search for images in the dialog window "Select Multiple Images"

    Hi,
    are there possibilities to search for images in the dialog window "Select Multiple Images" (if you want to add a image to a record)?
    I know the possibilities to sort the images and the possibilities with the data groups. But I don't know a possibilities to search for a single image.
    Thanks for any help!
    Best regards, Melanie

    Hi,
          From the question you asked; its not much clear what your clear requirement is; but if its what i get then the solution is:
          How is that you want to select the image? With Image view or By viewing the image itself ? For it when u select "Select Multiple Images" you can find two as "Available Images" and "Selected Images" and in between u can find some buttons, after "All, Add, Remove and None" you can find two buttons "Thumb Nail" and "view Details". I think you can use these buttons for your solution.
          When you select "Thumb Nail" button you can see the image in real and select the image.  OR you can select "View Details" and check the file name or path or the requirement as required.
          CHARAN
    Lead, follow or Get out of way

  • How to update the large amount of thumbnail images in background process

    in my application i want to load large number of thumbnail images(each images set as icon for separate jradiobutton) into panel. This panel is in left side of JSplitPane.
    when application is starting, now I’m loading the thumbnail buttons without image(to run the application quickly).
    now i want to update the buttons with real thumbnail images in background. i tried with thread and SwingUtilities.invokeLater ,but it stuck the application until updating finish.
    Note:im using java1.4 (not in the possession to use other versions)
    Can anybody give suggestion?
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
         for (int j = 0; j < imgPagesV.size(); j++) {
         try {
              ImageIcon icon = new ImageIcon((BufferedImage)thumImagesV.get(j)); //thumImagesV vector have thumnail bufferedimages 
              ((JRadioButton)thumButtonPanel.getComponent(j)).setIcon(icon);
              updateUI();
         } catch (Exception e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
    });

    thax for your reply ..
    even i call new smiple thread to load the images it freeze the main gui. is any wrong in my way ?
    Thread Class
    import javax.media.jai.NullOpImage;
    import javax.media.jai.OpImage;
    import com.sun.media.jai.codec.ImageCodec;
    import com.sun.media.jai.codec.ImageDecoder;
    import com.sun.media.jai.codec.TIFFDecodeParam;
    public class TestThread extends Thread {
         File tiffImg;
         TestThread(File img) {
              this.tiffImg = img;
          * extracting form tiff images and creates thumbnail then add into vector
         public void run() {
              ImageDecoder dec = null;
              Vector thumImagesV = new Vector();
              TIFFDecodeParam param = new TIFFDecodeParam();
              param.setDecodePaletteAsShorts(true);
              param.setJPEGDecompressYCbCrToRGB(true);
              try {
                   dec = ImageCodec.createImageDecoder("tiff", tiffImg, param);
                   int start, end = 0;
                   for (int i = 0; i < dec.getNumPages(); i++) {
                        RenderedImage rm = new NullOpImage(dec.decodeAsRenderedImage(i), null, OpImage.OP_IO_BOUND, null);
                        thumImagesV.add(i, ImageHandler.createThumbnail(rm, 150));
              } catch (Exception e) {
                   e.printStackTrace();
    Main GUI Class
         private void buildGUI(File selectedFile) {
              configButtonPanel();
              configThumbnailPanel(selectedFile);//loading with out thumbnail image
              new TestThread(selectedFile).run();
         }

  • Problem in unattended installation of Windows 10 OS image from its ISO

    Hi There,
    I am trying to install unattended Windows 10 OS image from its ISO by unattended.xml. While doing it windows boot screen get stuck at windows setup screen where it ask input for Language, TIme format and Keyboard input method. For same
    process if I use windows 8.1 ISO for installation it works fine. From technet I come to know that Windows 10 has NT DISM version as 6.4 and 8.1 has 6.3.  But I am not getting how I can make these change in my automation..
    We are creating a FLP file which includes (unattended.xml and few other files)and then specify that file to Vmware workstation Windows 10 image floppy drive and Windows 10 iso to DVD drive and then booting the VM.
    Same process works for Windows 8.1 OS unattended installation but it is getting failed for Windows 10.
    Please help.
    Regards,
    Nortonboy

    Hi Alex,
    I am using ISO :- 9841.0.140912-1613.FBL_RELEASE_CLIENTPRO-CORE_OEMRET_X64FRE_EN-US.ISO
    Answer file :- autounattend.xml.
    Yeah same answer file works for Win 8.1 but when I am useing above ISO which is same what you mentioned  but still it stuck.
    I am using below content in autounattend.xml
    ##################################3
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
      <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <SetupUILanguage>
            <UILanguage>en-us</UILanguage>
          </SetupUILanguage>
          <InputLocale>en-us</InputLocale>
          <SystemLocale>en-us</SystemLocale>
          <UILanguage>en-us</UILanguage>
          <UserLocale>en-us</UserLocale>
        </component>
    <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipAutoActivation>true</SkipAutoActivation> 
        </component
        <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <UserData>
            <AcceptEula>true</AcceptEula>
            <ProductKey>
              <WillShowUI>OnError</WillShowUI>
              <Key></Key>
            </ProductKey>
          </UserData>
          <Display>
            <ColorDepth>32</ColorDepth>
            <HorizontalResolution>1024</HorizontalResolution>
            <VerticalResolution>768</VerticalResolution>
          </Display>
          <ComplianceCheck>
            <DisplayReport>OnError</DisplayReport>
          </ComplianceCheck>
          <DiskConfiguration>
            <WillShowUI>OnError</WillShowUI>
            <DisableEncryptedDiskProvisioning>true</DisableEncryptedDiskProvisioning>
            <Disk>
              <DiskID>0</DiskID>
              <WillWipeDisk>true</WillWipeDisk>
              <CreatePartitions>
                <CreatePartition>
                  <Extend>true</Extend>
                  <Order>1</Order>
                  <Type>Primary</Type>
                </CreatePartition>
              </CreatePartitions>
              <ModifyPartitions>
                <ModifyPartition>
                  <Active>true</Active>
                  <Format>NTFS</Format>
                  <Label>Windows</Label>
                  <Order>1</Order>
                  <PartitionID>1</PartitionID>
                </ModifyPartition>
              </ModifyPartitions>
            </Disk>
          </DiskConfiguration>
          <ImageInstall>
            <OSImage>
              <InstallTo>
                <DiskID>0</DiskID>
                <PartitionID>1</PartitionID>
              </InstallTo>
              <WillShowUI>OnError</WillShowUI>
              <InstallToAvailablePartition>false</InstallToAvailablePartition>
            </OSImage>
          </ImageInstall>
        </component>
      </settings>
      <settings pass="specialize">
        <component name="Microsoft-Windows-Security-SPP-UX" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <SkipAutoActivation>true</SkipAutoActivation>
        </component>
        <component name="Microsoft-Windows-LUA-Settings" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <EnableLUA>false</EnableLUA>
        </component>
        <component name="Security-Malware-Windows-Defender" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DisableAntiSpyware>true</DisableAntiSpyware>
        </component>
        <component name="Microsoft-Windows-SystemRestore-Main" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DisableSR>1</DisableSR>
        </component>
        <component name="Microsoft-Windows-SQMAPI" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <CEIPEnabled>0</CEIPEnabled>
        </component>
        <component name="Networking-MPSSVC-Svc" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
          <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
          <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
          <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
          <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
          <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <UserAccounts>
            <AdministratorPassword>
              <Value>password</Value>
              <PlainText>true</PlainText>
            </AdministratorPassword>
            <LocalAccounts>
              <LocalAccount wcm:action="add">
                <Password>
                  <Value>symantec</Value>
                  <PlainText>true</PlainText>
                </Password>
                <Description>Automation Account</Description>
                <DisplayName>Automation Account</DisplayName>
                <Group>Administrators;Power Users</Group>
                <Name>Automation</Name>
              </LocalAccount>
            </LocalAccounts>
          </UserAccounts>
          <OOBE>
            <HideEULAPage>true</HideEULAPage>
            <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            <ProtectYourPC>3</ProtectYourPC>
            <NetworkLocation>Other</NetworkLocation>
          </OOBE>
          <Display>
            <ColorDepth>32</ColorDepth>
            <HorizontalResolution>1024</HorizontalResolution>
            <VerticalResolution>768</VerticalResolution>
          </Display>
          <TimeZone>Pacific Standard Time</TimeZone>
        </component>
        <component name="Microsoft-Windows-International-Core" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
          <InputLocale>en-US</InputLocale>
          <SystemLocale>en-US</SystemLocale>
          <UILanguage>en-US</UILanguage>
          <UserLocale>en-US</UserLocale>
        </component>
      </settings>
    </unattend>
    Do you guys have any inputs on this issue
    Nortonboy

  • Cannot add images to existing collection

    I cannot add images to an existing collection. When I am in the Library/navigator modus, and I grab one or more images, I can not drag them to an existing library. I do can however, drag an entire collection to a collection set, but that is not what I want.
    Anyone any idea?
    Lightroom 3.4.1 & windows 7
    gr,
    René

    René,
    I can think of three possibilities:
    --You can't drag images to smart collections. Only regular collections.
    --You can't drag an image to a collection set.
    --You have to drag by the image, not the border.
    Hal

  • Image for background

    I have an image now that I want to use for a background on
    all of my WebPages. The image size is 2912x 4368 and I have made it
    1024x1536. On the page it looks good but what happens is the image
    repeats itself twice for width and length. I want it to only stay
    as one image no matter what resolution it is viewed as and not
    repeat the image for either length or width. Plus not look
    stretched or distorted.
    I am using Dream Weaver MX version 6 and also have Adobe PS
    CS2, any questions just ask.
    How do I achieve this?
    Thanks

    Why so huge? What is the weight of that monster?
    > I want it to only stay as one image no matter what
    resolution
    This is not a resolution issue. It's a browser window size
    issue (and
    always has been). When you say "stay as one image", do you
    mean "not tile",
    or do you mean "fill the entire width and height"? If the
    latter, then you
    cannot do that with a background image. Background images
    tile, they don't
    stretch. You can prevent the tiling with a little CSS -
    body { background-repeat:no-repeat; }
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "568jfe56nfg" <[email protected]> wrote in
    message
    news:fn33r3$a9a$[email protected]..
    > I have an image now that I want to use for a background
    on all of my
    > WebPages. The image size is 2912x 4368 and I have made
    it 1024x1536. On
    > the
    > page it looks good but what happens is the image repeats
    itself twice for
    > width
    > and length. I want it to only stay as one image no
    matter what resolution
    > it is
    > viewed as and not repeat the image for either length or
    width. Plus not
    > look
    > stretched or distorted.
    >
    > I am using Dream Weaver MX version 6 and also have Adobe
    PS CS2, any
    > questions
    > just ask.
    >
    > How do I achieve this?
    >
    > Thanks
    >
    >

  • How to add image to webdynpro screen . ?

    How to add image to webdynpro screen . ?

    hi,
    right click ur application and then click on create mime object.
    with Mime Objects u cn upload doc , jpeg, or giff files from our local system into the webdypnpro system .
    You can even try creating the MIME objects in webdynrpo abap .
    Right click on ur component->mime object->import
    after importing you can see that image into your component as MIME object .Now insert a UI element image into your view layout .
    Go to the source property of IMAGE element and select F4 option , u will find a window is opening with some tabs
    Select tab COMPONENT IMAGES and component name select your component .
    You will find the image which you have imported into this section just select the image and save it.
    In the transaction sicf/bc/webdynpro , u cn check your component name there you can view the mime objects created by you .
    also refer the SAP online help :
    http://help.sap.com/saphelp_crm50/helpdata/en/46/bb182fab4811d4968100a0c94260a5/content.htm
    to knw more abt mime repositories.
    http://help.sap.com/saphelp_nw04/helpdata/en/f3/1a61a9dc7f2e4199458e964e76b4ba/content.htm
    regards,
    Amit

  • Adding images in background in forms in screen painter

    Hi,
    My thought is it not possible to add images in the background of the forms in the screen painter and also have add colours and other attributes to the texts in the screen painter. pls share your idea and it is very important. pls convey me....

    Hello,
    Please go through this thread:
    about displaying background image.
    Vasanth

  • "Add image to iPhoto Library" in safari doesn't show up anymore!

                   Hey, I got a problem with my computer. Normally, When i right click an image, a tab window shows up with an option to "add image to iphoto". Now it doesn't come up anymore. Please tell me how to fix this!

    Well given that we don't know what version of OS X you're on, what version of Safari you're using and it's the iPhoto forum and not the Safari one, the best I can suggest is that you try repair permissions with Disk Utility

  • Any Browser freezes when trying to add image finder pop-up

    Since updating to Mavericks, whenever I try to add images etc in ANY Browser, the finder popup freezes when I select Desktop for the image.
    I have found a work around, I created a folder, I called Images on the desktop, and when I copy any images etc into that folder, I can select the folder, and the contents to add to browser etc.
    This also works if I copy image to any other sidebar folder, ie documents.
    Sometimes works off desktop if I reboot imac, for a while.
    This is very annoying, and has only happened since 10.9 update
    I have to Force Quit on the browser, to continue using that Browser
    Firefox, Safari, Chrome, Camino, all the same. (Latest versions)

    I wasn't referring to this forum, but I've just tried to add image to this post , and the same problem shows.
    Choosing Desktop from finder pop-up sidebar, browser freezes then I have to force quit.
    Select any other sidebar item, including my folder "Image" from Desktop, works fine !!
    Funnily enough, because this forum adds image into the message, I can drag & Drop image here !!!
    But only in compose window, when I post message, the image disappears !
    However, this dooesn't bother me.
    My problem is with forums where images are added by an extra input below message body

Maybe you are looking for

  • Min and MAx Value in a SELECT Statement

    Hi, I have a scenario where I am Selecting the values BETWEEN MIN and MAX values: SELECT * FROM ABC WHERE CODE BETWEEN MIN(CODE) AND MAX(CODE) ITS GETTING Error as:ORA-00934: group function is not allowed here Any help will be needful for me.

  • Mapping in BPM: how to merge results of receive steps into send steps

    Hello, we need the following BP: 1. async. Receive Step: receive an IDoc 2. sync. Send Step: WebService request using the content of an IDoc field. The WebService returns some data we need for the destination structure. 3. Transformation??? 4. async.

  • Problems with iSight on Intel iMac

    I've got a very big problem with my iSight, since 2 days. The green light turn on right at booting, just after I push the Power button. Any software (Photo Booth, QuickTime Pro, iMovie) recognize my camera. The iSight isn't mentioned in Apple System

  • Effect of modification in other language

    hi experts, I am coping zmedruck from medruck in all languages with original languge as DE. If i do some changes in zmedruck with org. language as DE. <b>my ques. is whether these changes will be reflected when i open zmedruck in EN.</b> </b> KINDLY

  • Error in extracting data

    Hi All, I am checking data for a custom defined datasource in RSA3.error is "Please, select ABTEI with just one request"  where ABTEI is field of the datasource . what could be the reason? regards murali.