DELETE or make TITLE BAR INVISIBLE in XCODE INTERFACE BUILDER

Im trying to figure out how to make the title menu invisible or to simple delete it all together, it serves no purpose in my app, and i would really like it to be gone, any ideas?

>The only trick is that you have to load the NIB file manually. Here's the code to put up your >dialog:
>
>IBNibRef dialogNibRef = NULL;
>WindowRef windowRef = NULL;
>CFBundleRef bundle = CFBundleGetBundleWithIdentifier(kMyBundleIdentifier);
>CreateNibReferenceWithCFBundle(bundle, kMyNIBName, &dialogNibRef);
>CreateWindowFromNib(dialogNibRef, kMyWindowName, &windowRef);
>DisposeNibReference(dialogNibRef);
>
>Having done this, you can show the window using RunAppModalLoopForWindow.
Could you please explain these steps more in detail Aaron. I've setup a UI using the Interface Builder and have put the above mentioned code into DissolveUIMac.cpp but i am getting the following errors:
error: 'kMyBundleIdentifier' was not declared in this scope
error: expected constructor, destructor, or type conversion before '(' token
error: expected constructor, destructor, or type conversion before '(' token
error: expected constructor, destructor, or type conversion before '(' token

Similar Messages

  • Make a button do something Xcode/interface builder

    How can i make a button placed in interface builder do something

    Well, that isn't much better - I am going to guess that your application is for Mac OS X in Objective-C.  Since something like a button is pretty basic, you either need some help with Xcode, or a conversion from some other programming language you know, or both.
    There is a basic button tutorial here that uses the older Xcode (there shouldn't be much difference), although you should look at getting Xcode 4.2 (free from the AppStore), since that is what is current.
    I don't do much in Obj-C so I can't help with good books, but Apple has a few documents on its developer site that should get you started (although most of their documentation has moved on to Xcode 4.

  • Can I upload apps made with xcode Interface Builder to the App Store

    Like my title says Can I upload apps made with xcode Interface Builder to the App Store? I'm currently making an app with the interface builder from xcode and I was wondering if I could upload it like that to the App Store.
    Please help me with this.

    Hi seba,
    In order to be able to submit apps to the App Store, you need these things:
    1. An Apple ID
    2. Join the Mac developer program ($99) https://developer.apple.com/programs/mac/
    Once you've got these, you're free to submit your created applications to the App Store. It should walk you through the process

  • Create an Xcode / Interface Builder Application Written In AppleScript

    Hi.
    I've got what's probably a stupid and easy question.
    I have some AppleScript programs that I'd like to create custom interfaces for.
    I've read about AppleScript Studio.
    I've read that to create an Xcode project written in AppleScript, you can just select 'AppleScript Application' from the New Project window.
    However, the New Project window that I get looks entirely different (newer) and the closest thing that I can find is 'Cocoa-AppleScript application', which doesn't work.
    So, is there a way for me to use Interface Builder and Xcode with my AppleScript programs, short of learning Objective-C and converting everything?
    I'm using 10.6.2, Xcode & Interface Builder 3.2.1.
    Thanks in advance!

    You don't really need to know Objective-C, although it does help a bit with understanding the examples and code snippets in the Cocoa documentation. See my reply to your other topic.

  • Title bar invisible

    Hi all,
    Is there any way to invisible my Title bar in SUD.
    Thanks,
    Peter John.
    Pizza

    Not sure what SUD is (other than that it means "south" in some european languages), but if you're asking about LabVIEW, then you can remove the title bar of a VI's front panel by going into File>>VI Settings>>Window Appearance and selecting Customize.
    Try to take over the world!

  • Trying to make a NSMatrix (of NSButtons) in Interface Builder 3.0

    In Interface Builder 2.x, to make a NSMatrix of NSButtons, all you had to do was option click and drag a corner after the guidelines appear till you had a NSMatrix. For some reason you can't do this anymore with IB 3.0. Does anyone know how to make a NSMatrix of NSButtons?

    I found out how. It's not the same, but basically you have more freedom. Just option drag a button, again and again till you have your pseudo NSMatrix built. After this go under Layout, to Embed Objects In ->, to Matrix, with all the buttons selected, then you have a NSMatrix.

  • Menus disappeared & Title bar covers half of interface

    i've tried reinstalling and repairing itunes, but my interface is all messed up and i don't know what to do! (made sure i restarted, too!)
    /___sbsstatic___/migration-images/147/1470801-1.jpg
    thanks!
    Dell 2350?   Windows XP  

    just solved my own problem - it was a mplugin.dll file in the plugins folder from evillyrics that caused the messed up display. took file out & all better!

  • Removing title bar from popup window

    Hi ,
    I have created an popup window and I have to remove the title bar of that window completely(either to make the title bar invisible or to remove the title bar completely).
    I have tried the following method but of no use,
    1)window.removewwindowfeature.
    Please provide solutions.
    Thanks,
    Mahesh

    Hi Mahesh,
    Just try this out, it will resolve your issue.
    [WebDynpro Popup Window|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a04870c5-749b-2b10-06ba-d25515ef39e3]
    Regards,

  • Fix colour for title bar

    how to make title bar have a fix colour for every OS platform ?

    I think you can.
    Have a look at
    setDefaultLookAndFeelDecorated() in the
    Javadocs of JFrame and JDialog.
    Regards,
    Timno, using LookAndFeel will make the colour of title bar dynamic, i will have different colour for different OS.
    i want to set a specific colour for title bar in top level container component (JFrame or JDialog), then it will be the colour for every OS and the colour will not change even user set different colour scheme.

  • How do you make the title bar display different text than the page title?

    I'm looking for a way for the title bar display of my web page to be different than the text in the actual nav bar created by iWeb. For instance, I'd like the nav bar to just say Home for my main page, but in the title bar in the browser say "blah blah blah."
    I know there has to be a way to do this. iWeb has actually done it on one page already, but I can't figure out how. I think it picked up the title bar text from the first text box in the page. For instance, the page name in the navigation bar is "blahs for today" but the browser title bar when you open that page says "blah blah," which happens to be the first line of text on the page. The page title in iWeb.app, though, is "blahs for today." But if I look at the source code it lists title as "blah blah."
    I'm guessing I might be able to work around by making an invisible text box with the text that I want in the title bar as the very first thing on the page, and hope iWeb makes that the title bar text. I'd rather have a more correct way of doing it.
    Is there a way of doing this in the source code without having to change a lot of stuff?
    Thanks for any help.

    Richard Kirkman1 wrote:
    I think it picked up the title bar text from the first text box in the page. (...) I'm guessing I might be able to work around by making an invisible text box with the text that I want in the title bar...
    Richard ~ The key is the default Title box that iWeb creates for every new page — it's that which you need to edit, not another text box you've created. And to make the text in that Title box invisible, see here.

  • Gradient Center Title Bar in Final Cut Pro X - make vertically wider?

    I am using the gradient center title bar. Can I make it vertically wider? I see a control to make it wider, but that only works horizontally..

    This Title was designed in Motion. The vertical size of the bar is not published as a control to be available in FCPX. You would have to open a copy of the Title in Motion (If you have it) and modify it there.

  • I am running OS 10.6.8. How do I delete/change the tiny thumbnail in the top right corner of the active window title bar? Thanks.

    I am running OS 10.6.8. How do I delete/change the tiny thumbnail in the top right corner of the active window title bar? Thanks.

    I am running OS 10.6.8. How do I delete/change the tiny thumbnail in the top right corner of the active window title bar? Thanks.

  • Howto make tabs show up in the title bar

    There was a version of safari that had the tabs in the title bar anyone know how to mac that happen on windows?
    found this for OS X, but stuck with winblows at work
    http://jkontherun.com/2009/03/11/how-to-get-safari-4-for-mac-tabs-out-of-the-tit lebar/

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    This can also be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • How can I make disapear Windows title bar?

    Helo all,
    I'm actually working on an AIR application and I would like
    to know how can I make disapear the Windows title bar (with the
    "close", "minimize", "full screen" buttons) like it is in
    kuler.
    thanks for your help ^^

    Hi, in order to have the best chance of getting an answer, I
    suggest you repost on the
    AIR
    forum
    :-) Sami

  • Removing the title bar

    Hello,
    I saw in an earlier post that it is much easier to remove the title bar
    in 2.0 and that how to do it is in the documentation. Where would this
    be documented? All I've figured out how to do so far is make the title
    bar, title text, and banner bar be the same color as the background. So
    they look invisible, except there is an icon that shows up even though
    there is no reference to an icon.
    Thanks,
    Leila

    Hi Leila.
    If you edit your portlet through the admin tool - just don't specify a
    title bar url or delete the one that is there. This will get rid of the
    title bar.
    Cindy
    Leila Schneberger wrote:
    Hello,
    I saw in an earlier post that it is much easier to remove the title bar
    in 2.0 and that how to do it is in the documentation. Where would this
    be documented? All I've figured out how to do so far is make the title
    bar, title text, and banner bar be the same color as the background. So
    they look invisible, except there is an icon that shows up even though
    there is no reference to an icon.
    Thanks,
    Leila

Maybe you are looking for

  • New AirPort Extreme w/ Time Machine disk crashes every few days

    I bought an AirPort Extreme base station about a month ago. It's currently in bridge mode, connected to my U-Verse residential gateway, and has a 1 TB hard drive attached to it that I use for Time Machine backups. The drive is formatted HFS+ and both

  • HT5569 Trying to set up my iPhone 5, but I'm stuck on the choose a wi- fi network option

    .?

  • How to convert to pdf

    I found that RoboHelp for Word can not convert Word document to PDF, like RoboHelp for HTML. Can you let me know how to do that inside the RoboHelp for Word? Thanks.

  • Sizing JPanels?

    Here's some code... Can anyone tell me why the JPanel size doesn't seem to work like I want it to? (ie, in this case it should fill the container window) import javax.swing.*; import java.awt.*; public class WindowTest extends JFrame { void buildCons

  • Mail Sending 2 of 2 everytime!

    I have an odd occurrence happening with mail v3.6. Every time I send an email the mail activity bar says it's sending 2 of 2 and has been for about a month. I'm concerned because of the security implications. I do have multiple gmail and .mac (me) em