M mkristain macrumors regular Original poster Aug 28, 2011 #1 HI when i run my application its default menu show in menu bar of PC, i just dont want to use this please tell me how can i detach this from application.
HI when i run my application its default menu show in menu bar of PC, i just dont want to use this please tell me how can i detach this from application.
L larkost macrumors 6502a Aug 28, 2011 #2 You are not being very clear, but I would guess you are looking for either LSUIElement or LSBackgroundOnly.
You are not being very clear, but I would guess you are looking for either LSUIElement or LSBackgroundOnly.
jiminaus macrumors 65816 Aug 29, 2011 #4 You have to have a menu bar. If you don't want the default menu items, deleted them from the xib.
M mkristain macrumors regular Original poster Aug 29, 2011 #5 yes i deleted from my .nib file but still menu with my application name is displayed when i run my application.
yes i deleted from my .nib file but still menu with my application name is displayed when i run my application.
Catfish_Man macrumors 68030 Aug 29, 2011 #6 jiminaus said: You have to have a menu bar. If you don't want the default menu items, deleted them from the xib. Click to expand... Incorrect. LSUIElement apps don't have a menubar.
jiminaus said: You have to have a menu bar. If you don't want the default menu items, deleted them from the xib. Click to expand... Incorrect. LSUIElement apps don't have a menubar.
M mkristain macrumors regular Original poster Aug 30, 2011 #8 no i just want no menu of my application is display in system menu bar when i run my app.
Catfish_Man macrumors 68030 Aug 30, 2011 #9 mkristain said: no i just want no menu of my application is display in system menu bar when i run my app. Click to expand... A suggestion has been given twice. You should google that suggestion to see how it works.
mkristain said: no i just want no menu of my application is display in system menu bar when i run my app. Click to expand... A suggestion has been given twice. You should google that suggestion to see how it works.
M mkristain macrumors regular Original poster Aug 30, 2011 #10 Thanks its done now. but application not view in dock pane while app is running. Last edited: Aug 31, 2011
L larkost macrumors 6502a Aug 31, 2011 #11 mkristain said: Thanks its done now. but application not view in dock pane while app is running. Click to expand... Yes, that is how it works. If you have a menu, then you have a dock representation. If you don't, then you don't. I have already given you links to documentation, and you should go from there.
mkristain said: Thanks its done now. but application not view in dock pane while app is running. Click to expand... Yes, that is how it works. If you have a menu, then you have a dock representation. If you don't, then you don't. I have already given you links to documentation, and you should go from there.