[MonoDevelop] Good resource for learning how to build graphical applications inside monodevelop.

Adam Tauno Williams awilliam at whitemice.org
Mon Feb 9 13:07:57 EST 2009


On Mon, 2009-02-09 at 17:27 +0000, Neil Munro wrote:
> Alright specific questions it is then. 
> I have created my main application window, but before it opens another
> user authentication window should open and alert the user to the fact
> that if they are not root then they need to close the application and
> run it as root, and I learned how to display a dialog window, but the
> user clicking ok or the close button closes the dialog bur the main
> window does not close, I had the function to display the window
> include only two lines:
> UserWindow uw = new UserWindow( );
> Application.Quit( );
> Also I was unable to close the window in the
> UserWindow.BTN_OK_Clicked( ) method I could hide it, and with the
> desired outcome being the application would then close I wasn't too
> concerned about the window hiding and not being closed. So if someone
> could assist me in finding examples of this I would be very grateful.

This is a general Gtk# question, and thus not appropriate for this
forum;  I suggest you subscribe to the Gtk-Sharp list
<http://www.nabble.com/Mono---Gtk--f1373ef1367.html>.  I've responded to
your message over there <http://www.nabble.com/Re%
3A-Good-resource-for-learning-how-to-build-graphical-applications-inside-monodevelop.-tt21918431ef1367.html>



More information about the Monodevelop-list mailing list