The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
36 views

creating a MapView dynamically (API v2)

I am trying to dynamically create a MapView and insert it into a running fragment. I successfully insert the MapView into its parent layout ( that lies inside a fragment), but the map is not ...
0
votes
0answers
46 views

Spring can't create a datasource bean

I'm trying to adapt the spring social quick start sample to an existing project. Everything seems to operate well, except the database part. Whenever I try to build the application, I get this error ...
2
votes
3answers
62 views

Scala dynamic instantiation with default arguments

Is there a way to dynamically instantiate a Scala case class having one or more default parameters specified? I'm looking for the dynamic (reflection-based) equivalent of this: case class Foo( ...
1
vote
2answers
60 views

Creating random undirected graph c++

The issue is I need to create a random undirected graph to test the benchmark of Dijkstra's algorithm using an array and heap to store vertices. AFAIK heap implementation shall be faster than array ...
-2
votes
2answers
28 views

Java object creation as class field [closed]

Just a quick question. What, if any, difference is the following declaration as a class field for an object: public Account loginaccount = new Account(); Versus public Account loginaccount; ...
0
votes
0answers
47 views

SharePoint 2013 Online (Office 365) create site error

I ran into a problem when programmatically creating a new site in SharePoint Online. I try to run it from a webpart. On-premise everything is working like a charm, but when I deploy it to SharePoint ...
-1
votes
1answer
45 views

How to create Windows Phone 8 app package for windows store using VS Express 2012 for windows phone?

We have developed a windows phone 8 app using VS express 2012 for windows phone. Everything works fine until viewing the app in emulator. We want to package this app for the windows store. As from ...
0
votes
1answer
78 views

Java - Unable to create a file on a shared folder with full write access

Hi I have a java application which creates an xml file on a remote shared folder. If I run through eclipse it creates the xml file without any problem. But if i create a jar and try to run the same, ...
-2
votes
0answers
31 views

App creation failed, help me [closed]

App creation failed Our automated systems have temporarily blocked you from creating new applications. If you think this is an error, send us your feedback.
0
votes
3answers
44 views

Creating lag variables for matched factors

I have a question about creating lag variables depending on a time factor. Basically I am working with a baseball dataset where there are lots of names for each player between 2002-2012. Obviously I ...
0
votes
1answer
26 views

Fork()-ing a new process

Fork()-ing a process will end up calling do_fork() inside kernel, making an exact copy of itself. When I read through books, it says that child of fork will call exec to create the new process. ...
5
votes
1answer
408 views

Can't create “App Engine Connected Android Project” in Eclipse: “Creation of element failed”

I am not able to create an "App Engine Connected Android Project" by wizard in Eclipse anymore. When I click the "Finish" button, the following error message appears: Creation of element failed. ...
0
votes
1answer
23 views

File creation in Android

Can a xml file be created in Android just by creating an object of File class ie. File FF=new File(Environment.getExternalStorageDirectory()+"//new.xml"); StreamResult result = new StreamResult(FF); ...
0
votes
0answers
29 views

“Fake” console window - what language?

This isn't really a troubleshooting question, so if I'm violating any rules with the question I'm sorry. I have a small example of how I would like a site to look. You can find it here: ...
0
votes
1answer
52 views

Create directories anywhere in windows 7?

I have an application that requires that a DLL be able to create various directories in it's current location. However, from looking around, I have found that windows 7 apparently restricts the ...
0
votes
0answers
15 views

PDFLib asp creation filename

i want to open a new pdf file with pdflib in asp classic. I did it, but now, the only thing i need is to give it a name but i don't know how to set a name to the pdf file. maybe its in ...
1
vote
1answer
34 views

2 statements creating objects with regular new expression, any difference?

