The manager tag has no wiki summary.
0
votes
2answers
20 views
FileHandler Java with Windows
I am trying to write an Application which lists down the files from the server . Now I want to give users to open any file from the list (Windows) with any editor for example a text file and User ...
0
votes
1answer
78 views
How to kill multiple processes
I need some help, Within a program I am creating! I have a simple task manager where i can kill a single process! However, i need it so I can kill multiple processes, been stuck a few days and a ...
0
votes
0answers
18 views
How to auto Trigger Alarm Manager on its own instead of onClick
Hey below is my code which is working very fine, i am calling service after 10 seconds on click of button using Alarm Manager. I want to automate this process say every 10 minutes it should trigger on ...
0
votes
0answers
27 views
Dynamically change the ServerDB name in SSIS connection manager
We have a few 100's of SSIS packages in our environment. Last night we moved our database from one server to another and renamed it. We now need to go into all of packages and change the connection ...
0
votes
1answer
22 views
Error on retrieving RSS Feed (vb.net project)
So, i'm developing a project on vb.net to manage rss feeds and if they have a file attached it downloads automatically the files to a folder. I know something about vb.net but in Xml i'm having my ...
0
votes
1answer
6 views
whats the mobilenetwork-manager equivalent of the WifiManager
I need to add an action to an IntentFilter for detecting changes in the mobile-network.. so basically what I need is an equivalent of WifiManager.SUPPLICANT_STATE_CHANGED_ACTION but for the ...
0
votes
1answer
22 views
android TelephoneManager getting null in service
I have a service consist phone state listener and started by my application.in version 2.3.3
when I exit application Telephone Manager getting null therefore phone state listener does not work ...
-1
votes
0answers
44 views
download android sdk without sdk manager [closed]
My work blocks all traffic except from like 3 or 4 sites, none of which are Google. I was able to download the SDK version 17 but I cant download older versions to have apps compatible on older ...
0
votes
0answers
16 views
Emulator is not launching AVDs. I can see launch screen then nothing happens
I had eclipse juno with my installation of adt. it was working fine so until i had to shutdown emulator screen to shutdown my windows 7 laptop. I tried when i restarted and i had the error on eclipse:
...
-1
votes
0answers
46 views
Combine Bootstrap Typeahead with Tag Manager
i'm using bootstrap typeahead with some custom code from this site.
http://fusiongrokker.com/post/heavily-customizing-a-bootstrap-typeahead
i'm using the second example where you select from the ...
0
votes
0answers
26 views
Explanation for Fancy Uses of Collection Views: Map Algebra- manager employee map - in java tutorial map interface
In the following example given in the java tutorial, I understand the first bit about the individual contributors.
What I am confused about is how the next few requirements (e.g firing the employees ...
0
votes
1answer
26 views
Insert to DataBase Using EntityManager
I've been looking for a way to interact with my database using EntityManager class in Java.
The question is related to these two tables I have defined in my DB:
PARENT_TABLE:
PK_ONE
PK_TWO
...
1
vote
2answers
25 views
Registering Events in a manager type class
I'm still a beginner at this stuff, and I am trying to get a better understanding of Events and how to use them properly.
I have a manager class that has a container that stores a bunch of objects; ...
0
votes
1answer
28 views
Powershell - Task Manager - Permissions?
I've wrote a script that reads all mail from an Exchange inbox and writes all sort of output (.txt files, folders, ..). Everything is working fine when I run this in the powershell ISE. The problem ...
1
vote
2answers
23 views
Detecting file type in linux using file managers module for detection files?
Is there a way to extract in bash or python file description from file manager (ex. PCManFM in lubuntu or any other like nautilus), because when I use command "find" or python-magic pkg or filemagic ...
-3
votes
1answer
59 views
How to be a good software development manager [closed]
I have been a passionate and hard working software engineer for the past 15 years. I am now moving to a management role. What specific things can I do to ensure that I will be a good software ...
0
votes
2answers
38 views
SDK platform - tools don't exist
I have a problem installing the platform-tools via the Android SDK manager.
I searched in some other forums for related questions and the answer was to add it via the SDK Manager option in eclipse ...
0
votes
0answers
92 views
Launch Android SDK manager - Tools directory doesn't exist? Mac
I'm on mac, I think I've done everything right so far. following these instructions:
http://developer.android.com/sdk/installing/adding-packages.html
it says to navigate to tools/ directory in ...
0
votes
0answers
69 views
Google Tag Manager data in Google Analytics
I have google tag manager set up and working in the console and the data.layer events are firing ok. I have entered my analytics id also.
Where do I see the data on the goals collected from the tag ...
0
votes
0answers
14 views
Oracle Connection Manager Configuration [closed]
I've a problem with Oracle Connection Manager and I've read the Oracle topic about it at
OCM
but it doesn't work well
An image Inside Diagram describing the diagram I want to configure
The IP for ...
0
votes
0answers
73 views
Android SDK Manager - Fetching URL error in Eclipse
Fetching http ://dl-ssl.google.com/android/repository/addons_list-2.xml
Fetched Add-ons List successfully
Fetching URL: http ://dl-ssl.google.com/android/repository/repository-7.xml
...
0
votes
1answer
60 views
How to handle cookies in httpUrlConnection using cookieManager
I have a server request that returns multiple cookies, like that:
This is how I'm storing these cookies to the cookieManager:
HttpURLConnection connection = ... ;
static java.net.CookieManager ...
0
votes
3answers
116 views
Android: AVD manager won't detect Byond B54 and Micromax phones as Virtual Device
I need to use my phone as emulator/target/virtual device when I run my application. I have enabled the USB Debugging in Settings.
What more do I need to do to make Eclipse AVD Manager to detect my ...
0
votes
1answer
28 views
Android Context with Alarm Managers
I am currently building a notes app. Each note can have an alarm to remind the user of that said note. I am wondering if I create the alarm within the program, but then rebuild it "on boot". Wont the ...
0
votes
1answer
43 views
Android - Check if downloads are active
So I'm using Download Manager to download multiple files in my app. I need these files to finish downloading before starting a certain activity. How can I check if there are active downloads, so I can ...
0
votes
1answer
48 views
Unable to access Manager app on Tomcat 7.0.39
I'm unable to access the manager app.
I've added the manager-gui role to the tomcat-users.xml file ...& added the same role to the tomcat user, ...
<tomcat-users>
<role ...
0
votes
0answers
20 views
How to enable TCPS on Oracle VM Manager template
to enbale TCPS on oracle VM Manager secureOvmmTcpGenKeyStore.sh file required which is found at u01/app/oracle/ovm-manager-3/bin directory.
The problem is this file is not present in the directory. ...
0
votes
0answers
18 views
How do I specify custom URL from the Report Manager?
I am using report manager as the front end for the users to access their reports, but I want to make some URL parameter changes, e.g. set the default zoom level to page width. But as far as I can tell ...
0
votes
0answers
88 views
Android - Overwrite files when downloading via Download Manager
I cannot find out how to do this. I uses to download with asycntask. When I did that, it would always overwrite the file when downloading. Now, when I switched to Download Manager, it will download ...
-2
votes
1answer
22 views
Alarm Manager and how to use it [closed]
Hello I have been programming alarm apk in eclipse. But I can't understand How to use the alarm manager in eclipse. I mean for ex) put Bla,bla in main.xml.
Thanks.......
1
vote
1answer
456 views
“No system images installed for this target” even though Image is installed
So I'm trying to create an AVD Simulator, and I keep getting the "No system images installed for this target" error when trying to create a 4.2.2 system even though the image is installed (See ...
0
votes
1answer
35 views
How to preserve variable in django model manager?
In django model manager if multiple methods have the same parameter, do I have to pass them every time I call the method?
class MyManager(model.Manager):
def show(self,request,A,B)
pass
...
0
votes
0answers
21 views
Implement a Location Task Manager
I wants to implement a location based task manager as my college Minor project
platform=android
i want user to point a location on google map and the application will get Log. and lati. of location ...
1
vote
1answer
72 views
Script or Code to add/modify user accounts in Metatrader Manager
I would like to ask same question as Alberto Martin asked before here
Script/Code to add/modify user accounts in Metatrader Manager
I need to work with "Metatrader Manager"; i need to manage user ...
0
votes
0answers
15 views
What are some good IBM Framework Manager tutorials
I have just begun using Framework Manager. Is there any site that has well document and videos tutorials this software ?
Thanks
1
vote
0answers
45 views
How to access same multiprocessing namespace from different modules
I need to be able to create shared object with pySerial object in it. This object will be created by child process only once after finding device from list of locations. Other processes will use it in ...
0
votes
2answers
47 views
Wordpress - Insert Image in custom form
I have made a custom form in wordpress in the admin panel on my plugin settings page. I have an input field that I wont to hold the URL for an image that will be selected via the Wordpress Image ...
1
vote
0answers
33 views
Publish result for multiple test suites
I need to publish the result using from .trx file using tcm command
I am able to publish using following command:
tcm run /publish /suiteid:1350 /configid:11 /collection:http://tfs2010 ...
0
votes
1answer
85 views
Google Tag Manager Home Page Rule
I'm a n00b with Google Tag Manager and I am missing what I hope is an obvious solution. I am trying to setup a rule that will fire ONLY on my sites homepage.
The issue is that I am not certain how ...
0
votes
0answers
36 views
chromium-browser, panda, chroot from oneiric
I installed Android on Panda as described at pandaboard.org/content/resources/android-setup and friends. From ubuntu-11.10-preinstalled-server-armel+omap4.img.gz raw image I got second partition and ...
0
votes
0answers
44 views
Do some Action on clicking end process button of windows task manager in c#
I have an console application in C#, But i am unable to log(writing some text in txt file) the application when it is force closed by windows task managerend process event.
I have added CTRL_C_EVENT ...
0
votes
1answer
72 views
MODx. Empty partition / manager
Lost resource tree under /manager. MODX Revolution 2.2.5-pl (advanced).
Log in to the admin panel is obtained, but the admin is only the top toolbar.
In the core/cache/logs/error.log:
[2013-03-21 ...
0
votes
1answer
43 views
Adjust a Facebook app that was created on a normal account which is now a 'Ads account'
When going to the 'apps' link in the topmenu on developers.facebook.com, it always redirects me to the Ads Management page. I closed my Ads-account 1 week ago, but this does not help. It's really ...
-4
votes
3answers
60 views
How do I make my files available on a subdomain? [closed]
I downloaded a PHP file manager service (similar to FTP) that I could use on my localhost server. I have it in a folder called "ftp". Is it possible to access that folder somehow using this format in ...
1
vote
1answer
74 views
Python: Given 2 processes A and B, call a function in A from B
Based on: http://docs.python.org/2/library/multiprocessing.html#managers I am rewriting one of the example to be split in 2 processes, a client and a server. It is the following code:
from ...
0
votes
0answers
2k views
SharePoint 2013 Can't edit the Content Editor snippet
In SharePoint 2013 it is possible to create master pages and page layouts using the new Design Manager. After converting a HTML file to a masterpage, or after creating a new page layout, one can add ...
0
votes
1answer
26 views
putting a banner in the bottow of a listField screen
I have a screen which has a listFeild and button beyond it .. I want to but a bitmap banner in the bottom of the screen but without being actually in the bottom after the scrolling down .. to be shown ...
1
vote
1answer
115 views
Integrating WSO2 API Manager and WSO2 BAM Analytics
We have discovered a major issue with WSO2 API Manager 1.3 and it's integration into the WSO2 BAM 2.0.1 analytics product and I'm wondering if anyone out there has worked around this issue?
Details
...
0
votes
1answer
103 views
Android AVD Manager select device
I am using the Android AVD Manager that is downloadable separately(Not from eclipse). I am able to create a a new avd without a problem, but i dont find a combobox where i can select the device type, ...
1
vote
1answer
209 views
Enabling HA namenodes on a secure cluster in Cloudera Manager fails
I am running a CDH4.1.2 secure cluster and it works fine with the single namenode+secondarynamenode configuration, but when I try to enable High Availability (quorum based) from the Cloudera Manager ...




