The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
51 views

Adding decimal numbers to a decimal number not working properly in python [duplicate]

I'm trying to add decimal numbers a decimal number and it works correctly but when I do 1.1 + 0.1 I get 1.2000000000000002 but all I want it to equal to is 1.2. When I do 1.0 + 0.1 I get 1.1 which is ...
0
votes
0answers
12 views

Constraint Optimization

I want to write equation for optimization problem. I have error norm equation like f(X) = || X - X0 ||2 , what I want is to add a constraint or prior term in this equation. The constraint I want to ...
0
votes
0answers
16 views

adding the view to my another view which is set by setcontentView( ) in my main activity

package com.fragments.diesl; import android.app.ActionBar.LayoutParams; import android.app.Activity; import android.content.Context; import android.content.Intent; import ...
0
votes
1answer
31 views

Adding a return variable to a Number in Javascript

I need to add the OptionPricing variable to the 2: 258 which is in the var AccompPricing, in this script. I want to write something like this 2: 258 + (var Price), but it doesn't work like that. The ...
0
votes
3answers
47 views

Android: Adding a Button in a listview

I'm trying to add a button in a list View, I searched a lot on google but nothing was good enough for me. Here's my code: I have 2 classes : Menu.java import ...
1
vote
1answer
27 views

lisp, CLOS: adding a slot to the process class

My program is getting errors with multithreading, so I want to expand the with-lock-grabbed macro to keep track of the stack of locks a process acquires. I want to do this by simply adding a slot to ...
0
votes
3answers
95 views

Adding Dynamic TextBoxes to Dynamically added Panels

Windows Forms VS 2012 vb.net I've tried some code but somehow the dang Textboxes aren't being place inside the panels, i can only assume that im not actually placing them inside the panel, anyone ...
-1
votes
1answer
132 views

Delphi 7 how to do this? [closed]

So i have one StringGrid called StringGrid1 with FixedRow and Column set to 1,i have 6 Columns and 2 rows. I have one edit button called EdBrUc,i have three buttons one BtUnesi, second Button1 and ...
-3
votes
0answers
13 views

Can't find page listed to add my app [closed]

I have my app done but I can't add it to the my page because it is not listed. Can someone help me with this please? I can see my oder pages but not the new one.
0
votes
1answer
158 views

Android Adding more than one TextView to a TableRow Programmatically

I have a LinearLayout inside a FrameLayout for tab purposes. And I'm trying to add TableRow's to the LinearLayout in the code. LinearLayout testLayout = (LinearLayout)findViewById(R.id.testLayout); ...
1
vote
1answer
33 views

how can I add a copy of a div with jquery?

I have a div containg a few dynamically generated dropdowns. I want to clone this and add it underneath the original. The code for the original is: <div id="subjectselectiondiv" ...
0
votes
2answers
33 views

Java Error: IllegalArgumentException: adding a window to a container

I keep receiving the error: Exception in thread "main" java.lang.IllegalArgumentException: adding a window to a container at java.awt.Container.checkNotAWindow(Container.java:483) at ...
-4
votes
0answers
18 views

I can't add someone to my Facebook page [closed]

I have a relative on Facebook, and we both have mutual friends, but we can't connect to each others page, why is this? Can someone help me with this, we would really like to add each other but we ...
0
votes
2answers
38 views

Is it possible to add css to an existing css class via jquery?

I have a sticky sidebar, and on desktop, The sidebar is sticky - so I toggle a class of .fixed {top:20px; position:fixed} when the sticky condition is met or not. My problem lies with "unsticking" ...
-1
votes
0answers
33 views

jQuery Calculation with Comma [duplicate]

I am performing a calculation on numbers using jQuery and it's working well with the exception of one scenario. This is my code: jQuery(document).ready(function () { ...

1 2 3 4 5 16
15 30 50 per page