Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
910 views

Improve perceived WPF app startup time

I have a WPF database viewer application: It's a simple main window containing a user control with a data grid showing the data extracted from an SQLite database. The problem is that this application ...
6
votes
3answers
201 views

Why is my application startup time slower when I use Process.Start()?

I'm trying to profile the startup time of my application, so I wrote a small C# program that will start my application using the Process.Start() method, and time it using a stopwatch. When I try to ...
3
votes
2answers
441 views

WPF C# Hide TabControl Items on Application Startup

I've created a start page that loads when the application is run but it is also showing my tabcontrol (two tabitems for editing & diagraming). How do I hide my tabcontrol items on startup and ...
3
votes
3answers
487 views

Application_Start versus OnInit versus constructor

I've gone rounds with this ever since I started programming classic ASP 12 (or so) years ago and I've never found a great solution because the architecture of ASP and ASP.NET has always been a swamp ...
2
votes
1answer
128 views

Canonical method of measuring iOS app startup performance?

I've been asked to reduce the startup time of an iOS application. I am very familiar with the platform/tools in general but I haven't focussed upon application startup time before. I'm wondering if ...
2
votes
1answer
540 views

Start RScript without DOS box (on Windows)?

For a tcltk application, I would like to start an R script without opening a console window or starting a DOS box. I already figured out that by creating a link to RScript.exe I can force the console ...
2
votes
3answers
269 views

Starting a .NET Application From CD?

we're trying to figure out a way to build a .NET application that can run entirely self contained from a CD. Basically user pops in a CD, boots to an operating system on the CD and a barebones .NET ...
1
vote
2answers
110 views

Android phone as a dedicated device

We want to use Android mobile for dedicated application. Can somebody suggest how can we make it happen. Here are the requirement: The phone when started, should launch our application., so the ...
1
vote
1answer
302 views

vaadin cache.html size

Looking into Chrome Developer Tools' Audits tab when launching my Vaadin-based web application, I have been horrified to see that the cache.html file was > 4Mb big! I thought that Vaadin's runtime was ...
1
vote
1answer
2k views

viewDidAppear: called twice on modal view controller presented during startup

Resolution: While trying to recreate this bug in a fresh project to submit to Apple, I discovered that it is specific to iPhone OS 2.1, and compiling for 2.2 fixes the problem. Stephen, thanks for ...
0
votes
1answer
52 views

Full screen Android app, that cannot be closed

I'm working on tracking devices that send it's location on fixed time periods. Instead of offering special hardware, I thought I would make Android app and offer it on cheap devices. Since all would ...
0
votes
0answers
46 views

How to do an initial setup in Xcode?

I'm new to this forum and to Xcode and Objective-C. I'm trying to make an app for OS X and I got stuck in a very basic concept. My app simply contains a popup button. This is loaded with values from ...
0
votes
0answers
32 views

Windows forms application can not startup after successful installation

i have a windows forms application that installs successfully on a windows 7 client computer but after installation, the application cannot be launched. Windows explorer says the application is not ...
0
votes
0answers
187 views

Rails: uninitialized constant Rack::Lock

when I try to start the deployed application (on 3.0.7 -- an upgrade from 2.3.8, which works fine in the dev environment) I get the following error message from Passenger -- while 'rake routes' and ...
0
votes
1answer
378 views

App crashes immediately on iOS 3.x when compiled with Release build configuration

I'm facing quite "mysterious" problem. My App works fine with all build configurations on devices running iOS 4.x, but it crashes on iPhone running iOS 3.x immediately after launch, but only when ...
0
votes
2answers
273 views

Improve WPF Application Coldstart: Suggestions to run program when machine starts up

Is it possible to load your WPF application when the machine starts up? Our WPF application is taking 30 seconds on our existing client hardware, and we'd like to "hide" that by having our ...
0
votes
3answers
531 views

ClickOnce App won't start up under a given profile

This issue has come up 3 times in our environment. After installing the clickonce application, I expected it to startup automatically (as I have it set to do after install completes) but it did not. ...
0
votes
2answers
243 views

.NET WinForms startup crash

Looks like that on some clients our WinForms up crashes on startup. With some I mean very very rare. In one situation we found out that the Arial systemfont was corrupt and caused the crashed in the ...