-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm having difficulties handling multiple instances of my root (main) activity for my application. My app in question has an intent filter in place to launch my application when opening an email attatchment from the "Email" app.
My problem is if I launch my application first through the the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I have a huge maze of activities in my application. What I need to do, is that when the user logs in into the system, the activity history should be cleared. I cant just use finish() when I start a new activity, because I want the activities to have a history until the user logs in. I have experimentet…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, so I have this requirement to kick off Activities provided to me at run-time. To facilitate this, I have set up a WorkflowService that receives Activities as Xaml, hydrates them, and kicks them off.
Sounds simple enough ...
... this is my WorkflowService in Xaml
<Activity
x:Class="Workflow…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In my application I have several activities, the main screen has 4 buttons that each start a different activity. So one of them is a search activity, once it searches it shows you a result activity. This result activity can be reached from other activities, so in general something like this:
Main…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Behavior seems consistent in Android 1.5 to 2.1
Short version is this, it appears that when my (android search facility) search activity is fired from the android QSR due to either a suggestion or search, UNLESS my search activity in turn fires off a VISIBLE activity that is not the parent of the…
>>> More
-
as seen on Super User
- Search for 'Super User'
My monitor had a flickering issue.I couldnt rectify it through refresh rate changing.So i purchased a new LCD monitor.Still the issue persist.What is the issue.Is it the problem of motherboard.How can i solve it.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
This might be basic, but hopefully someone can help me:
We have a well-working SCOM 2007 R2 implementation monitoring our Microsoft infrastructure. Now, on one of these servers there's an event (logged to the eventlog) that I need to be alerted on.
I have created a group and put this one windows…
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm trying to get my TV (connected via HDMI cable) to act as a second monitor to watch video etc. The TV is to my left, so in Display Preferences I unticked "Mirror Screens" and put the monitors like this:
--------
---------- | PC |
| TV | | |
---------- --------
When…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
Setup: 2 physical machines, and 3 LCD monitors,
each machine has its own LCD monitor, and I would like to share the 3rd LCD monitor using KVM-switch.
Is this possible?
(I have already shared the keyboard and mouse using Synergy.)
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to generate an event when a file is closed by another app.
Unfortunately, ReadDirectoryChangesW doesn't report the close event. It would be possible for me to poll (with a TTimer) any file that reported by ReadDirectoryChangesW as modified, waiting for it to be closed (using CreateFile to…
>>> More