Interface Builder - Custom images not visible in Cocoa Simulator

I'm very new to this, and just toying around with Interface Builder more than anything at this stage…
Anyway, my problem… I've created some of my own images to place on buttons, etc. I've saved them in PNG format and dragged them into the Resources folder of my Xcode project, so they become available in Interface Builder's media library. I can drag them onto my window just fine, but when I test the UI with the 'Simulate Interface' command, the images disappear completely.
Any ideas?

This was changed in Interface Builder 3.0. Now, you have to click on the "Connections" tab in the object's Info panel. I think it is the 2nd one from the right. You will recognize it because you will see all your outlets. You click the little circle next to the outlet and drag a line over the user interface object to make the connection. Once you do that, there is a bug in Interface Builder that will blank out the info panel. You will have to select some other object to redisplay any information, then click back to your original object. The bindings panel has a similar set of bugs. Suffice to say, Interface Builder 3.0 is a work in progress.
PS - to break a connection, click the little X button next to an outlet name.

Similar Messages

  • Account generation workflow custom process  not visible in lov

    Hi guru,
    i have created a sample process in "Project Supplier Invoice Account Generation".
    but when i upload the work flow in data base by the concurrent program . i dont find the sample process in " account generation window" in GL.
    Please help gurus.
    Regards
    vishal

    Hi,
    See the foll notes for solution:
    Note 541877 - CUF: Customer fields as checkbox
    Note 1016297 - Header customer fields are not displayed in bbpsc02
    Note 1034079 - Customer fields not visible in shopping wizard
    BR,
    Disha.
    Pls reward points for useful answers.

  • SP 2010 Publishing - Rollup and Page Images not visible when entering page edit mode

    All:
    Hello, I have an odd issue recently appearing after installation of FEB 2013 CU install. When users select to Edit a Publishing Page the Rollup Image and also Page Image(Article Page Layout) are not visible. Only the "Click here to insert Image from
    SharePoint" link is visible.
    The issue has be confirmed in 5 servers across two farms
    DEV, QA, and PROD on client recently updated
    DEV and PROD in a completely separate client farm
    I have confirmed the issue does not exist in two separate farms running April 2012 CU. In both of those environments the image appears with issue even in Edit page mode.
    In the farms where the issue exists you can click the insert image link and simply hit OK to see the image again. An easy enough work around for tech savvy but my client's content admins are very confused/frustrated by.
    Is this a bug? I have confirmed in two separate farms including brand new web applications using out of the box publishing site templates.

    Hi.
    We have been facing the same issue in a 2013-environment (SP1), but in this case an upgraded 2010 Solution, which still runs in 2010-mode. Because of this, SharePoint still use resource-files in the 14-hive (as we have not performed an upgrade of Master
    Pages etc.) The problem is also reproduced on a clean 2010 Site Collection in the same 2013-environment.
    I have managed to find the cause of the problem (at least in our environment), and that is that as long as the selected picture/image has
    not defined an "AltText"/"Alternate Text" the problem seems to occur.
    In other words, try to define an Alternate Text and click OK in the "Edit Image Properties" Dialog.
    I don't know if this may be the case for everyone else, but give it a try.
    From this, I've further discovered (after hours of js-debugging) that there is a minor change (from 2010 to 2013) in a js-file called "SelectorControls.js" which is responsible for updating the various controls used in Page Layouts etc.
    The problem exist in a method called ASO_UpdateButtonsAndPanels(), which checks whether the Image Control in question has content or not (Url). The local variable "hasContent" is then determined of an if statement, if(this.AssetData.ManageLinkDisplayText)
    which in 2010 (14-hive) seems to be "true" regardless whether the Control is of type Image or Hyperlink. Further the code checks for AssetText (Alternate Text) which on an Image may be left empty.
    In 2013 (15-hive) however, this if statement has been changed to, if(this.SelectorType==ConstLinkSelectorType), which clearly states "Image" or "Link" depending on the type of control.
    I don't know if this is the cause of the problem in 2013, but in 2010 it seems to be exactly that.
    Pending a solution from Microsoft, we have modified SelectorControls.js to overcome this issue until the customer decides to do a Visual Upgrade to 2013.
    This is by all means not a supported nor a a permanent solution to the problem, as future Hotfixes, Service Pack etc. may "reset" our fix.
    Below is a copy of the working solution:
    function ASO_UpdateButtonsAndPanels()
    {ULSuBa:;
    var hasContent=!!this.AssetData.AssetUrl;
    //SharePoint 2010: ManageLinkDisplayText is always "True"
    //var hasContent=!!this.AssetData.AssetUrl;
    //if(this.AssetData.ManageLinkDisplayText)
    //hasContent=hasContent && !!this.AssetData.AssetText;
    //SharePoint 2013
    //var a=!!this.AssetData.AssetUrl;
    //if(this.SelectorType==ConstLinkSelectorType) a = a && !!this.AssetData.AssetText;
    //Fix for preventing existing selected image to disappear when saving page and/or editing a page with existing image.
    if(this.SelectorType!=ConstImageSelectorType)
    if(this.AssetData.ManageLinkDisplayText)
    hasContent=hasContent && !!this.AssetData.AssetText;
    if( hasContent )
    if (this.ClearAssetButton !=null)
    this.ClearAssetButton.EnableButton();
    this.GetAssetSelectedPanel().style.display="inline";
    this.GetEmptyPanel().style.display="none";
    else
    if (this.ClearAssetButton !=null)
    this.ClearAssetButton.DisableButton();
    this.GetAssetSelectedPanel().style.display="none";
    this.GetEmptyPanel().style.display="inline";
    I hope this helps anyone else struggling with the same problem.
    Thanks!
    Øyvind

  • Custom fields not visible in the Active Subject Area column

    Hello,
    I have created several custom fields in the Object Service Request. I need to create a report with those fields, but some of them are not visible / displayed.
    Is there any delay between the custom field creation and its availability in Oracle Answer? Because, only the "old" custom fields appears in the list.
    Thanks in advance for your advices.
    Laurent

    it generally takes one day to appear in analytics

  • Interface Builder Error: Could not read archive

    I created a new project in Xcode. I double click on MainWindow.xib and it opens up Interface Builder like it should, but then I get an error saying "Could not read archive". This happens every time with any project I have tried to start; please help.

    I' ve the same problem. And if I make a new interface and save it, after a new klick on MainWindow.xib there's tthe error saying too.
    Sorry for my bad Englisch, but I'm German.

  • Custom subtype not visible in ESS benefits

    Hi Experts,
    in erp2005, i created a custom subtype 9B for IT0021 (family members). defined a use case to maintain records through ESS personal information workset. so, a new button with name beneficiaries is seen on portal. however, these beneficiaries are not visible when employee wants to add them in the benefits plans as a beneficiary in certain plans. in the backend system, they are visible however. they can be added to a plan.
    thanks for reading, i appreciate your help.

    Kumarpal,
    did you check this thread
    https://forums.sdn.sap.com/click.jspa?searchID=17218337&messageID=6299502
    Thanks
    Bala Duvvuri

  • Images Not Visible but Loading within Spry

    I've built out a site using Spry numerous times and never had
    any problems. But the below site I'm having issues with in that it
    works fine in Safari but the images load within the Spry region set
    (div id="mainContent") but are not visible. The images are
    definately there as they can be viewed in a seperate window or
    downloaded to the desktop.
    w/w/w/./sl/im/press/./com (ignore / for domain name)
    I've tried commenting out various elements in the css and
    html and nothing seems to remedy this problem. Any help would be
    super appreciated as I'm super stuck on this! The images don't load
    in Firefox or Explorer. Thanks!

    Hi bkerkay,
    first try a rebuild of the library.
    Try this:
    Before doing a rebuild make sure iPhoto's trash bin is emptied. You can do this by control clicking on the trash bin, or from the menu bar under iPhoto.
    Close iPhoto
    Duplicate the iPhoto Library folder
    Drag the duplicate to the desktop (hopefully you have enough room on your hard drive for the duplicate.)
    Launch iPhoto holding down the Command and Option keys until you see the rebuild options screen.
    Choose the first three options. If you were missing photos in your library, also choose the last option. Be advised that you will get a roll of orphaned photos and it might be quite huge. Most of them will already be in your iPhoto library, but use caution when deleting anything from this roll until you are sure the photos are still in your library in another place. It might be a good idea to share/export this roll of photos just in case you need to import them again.
    Back to the rebuild, depending on the size of your library it might take some time. When it is done, hopefully your photos will be there.
    You might see some unexpected results as I did when I did a rebuild. Photos had been moved to wrong dates, video clips had lost their duration info and some were even orphaned from the jpg pointer file. It took me some time to straighten it out again.
    This is the reason to make a duplicate before you rebuild, in case you do not like the result. If you don't like the result, close iPhoto, then delete the rebuilt library and drag the duplicate back into the Pictures folder making sure the name is iPhoto Library. Launch iPhoto and it should open the library in the Pictures folder.
    iPhoto 4 or later: Rebuilding the iPhoto Library
    Get back with results.
    Lori

  • Custom View not visible in Overview page as AB unless "Reset to Default"

    Hi Experts,
    I am facing a strange issue here.
    I enhanced the component TPMOE and created a custom view ZTRADESPENDEXCEPTION in it.
    Now i have added this view as assignment block in all 6 configuration available for the overview page.
    I have redefined the DETACH_STATIC_OVW_VIEWS and REATTACH_STATIC_OVW_VIEWS.
    The issue i am facing is that my view assignment block is not visible to the user unless he/she goes to the personalization of the overview page and hits "Reset to Default". Once this is done, later on users can change there personalizations and everything works fine.
    Now i am not sure i can go and tell all end users to go to personalization of the TPMOE overview page and click on "Reset to Default".
    Is there any other way i can show my view to the end users?
    I have done this on the lines of overview page layout changing when you select product planning basis while creating Trade Promotions.
    Thanks and Regards
    Gaurav Kumar Raghav

    Hi Amar,
    My coding is given below.
    In DETACH_STATIC_OVW_VIEWS, the coding is:
    Call Super Method
    ls_viewid-view_id = '<My View Name>'.
    Append ls_viewid to rt_view_id
    In REATTACH_STATIC_OVW_VIEWS, the coding is:
    Call Super Method
    if <flag>  = 'X'.
    ls_viewid-view_id = '<My View Name>'.
    Append ls_viewid to rt_return.
    endif.
    In debug mode, the coding get executed correctly and my view is returned for attachement.
    For each user, the first time, i need to say "Reset to Default".
    After that it works fine, my view is displayed.
    Is the program "BSP_DLC_DELETE_PERSONALIZATION"  a good solution to my problem?
    Thanks and Regards
    Gaurav Kumar Raghav

  • Custom field not visible for Project task in PPM 5.0

    Hi,
    I have done the SPRO configuration required to add a custom field in Project task
    1. Enhance DB table. added  the field in structure DPR_TS_TASK_EXTENDED_ATTR, object type TTO
    2. Define field groups for custom fields
    3. Set up field control.
    The custom field tab has come after making SPRO changes. But the field is not visible on the tab.
    Please let me know if I am missing any steps.
    Thanks,
    Yomesh

    Dear Yomesh;
    You have to config the view or subview at:
    SAP Portfolio and Project Management -> Portfolio Management -> Global Customizing -> Global Field Settings -> Assign Fields to Views/Subviews
    Here try to to setup the view that you want to see the custom field.
    Hope you help you.
    Regards.
    Mariano

  • Fill Image not visible with iOS (ipad/iphone)

    Hi
    I created a website with Adobe Muse and I have an issue when surfing with ipad or iphone.
    When you have a coloured rectangle and add a fill image to it, it's perfectly visible with any type of browser on a desktop pc.
    Yet, when using iOS7 the image is not shown, I only see the coloured rectangle.
    This issue only concurs when I use parallax layers. The moment I add a movement to the image, it's not visible on ipad.
    What I exactly do:
    image fill: adapt to fill (in dutch: aanpassen aan vulling) and centered
    movement: start movement up and right both on 0. after movement: up and right both on 0. This way I can create a parallax effect.
    You can look at the example: http://balratmort.businesscatalyst.com
    There are 4 image's not shown.
    Strange thing: the first image with the brazilian flag has the same settings as the others, and the image is visible!
    Could someone please help me in this?

    I found the solution/error!
    my main position in the movement tab was set to 0px.
    So the movement starts when i'm at the top of the page.
    when i reach the image it's already scrolled out of focus.
    I need to set this to the pixel where my rectangle starts, not 0px.
    and that's why the first image with the brazil flag, worked correctly!
    I hope it's clear, since my muse is dutch, not english.

  • Images not visible in Web Dynpro

    Hi All,
    I am trying to show pictures from KM in a Web Dynpro for Java application but I have some issues with some pictures created and modified in Macintosh.
    Pictures/images created in Adobe Photoshop CS2 Macintoch are not visible.
    Any idea?
    Regards,
    Ridouan

    Hi Armin,
    The format is 240 by 340 px, the size is 85kb.
    The browser is displaying the images correctly and I can't open the images with MS Paint.
    I am using Windows viewer to view these images.
    The URL is correct as I have other images (not created in Macintoch) and Web Dynpro is displaying these images just fine. The size is here 10KB.
    If I place a link to the image then it will be displayed but not with the KM code.
    wdContext.currentContextElement().setImage("/irj/go/km/docs/documents/Telefoongids/"  + klaccount + ".jpg");
    IPublicTelGidController.IDetailsElement details = wdContext.currentDetailsElement();
              String klaccount = wdContext.currentDetailsElement().getKlaccount();
              String foto_ok = wdContext.currentDetailsElement().getFoto_Ok();
              String manager = wdContext.currentDetailsElement().getManager();
              if (foto_ok.equals("X") && manager.equals("X")){
                   IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
                   IUser sapUser = wdClientUser.getSAPUser();
                   com.sapportals.portal.security.usermanagement.IUser ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser);
                   //Getting the Resource...
                   IResourceContext resourseContext = new ResourceContext(ep5User);
                   IResourceFactory resourseFactory = ResourceFactory.getInstance();
                   String path = "/documents/Telefoongids/" + klaccount + ".jpg";
                   RID pathRIDimg = RID.getRID(path);
                   com.sapportals.wcm.repository.IResource resourceimg =
                   resourseFactory.getResource(pathRIDimg, resourseContext);
                   //Reading the image file...
                   BufferedInputStream bufIn =
                   new BufferedInputStream(resourceimg.getContent().getInputStream());
                   byte[] imagebyte = new byte[bufIn.available()];
                   bufIn.read(imagebyte);
                   //Mapping the image as a WebResourceu2026.
                   //IWDWebResource webResource = WDWebResource.getWebResource(imagebyte,WDWebResourceType.GIF_IMAGE);
                   IWDWebResource webResource = WDWebResource.getWebResource(imagebyte,WDWebResourceType.JPG_IMAGE);
                   wdContext.currentContextElement().setImage(webResource.getURL());
                else{
                     wdContext.currentContextElement().setImage("");
                catch (Exception e)
                e.printStackTrace();

  • Images not visible in LR4

    LR4 only shows 15 images in a folder of 800 images. I processed these 15 images previously. When I go back into the folder, they are the only ones LR4 makes visible to me. Help!

    When I first loaded the folder, I experienced no problems. I processed 15 images and stopped. The next day, when I tried to go in, problems started. The 15 processed images were visible, but the other 800-odd images were covered with a "film", looked grayish. They were not accessible. I could not click on them to process them. I have never had this particular problem happen. I tried reloading the "grayish" images - LR4 showed loading, then when the operation was complete, "No images in folder." I tried deleting the folder, then reloading it. It didn't change - only the 15 images loaded. I moved the 15 processed images into a separate folder, then loading the folder containing the remaining images - "No images in folder." Weird. I use Windows 7 on a Dell PC.

  • Images not visible in applet

    Dear all
    I have this applet for which i designed a toolbar.This toolbar has image icons that display some of the more used controlls. When i test it inside Eclipse i can see if perfectrly. But when i load it inside a browser i get some unexpected behaviour. The images for the image icons that are supposed to be in the tool bar are not visible. I checked the console output but it doesnt give me any permission errors. In the policy file that i placed in the same directory as the .html file i said to give all permisions.
    Is there anything i am missing? (My images are in a diferent subdirectory then the ones where the class files are)
    I know it is some sort of permission problem but dont know how to work it out. I tried by creating a signed applet too. But i think there must be something i am doing wrong.
    Cheers
    Dan

    This is the code i am using to set the image for the button:
    JToggleButton eraser = new JToggleButton( new ImageIcon("ToolbarIcons/eraser.JPG"));
    eraser.setMargin(new Insets(0,0,0,0));
    The result i get is the button with all the functionality but it is totaly grayed out without the image. So i am guessing the image does not get loaded.
    And the second instance where i am getting the images is :
    Toolkit tk = Toolkit.getDefaultToolkit();
    Image img1 = tk.getImage("Cursors/rubbermouse.gif");
    I am using the second case to load some images and cursors.
    Cheers
    Dan

  • OTL Custom Formula not visible in Time Entry Rule window

    Hi Friends,
    I have created a custom Fast Formula of type 'OTL Time Entry Rules'. Created a context with segments for the OTL Formulas Flex Field with formula name same as of the context. But the formula is not visible in the in the time entry rule window.
    Can any one please suggest what is the reason for this?
    Many many thanks in advance.

    Hi,
    Check whether you have given the description for your custom Fast formula while defining the FF in the Write Formula screen.
    Coz, In the Time Entry rules window you will see the description of the fast formula .
    Though the description iss not a mandatory field while defining the FF in the Write Formula screen the time entry rule will take only the description of the FF instead of the FF Name.
    Get beack to me if you need further info.
    Thanks,
    Anuradha

  • Background Image not visible in a PDF report

    Hi Experts!
    I create a WORD 2007 template for BI Publisher 11g. I use a background image.
    When I test the template locally as a PDF, the background image is visible, but when I open the Report with the BI Publisher, there is no image.
    Has anyone an idea?
    Regards Norbert

    The size of the images was too big after compressing it. It worked fine.

Maybe you are looking for

  • Limitation on file VIEW

    I've encountered what appears to be a file size limitation when using the VIEW link and am wondering if anyone knows if there is some configuration change that can overcome the problem. I have a Powerpoint .ppt file that is almost 30MB. The file uplo

  • What happened to QTSS Publisher?!?! What's the new workflow?

    Hello everyone, At my the art college I work at, I administer some HDTV's that run from Mac Mini's that load QTSS Playlists from the QTSS Server as .sdp files. Or at least I DID until we upgraded to Leopard Server 10.5, which promised better performa

  • Local domain, IIS Hosting and SMTP issues.

    I have a local domain on Windows server 2012 with dns, dhcp, iis and smtp. (Yes, I am aware of the dangers of these combinations) it is for learning purposes only and not my main pc.  My local domain is willow.run and I am hosting a website, the doma

  • X axis labels. How to reduce information.

    Im having trouble finding how to reduce the number of x axis labels, (time), My graph is of temperature every 4 minutes over about 10 hours. I would like to have the x axis in hours, but Numbers seems to insist on labeling all 250 points. Is there a

  • ITunes Could Not Synch

    I have been having this synch error pop up while updating apps. etc.  Although it appears that it actually is connecting and synching.  This is more of a nusance than anything and I was wondering if anyone else has encountered the same problem since