mainwindow
WPF closing child- closes parent-window
i have the pretty same sample as mentioned here. Fast concluded: MainWindow closes when the last childwindow is closed.[详细]
2023-04-11 10:50 分类:问答WPF app does not execute Application_Exit method when user closes main window
I have a WPF/C# 4.0 App which has an Application file XAML that is: <Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"[详细]
2023-04-10 01:22 分类:问答Xcode 4: Switch Views to MainWindow.xib
I\'m pretty new to Objective-C and Xcode, so it would be really helpful if you could give a detailed answer. I\'m working with a Navigation-Based Application and I have a menu. If the user clicks on a[详细]
2023-03-31 10:16 分类:问答C# - Program without a Window
I\'m wondering whether it is possible to \'turn off\' my main Window from loading automatically when my program starts with a command-line argument (i.e. when a file name is passed). The problem I hav[详细]
2023-03-30 21:45 分类:问答iOS app - how to make main window rotate
I have a background image in my main window so that when I flip views, it\'s not a blank white screen behind, but an image. My problem is that this image doesn\'t rotate when the device rotates.[详细]
2023-03-28 10:54 分类:问答Accessing ICommands from MainWindow : Josh Smith's Article
I am following Josh Smith\'s Design explaining WPF + MVVM. I almost have the same requirement 开发者_如何学运维as his demo application. I have to assign the Save command from his CustomerViewModel cla[详细]
2023-03-24 04:34 分类:问答Could not load NIB in bundle [...] with name 'MainWindow' only on iPhone 4
I have a Problem with my App. It is working perfectly on my iPhone 3GS, but now where I tried to test it on an iPhone 4, it is crashing while the Splashscreen is visible.[详细]
2023-03-17 22:42 分类:问答WPF and C#: Accessing, referencing and setting value to control properties from other class
A really simple setup - Visual Studio 2010\'s default new WPF project, with MainWindow and App classes and XAML. On MainWindow there\'s only a simple control, a texbox, let\'s call it TB.[详细]
2023-03-11 18:49 分类:问答How to prevent Delphi MainForm to show when a file dialog is showing?
My application has many forms, there is also one more important form, that is the main form, the behaviour is in general ok bu开发者_如何学编程t in same cases (for example when I open a file dialog fr[详细]
2023-03-04 17:46 分类:问答Why does the main window of an X11 application sometimes not appear in OS X
I have created Perl/Tk application for OS开发者_JAVA技巧 X compiled using ActiveState PDK PerlApp 8.2.1. The application requires X11 to work properly on OS X, and everything works fine on my own comp[详细]
2023-02-28 03:24 分类:问答