Addition is a mathematical operation that represents combining collections of objects together into a larger collection. It is signified by the plus sign (+).
-3
votes
0answers
21 views
Android Add to favorite from a listview
I have a listview in my android application that take data from and sql databse , now i want to add a favorite button (star button) to the listview so user can add an item to favorite , and when you ...
0
votes
0answers
14 views
JQuery tab stacking content
Has anyone had to deal with JQuery tabs stacking the content? There seems to be a cumulative effect.
The page I am creating is a 1 page data collect and report style web page. The initial input is ...
-1
votes
0answers
8 views
Add GUI Components Dynamically at Runtime in NetBeans [closed]
What I am trying to do is add (and remove) GUI components dynamically at runtime using NetBeans IDE 6.9.1, but I would like to focus on the add feature as I feel it might answer my questions for the ...
0
votes
3answers
48 views
Trying to insert a new html with input button
My goal is to create a button that when pushed will execute javascript to insert html that creates a new div with content inside of it. I have been able to get the button to click and
preform a ...
0
votes
0answers
23 views
<MyFragment> is not currently in the FragmentManager Android
I know that to solve it exception I need write thmth like this :
FragmentTransaction ft = getSupportFragmentManager().beginTransaction();
TabInfo currentTabInfo = getCurrentTabInfo();
Fragment ...
-1
votes
0answers
32 views
fail adding data in database whit Cake PHP 2.3.6
I'm trying to save data whit function add() but is not working. I don't get any errors.
The validation method is working fine. When I submit the form the page is refreshing and is return the seame ...
0
votes
0answers
6 views
Add link to html page in filesystem in all my sonar 3.1.1 projects?
I need to add three links in each of my sonar projects. Each project have to point to its own three links. The three links I want to add have to point to html pages in file system. The pages contain ...
0
votes
2answers
44 views
Java add remove methods of sets
Why does the method add(<T> element) and remove(Object o) accept different arguments?
For example in a Set<Short> you add short elements. Why does the method remove accepts Object? If you ...
0
votes
1answer
29 views
jQuery Mobile add list element
I am wondering what I am doing wrong..
I have this ul:
<ul id="songlist" data-role="listview" data-divider-theme="b" data-inset="true">
<li data-role="list-divider" role="heading">
...
0
votes
0answers
26 views
MySQL auto adding multiple records
first of all I would like to mention, that I do not understand PHP + MySQL that much yet. Basically I know only what it is and what possibilities it probably has. (So please do not catch me on that ...
-1
votes
2answers
30 views
More value in one field MySQL [closed]
Who know how I can put in MYSQL more than one value in one field or who have any idea:
thanks
0
votes
1answer
38 views
Getting totals for columns (Updated)
Okay I made some changes and am getting the right totals but I've seemed to mess all my alignment up, How could I fix this
#include <fstream>
#include <iostream>
#include ...
0
votes
1answer
38 views
Adding links to a row in a column on click (CellTable)
I have a CellTable where I want to add several links to a row when I click an add button. Right now Im facing the problem that when I click the add button the link will be added to all rows in that ...
0
votes
1answer
31 views
Php - add to Array fails, reference added
I have some wierd Problem with my php environment:
Code following:
public static function getAllVotesOfGroup($groupid){
$con = new \SYSTEM\DB\Connection(new \DBD\uVote());
$res = ...
0
votes
0answers
5 views
add parameter to url for non embedded thumbnail
I want to add a thumbnail to a link in my wordpress website. the existing code in the php file to show the link is:
//Check for Panorama
$panorama = 'panorama';
$video_name = $news->name;
if ( ...
-1
votes
2answers
25 views
Powershell - Mix 2 XML files
I already have a look on existing topics and nothing found..
I have 2 XML file, almost identical except some line.
The aim is to get values from first XML, add it into the 2nd XML and then, the ...
1
vote
1answer
18 views
p4 perl - how to add a file into p4 repository?
I was reading this p4 perl official page:
http://www.perforce.com/perforce/doc.current/manuals/p4script/02_perl.html
But I can not find a library to add a file. I would guess something like:
...
0
votes
4answers
22 views
Trying to add up an array, but result returns NaN
So I have a string called hoursString that looks like
4.3|2.4|3.4|3.0|2.64|3.0|1.0|0.0|2.6|3.4|
I split the string into an array and what I am trying to do is add up all the numbers and return it ...
0
votes
1answer
31 views
Calendar add behaviour
Want to get first day of the next week (next monday), but call to getTime() changes Calendar object. Please tell me the right way to get first day of the next week.
import java.text.SimpleDateFormat;
...
-1
votes
1answer
41 views
add data into a two-dimensional array using input fields
I'm trying to make an array with two-dimensional data that I can fill from an input field.
I have the array with two-dimensional data already working, see code below.
$kaarten = array
(
...
0
votes
0answers
19 views
three.js: how to check if an object is added or removed dynamical from the scene?
Say you have a light and at some point you removed it, then you want to add it again.
You do adding and removing in render function which keep getting called by animate function.
You check if a ...
1
vote
3answers
42 views
How to add class based on current url
var search_name = location.search;
if (search_name.search("cate_no=24") > 0) {
$(".cate_new a").addClass("active");
}
});
If current document url is ...
0
votes
1answer
18 views
How do I upload edited files in my SVN repository?
I am working with a SVN repository. I already have a local copy (i did a checkout). Now I edited some files in that repository and saved them. How do I transfer them to the server. Is it like GIT ...
0
votes
1answer
43 views
Add image column into an existing mysql table?
I want to add a new column called image in an existing mysql table.
The type is BLOB, the attributes are BINARY and NO NULL
What code should I use in PhpMyAdmin?
-3
votes
1answer
60 views
c# How to show the total of values in a column in a listview? [closed]
I have to make a listview in WindowsForms, in which certain values must be added together, but I have no idea how to make this. Please can somebody help.
0
votes
1answer
11 views
MYSQL - Add tax to a pricefield
I have a column in my table called "price". I want to show the price with VAT added in another column. Let's say the tax is 15%. I don't want to neccessarily add another column to the database.
How ...
-1
votes
3answers
87 views
Is summing faster than multiplying? [closed]
I wonder whether a sum is faster than a product on recent CPUS. Computing a sum is mathematically easier but there might are optimizations to speed up multiplying in the processor; I don't know.
In ...
2
votes
2answers
64 views
I don't have any compile errors but my code won't work. What's wrong?
I am doing a simple program where I accept the first four digits of a phone number and must generate all the possibilities for the rest of the digits. The last 6 digits must add to equal 33. If the ...
0
votes
2answers
38 views
Add columns and rows to wpf listview dynamically
i want to add new columns and rows to a C# WPF ListView (GridView) at runtime. As far as i know you can only add rows to a gridview by using anonymous objects or classes with a static set of members ...
-2
votes
1answer
27 views
How to copy rows from 2 tables in MSSQL and get New ID [closed]
I have probem how to copy 2 records in different table like this:
1. I have parent table
2. I have to copy record from parent to same table
3. I have to get new ID of added record
4. I have to copy ...
1
vote
1answer
37 views
`git add *` offers fatal error
It had no problem adding thousands of these types of files but then fatal errors on this one?
error: short read Invalid argument
error: ...
-1
votes
2answers
28 views
Wrap span tag around sentence with Javascript [duplicate]
I need to locate a sentence on my page and wrap it with a span tag (with a class).
This is my page:
<body>
<h1>Home Page</h1>
<p>Welcome to the homepage of the site. Enjoy ...
1
vote
0answers
25 views
How to Add Reference Automatically to a Project when it is in runtime in vb.net?
I am new to vb.net. I am creating a program with vb.net. The program has a database. It should have the ability to add an exe file to its database and as reference. When the exe file is added to ...
0
votes
0answers
14 views
Open Cart “Add Discount” button in the product is not working adding any fields
I have several customer groups... When I add a new product I also go to the discount tab and click the "Add Discount" and it worked one time only... It will not allow me to add additional discounts ...
0
votes
2answers
44 views
How to add link for the image using Javascript
How can I add a link for an image created using the following Javascript code. I tried some changes, but nothing worked.
Please change the following code to the code with a link. I want to link all ...
1
vote
0answers
26 views
how to add link for the image created using javascript
how to add link for the image created using following javascript.
i tried to do somethings but nothing change
thanks for any help or replies.
<script type="text/javascript">
var image1 = new ...
1
vote
1answer
43 views
Add a number to variable applescript
I have a number written in a text file. Is it possible to add another to the number in the text file then replace the old number with the new one? Heres my code:
set theFile to POSIX path of ...
1
vote
2answers
55 views
C#: To be XML serializable, types which inherit from IEnumerable must have an implementation of Add(System.Object)
So I have the following code:
private static string FindAppointmentsAsXmlString(CalendarView calendar, ExchangeService serv)
{
FindItemsResults appointments =
...
3
votes
1answer
70 views
Ruby Strings - difference between << and +=
Running the method fizzbuzz1 yields a 100 member list of numbers 1 to 100, where each multiple of 3 is replaced by "fizz", each multiple of 5 by "buzz", and each multiple of both 3 and 5 by ...
0
votes
1answer
24 views
Error 3176 - QuickBooks error message: Can't lock the credits
We are trying to add an Invoice with 'SetCredit' using QBXML - WebConnector. (QBXML is formed right)
<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="12.0"?>
<QBXML>
...
0
votes
1answer
20 views
Using javascript “GroupImage.src=GroupDB[i].picture” adds “%26/#47”
I'm trying to add an image to a 'div' dynamically generated. For that I use:
GroupImage = document.createElement("img");
GroupImage.src=GroupDB[i].picture;
...
2
votes
3answers
67 views
Adding String to a List - Quicker way?
Is there a quicker or more efficient way to add Strings to a List than the below example?:
List<String> apptList = new List<String>();
foreach (Appointment appointment in appointments){
...
0
votes
1answer
26 views
JQGrid Add Row Manually to Local Data with Grouping (stype is null or not an object)
I created a grid (datatype: xml, loadonce:true, celledit: true, cellsubmit: 'clientArray') with a grouping field (hidden). Then I'd like to add a new row/group.
I can try and turn it the way I want, ...
1
vote
1answer
33 views
Calling a jquery function inside an recently added jquery function
This title is a little confuse, but here is my problem:
I have this add function in jquery :
$(document).ready(function(){
var i = $('input').size() +1;
$('#add').click(function(event) {
...
1
vote
3answers
35 views
Add Time to SQL DateTime PHP
I have a program that when someone clicks a button I want to add an hour onto every dateTime in my SQL database. For instance if the original dateTime was 2013-02-18 01:00:40.330, when the button is ...
0
votes
2answers
92 views
DataGridView TextBox Cell Validating in C#?
I have two DataGridViewTextbox Column in my Form. I want to compare one textbox with another textbox value.
See the image the information is provided there...,
which are in blue color they are ...
-4
votes
0answers
114 views
Web-Based Inventory Management System [closed]
I'm working on creating a inventory management system that is web-based. It needs to have a button for each item in our stock. When a button is pressed, it needs to add to a specific value in the .csv ...
0
votes
1answer
27 views
Fill jPanel from constructor
I'm trying to fill a jPanel2 inside the jPanel1, from the constructor of this jPanel1.
Something like this.
public jPanel1(){
initComponents(); // here is created the jPanel2
JButton jb= new ...
0
votes
0answers
20 views
How to add fixed Prescription charge in Prestashop
How to add fixed Prescription charge in Prestashop
Something similar to
http://www.vusionglasses.com/58-men-women-eyewear-endis-eyeglass-frames-bold-rectangular.html?id_combination=46
What ...
0
votes
7answers
58 views
add input fields dynamically
Following code help me adding more input fields but when submit it does not bring all the input data record. please help to figure it out and understand.
$(document).ready(function(){
...





