The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

Localization not defaulting to english ios

My application is localized for English and Chinese. When I switch the language to German the application crashes with the following error: * Terminating app due to uncaught exception ...
2
votes
1answer
74 views

Thread invoke the main window?

So basically I have a MainWindow, a class SetupViewModel defined in a separate cs file, and another class ImageViewModel in a separate cs file; I am wondering is there anyway I can invoke the ...
0
votes
1answer
36 views

How to animate the MainWindow itself when it is loaded

I am fairly new to wpf.I want to apply a fade animation on the MainWindow as soon as it is displayed on the screen.Is that possible?Please Help me out
0
votes
0answers
98 views

MediaPlayer don't work well int WPF

I have a very strange problem with MediaPlayer in WPF. The player is set in the main window consturctor, its works fine, but if I put it in some timer or inside a method its just dont work! The ...
-1
votes
2answers
125 views

Change WPF mainwindow label from another class and separate thread

Im working on a WPF application. I have a label called "Status_label" in MainWindow.xaml. and I want to change its content from a different class (signIn.cs). Normally I'm able to do this var mainWin ...
0
votes
2answers
225 views

objective c renderInContext crash on background thread

I have an app in which the screen continuously is capturing in background thread. Here is the code - (UIImage *) captureScreen { UIWindow *keyWindow = [[UIApplication sharedApplication] ...
0
votes
1answer
125 views

Application.current.mainwindow childwindow alternative

I want to use the following code Point point1 = pwImages.ElementAt(0).TransformToAncestor(Application.Current.MainWindow).Transform(new Point(0, 0)); However, Application.Current.MainWindow is not ...
0
votes
1answer
46 views

How to change main window nib name programativcally?

How can I change the main window nib name? I am using two xib for iPhone4 and iPhone5. But my project having the main window. How to check and change the xib for iPhone5 and iPhone4. Please help me. ...
-1
votes
1answer
55 views

Cocao get main window

I want to create 3 windows like this: NSWindow *win1 = [[NSWindow alloc] initWithContentRect:rect1 styleMask:uiStyle ...
0
votes
3answers
171 views

Layout messed up on iPhone 5

I use MainWindow.xib for the layout of my app. I set everything on the view controller attributes simulated metrics to iPhone 3.5 retina. There is no image set for the iPhone 5 Default, yet it still ...
0
votes
0answers
235 views

C# : System.Windows.Application.Current.MainWindow doesn't return same value on other PC

In Visual Studio 2010, I have an Mdi application build with WPF. When calling Popup windows, I want to set the Owner with the current main window. So, we used the ...
0
votes
2answers
79 views

Checkbox at MainWindow that sets values to controls located on underlaying UserControls

In MainWindow class I have checkbox that controls property used by many objects like grids, listviews, etc in UserControls <CheckBox Content="Show objects ID" Name="showID" IsChecked="False" ...
0
votes
0answers
62 views

My subwindow doesn't respond all at once

I have a problem, i'm using glut (the openGL utility toolkit). I'm making a subwindow in a mainwindow. The mainwindow displays a simple figure and the subwindow displays the figure from another view. ...
3
votes
1answer
113 views

How to make Qt MainWindow class simple?

The MainWindow class in GUI such as Qt applications is usually very large, including all the menus, toolbars, central widget, and other widgets and lots of member functions corresponding to all kinds ...
0
votes
2answers
186 views

NullReferenceException in Designer due to UserControl [closed]

So I'm trying to make an application with 2 user controls side by side, that slide left and right when you switch between them. The problem is, that one of my user controls (AddReferencePage), when ...
1
vote
0answers
366 views

Qt cannot open included file on ui_mainwindow.h

I am making a project in QT Creator 2.6. I am promoting a QWidget subclass called cPlotter, but when I try to compile the project, it fails because it cannot find the file cplotter.h. I figured out ...
0
votes
2answers
170 views

Game Center view cut off on iPhone 5

I'm updating an older project to support the iPhone/iPod 5's 4 inch screen. I've added the Default-568h@2x.png to my project, and almost everything seems fine, except: the Game Center overlay (view ...
-1
votes
2answers
140 views

articles are opened in main page - joomla

There is a slide on my main page. When i click on articles which are shown in slide, the article is opened in same main page. Everything remains same and article is shown in middle of everything. ...
0
votes
0answers
37 views

Can UI Automation get the keyWindow?

I'm working with an automation team contracted and they want access to another window that we swap in the iOS application. My question is can we get accessibility on their javascript to the ...
-1
votes
2answers
163 views

Is it possible to move <Window.Resources> to a separate file?

I've got a couple of animations as storyboards in window resources. Is there a way to move them to a separate file and still access them? If yes, please tell me how. Just to be clear, I want to move ...
0
votes
1answer
190 views

How to set a WPF window's icon to an icon file through C#?

I have a WPF project with a window. If I want to set the window's icon property in C#, it allow me to feed it only an ImageSource and it doesn't accept icon files. If I set the property in XAML, it ...
0
votes
1answer
110 views

CheckBox UserControl Always Checked

I have a usercontrol called RateView.xaml.cs. This user control contains a checkbox called CheckBox1. I put this user control on my MainWindow 5 times. I need three of the usercontrol's on the ...
1
vote
1answer
334 views

Main Window resize in Python with Qt

I have a gui in ui_main.py file (designed in Qt Designer). I load it in my main *.py file in this way: from PyQt4 import QtGui, QtCore from ui_main import Ui_MainWindow class ...
1
vote
1answer
857 views

How to Use RadWindow as MainWindow of WPF application

I want to use RadWindow as the main window of my WPF application. So that outer window also take the theme of overall application. I used this approach, but after that application is not being shown ...
0
votes
2answers
101 views

Accidentally deleted mainWindow.xib

In My iPad app, I accidentally deleted the MainWindow.Xib, any solution? Thank you
1
vote
1answer
270 views

Set window.owner from Process.GetCurrentProcess().MainWindowHandle

I am in a Win Form application, somewhere in a document I need to call this dialog written in wpf and I want to set the window.owner. The only thing close I found to get the main window of my ...
0
votes
1answer
297 views

C# get main window title of processes on a remote machine

I am developing a C# program that is run from a server and monitors processes on another set of servers. The processes I am monitoring all have the same exe name, but different windows title names. I ...
0
votes
0answers
180 views

Opening a dialog from QMainWindow

I have a problem with opening a small dialog window when I press a button from my MainWindow. I know how to make a window that I need to open (let's call it EDIT WINDOW), but calling (opening) it from ...
0
votes
1answer
107 views

Disable interaction with main window, while other window is open

I have a main window where all the work is done. When i open the preference panel I would like to freeze the main windows as long as the preference panel is open. For example iTunes: as soon as i ...
1
vote
3answers
471 views

Displaying wpf content over/outside main window bounds

I am trying to achieve an effect of overlapping the main window boundary with a control. It's hard to explain this in words which is also maybe why I am having difficulty finding information on how to ...
0
votes
0answers
327 views

Qt new Main Window crashed when creating it from another Main Window

The program crashes in pictures ui->setupUi(this); If I comment it out it works most times flawlessly. OS: Windows 7 64 Bit QT 4.8, built with Qt Creator. I don't know why. Maybe same namespace ...
0
votes
1answer
59 views

Show Addressbook with UISegmentController in Nevigationbar

TASK : I want to show my all contact in one UItable and Which parts all contacts with UISegmentcontroller which is in Nevigationbar. My Application is Tabbar Application so When I show my ...
0
votes
2answers
280 views

Two ViewControllers Orientation

I've come up with a strange scenario, I'm using one NavigationViewController and one ViewController (named- container) in my MainWindow.xib. NavigationController loads subsequent views, and in ...
1
vote
1answer
231 views

MainWindow IBOutlet properties for window, tabBarController log as (null) even though outlets are connected

In my AppDelegate.h I have @property (nonatomic, strong) IBOutlet UIWindow *window and @property (nonatomic, strong) IBOutlet UITabBarController *tabBarController. In the implementation I @synthesize ...
8
votes
1answer
687 views

Unable to restore brightness on application exit

I have a feature in my app (a metronome app for musicians) to dim the screen in order to save on battery life. To set the brightness, I am using: [UIScreen mainScreen].brightness = 0.1; I am saving ...
0
votes
1answer
239 views

Qt, new object for MainWindow, app crash,how to emit finished() signal

In main class MainWindow I have method which sets setEnabled("false") for each button, when the application is downloading. In other class "Download" I have method responsible for downloading. There ...
2
votes
2answers
233 views

ItemsControl has no children during MainWindow's constructor

Based on the answer to SO question "WPF: arranging collection items in a grid", I have the following: <ItemsControl Name="itemsControl1" ItemsSource="{Binding MyItems}"> ...
15
votes
5answers
26k views

“Application windows are expected to have a root view controller at the end of application launch” error only on iPad

I am trying to convert my iPhone only application to a Universal application. I switched the devices to Universal and let Xcode do it's thing making a MainWindow-iPad.xib for me, and now when I run ...
-1
votes
3answers
203 views

Getting an exception in “Dim mdi as new MDIParent1” in VB.NET

I'm getting an exception in this code: Imports System.Windows.Forms Imports System.Text Imports System.Diagnostics Public Class MDIParent1 Private Sub MDIParent1_Load(ByVal sender As ...
0
votes
1answer
122 views

SubView did not load in the first launching of my application

I'm new to iPhone development. I tried to build a simple application with a window and a navigation controller as a sub-view of this window. The problem is this: the sub view did not load when I ...
3
votes
2answers
521 views

Start Cocoa app without showing the main window

I have a simple Cocoa app with a single NSWindow where I can enter some credentials and after the submission the app starts an another process. In case the credentials were entered once and cached I ...
0
votes
0answers
265 views

UITabBarController without being in MainWindow.xib

I am trying to achieve the following (XCode 4 not using storyboard). MainWindow.xib loads a view which shows loading/process UIView showing text while downloading from the web, which works fine. I ...
0
votes
1answer
163 views

“Deleted” viewcontroller from MainWindow.xib. Is this possible?

So I accidentally removed the viewcontroller from the mainwindow.xib in xcode. I tried dragging the xib back into the mainwindow, but nothing is working. Is there anyway to get the viewcontroller ...
1
vote
1answer
275 views

Type or namespace Window cannot be found

I am confused as to why a Window will not appear with the below code. Am I missing an import? using System.Text; using System.Xml; using System.Windows; using System; using System.Windows.Forms; ...
6
votes
1answer
3k views

Xcode 4.2 Template Changes - UIApplication & MainWindow.xib

Background: Up until Xcode 4.2, new projects created using any of the templates would contain a MainWindow.xib and therefore pass nil as the fourth argument of UIApplicationMain(). Starting in Xcode ...
0
votes
2answers
2k views

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. My Problem: I couldn't solve my problems with the described solutions. I can't ...
0
votes
0answers
92 views

call of the method in mainwindow gives different result when it is called from usercontrol c#

In mainwindow I try to navigate through tabControl with method public void IzaberiDijagnostiku() { this.tabControl1.SelectedItem = tabItem3; this.tabItem3.Focus(); } and it works. ...
0
votes
2answers
448 views

WPF app does not execute Application_Exit method when user closes main window

I have a WPF/C# 4.0 App wich Application file XAML is: <Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...
1
vote
1answer
484 views

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 ...
3
votes
4answers
575 views

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 have ...

1 2