In object-oriented programming an instance is an occurrence or a copy of an object, whether currently executing or not.

learn more… | top users | synonyms

0
votes
3answers
34 views

Can a custom class know the name of the object that called it? (Java)

Is there anyway, when calling a method through an object (instance) for that method to know which instance (object) called it? Here's an example (pseudo code) of what I mean: Pseudo code example ...
3
votes
1answer
34 views

Get all variables of the current function() scope

I'm having a problem. I want to get the current function scrope. I have this example code that i'm working ok. function nittle(){ var Pen = new Dot(); // Generated dynamical through eval() ...
1
vote
2answers
39 views

Non-Singleton Services in Angular

Angular clearly states in its documentation that Services are Singletons: Angular services are singletons Counterintuitively, module.factory also returns a Singleton instance. Given that there are ...
1
vote
1answer
13 views

Unable to use sql server user name and password

my user name is Work/Sainath and password is empty and i use windows authentication to login. My server name is '.' and when i enter this as connection string in visual studio web form i get an error ...
0
votes
3answers
29 views

Python class instance return value

My problem is as follows: I have a class Taskpane with a couple of methods. Instantiating works as it should. Now, when i show a list of all instantiated objects, i would like to print out a member ...
1
vote
2answers
15 views

jQuery onclick count previous instances

I'm trying to click and instance of a class then count and alert the number of previous instances of that same class, currently it just seems to show all instances rather than the number before the ...
0
votes
1answer
25 views

ActionScript 3: Know the instance name of a hit movieClip

My circle_mc is draggable. Then when it hit another movieclip on stage, is there any way to show up the instance name hit by the circle_mc? is it possible this way... var theInstanceName:String = ...
1
vote
3answers
25 views

return serialized object (if it exists) otherwise return new instance?

I want to get a serialized object by calling this method: ArrayList<String> myArrayList = (ArrayList<String>) getSerializedObject(ArrayList.class, "arraylist.ser"); If the specified ...
-2
votes
2answers
27 views

Strategy Pattern: Instance or Object.class?

This will be more like an ethic question, but I'm pretty curious about it. So, there is the Strategy Pattern, where you have a Strategy-Interface with several implementations and a bunch of methods, ...
0
votes
2answers
27 views

self-deleting method instance in javascript

I tried to create a method which can delete itself while instantiating. After several failed attempt I ended up writing this evil rem() var g = function () { this.rem = function () { var ...
0
votes
1answer
34 views

Heroku - keeping a dyno alive (May 2013)

Until now I used for this task the service called Pingdom, but yesterday I tried to sign up for a new application, but there is not the free plan anymore? Anyway, I took a look for an alternative and ...
1
vote
2answers
51 views

Application with multiple windows as instances of a class, C++

I wrote an application. There is a class named APP, with handle to the window, and message loop inside it, and all this stuff. It is intended to "run" some objects of this class, each with its own ...
0
votes
2answers
25 views

For Loop Creation of new instance of Array in ActionScript 3

Is there any way to create instances of array in a for loop? Here's my code... var recArrCon1:Array = new Array(50); var recArrCon2:Array = new Array(50); var recArrCon3:Array = new Array(50); var ...
0
votes
1answer
24 views

Rails rspec test wheter controller action define instance variable

I have a controller with action: def new @team = Team.new @team.team_links.build end And I want to test this action with rspec. (I know it works, because it works as it should in the ...
0
votes
2answers
16 views

Accessing Movieclip added by a different function in the same class?

I can't seem to find an answer to this problem. I can't get the following to work: public class Callbattle extends MovieClip { import flash.display.MovieClip; import flash.display.Stage; import ...
0
votes
0answers
10 views

On Amazon AWS services, is there a way to get Heroku-like managed EC2 instances?

Is there a way to get Heroku-like managed EC2 instance on AWS where upgrading to the latest system packages are done for me? Basically, I can still get a root-shell if I want, but otherwise, all the ...
0
votes
0answers
12 views

Mutex only run a single instance of an app, but with multiple users on same PC

I found the following link which helped me start my process on this project: WPF mutex for single app instance not working and the solution worked for me but I still have the problem that it will not ...
0
votes
2answers
57 views

Declaring instance variables in iOS (XCode)

Ok, I've read a lot around these days about this topic and I alwyas get confused because the answers is different every search I make. I need to know the best way to declare instance variables in ...
0
votes
1answer
22 views

What method(s) are needed from an imageview to save its current instancestate?

I have an imageview whose image is selected and changed by the user and I need to save its instancestate so the current image is displayed when the screens orientation changes or they switch to a ...
0
votes
5answers
67 views

what is the 'this' keyword refering to in my code?

import java.awt.BorderLayout; import java.awt.Color; import java.awt.Cursor; import java.awt.Dimension; import javax.swing.*; import java.awt.event.*; public class CursorClass implements ...
0
votes
1answer
51 views

How to detect or prevent multiple instances of the same modules in Python?

In short: in Python it is too easy to create multiple instances of the same module, each instance having its own set of global variables. I need to add a check to the module to detect such multiple ...
1
vote
0answers
19 views

How can I set a unique indentifier on HTML gadgets, when I can't use ID and need to reference the gadget repeatedly?

I'm using a plugin (called renderJs) that allows to build HTML pages from reusable gadgets (HTML5 mashups). By default a gadget will look something like this: <div id="header" ...
0
votes
1answer
13 views

how to give a instance name?

I'm using a third party scheduler in my project Here is the example, http://scheduler-net.com/docs/simple_.net_application_with_scheduler.html public ActionResult Index() { ...
1
vote
0answers
21 views

Java: How can I assemble/create a single instance for classification using a Weka generated model?

I've been searching for an answer to this for a while to no avail. First a bit of background: I'm trying to create an AI for robocode using Weka. I'm first logging the required data from a manual ...
0
votes
0answers
38 views

Python access global instance of connection

I'm using a Velleman K8055 USB experiment board, which has a python module that I'm importing. For the K8055 to function properly I have to create an instance of the class within the K8055 module, ...
-2
votes
0answers
26 views

How to create an Android Class with view elements as attributes? [closed]

I´m trying to create an object class that is composed of view elements, it is for a game and I want to create a player object wich has an EditText a TextView and a Button as attributes of the class, ...
0
votes
0answers
21 views

New Instance gets Keyword parameter from previous instance in Python [duplicate]

I have a question regarding new instances in Python. The following code as a minimal example class A(object): def __new__(cls, *p, **k): inst = object.__new__(cls) return inst ...
0
votes
1answer
26 views

Create a new instace class in a JSF EL expression

Is it possible to pass a generic class instance to a method in JSF EL expression ? For example something like this: #{beanController.someMethod(new ClassToInstance())} It should be very useful for ...
1
vote
1answer
51 views

Object reference not set to an instance of object when I return a Type

I am getting an annoying Object reference not set to an instance of object when I try to return the Grid type from another Unity script. They method works when I load player data so I dont' know why ...
0
votes
2answers
18 views

Creating a runnable that uses parameters

I am doing some Android programming and I want to create a runnable that accepts intents. I understand that the general way of creating a runnable is: Runnable R1 = new Runnable(){ Code }; What I ...
0
votes
2answers
41 views

Freeing memory used by no longer needed objects in instance controlled classes in java

Consider the following scenario. You are building a class, in java, where the fundamental semantics of the class demand that no two instances of the class be equal in value unless they are in fact ...
0
votes
1answer
49 views

MongoDB JavaEE Singleton Extra Instances

So, i've been having this small issue while attempting to use MongoDB (And java driver), using Servlets EJBs and EJB Timers, running on Jboss 4.2.3. I create a mongo singleton like so private static ...
4
votes
3answers
71 views

java equals method using generics and instanceof

I have a class that accepts a generic type, and i want to override the equals method in a non-awkward way. (something that looks clean, and is minimal amount of code but very general use case) right ...
0
votes
1answer
73 views

Make [StackExp] instance of Expr class

I make class Expr for arithmetic operations class Expr a where mul :: a -> a -> a add :: a -> a -> a lit :: Integer -> a i want to "parse" something like this: mul ( add (lit ...
0
votes
1answer
19 views

Instantiating objects through reflection in web environment

I need to instantiate few classes through the Java reflection api and invoke 'a' method (method invocation not through reflection) in the instantiated class. I know the reflection do impact the ...
0
votes
1answer
15 views

creating new variable name instance using this[ ] in actionscript 3

I keep looking this over the internet but I think, as far as I have searched, nothing yet had been posted (if any, please give me some links). Is this a way to make an instance this way. When I tried, ...
0
votes
1answer
16 views

In python how do I access an instance of a class from a parent or top-level module from withing a submodule

I'm a python newbie, and developing my first python app using the CherryPy Web Server and Jinja 2 Templating engine. I'm using a Velleman K8055 USB experiment board, which has a python module that ...
0
votes
3answers
42 views

Access the instance from current instance

I want to get the instance of the class, where this instance has been made, is it possible? Note: Classes are not nested. class Frame { protected Panel p1; private String name; ...
0
votes
0answers
32 views

SyncTask callback to Activity instance

I have read examples on how to call back from an external class which implements the AsyncTask. Two ways were mentioned, one with an interface, other is more direct giving the activity instance (this) ...
0
votes
3answers
43 views

initializing pre-allocated struct instances within a loop

I want to allocate memory for a certain number of instances of a certain structure, using malloc(). Then, i want to initialize each instance within a loop. But, for each iteration, i observ that the ...
0
votes
1answer
70 views

Uncaught TypeError: Cannot read property 'width' of null

I'm trying out fabric.js, and right now I'm trying to put in an image to experiment with. I've followed the tutorial but even so I get the following error: Uncaught TypeError: Cannot read property ...
0
votes
0answers
25 views

fonts with glyphs + uncategorized selector send to instance

I created a custom scroll view that I use as a picker. Inside I have some items - subclasses of UIView with 2 labels inside. I have 2 questions: I try to use not just to use custom font, but a font ...
1
vote
3answers
53 views

Java : how to call methods with the same name in different objects instantiated from different classes?

I think that my question is not very clear :) Here is my problem (in more details): I have got several objects (lets say objA, objB, objC, etc...) which are instances from different classes (lets say ...
1
vote
2answers
62 views

How to do a “new” of a generic class T extends AbstractClass (JAVA)

I'm trying to instantiate a generic class called "T" extending "AbstractLauncher" and I didn't understand all topic I saw on google. Could you help me ? I've got several class called ConcretXLauncher ...
0
votes
1answer
27 views

How can I modify an instance variable and re-render the current view from an image click?

I am showing a table of the current week and keep the current week's start date stored in: @week_starting = Date.today.at_beginning_of_week I would like to click icons like < and > to ...
0
votes
0answers
11 views

Code placed in .m hides instance variable

I am newbie, so I would appreciate a basic answer. In my .m file, I added code. Now I get an expected identifier warning and something that says the local declaration hides the instance variable. I ...
0
votes
2answers
54 views

Explain results of K-means

I make some predictions using classifiers and clusters in Weka.I know how to analyze the results of classifiers but i don't know what some results of clusters like K-means really mean.I know that ...
1
vote
2answers
62 views

Weird error with vectors in C++ when trying to push_back an instance

I'm trying to do a push_back but Code::Blocks sends me a weird error. I have debugged this code many many times but I can't identify the error. The method LoadFromConsole has the line with the error. ...
0
votes
0answers
43 views

iOS programming - sharedInstance & UISwitch

I got problem. I have two xib, first - Table View, Second - Settings. In Table View in title of Navigation Bar I show how many rows in uitableview. Here is Code: - (NSInteger)tableView:(UITableView ...
1
vote
1answer
46 views

Creating an instance of an object within an if statement

I am trying to create a new instance (of an Expander) and put it inside a StackPanel every time one variable is not equal to another. The problem; however, seems to be that I can't access the ...

1 2 3 4 5 28