Consider the following class with a user-defined default ctor. class TestClass { public: TestClass() :data_(999) { } double getData() const { return data_; } private: ...
0
votes
0answers
55 views

Add all options at once using “Quick simple product creation” on a configurable product

I'm developing a website where we sell Murano chandeliers and I have a problem: Products can be chosen in 40 different colors and all colors cost the same but I have to create each different color ...
-1
votes
2answers
43 views

Dynamic Page Creation in PHP upon link click

I have a small blog site that I built using php and sql. currently my homepage displays a list of the most recent posts. I want to expand it to so that i can click a link e.g. the title of the post ...
1
vote
3answers
75 views

File created but returns false

I don't understand why we don't enter in the second if. I first check if the file exists (no, logic), I create it, and I check again but it still returns false. I tried an hour find the problem and ...
0
votes
2answers
61 views

Can I see the file created in Android Tablet by file.createNewFile()?

I created a file by file.createNewFile() command in "data/data/com.android.bonvoyage" folder to test file creation in the internal storage of my android tablet. I found that the file should be ...
-1
votes
1answer
44 views

Create random number of text boxes and fill with random data which is coming from the database in c#

How can we create random number of text boxes and fill with random data which is coming from the database in windows application with c#....I really welcome any suggestions and help.
0
votes
2answers
94 views

How to create a folder in a Users Program File directory?

I know how to create a new folder if it is not already present in Java. File directory = new File("path"); directory.mkdir(); Do all developers use the Program Files location to create folders for ...
0
votes
1answer
58 views

Writing String to File in C

I am in the process of writing an HTTP client that basically goes to a webpage and downloads the content to a separate file, which the user defines. I am having trouble not with the act of writing to ...
0
votes
2answers
300 views

DOS command to list file creation date [closed]

Under Windows 98 (horrible, I know) or DOS for that matter, I need to recursively list the creation dates of files along with their last modification dates. At the moment I can only see a file's ...
2
votes
2answers
537 views

How to create a text file using JavaScript? [duplicate]

I am trying to create a text file using javascript. I have tried the following code ,but this didnt work. please give me a solution . Thank you . var fso, file; fso = new ...
0
votes
0answers
194 views

Creating a IP:PORT SOCKS5 Proxy

I'm wondering what would be the best way to go about creating SOCKS5 Proxies from Computers? Like running an application, and it creates a proxy from your IP. I'm trying to create a program that ...
-1
votes
1answer
182 views

Timer with FileSystemWatcher to control file Creation [closed]

I need to check a folder for some files of a certain type, then add them to an array, and print and delete them one by one. If a new file is added during the process, it will just get added to the ...
0
votes
1answer
40 views

Microsoft Access : How can I get creation date of row?

I have an access database created from 7 years ago. Unfortunately, tables didn't have time stamp column :( Is there any way to be able to know the creation date for each row in a specific table ?
0
votes
2answers
76 views

Bash-script File creation and fill

I am trying to write a bash-script which will create a certain number of files which are passed into an argument, and also fill that file with relevant information. However, for some reason I can't ...
0
votes
0answers
35 views

chart using macro in excel

DATE CPU MEMORY IO Mar 13 2013 4:30:01:013P 0 5 144 Mar 13 2013 5:31:01:013P 15 456 353032 Mar 13 2013 6:32:01:013P 45 4555 353032 Mar 13 2013 7:33:01:013P ...
-1
votes
2answers
87 views

java object creation

public class ServersList { private Host host; private Server server; private InfoList infoList; private List<AbcInformation> abcInformation; @XmlElement(name = "Host") ...
0
votes
5answers
142 views

Constructor code does not execute before object is created JAVA

I have recently played with code in java, and encountered this problem, that the code inside the constructor seems to be not executed, as the compiler throws the NullPointerException. public class ...
1
vote
1answer
192 views

AS3 Generating differnet Enemies and bullets hitTest Problems

I'm creating a 2d side scrolling shooter with 4 different types of Enemies and 3 different types of bullets. I'm using a factory class to create the enemies and a for loop inside a for loop to do hit ...
0
votes
0answers
17 views

perlbrew issues: libs with short names and lib delete

I am using my own home box to experiment with using perlbrew as a tool for perl management in my small work development group. I have run into a couple of problems that I have Googled (admittedly ...
2
votes
5answers
97 views

C# Object Creation Takes Time

I need to create about 720 buttons or labels in my application during run time. The problem here is when I start my app or make it (re-)visible, I can see that buttons being loaded. How can I avoid ...
0
votes
1answer
218 views

Permission denied when trying to create file on users desktop

I have a small VB app that needs to create a log file, and Ideally I'd like that on the users desktop as it's easy to see. However, when I try to create the file (a *.txt file), I get the following ...
0
votes
1answer
107 views

Why can't I see the create app link? [closed]

Shouldn't I be able to create a new app from this link? https://developers.facebook.com/apps All I see there is: What am I missing?
3
votes
2answers
124 views

Adding link to json object in android

JSONArray albumarray=new JSONArray(); JSONObject imgobj=new JSONObject(); imgobj.put("thumb", filepath.get(i)); imgobj.put("main", filepath.get(i)); albumarray.put(imgobj); ...
0
votes
1answer
46 views

Is there no way to create a folder in Spotify using the web API? Is there a way creating a PC app instead?

I have scoured the internet, and at this point is there anything remotely programmatic that will create a folder?
0
votes
2answers
123 views

Best way to handle creation of large number of subtype objects

I have a base Message class, and around 100 different subtype classes of Message that represent each type of message that can be processed. What I am currently considering doing is using a giant ...
0
votes
0answers
62 views

Automatic account creation via external tool

I see tools on the market like BuzzBundle and XGenSEO which allow to automatically create facebook profiles from within the third-party tool. I was wondering if this is supported by Facebook and if ...
2
votes
2answers
36 views

Router, model, or view, which one is the initiator

I am trying to be as lazy loading as possible, But, I am puzzle on how to start, here is my "sequenced comprehension": Objective: Create a contacts page with contacts existing on the server ...
1
vote
3answers
108 views

Is it expensive to create the Thread object or to actually start the thread?

Consider this question. Now there are various reasons as why creating a thread is expensive, notably the fact that a lot of memory needs to be allocated and the thread needs to be registered. Now ...
1
vote
1answer
48 views

Javascript Element Creation

I have the following code which creates a hidden input: var hidden_id = document.createElement("INPUT"); hidden_id.setAttribute("type","hidden"); ...
1
vote
1answer
75 views

Array Creation out of a class that used generics

Its my first question on that site! I' ve done my research but nothing really works... So, here is the problem, it has to do with Java Generic Array creation: class HashArray<K,V>{ class ...
0
votes
2answers
42 views

Returning element within DocumentFragment fails, because node no longer exists

Here is a testcase that highlights an error I've run into. I think the node is being destroyed/garbage collected/something after the function returns -- is there a better way I can go about this? ...
0
votes
1answer
153 views

linkage error due to el-api jar file conflict

I am generating dynamic component in JSF, this is my faces-config.xml file: <faces-config xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
3
votes
1answer
127 views

c++ - Get size of a single element or element count allocated using operator new[]

Is there a way to get size of a single element or element count allocated using operator new[] ? What I mean: void* Object::operator new[](size_t size) { void *temp = ::operator new(size); ...
0
votes
1answer
90 views

Android JNI: how to implement a C++ object that is created and deleted with my Java object?

I have an implementation of WallpaperService.Engine that uses JNI to create a C++ renderer: Engine (Java) -> Renderer (C++) If the renderer was Java code I could simply state private Renderer ...

1 2 3 4 5 6