Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
195 views

Overwriting Constructor of a class from outisde

So, the question is simple to aks: How can I overwrite the constructor of a class from the outside. The Problem itself is, that i have a class which is already compiled, and it already has some ...
3
votes
3answers
90 views

c++ Overwriting an already defined variable

I have the following main function, creating a product of coefficients using pointers. It's only a small part of the project, which is used to create polynomials: #include "header.h" int main() { ...
3
votes
6answers
174 views

Stop users overwriting each other

I'm wanting to stop two users accidently overwriting each other when updating a record. That is to say two users load a page with record A on it. User one updates record to AB and user two updates it ...
3
votes
1answer
891 views

Overwriting Native Methods in Javascript

I'm doing some analysis of some Javascript and I want to keep javascript enabled, but disable all alert() boxes and self.location redirects. Currently I'm using a regex proxy, but that seems like ...
2
votes
3answers
9k views

Java overloading vs overwriting

Hi I just want to make sure I have these concepts right. Overloading in java means that you can have a constructor or a method with different number of arguments or different data types. i.e public ...
1
vote
4answers
103 views

how can i remove jquery conflict when they are called on same page due to function over writing…?

i m a beginner... i have added two different jQuery... one is pop up which calls a file(ajax) and another is slider on the page...? i have tried the "jQuery.noConflict();" but they only work for two ...
1
vote
3answers
98 views

Overwrite specific XML attributes

Let's say I have a file like this: <outer> <inner> <nodex attr="value1">text</attr> <nodex attr="value2">text</attr> </inner> </outer> ...
1
vote
1answer
274 views

Overwrite jQuery to execute code after element has become visible - how to?

I am developing a small javascript framework for internal use in our company. In some cases our framework is overwriting basic jQuery functionality in order to handle internal logic or fix browser ...
1
vote
2answers
131 views

Overwriting with a XmlTextWriter?

Simple question, how do i overwrite with a xmltextwriter? I use var writer = new XmlTextWriter(exam.Path, null);. SO if i have a new document it writes as i should be. But if the document already ...
1
vote
1answer
82 views

How can I setup two UIScrollViews that have nested UIImageViews?

Ok we all know that nesting an image view inside of a scroll view allows you to have an image that you can pinch and zoom. Pretty cool. I want to duplicate this (eventually quadruple) feature. In IB ...
0
votes
2answers
28 views

What can cause CICS transaction to write out of CICS allocated memory?

I'm using CICS in Cobol program and I've noticed that sometimes data are written out of the CICS memory. It cause a data corruption and my application stop. I don't know where it append, so I'm ...
0
votes
2answers
67 views

Set and get a static variable from two different classes in Java

Lets say I have 3 Classes: A, Data, and B I pass a variable from class A which sets that passed variable to a private variable in class Data. Then in class B, I want to call that specific variable ...
0
votes
1answer
79 views

new and edit controller actions redirecting to home, 'overwriting existing method'

I've got an issue where Rails is for some reason redirecting the new and edit methods to the home page, but the index and show methods are returned fine. There is nothing special in the controller, ...
0
votes
1answer
52 views

C++ - Class members when Destructor is called during overwrite

im trying to understand the order of Constructor and Destructor calls when overwriting an object. My code is : class A { public: A(int n): x(n) { cout << "A(int " << n << ...
0
votes
1answer
63 views

Rails 3 - overwriting routes problem

I'm currently having some problems with setting up the right routes for my application. In short I would like to have URLs like so: explanation: Show actual page for the selected poll abstract: ...
0
votes
5answers
429 views

c# Keep file open but overwrite contents

I have a 3rd party application that periodically reads output from my C#.Net application.Due to certain constraints, I can only write output to a file which then gets read by the 3rd party ...
0
votes
1answer
90 views

What is the simplest way to make modules warnings fatal?

By means of "mastering perl" I've overwritten the "encode"-function of the "Encode"-module. Is there a shorter way to make the encode-utf8-warnings fatal? #!/usr/bin/env perl use warnings; use 5.012; ...
0
votes
5answers
302 views

CSS id-element overwriting its child's definition

#top a { color: #C6D6CA; margin: 0 25px; text-decoration: none; } .mainlink a { display: block; height: 100%; width: 100%; margin: 0; } .mainlink div sits somewhere in the #top one. ...
0
votes
3answers
800 views

QFile/QDataStream writing on existing data

I have got a file which is let's say 8 bytes length. For example it looks like that: 22222222 Now, I read first let's say 5 bytes and changing them. For ex. to 11111 Finally, I want to write them ...
0
votes
2answers
355 views

AWS S3 with Rails problems with caching and reloading

I have a bit of code like so which works fine if the file in question doesn't already exist. if AWS::S3::S3Object.exists? file_name, bucket.name + path_to_images puts "file exists (deleting)" ...
0
votes
2answers
909 views

How to overwrite an excel application without prompting the users

Can anyone help me on how can I overwrite the excel file without prompting the users in VB.Net.. I have try this code but It doesn't work.. Dim xlsApp As New Excel.Application Dim xlsBook As ...
0
votes
2answers
81 views

java - unwanted object overwriting

I'm trying to make a program that solves the logic wheels puzzle. I construct the root node and I try to produce the different child-nodes that are produced by making different moves of the wheels. ...
0
votes
3answers
901 views

PHP Array overwriting values but need to add to array

The array: Array ( [0] => Array ( [0] => Service Simulators [1] => Array ( [0] => 1.php [1] ...