DO NOT USE - Deprecated as part of "The great Stack Overflow tag/question cleanup of 2012". Please use a more specific tag instead. For Android contexts, use [android-context]. For a context menu, use [contextmenu]. For a context-free grammar, use [context-free-grammar].
0
votes
3answers
23 views
AsyncTask not receiving calling activity context
I'm getting the error message "android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application.
Yes, I know this error is all over stackoverflow and it's ...
0
votes
0answers
8 views
Having multiple Entity Contextes across several ViewModels
I working on an appliaction where the User can edit Master Data having one 'MasterData' in a seperate Tab.
Current Situation:
When a user saves one Tab he saves the related Customer and it's ...
0
votes
0answers
7 views
Register ISaveHandler & IWindowCloseHandler to Eclipse RCP4 Application
how to register a custom ISaveHandler and IWindowCloseHandler to an Eclipse RCP4 Application?
I created custom ISaveHandler and a custom IWindowCloseHandler to alter the close behavior of Parts and ...
0
votes
3answers
19 views
Set datePicker to think it's a day in the future
By default, if we say
{minDate: 4}
in the options, the minimum selected date will be four days from Today.
Is it possible to change the date() to be set in the future?
so, say we have a second ...
0
votes
1answer
36 views
Sliding Menu getting BaseContext
I am using SlidingMenu library provided by jfeinstein10, and I would like to inflate a certain number of linearlayouts with textviews in them ( each linking to one Activity inside my app). I would ...
0
votes
1answer
20 views
How to prevent empty context menu from showing in GXT
I have a TreePanel which shows different kind of objects hierarchically. Region, City, Location...
I want to be able to show different context menu items in different levels. For example: miR for ...
0
votes
1answer
14 views
Calling jQuery's ready() with plugin context
My plugin allows you to specify a callback in its options. The plugin may run before the DOM is ready, but I need to make sure the callback only runs once the DOM is ready, so I'm wrapping the ...
0
votes
0answers
6 views
path for uploading files using servlets
I am Making a program to uploading files using servlet in java.
Here I use Context-param to give path where files are uploaded.
here is code..
<context-param>
<description>Location ...
-3
votes
1answer
34 views
Override context menu of android system [closed]
Wondering if it's possible to insert a menu item into the context menu of a system app, eg messaging or contacts, to launch an activity for my own app.
1
vote
2answers
41 views
Process Scheduling from Processor point of view
I understand the scheduling is done by kernel, let us suppose a
process(P1) in Linux is currently executing on the processor.
Since, the current process doesn't know anything about time slice,
and ...
0
votes
1answer
12 views
Get android context inside Acra reportSender implementation
Is there a way to get android context inside custom ACRA ReportSender implementation class?
public class MyReportSender implements ReportSender {
public ErrorReportSender(){}
}
0
votes
1answer
27 views
how to get context for BaseAdapter in Android
I have a class named BinderData which extends BaseAdapter. How can i get the Context of this class? I tried to use getContext() but that doesn't work in case of BaseAdapter.
0
votes
0answers
21 views
android.view.WindowManager$BadTokenException - ProgressDialog error with Group activity
I'm learning about how to use GroupActivity to create activities in a tab and apply in my project. Everything seem ok until I add new progress dialog to download data from internet ...
I used this ...
0
votes
1answer
26 views
How can get context in my Own method or static block?
I am in AppWidgetProvider class .I want to call a static block before any callback method. But i need the context inside my static block how can I get that.
Below is my code
public class widgetClass ...
0
votes
1answer
16 views
adding context information to the URL
I need to add context or the current state of my website to the URL of the page.. So that if a user copies and sends the URL to another user. The other user can see the exact state of the website that ...
0
votes
0answers
32 views
Calling functions on Entities from a Context in C#
I have started with model-first and generated a database, and I've created partial classes for my entities so that I can perform operations on them.
My code in the context is getting fairly long, is ...
0
votes
0answers
11 views
Can't play music with a fragment
I created fragment to slide view. I put an image on each fragment but I also want to play a short sound with each music.
I try this
in the main class i have this
...
case 0:
return new ...
1
vote
1answer
30 views
Loading a context
Have I understood this correctly please.
When you are running a web application to view pages and you create an instance of the context is that instance loading all the database date into it?
If it ...
0
votes
0answers
6 views
Reading a File From a Non-Activity Class
So, I have a setup almost identical to this one in an activity class and everything works. In this non-activity class (CardReader), the code does not work and the game crashes when loading the ...
0
votes
1answer
46 views
Failed to configure Webapp Classloading on Jetty 9 and set System Classes
I'm trying to deploy a web application that extends the class: org.eclipse.jetty.proxy.ProxyServlet.
In the start.ini file, I set:
OPTIONS=Server,client,proxy
and I verified that ...
0
votes
0answers
19 views
Loss of context for ActiveCell using Monthview in embedded EXCEL workbook
I have a an EXCEL workbook embedded in a POWERPOINT presentation. The workbook uses MONTHVIEW to provide a calendar to the user to select a date. The following error occurs when the user clicks on ...
0
votes
1answer
23 views
django access context in template
My code is like this:
I custom my context and want to access my query set in template
class GetStudentQueryHandler(ListView):
template_name = 'client.html'
paginate_by = STUDENT_PER_PAGE
...
2
votes
1answer
33 views
javascript eval context not contains parameters in chrome
I encountered a strange error today.
When I invoked the below function in chrome, I got:
var t = function(i){console.log(i);console.log(eval("i"));};
t("123");
//the result in chrome
...
0
votes
0answers
22 views
js files context menu doesn't show up in windows 7
Good day,
I'm trying to create new context menu item for JS files to be able to compress them by right-clicking.
The issue is that it doesn't work specifically for .js files in windows 7.
Windows ...
1
vote
2answers
35 views
checking internet state from asynctask android
I have two classes 1st is an asynctask and the other is an ConnectionDetector class
which contains the code shown here (3rd step),
public class myTask extends AsyncTask<String,Void,String>{
...
0
votes
1answer
88 views
org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
I have a BIRT report in my app that uses hibernate as datasource. It keeps giving me an error like above. These reports are running on my team mates workstation so I am not sure what is happening to ...
0
votes
0answers
45 views
showDialog inside another dialog
I want to open a dialog when i touch a button inside my first dialog! the first dialog works fine but when i touch the button inside the dialog the second dialog doesn't show up! i've also passed the ...
1
vote
5answers
31 views
How to use Context to access/manipulate another class/acitvity
I want to create a generic AsynceTask class that all my activities use/share for downloading content from a url. for this reason, I dont want the OnPostExecute to do anything other than to send the ...
-2
votes
0answers
36 views
I'm getting SEVERE ERROR when try to run my project
May 03, 2013 10:30:38 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error filterStart
May 03, 2013 10:30:38 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: ...
-1
votes
0answers
13 views
Generate screenshot of mobile application in context [closed]
I once came accross a terrific website that allows you to generate photos with screenshots of your mobile application in context. In other words, you would drag and drop screenshots of your mobile ...
1
vote
1answer
30 views
Filling pseudo 3D canvas shapes
Currently I'm playing around with pseudo 3D shapes in canvas 2d context. However, I stuck yet at filling the shape sides.
Here's the drawing function I wrote:
Shape.prototype.draw = function (ctx) ...
0
votes
0answers
37 views
Android Unit Test Database
I use in my application the SQLiteAssetHelper library from here
I created a singleton class which extends SQLiteAssetHelper and which has the SELECT, INSERT, DELETE, etc methods. Now, my problem is ...
0
votes
0answers
14 views
How to take complement of a language? [migrated]
I'm stuck on this question about context-free languages and was hoping for some clarification.
L = {a^i b^j c^k | i=j and i=k} is NOT context-free.
Show that its complement IS context-free.
I ...
0
votes
1answer
52 views
getResources() from static method, without context
I'm working on a SQLiteOpenHelper from which i'll read databases via static methods (since the databases are shared anyway). Is it possible to get the application context to something like
public ...
0
votes
0answers
27 views
Drupal Contextually Show/Hide Fields based on URL
I have a View that utilizes a few exposed filters. When a user searches using a specific filter I'd like to display the corresponding field only. How can I setup Views to contextually hide/show the ...
0
votes
4answers
39 views
Probelm in context used in toast
I have code like this
package collfw;
public class A {
int Eid;
Context c1;
public void setEid(int id) {
if (id < 0) {
Eid = 0;
} else {
...
0
votes
1answer
47 views
Shell Context Menus
I am currently running a Windows 7 x64 machine.
I have written the following code to add a context menu on right click:
RegistryKey rKey = ...
0
votes
0answers
20 views
How to store a list in the application context of Liferay
I am currently looking to store a static list in the application context of Liferay.
This list is initialized at the launch of Liferay and together filled and shared with all users of the site.
If ...
0
votes
0answers
12 views
Is there any type of interrupt that will not restore the register content?
I am facing an issue with the context switching. After switching the contents of the registers are not restored.
So, Is there any type of interrupt that will not restore the register content?
0
votes
1answer
49 views
Get Current Activity Context in a non activity class
I have an application in android which has no. of activity. Now i needed that the context of currently running activity in a non-activity class. How can i get that.
thanks.
0
votes
1answer
75 views
Cannot save Shared preferences, it crashes because the context is null, fragment already replaced
The app was first made with activities, but because of an issue, i have to use 2 fragments with an FragmentManager instead. Now, because of this i had to refactor a lot of code.
So my 2 fragments are ...
4
votes
1answer
63 views
Django Testing - check messages for a view that redirects
I have been writing tests for one of my django applications and have been looking to get around this problem for quiet some time now. I have a view that send messages using django.contrib.messages for ...
2
votes
2answers
75 views
Difference between getApplicationContext and classname.this
When I'm using list view and I have a custom Base Adapter class, I get different text color in list view when base adapter is instantiated by getApplicationContext and classname.this.
by ...
1
vote
1answer
33 views
Using Context in FragmentPagerAdapter
I couldnt use context in FragmentPagerAdapter. RadioGroup(this) gives me undefined error. I used getContext() instead of this but couldnt achieve it
private static class MyFragmentPagerAdapter ...
0
votes
0answers
16 views
Context inheritance with Jinja2 templates
I am having troubles to inherit context in Jinja2.
I have server code -wsgi app:
class MyApp(object):
def __init__(self, config):
template_path = os.path.join(os.path.dirname(__file__), ...
0
votes
0answers
27 views
Should I enabled allowLinking on my Tomcat?
First off, its not a window server, its Linux.
I'm getting this errors thrown by the following code:
javax.naming.NameNotFoundException: Name comp is not bound in this Context
The error leads back ...
0
votes
1answer
30 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 ...
-1
votes
0answers
27 views
Context-Aware Application using JCAF(Java Context Aware Framework)!
I need to create a context-aware application using JCAF(Java Context Aware Framework). The app name is air cooling control system!
I want a detail on the sensors for sensing the room temperature and ...
0
votes
0answers
39 views
Context menu just for ExpandableListView groups
I have a problem with ExpandableListView in my Android project. It is looking like this:
+ Item
- SubItem1
- SubItem2
----
+ Item
----
+ Item
Now in my activity I have to popup a context menu but ...
0
votes
1answer
26 views
How to pass parameters to HttpResponseRequest elsewhere than in the url in Django
I'm trying to code a form in Django that redirect to itself, the display changing according to what you entered in the form. To do so, I retrieve the POST data in the backend and want to display a ...
