Re: minimize the window & launch startup

2009-12-18 Thread kirankumar
thanks for reply. its working fine And one more Question is i want to launch my application at startup, is there any option or any script is there. Regarde, kiran. On Dec 18, 2009, at 9:33 AM, Daniel Brieck Jr. wrote: Kiran, Why do you want the window minimized? Why not set it hidden an

Re: minimize the window

2009-12-17 Thread Daniel Brieck Jr.
Kiran, Why do you want the window minimized? Why not set it hidden and then maybe have some other action make it be visible? Daniel J. Brieck Jr. On Dec 17, 2009, at 8:43 AM, kirankumar wrote: > hi everyone, > > > i am developing an application in that application when i launch the app

Re: minimize the window

2009-12-17 Thread Markus Spoettl
On Dec 17, 2009, at 2:43 PM, kirankumar wrote: > i use this code in aWakeFromNib, but its not working , can anyone help me plz. > [mainwindow setIsMiniaturized:TRUE]; This can have any number of reasons, if you're implementing awakeFromNib the way you spelled it, one would be it's not being call

minimize the window

2009-12-17 Thread kirankumar
hi everyone, i am developing an application in that application when i launch the app, i want to minimize the mainwindow , i use this code in aWakeFromNib, but its not working , can anyone help me plz. [mainwindow setIsMiniaturized:TRUE]; Regarde, kiran