The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
24 views

set view weights programmatically

I'm triyng to get the views inside a linear layout to fill the width . I tryed setting it inside layout params , but it gave me an error : my code : EditText et = new EditText(v.getContext()); ...
0
votes
0answers
38 views

Set layout weight in Remote Views

I have a notification with a custom layout. Here's its code: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
0
votes
2answers
20 views

In ASP CLASSSIC inclusions are executed before or after the statements?

let's assume we have a situation like: if session("lenguage") = "ENG" then <!--#include file="eng_page.asp"--> else <!--#include file="not_eng_page.asp"--> end if i would like to ...
0
votes
1answer
22 views

Android ExpandableList Activity child's android:layout_weight not working

I'm facing a problem that's driving me mad. That's the thing. I have an expandable List Activity wich shows media files. One group are the audio files, the other group are the Image files. ...
0
votes
3answers
129 views

Change from list of integers to weights between 0 and 1?

In python, I have an list, for example: a = [1, 2, 3, 4, 5] The list will always be sorted. I want to assign weights to the values, such that the weights only go between the values 0 and 1. The ...
-2
votes
0answers
36 views

Gold ring calculation [closed]

I have problem with gold ring weight calculation I have below details to calculate gold ring calculation reference thickness - 1.45mm reference Width - 6mm reference Size - 10 (reference diameter ...
0
votes
2answers
29 views

android - slide down view weight

I have a linear layout which has 4 childs with different weights. When user click a button at first child , i want to add new child to parent linear layout with different weight ( 0dp height ) . But ...
0
votes
1answer
13 views

Area function of a power region with respect to weight

I was reading a paper about Capacity-Constrained Power Diagram, and came across a function written in the form of V(Si,Wi). V(Si,Wi) is the area of the size, Si is the position of the site and Wi is ...
0
votes
2answers
32 views

Having weights shown as an unused argument in logistf R function

I kept getting a problem for the following code; "weights=weight" was shown as an unused argument. How should I solve the problem? x_0 <- rbinom(1,100, 0.01) x_1 <- rbinom(1,100, 0.1) x ...
-1
votes
0answers
46 views

opencart 1.5.4 “Error: shipping method required” by weight

SOMETIMES I'm getting error message (Error: shipping method required) when doing checkout with new user and products by weight. I have tried a lot of fix'es nothing helps. That error appears not only ...
-1
votes
0answers
27 views

How can I calculate feature weights from the libsvm linear kernel model file? [closed]

i am new to libsvm but managed to get a libsvm model from my training instances using the linear kernel. i want to calculate the weights for my features but have not been able to find out how to do ...
0
votes
1answer
30 views

In R, Igraph. Keep or make a new network from top 5% weighted edges

I am trying to reduce a large network to only the top 5% of its edges, determined by edge weight. I usually trim my networks by declaring a cut-off point for edgeweight like so: g2 <- ...
0
votes
1answer
82 views

Plot a histogram in MatLab

I have one vector(newdata) consisting of 4100 lines and one column. To be exact, those elements are the counts of a spectrum. What I want is to reproduce the spectrum using matlab. That's why I ...
0
votes
1answer
38 views

Android View: hide if layout_height too small

I want to show just two TextViews on the screen, one on top of the other. TextView B: 400dp high, at the bottom, TextView A: fill the rest of the screen. However, if the height of TextView A is less ...
-1
votes
1answer
57 views

Add weight to ball

I'm having troubles with the weight of a ball. I can apply gravity and a bouncing level, but I don know how to add weight. I want to do a "rock ball" and a "rubber ball", to compare it's bouncing ...
-3
votes
1answer
56 views

Weighted acyclic directed grahs [closed]

From Skienas book, I couldnt solve this: Let G = v,e be a weighted acyclic directed graph with possibly negative edge weights. Design a linear-time algorithm to solve the single-source shortest-paths ...
0
votes
1answer
61 views

Dijkstra algorithm - negative weights only from source

I wonder if we can use Dijkstra algorithm if the graph has some negative-weighted edges, but those start only from source. I can't find any problem with it, but also can't give a solid proof. Any ...
0
votes
0answers
58 views

Android layout weight doesen't work?

Here's the problem. I have 3 layouts. Each includes one of the other layouts. full_schedule includes 6 day_layouts. Each day_layout includes 15 class_layouts. full_schedule should have each day_layout ...
-1
votes
2answers
31 views

Weights in MySql

Basically what I need to achieve is a table in which users insert different food products. So obviously I need to allow people to specify weights (1000g, 23oz or what ever). How should I go about ...
1
vote
4answers
85 views

Nested weights Android layout

What i want to achive is to have a TextView, that takes about 70% of the screen, and the rest of the 30 % is divided EQUALY between 2 buttons set side by side (horizontally). The only way I achieved ...
0
votes
0answers
58 views

Matlab libSVM, use weights from weka

In matlab I have a matrix X and a vector Y where X is a matrix with features as columns and instances as rows and Y is a vector of labels. For example: X = 0 1 3 0 4 0 2 ...
1
vote
1answer
84 views

Weight cases for cross tabulation, with means

I like to weight cases to plot graphs in ggplot. I have a specific weight factor for each case, for instance: value weight 2 0.34 5 0.75 6 2.31 and so on... Plotting simple grouped bars ...
0
votes
0answers
14 views

Is there a way to give certain document fields a weight in app engine full text search?

In my application, I'd like the search api to value a match in the name field, higher than a match in the other fields. A user can also fill in an 'about' message, which has way more text, so it could ...
0
votes
1answer
121 views

The row is larger than the container in Bootstrap

Hello and good wishes for Easter. I have a problem with the 'use of Bootstrap. The code is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
-1
votes
1answer
80 views

Four buttons menu using LinearLayout

I`m trying to create a menu that will hold four ImageButtons next to each other and will be relative in size in order to support different screens resolutions. Below the menu I need an additional ...
0
votes
1answer
85 views

Minimum Cost Maximum Weight Bipartite Matching [closed]

There exist algorithms for Maximum Weight Bipartite Matching and Minimum Cost Bipartite Matching. However, is there an algorithm for Minimum Cost Maximum Weight Bipartite Matching? or any suggestions ...
0
votes
1answer
41 views

How to display total weight on cart sidebar or cart header at magento

Any idea how to do this? There's actually an answer here Display total weight of cart in the magento header But didn't quite understand at what file path we should apply those code
0
votes
0answers
25 views

Drupal weight rearranges when logged-in

I have a bizarre bug on my Drupal installation. Say I have the Omega theme installed. On a page I have the Content Area with a views and the default page content (Views is in a block set to Content ...
1
vote
6answers
309 views

jQuery CSS Font-Weight Normal Not Working

I've googled for the last two days and browsed this site, too, but found no similar problem. I am new to jQuery and hope this is no duplicate of other posts. $(this).css("font-weight", "bold"); ...
1
vote
0answers
60 views

magento: Weight vs. Destination

i have imported a CSV file with this data: NLD,,,2.0000,6.7500 NLD,,,20.0000,12.4000 this would mean that if a product would be 2kg or higher it would cost 6.75 euros when a product costs 20kg or ...
0
votes
3answers
55 views

If I use weight layout, then my java file cannot find the view by id

I have a xml layout using weight layout like this. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" ...
1
vote
1answer
122 views

Minimum Weight Triangulation Taking Forever

so I've been working on a program in Python that finds the minimum weight triangulation of a convex polygon. This means that it finds the weight(The sum of all the triangle perimeters), as well as the ...
1
vote
3answers
241 views

Scale image view in Android widget in relation to widget height, but respect a maximum height

I'm currently developing an Android widget that contains an image view. The widget is supposed to be resizable. The image should fill the whole width of the widget (that's the easy part) and should ...
0
votes
4answers
146 views

stone to weight conversion, having difficultly working out the exact formula

#region Weights private double StoneToKg(double Stone, double pounds) { return (Stone * 14 + pounds) * 0.4535970244035199; } private double[] KgToStone(double p) ...
-1
votes
3answers
147 views

weights inside a scrollview

In my App i am trying to create a scroll view that has 3 big buttons that fills the entire screen. so every button's size is 1/3 of the screen. How can I do that? When I am using weights its not ...
2
votes
1answer
47 views

Don't weighted LinearLayouts support round-rect backgrounds?

I experienced some awkward behavior. The LinearLayout below is assigned the correct background, but all corner radiis are simply dismissed. The question is why, and how do I solve this? If I set the ...
0
votes
0answers
252 views

Google Font text becoming unreadable in Firefox, font-weight 300

So yeah, I'm working on coding a website, and I'm primarily using the font "Robot Condensed" ( http://www.google.com/webfonts/specimen/Roboto+Condensed ) Now the problem is I have a jQuery thing, ...
0
votes
1answer
105 views

FusionTables Heatmap Layer Weighting

Is it possible to weight restults within a FusionTables heatmap layer? For example, in my FusionTable dataset I have latitude, longitidue, and counts. I'm not sure how to modify my layer to be ...
0
votes
2answers
222 views

Layout Weight warning Nested weight bad performance

I am new to android. Now i get warning for Nested weight bad performance.I have only one image and three buttons in my first screen. PLs give me some idea. <LinearLayout ...
3
votes
1answer
107 views

Android - When row added programmatically it doesn't show

I have a problem with my Android application. I try to dynamically add a row to a TableLayout. The situation: When I click a specific button, I want a row to be added to the TableLayout, the text ...
0
votes
0answers
88 views

WEKA LibSVM and Instance Weights

I would like to assign a specific weight to each instance in WEKA and learn a SVM with LibSVM. I have seen that it is possible to specify a weight to each instance using XRFF. Furthermore, the LibSVM ...
1
vote
3answers
114 views

LinearLayout layout_weight and weight_sum for sizing?

I have 5 LinearLayouts. For ease of writing and understanding, I'll refer to them as Views A - E. View A is the parent of Views B, C, D and E. I have set the layout_weight to 8.0f for View A and the ...
3
votes
2answers
110 views

Heatmap based on average weights and not on the number of data points

I am making a heatmap with Google API v3. I'll give an example. Lets consider earthquake magnitudes. I assign weights to each point to specify their magnitude. However google considers the density of ...
0
votes
1answer
17 views

File weight & performance on page load - commenting many lines of code

i was wondering if i have a javascript plugin, for example, of about 50Kb , does if i comment that out but i load the file anyway in the page, will be weight 50Kb to server side and browser side? I ...
0
votes
1answer
52 views

How do I get the `layout_weight` of a TextView?

I have a TableLayout and a row with a couple TextViews. I want to find the layout_weight of the TextView but I cant figure out how. I've tried the following: TableRow.LayoutParams lp = ...
0
votes
4answers
70 views

Android layout weight doesn't do anything

I have a LinearLayout with 2 buttons splitting it horizontally. I want those buttons to be at the bottom of the screen, so I added to the layout android:layout_weight="bottom" and nothing changes! ...
1
vote
1answer
142 views

Tablelayout weighted button in relativelayout

I have a tablelayout with weights for a 4 button grid. The problem is that I have on button that is in a relative layout in a tablerow which doesn't format correctly. If I have the height set to wrap ...
0
votes
0answers
42 views

adding weights to children of TableRow destroys focus

I am create a table of clickable items in a table layout, and I had a problem with the focus. I tried adding android:focusable="true" android:focusableInTouchMode="false" android:clickable="true" ...
0
votes
2answers
90 views

android image view taking lot of space than mentioned by weight

my xml code <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ...
0
votes
0answers
210 views

tablelayout stretchColumns and layout_weight dosen't work together

I want to show the table with 4 columns. The left (0 column) should take the all free space so column 1,2 and 3 should be sticked to the right. When I set layout_weight="1" for the first TextView in ...

1 2 3 4