Id
int64
1.68k
75.6M
PostTypeId
int64
1
2
AcceptedAnswerId
int64
1.7k
75.6M
ParentId
int64
1.68k
75.6M
Score
int64
-60
3.16k
ViewCount
int64
8
2.68M
Body
stringlengths
1
41.1k
Title
stringlengths
14
150
ContentLicense
stringclasses
3 values
FavoriteCount
int64
0
1
CreationDate
stringlengths
23
23
LastActivityDate
stringlengths
23
23
LastEditDate
stringlengths
23
23
LastEditorUserId
int64
-1
21.3M
OwnerUserId
int64
1
21.3M
Tags
list
3,726,867
1
3,727,031
null
14
1,179
I have an IF statement in QBASIC... yes... QBASIC... I have been teaching someone to program (I decided this would be nice and easy to see how the syntax works). ...Anyway, I have this code: ``` CLS start: INPUT ">>", a$ PRINT a$ IF (INSTR(a$, "do you")) THEN IF (INSTR(a$, "like")) THEN IF (INSTR(a$, "...
Here's an old school IF statement for you, but there is a problem
CC BY-SA 2.5
null
2010-09-16T12:56:49.327
2016-08-27T02:40:43.110
2010-09-16T13:21:45.350
285,178
285,178
[ "qbasic" ]
3,727,062
1
null
null
4
229
I'm looking for software that frames a TV feed (via coax cable) with still images, tickers, etc. Below is an example of a potential layout I'm interested in (care of Bloomberg). ![alt text](https://i.stack.imgur.com/yxxv0.jpg)
Looking for software: frame a TV feed with other information
CC BY-SA 2.5
0
2010-09-16T13:20:44.540
2010-09-24T11:55:16.873
null
null
444,382
[ "video" ]
3,727,179
1
3,727,242
null
4
3,380
I have two tables, `tabSparePart` and `tabSparePartCategory`. Every spare part belongs to a spare part category. I need all spare parts that belong to a specific category. But the problem is that a spare part category could be a "subcategory" of another, they reference each other (the "main categories" have 'null' in t...
SQL query: self-referencing foreign key relationship
CC BY-SA 2.5
null
2010-09-16T13:34:52.580
2010-09-16T14:58:55.330
2010-09-16T14:58:55.330
13,302
284,240
[ "sql", "sql-server", "foreign-key-relationship" ]
3,727,130
1
3,727,778
null
2
743
I've been using databinding in several simple situations with pretty good success. Usually I just use INotifyPropertyChanged to enable my codebehind to modify the GUI values on screen, rather than implement dependency properties for everything. I am playing with an LED control to learn more about databinding in user ...
Misunderstanding databinding fundamentals and DataContexts -- long story
CC BY-SA 2.5
0
2010-09-16T13:28:35.903
2011-09-27T15:18:40.527
2010-09-16T13:40:07.420
214,071
214,071
[ "c#", "wpf", "data-binding", ".net-3.5", "datacontext" ]
3,727,686
1
3,727,728
null
0
1,192
I use [http://github.com/abraham/twitteroauth](http://github.com/abraham/twitteroauth) PHP library for reaching the Twitter REST API. My config file has credentials: ``` <?php $consumer_key = 'xxxxxxxxxxxxx'; $consumer_secret = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; $login = 'xxx'; $passwd = 'xxx'; ?> ``` Is i...
OAuth authorization without Twitter login page
CC BY-SA 3.0
0
2010-09-16T14:31:37.397
2017-08-12T14:08:08.070
2017-08-12T14:08:08.070
211,848
211,848
[ "php", "twitter", "oauth" ]
3,728,358
1
3,728,569
null
0
106
![alt text](https://i.stack.imgur.com/eFBkB.jpg) When I continuously do "step into",it switches between different threads. But how's that scheduled in visual studio,how does it know which thread to activate for next instruction?
Debugging a multi-thread programe with "Disassembly view" in visual studio
CC BY-SA 2.5
null
2010-09-16T15:48:27.487
2010-09-16T16:14:54.393
2020-06-20T09:12:55.060
-1
417,798
[ "c", "visual-studio-2008", "assembly" ]
3,728,474
1
3,728,544
null
1
684
I have a web page with large div(for example white) and another div that is follows the previous one. The problem is that if white block is big enough and it height is almost or even bigger than the browser window(and scroll bars appear), the red block is in the bottom of the page there is still gap between red div and...
Elliminate gap between last div and page end in firefox/opera/Safari
CC BY-SA 2.5
null
2010-09-16T16:01:22.633
2010-09-16T16:11:30.627
null
null
149,245
[ "css", "firefox", "xhtml", "layout", "html" ]
3,728,731
1
null
null
1
705
i have a "rare" behavior here, i this model: # models.py ``` class Area(models.Model): area = models.CharField(max_length=150,unique=True) slug = models.SlugField(max_length=200) fecha = models.DateTimeField(default=datetime.date.today,editable=False) activa = models.BooleanField(default=True) class...
django ManyToManyField show slug as label
CC BY-SA 2.5
null
2010-09-16T16:34:06.113
2010-09-16T18:23:31.563
2020-06-20T09:12:55.060
-1
147,424
[ "django", "django-models", "django-admin", "django-forms" ]
3,728,983
1
null
null
1
84
![alt text](https://i.stack.imgur.com/wppay.jpg) Especially,how the thread be named by method name like `GrabberCB::BufferCB`?
How are thread names populated in thread window of visual studio?
CC BY-SA 2.5
null
2010-09-16T17:05:11.713
2010-09-16T17:06:57.810
2020-06-20T09:12:55.060
-1
417,798
[ "c", "visual-studio-2008" ]
3,729,502
1
null
null
1
1,881
I am trying to access picasa from android , i have tried to run following sample code ``` http://code.google.com/p/google-api-java-client/source/browse/picasa-atom-android-sample/?repo=samples#picasa-atom-android-sample%3Fstate%3Dclosed ``` but i am getting only one thing over here , ![alt text](https://i.stack....
accsessing picasa using android
CC BY-SA 2.5
0
2010-09-16T18:15:59.767
2012-10-24T15:33:52.770
2010-09-21T17:35:18.613
83,406
405,383
[ "android", "google-api", "picasa", "google-api-java-client" ]
3,729,554
1
3,729,745
null
1
7,973
![alt text](https://i.stack.imgur.com/4xhrU.jpg) This is the desired result Ineeded. I had populated State(RowGroup), Male(ColGroup), Year(ColGroup) and the data inside the matrix. To calculate the data count total(100), I used the feature AddTotal by right-clicking it. But in this report I have used expression to ca...
SSRS/RDLC Calculating SubTotal of an Expression
CC BY-SA 2.5
0
2010-09-16T18:22:18.477
2011-01-24T11:58:52.840
2011-01-24T11:58:52.840
573,261
178,769
[ "reporting-services", "ssrs-2008", "rdlc" ]
3,729,648
1
3,729,961
null
2
1,279
I have a function that loads a sprite sheet, finds a block of sprites, and then puts each individual sprite into a list. Before it appends a sprite into the list, it will blit it onto the screen. Once it's done loading sprites, it will then iterate through the list, blitting each sprite as it goes. The two sets of b...
a list of pygame sprites loses its first element, and gains a duplicate of the last
CC BY-SA 2.5
null
2010-09-16T18:32:23.993
2010-09-16T19:16:44.037
null
null
377,617
[ "python", "list", "pygame" ]
3,729,690
1
3,729,753
null
25
24,478
For an iPhone application I want to draw a circle, that is only for an x percentage filled. Something like this: ![alt text](https://i.stack.imgur.com/tiyuY.png) I have no problems calculating the radius, the degrees or the radians, that is no problem. Also drawing the circle is already done. But how do I get the iP...
Draw part of a circle
CC BY-SA 2.5
0
2010-09-16T18:39:32.797
2015-10-26T07:37:23.860
2010-09-16T18:50:55.877
69,313
69,313
[ "iphone", "objective-c", "cocoa-touch" ]
3,729,841
1
3,730,269
null
1
3,804
Im coding html newsletter and faced up with strange thing in gmail. Code: ``` <table cellpadding="0" cellspacing="0" width="700" height="122"> <tr> <td valign="top" colspan="3" width="689" height="8"><img src="http://www.url.com/img/product_top_border.gif"></td> </tr...
Html newsletter in gmail
CC BY-SA 2.5
null
2010-09-16T19:00:14.620
2012-02-09T18:47:44.110
null
null
262,460
[ "html", "gmail", "newsletter" ]
3,730,259
1
3,732,513
null
7
15,883
I'm developing an Android application with a tabbed layout. I've got it to where it doesn't spawn a new activity like [Google's tutorial suggested](http://developer.android.com/resources/tutorials/views/hello-tabwidget.html), however I only did this in an effort to get my content to show when clicking on each tab. Curr...
Android Tabbed Layout setContent
CC BY-SA 2.5
0
2010-09-16T19:52:55.750
2010-09-17T03:34:42.660
null
null
50,391
[ "android" ]
3,730,767
1
3,732,383
null
4
11,714
I am using Google Map Version 3 API to add markers on Google Map. The is that, markers show up on browsers. but when users print the map through browser's print command, nothing shows up. The question is, - - : - - markers are clearly visible ![alt text](https://i.stack.imgur.com/9GKKt.png)- (IE7, IE8) - m...
How to print Google Map markers
CC BY-SA 2.5
null
2010-09-16T20:58:39.197
2015-01-07T08:26:58.913
2010-09-16T21:50:16.843
4,035
4,035
[ "google-maps", "printing", "google-maps-api-3" ]
3,731,081
1
null
null
1
92
Does anyone know of free tools, IDEs or plugins (preferably for Netbeans or Eclipse) that can generate dependency trees like [NDepend](http://www.ndepend.com/) for Visual Studio? I am looking for one that does it for PHP, but ideally it would support multiple languages. ![alt text](https://i.stack.imgur.com/VK9U5.jpg)...
Tool or IDEs that can generate dependency trees?
CC BY-SA 2.5
null
2010-09-16T21:46:41.883
2018-12-22T15:29:30.130
null
null
396,458
[ "ide", "dependency-management" ]
3,731,454
1
3,732,545
null
5
7,265
In how can you convert a image to a without losing colors. With [imagetruecolortopallete](http://php.net/manual/en/function.imagetruecolortopalette.php) it . I have a function that runs through all the colors and filters them (eg. grayscale). and It , such as this picture of a Lamborghini- ![alt text](https://...
PHP GD palette colors
CC BY-SA 2.5
0
2010-09-16T22:52:24.083
2013-10-28T16:46:20.087
2010-09-16T23:05:15.767
1,246,275
1,246,275
[ "php", "image", "colors", "gd", "palette" ]
3,732,285
1
null
null
21
119,793
I cant figure it out. How do i align the textbox? I thought using float: left on the labels on the left (then doing it on the input when i notice the input was now on the left without that) but that was completely wrong. How do i get the textbox align along with the labels on the left of them next to the textbox inste...
align textbox and text/labels in html?
CC BY-SA 2.5
0
2010-09-17T02:22:46.660
2017-11-26T17:47:51.527
null
null
null
[ "html", "css" ]
3,732,703
1
3,732,872
null
2
16,646
Does anyone know how can I create a prompt input dialog with dropdown box in javascript? Example: ![alt text](https://i.stack.imgur.com/5yfFF.png)
Create prompt input dialog with dropdown box in javascript?
CC BY-SA 2.5
null
2010-09-17T04:41:10.363
2010-09-17T06:32:06.727
2010-09-17T06:22:32.710
50,846
52,745
[ "javascript", "dialog" ]
3,732,806
1
3,732,865
null
0
249
hi i am new to iphone.what i need is i have to place a images like stars in the sky and animate the stars glow for example i am showing a sample image how can i done this pls post some code or link regarding this.sorry for my poor English.Thank u in advance. ![alt text](https://i.stack.imgur.com/T4Fbn.jpg)
how to animate images in view background
CC BY-SA 2.5
0
2010-09-17T05:16:30.967
2010-09-17T05:34:28.317
null
null
699,226
[ "iphone" ]
3,733,039
1
3,735,519
null
3
2,650
I'm using DNN 5.4 with the default google api jquery reference: ![alt text](https://i.stack.imgur.com/Aas5K.png) I have confirmed that jquery.min.js is loading. I don't know if there's other jQuery (other than the plugin) that needs to be loaded. I'm utilizing the Google Code jQuery Textbox Watermark Plugin ([Link](...
DotNetNuke - jQuery - Why is this jQuery Watermark plugin not working?
CC BY-SA 2.5
0
2010-09-17T06:18:47.487
2011-11-18T20:54:51.657
null
null
127,880
[ "asp.net", "jquery", "jquery-ui", "jquery-plugins", "dotnetnuke" ]
3,733,282
1
null
null
1
431
In css, i set the overlow property of the div to scroll and it works well. But the scrolls are visible but not active with a greyed color even they are not needed. So how can i make the scrolls invisible when they are not needed ? ![alt text](https://i.stack.imgur.com/rgVbX.jpg)
Scroll visibility
CC BY-SA 2.5
null
2010-09-17T07:03:13.467
2010-09-17T07:15:01.710
null
null
134,263
[ "javascript", "html", "css" ]
3,733,471
1
3,733,567
null
16
10,446
In Draw 9-patch, everything looks fine. , my SDK says the 9-patch png is malformed. Because I have something like an 11-patch png. Because I don't want the little grabbing area to be scaled. How to get it working? The screenshot describes everything: ![alt text](https://i.stack.imgur.com/0kIFO.png) Error Meassage in ...
Android / 9-patch PNG: What, if I need smth like a 11-patch PNG?
CC BY-SA 2.5
0
2010-09-17T07:37:11.417
2015-10-14T00:03:36.043
2010-09-17T11:51:32.320
433,718
433,718
[ "android", "android-layout", "nine-patch" ]
3,733,483
1
3,740,998
null
1
3,182
im looking for some tips and hints how i can build up my Application in a good way. So here are some informations: I have at the moment the Mainwindow designed with a grid which holds 4 frames. its looking like this. ![menu](https://i.stack.imgur.com/rPmti.jpg) At the top is a menu which let you select the different...
WPF How to design a multi-window Application?
CC BY-SA 2.5
0
2010-09-17T07:39:46.560
2010-09-18T08:53:32.513
null
null
424,226
[ "c#", "wpf", "mvvm" ]
3,733,526
1
3,733,545
null
0
77
This code has different result in Firefox and Chrome ``` <div style="border:1px solid red; width:50%; height:50px; position:relative;"> <input type="text" style="position:absolute; left:0; right:20px;" /> </div> ``` ![alt text](https://i.stack.imgur.com/R0ZWf.png) How to make the text box anchored 0px to the le...
Anchoring trick isn't working in Firefox
CC BY-SA 2.5
null
2010-09-17T07:49:25.070
2011-04-05T14:12:48.693
2010-09-17T08:32:15.363
351,564
351,564
[ "css", "cross-browser" ]
3,733,725
1
null
null
0
1,456
Im using mfc to draw a custom menu except it has a nasty looking border around it. How do i get rid of the border or draw over it? For example: ![](https://i.stack.imgur.com/q8qtL.png) (the white border around the edge) Edit: i know its only three hours left but none of the things below work. I have tried them usi...
Custom back ground for owner drawn menu
CC BY-SA 4.0
0
2010-09-17T08:24:46.430
2018-07-29T10:45:06.850
2018-07-29T10:45:06.850
143,091
23,339
[ "c++", "winapi" ]
3,733,733
1
3,733,931
null
0
561
I have a TCP server that creates a (blocking) socket, waits until it is available for reading using select(), then calls accept() and starts reading the data. Here is an [example](http://beej.us/guide/bgnet/examples/selectserver.c) (not mine) illustrating the concept. The question is, at what points of TCP handshake d...
TCP handshake phases corresponding to select() and accept() return points
CC BY-SA 2.5
null
2010-09-17T08:26:20.783
2010-09-17T08:57:44.827
2010-09-17T08:57:41.317
23,714
23,714
[ "linux", "sockets", "tcp" ]
3,734,100
1
null
null
0
1,378
How do I make sure the deployment target of my binary is set at 3.0? My base SDK is 4.0 because I'm using xcode 3.2.4 and this is the only SDK I can use. I thought it was possible to get the binary to target 3.0 using the settings in the Build properties but when I upload the binary to iTunes Connect it still says the ...
xcode : How do I make sure the deployment target of my binary is set at 3.0?
CC BY-SA 2.5
null
2010-09-17T09:27:16.370
2010-09-17T15:04:44.310
null
null
107,567
[ "iphone", "xcode", "deployment", "ios" ]
3,734,296
1
3,734,370
null
1
802
My code for the Layout is given below. I am not able see the full content, nor am I able to scroll. How can I show the entire contents by scrolling? ``` <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding...
How do I add scrolling to an Android layout?
CC BY-SA 3.0
0
2010-09-17T09:54:10.893
2014-02-28T13:38:45.950
2014-02-28T13:38:45.950
1,542,891
436,765
[ "android", "scroll", "scrollview" ]
3,734,497
1
3,739,957
null
0
1,006
I have an iPhone app that I've converted to a . The app works fine in all orientation on the iPhone. However on iPad when I rotate a table view, the UITableViewCell accessory is not repositioned correctly (see images below). I'm using a standard UITableViewCell of type UITableViewCellStyleSubtitle. The rest of view is...
UITableViewCell accessory not positioned correctly after rotating UITableView on iPad
CC BY-SA 2.5
0
2010-09-17T10:24:09.760
2010-11-10T15:34:42.710
2010-09-17T11:21:06.923
211,481
211,481
[ "iphone", "ipad", "uitableview" ]
3,734,877
1
3,734,904
null
0
261
I am just looking at setting a up a custom UIViewController programatically (see code below) and I am just curious about the white line I am getting at the bottom of the display, I don't see this when I create the view using a NIB in InterfaceBuilder. Is it just a case of offsetting the frame down by the height of the ...
Programmatic View Offset by Status Bar?
CC BY-SA 2.5
null
2010-09-17T11:26:53.213
2010-09-17T11:35:42.393
null
null
164,216
[ "iphone", "objective-c", "cocoa-touch" ]
3,735,147
1
3,736,755
null
0
474
I'm parsing the image from the url, i want to display the corner of parsed image as roundrect(similar to figure2) but i'm not able to do that, can anyone guide me regarding on this, My code for parsing the image from url is ``` img_value = new URL(VAL4[arg0]); Log.v("Image_Url1",img_value.toString()); try{ mIco...
How to apply round rectuangular shape to the parsed image from android?
CC BY-SA 2.5
null
2010-09-17T12:06:44.300
2010-09-17T15:35:12.063
2010-09-17T12:11:12.170
137,350
424,413
[ "android" ]
3,735,559
1
null
null
6
368
I'm using [tablesorter](http://tablesorter.com/docs/) in an `asp:GridView` and works fine but this been bother me for some time (firing up a call to the server, refreshing the page), as you can see by the 2 images below: before refresh: [alt text http://www.balexandre.com/temp/2010-09-17_1504.png](http://www.balex...
TableSorter loses header text
CC BY-SA 2.5
0
2010-09-17T13:09:30.983
2010-09-21T09:09:55.413
2010-09-17T13:23:22.820
44,269
28,004
[ "asp.net", "jquery", "tablesorter" ]
3,735,600
1
null
null
0
235
So I have such structure: 3 points (X, Y) BAC and knowledge that in real 3d world BAC angle is 90 degrees.So an image would look like that: ![alt text](https://i.stack.imgur.com/WxdwK.png) And what we want to get at first is : ![alt text](https://i.stack.imgur.com/VbwJO.png) than we wanna add some stuff like 2 par...
Is there algorthm for 2 way 2D plane transformation based on 3 points and angle?
CC BY-SA 2.5
null
2010-09-17T13:14:27.550
2010-09-17T23:15:12.477
2010-09-17T23:15:12.477
242,848
434,051
[ "algorithm", "geometry", "transformation" ]
3,735,748
1
3,737,915
null
19
5,434
Here's the problem: I have a number of binary images composed by traces of different thickness. Below there are two images to illustrate the problem: ## First Image - size: 711 x 643 px ![711 x 643 example image](https://imgur.com/bA263.png) ## Second Image - size: 930 x 951 px ![alt text](https://imgur.com/3...
Measuring the average thickness of traces in an image
CC BY-SA 2.5
0
2010-09-17T13:33:43.377
2014-04-02T14:13:41.310
2010-09-17T20:26:39.293
353,410
64,138
[ "algorithm", "image", "language-agnostic", "image-processing", "computer-vision" ]
3,736,075
1
3,736,383
null
0
534
In my application I have a map, this map has a lot of annotations... but sometimes no location is found for an annotation (server couldn't find lat/lon). When this happens, I would like to draw a little box on my map with the text "Some locations could not be found" (or similar). I want this box to have round corners a...
Draw round-corner box
CC BY-SA 2.5
0
2010-09-17T14:12:44.857
2010-09-17T15:04:12.377
null
null
406,677
[ "iphone", "google-maps", "ios4", "drawing", "mapkit" ]
3,736,208
1
3,736,282
null
65
50,344
Okay. I'm sick of this problem. This have an easy fix, I'm sure of it!! I hope SO can help me to get rid of this once and for all! > How do we get Eclipse to stop trying to process/compile all files under a particular project directory? The goal is for no errors/warnings to exist in the problems view if the...
How to exclude a folder that is producing warnings/errors in an Eclipse project?
CC BY-SA 2.5
0
2010-09-17T14:28:48.260
2020-10-21T13:12:48.027
2017-05-23T12:26:07.887
-1
178,433
[ "eclipse", "ide", "build-process", "m2eclipse" ]
3,736,261
1
null
null
3
233
I made this graph in wolfram alpha by accident: ![Graph](https://i.stack.imgur.com/5elU2.gif) Readable code in any language is good, but something that can be run in a browser would be best (i.e. JavaScript / Canvas). If you write code in other languages, please include a screenshot. Notes: - [link](http://www...
How can I reproduce a scribbly pattern like this in code?
CC BY-SA 2.5
0
2010-09-17T14:34:45.677
2010-09-19T06:25:15.003
2010-09-17T14:41:44.303
443,019
443,019
[ "language-agnostic", "math", "graphics", "trigonometry" ]
3,736,459
1
3,740,361
null
4
2,951
I see examples of selectors using android states like 'selected' to define style. Here a simplified example: ``` <selector> <item android:state_selected="true" android:drawable="@color/transparent" /> <item android:drawable="@drawable/listitem_normal" /> </selector> ``` So, my question is: Can I define and ...
Custom item states for android selectors
CC BY-SA 2.5
0
2010-09-17T14:56:11.463
2013-05-08T07:37:36.217
2010-09-18T04:36:12.403
14,651
289,740
[ "android", "coding-style", "selector", "heatmap" ]
3,736,552
1
3,736,705
null
5
7,915
Does anyone know where the various screen dimensions are for the iPhone4? I have checked the MobileHIG but alls I could find where references back to the old iPhone3G. Should I just assume that all previous values are doubled (i.e. StatusBar = 40 pixels), or is there a more accurate illustration (like the one below hid...
iPhone4 UI Element Size in Pixels?
CC BY-SA 2.5
0
2010-09-17T15:08:36.073
2010-09-17T16:12:13.973
null
null
164,216
[ "iphone", "cocoa-touch", "user-interface" ]
3,737,077
1
3,737,120
null
107
84,709
I have a `TextBox` control within a `StackPanel` whose `Orientation` is set to `Horizontal`, but can't get the TextBox to fill the remaining StackPanel space. XAML: ``` <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schema...
WPF TextBox won't fill in StackPanel
CC BY-SA 2.5
0
2010-09-17T16:16:07.060
2022-07-11T10:28:30.637
null
null
172,387
[ ".net", "wpf" ]
3,737,164
1
3,737,511
null
6
1,299
So I sometimes use app_offline.htm to take an app offline while I upload a new version. However, while I am in the process of uploading larger dll's, I get the yellow error-screen saying the dll could not be loaded. This seems to be out of sync with my expectations of what app_offline.htm does (stops the app entirely...
Using app_offline.htm to take an app offline while updating dll's fails while updating dll's
CC BY-SA 2.5
0
2010-09-17T16:27:41.187
2010-09-17T17:27:59.250
2010-09-17T16:41:17.993
77,884
77,884
[ "asp.net", "iis-7", "app-offline.htm" ]
3,737,165
1
3,737,183
null
7
1,220
Yesterday I [worked up an example of](http://www.cerebralmastication.com/2010/09/principal-component-analysis-pca-vs-ordinary-least-squares-ols-a-visual-explination/) the difference between Ordinary Least Squares (OLS) vs. Principal Components Analysis (PCA). For that illustration I wanted to show the errors minimized ...
Drop lines from actual to modeled points in R
CC BY-SA 2.5
0
2010-09-17T16:27:49.613
2019-01-03T15:58:24.063
null
null
37,751
[ "r", "graphics", "lm" ]
3,737,252
1
6,024,390
null
0
1,164
I created a custom UITableViewCell in my app and the default indent when the Delete button is present is not happening, below is a screenshot of my settings. Anyone have any idea as to what I'm doing wrong? ![alt text](https://i.stack.imgur.com/l70Y0.png) Also, here's a shot of the IB properties: ![alt text](https:/...
Custom TableView Cell Indentation Issue
CC BY-SA 2.5
0
2010-09-17T16:39:49.443
2011-05-16T23:04:38.510
null
null
277,757
[ "iphone", "objective-c", "uitableview" ]
3,737,787
1
3,741,737
null
0
220
I have quite a big code here... But fortunately it is not needed to be mentioned at all. It comes down to something which... fails? So, in the end this is supposed to draw two triangles (using AS3 Graphics). It works fine with one, but when I put a second there, it looks weird. I trace debugged it, and I think the bug ...
Graphics - overlapping bug or what?
CC BY-SA 2.5
null
2010-09-17T18:03:45.030
2010-09-18T12:45:42.720
2010-09-18T09:04:21.603
392,025
392,025
[ "actionscript-3", "graphics", "vector-graphics" ]
3,737,848
1
null
null
7
3,367
I've been researching this for weeks. I'm currently designing a architecture design using n-tier (3-layered) method and factory design approach. My goal is to put each client's business logic (ClientA.DLL, ClientB.DLL) in separate namespaces so that the project scales out, meaning I can modify/remove/add a specific c...
Creating A Loosely-Coupled / Scalable software architecture
CC BY-SA 3.0
0
2010-09-17T18:12:48.130
2017-05-28T22:07:15.180
2017-05-28T22:07:15.180
3,241,128
444,024
[ "c#", ".net", "design-patterns", "architecture" ]
3,738,269
1
3,738,402
null
19
11,410
[In my previous question](https://stackoverflow.com/questions/3684484) a lot of users wanted me to give some more data to toy with. So I got working on exporting all my data and processing it with Python, but then I realized: where do I leave all this data? Well I decided the best thing would be to stick them in a da...
How to insert arrays into a database?
CC BY-SA 2.5
0
2010-09-17T19:16:31.653
2010-09-19T04:42:15.230
2017-05-23T12:16:55.167
-1
77,595
[ "python", "database-design", "numpy" ]
3,738,334
1
null
null
1
196
I have a several series of data points that need to be graphed. For each graph, some points may need to be thrown out due to error. An example is the following: ![alt text](https://i.stack.imgur.com/49iNO.jpg) The circled areas are errors in the data. What I need is an algorithm to filter this data so that it elimina...
How should I filter this data?
CC BY-SA 2.5
null
2010-09-17T19:25:15.317
2010-09-17T21:28:01.853
2010-09-17T20:35:27.497
138,757
138,757
[ "algorithm", "filter", "data-processing", "post-processing" ]
3,738,504
1
null
null
2
1,346
I understand how to include a standard alert within my iPhone application, and can dismiss it with an OK or CLOSE button (see Epicurious example in image). How can I make a cool alert/notice overlay like the one seen in the foursquare app (see foursquare example in image)? In particular, how to include the alert/notic...
How to Implement a Cool Alert/Information Overlay on iPhone?
CC BY-SA 2.5
0
2010-09-17T19:47:48.343
2012-12-13T23:11:08.057
null
null
237,134
[ "iphone", "ios4", "ios" ]
3,738,601
1
3,738,667
null
4
133
There are usually some that I don't use in whatever project I'm working on (System.XML, System.XML.Linq for example). Are there any drawbacks from leaving default assemblies that I won't be using in my project? ![alt text](https://i.stack.imgur.com/irK1D.png)
Bad to leave unused default assemblies in the reference folder?
CC BY-SA 2.5
0
2010-09-17T20:03:22.727
2011-07-18T01:27:56.507
null
null
226,897
[ ".net", "assemblies", "visual-studio-project" ]
3,739,000
1
4,912,130
null
2
278
Other than copying Facebook's SELECT and OPTION elements, is there a Rails-native way of generating a Facebook-esque, localized-language select list? ![alt text](https://i.stack.imgur.com/e1adi.png)
Rails3 Facebook-esque localized language picklist
CC BY-SA 2.5
0
2010-09-17T21:01:00.573
2011-02-06T07:12:48.873
null
null
134,367
[ "localization", "ruby-on-rails-3" ]
3,739,144
1
3,746,078
null
4
4,252
I'd like to get a list of all the Azure Table errors and figure out a clean way to handle them in a `try...catch` block. For example, I'd like to not have to directly code and compare the InnerException message to `String.Contains("The specified entity already exists")`. What is the right way to trap these errors? !...
Clean way to catch errors from Azure Table (other than string match?)
CC BY-SA 2.5
0
2010-09-17T21:24:34.900
2011-07-08T08:06:58.613
2010-09-18T20:40:01.790
328,397
328,397
[ "c#", "azure", "try-catch", "azure-table-storage" ]
3,739,454
1
3,742,053
null
7
5,192
I'm building a small 3D engine for a game I'm working on. I've got my basics sorted: textured triangles with backface culling. However depth sorting is proving to be a difficult problem. I'm calculating the face Z by averaging out the 3 points that make up the triangular face. The longer faces sometimes overlap the s...
How do I Z-sort triangles for a 3D engine?
CC BY-SA 2.5
0
2010-09-17T22:18:36.890
2015-09-08T17:30:52.243
2012-05-10T12:59:14.113
29,995
41,021
[ "3d", "rendering", "depth-buffer" ]
3,739,970
1
3,740,000
null
1
1,236
In the following code, I am able to check with the debugger the values of self and childView. ``` [self.navigationController pushViewController:childView animated:YES]; ``` ![](https://imgur.com/eqfsD.png) However, I am not able to see the value of self.navigationController. How can I check if it is nil?
How to check if self.navigationController is nil
CC BY-SA 2.5
null
2010-09-18T01:09:39.083
2010-09-18T04:15:24.620
2010-09-18T01:22:26.727
404,020
404,020
[ "cocoa", "cocoa-touch", "xcode", "gdb", "debugging" ]
3,740,122
1
3,740,875
null
0
3,797
EDIT: Solved, (at least for the explorer) the problem was it keeps the old thumbs.db. I have a png icon and I've created a 128px, 96px, 64px, 32px, 16px icon using several tools. But the result is always the same.. when I compile the exe using that icon and resize to max icon size, it stays to something like 32-48px. ...
Incorrect icon size when imported to exe
CC BY-SA 2.5
null
2010-09-18T02:20:48.320
2010-09-18T12:28:24.813
2010-09-18T12:28:24.813
309,145
309,145
[ "c#", "windows", "visual-studio", "icons" ]
3,740,165
1
3,740,628
null
1
212
I'm used to using Idle for Python development, but decided to give Visual Studio 2010 + IronPython a try last week. It seems to work fine, but I noticed that triple-quoted (multi-line) strings don't highlight correctly in the editor. See photo: ![The whole string block should be red](https://i.stack.imgur.com/FbX5q....
Python Triple Quoted Strings in Visual Studio 2010
CC BY-SA 2.5
null
2010-09-18T02:37:38.577
2010-09-18T06:28:22.507
null
null
162,220
[ "visual-studio", "ide", "ironpython" ]
3,740,186
1
3,740,194
null
15
15,165
I just generated a few million GUID's turned them into a String and got the length... it was always the same. Can I rely on this fixed length of the GUID when converting to String? Also, is the middle number of the GUID always "4" as shown in this screenshot? ![alt text](https://i.stack.imgur.com/isj7i.png)
Questions about GUID's: Are they always fixed in length, and is the middle number always 4?
CC BY-SA 2.5
0
2010-09-18T02:46:21.583
2010-09-28T20:06:05.087
2010-09-18T04:27:19.117
76,337
328,397
[ "c#", ".net", "guid" ]
3,740,590
1
3,740,693
null
1
1,091
I'm building a graphical program that will need to show files on both the user's computer and on a remote server. I'm using Tkinter, and I'm definitely a novice with this toolkit. I want to have the files displayed in a box similar to what you would get from a "Details" view in Windows, so that each file has several ca...
List sorted by categories in Tkinter?
CC BY-SA 2.5
0
2010-09-18T06:09:34.697
2010-09-18T06:54:48.757
null
null
399,815
[ "python", "user-interface", "tkinter", "detailsview" ]
3,741,137
1
null
null
2
151
I'm showing code in an ordered list, so that it displays with line numbers. Each `li` has a `pre` tag filled with a line of code in it. My problem is that when I set the width of the `ol`, and I allow the overflow to scroll, the background color of the overflow is different than the background color of the area origin...
In my LI, why is the bg color of the overflow different than the bg color of the rest?
CC BY-SA 2.5
null
2010-09-18T09:45:22.840
2012-10-06T12:02:01.597
null
null
186,636
[ "html", "css", "scroll" ]
3,741,345
1
3,741,518
null
1
103
I have a tab control (in my case a UltraTabControl from Infragistics) and I add a new tab. The text of this new tab is set to "Escape &Characters". ``` lTab.Text = "Escape &Characters" ``` When visualizing the tab control the will become an _ (underscore) for the next character - in this case "C" ![alt text](https...
Disable conversion of & to shortcut indicator (winforms)
CC BY-SA 2.5
null
2010-09-18T10:37:29.243
2010-09-24T15:35:58.570
null
null
209,407
[ ".net", "vb.net", "winforms", "escaping" ]
3,741,596
1
3,741,963
null
5
219
I used below code and tried to debug in Visual studio 2008 by pressing F10. ``` //test.cpp #include<iostream> using namespace std; int main(void) { #line 100 "test.cpp" cout<<"Inside main()"<<endl; return 0; } ``` Below is the debugger screen shot. ![alt text](https://i.stack.imgur.com/TLPTw.png) #line 100 ...
Strange behavior of debugger when #line control is used
CC BY-SA 2.5
null
2010-09-18T11:52:02.223
2012-09-20T21:03:40.160
2012-09-20T21:03:40.160
1,288
426,051
[ "c++", "visual-studio-2008" ]
3,741,842
1
3,742,040
null
1
1,440
I want to make simple content page with silverlight with next requirments: Page must contains: 1. top space for banners(html) 2. center - silverlight component. and he will stretch to fitt page. 3. bottom space for banners(html) Looks quite easy but i faced problem with internet explorer 8. Silverlight component h...
CSS problem with silverlight component position. Cannot set height that i want
CC BY-SA 2.5
null
2010-09-18T13:21:49.290
2010-09-19T19:27:50.760
2010-09-18T14:40:05.613
508,330
508,330
[ ".net", "html", "css", "wpf", "silverlight" ]
3,741,973
1
3,742,070
null
0
376
I'm trying to test the following code : [http://github.com/mobilemelting/nvpolyline](http://github.com/mobilemelting/nvpolyline). When I run the app, all I get is a black screen. There are only two View Controllers, MainWindow.xib and NVMapViewController.xib. See my settings for MainWindow.xib in the attached image. ...
MainWindow.xib is just a black screen
CC BY-SA 2.5
null
2010-09-18T14:02:10.847
2010-09-18T14:38:33.673
null
null
387,552
[ "iphone", "viewcontroller" ]
3,741,972
1
3,753,415
null
9
7,610
Is there a look-and-feel-independent way to align a component (e.g. a `JLabel`) horizontally with the of a `JCheckBox`? I am trying to use values from the `UIDefaults` to predict the location of the text relative to the top-left corner of the `JCheckBox`. I have found a combination that gives the right result for th...
Align a JLabel with the text of a JCheckBox
CC BY-SA 2.5
0
2010-09-18T14:01:08.453
2010-09-20T16:24:22.510
null
null
12,048
[ "java", "swing", "jcheckbox" ]
3,742,122
1
3,742,151
null
0
712
I'm working on a program that uses the Accelerate framework (for LAPACK) and I have several issues. The code is written in C but needs to include C++ headers. I renamed the file to .cpp but it caused two errors, shown below. ![C++ Error Image](https://cl.ly/2RNB/content) So I then realized tried to `#include <Accel...
Data Types in Accelerate.framework
CC BY-SA 2.5
null
2010-09-18T14:54:09.880
2010-09-18T15:02:34.993
2017-02-08T14:30:22.387
-1
119,572
[ "c++", "lapack" ]
3,742,300
1
3,742,312
null
10
3,294
I have a collection of (Podcast) in an array. When I use a loop to iterate through this collection, I don't have on the variable that contains the object pulled out of the collection (as I would in C#/VisualStudio for instance). ![alt text](https://i.stack.imgur.com/m1MvE.png) ``` <?php $podcasts = new Podcast...
How can I get intellisense in PHP/Eclipse on custom objects pulled out of array in foreach loop?
CC BY-SA 2.5
0
2010-09-18T15:45:10.803
2018-08-07T22:16:24.083
2010-09-19T03:54:13.557
4,639
4,639
[ "php", "eclipse", "intellisense", "code-completion", "type-hinting" ]
3,742,332
1
3,743,492
null
0
525
For some reason, after a user enters text into an EditText within my Android app the white-bar which contains "suggestions" remains at the bottom of my Layout! If you press the "Back" button, it disappears. How can I stop this from remaining after completing text entry? EDIT: Screenshots Editing the text, white bar...
How to remove the white-bar which remains after typing in Android
CC BY-SA 2.5
null
2010-09-18T15:55:59.433
2010-10-06T15:50:50.923
2010-09-18T17:05:04.987
250,022
250,022
[ "android" ]
3,742,382
1
3,743,144
null
8
4,176
Greetings, I would like to detect if a segment only 'touches' a polygon or cross it. The Figure ![alt text](https://i.stack.imgur.com/Ah8ht.png) explains my doubt. How to know the difference between cases A and B? Note that in both situations the red line crosses the polygons in two vertices, one touching by outsid...
segment-polygon intersection
CC BY-SA 2.5
0
2010-09-18T16:09:18.127
2012-05-10T14:38:32.560
2010-09-18T19:36:24.663
50,476
451,472
[ "computational-geometry" ]
3,742,731
1
3,743,883
null
8
23,008
Have not done this before, so obviously I suck at it. Here 64 pixels around current mouse position get drawn little bigger on a form. Problem is, that it's 'kind of' to slow, and I have no idea where to start fixing. Besides that, I made a thread, that constantly calls update graphics when it's finished and a little f...
Java, how to draw constantly changing graphics
CC BY-SA 2.5
0
2010-09-18T17:35:55.967
2016-04-03T07:41:27.833
2010-09-19T09:42:47.480
97,754
97,754
[ "java", "graphics" ]
3,742,799
1
3,742,892
null
1
722
I have following entities: ![alt text](https://i.stack.imgur.com/BDyLl.jpg) In my code I need to update the `FKCategoryID` in entity `BudgetPost` but I'm getting the following error: > FKCategoryID is part of the object's key information Is it any way to update the key in this case or it's not possible? Thanks in...
ADO.NET EF Composite primary key - can not update foreign key
CC BY-SA 3.0
null
2010-09-18T17:51:18.410
2013-04-10T20:33:18.300
2013-04-10T20:33:18.300
558,486
304,083
[ "c#", "asp.net", ".net", "entity-framework", "ado.net" ]
3,742,849
1
3,743,019
null
1
3,193
I'm trying to improve user compatibility of a site for 800 x 600px monitors. I have a 'headerbackground' div which is 900px wide, and contains nothing but a background image. The rest of the site is nested inside that div, with a width of 790px. What I'd like to do is show the full 900px 'headerbackground' div if the...
HTML/CSS: Creating a div that doesn't trigger a horizontal scrollbar if it's wider than the screen size
CC BY-SA 2.5
null
2010-09-18T18:07:21.863
2010-09-18T18:55:18.537
2010-09-18T18:31:36.887
346,977
346,977
[ "html", "css", "overflow" ]
3,742,928
1
3,743,232
null
4
5,479
I am trying to design a way to represent mathematical equations as Java Objects. This is what I've come up with so far: - - - -Objects that extend would include things such as to represent trigonometric functions.- - - The overall idea is that I would be able to programmatically manipulate the equations (for examp...
Representing Math Equations as Java Objects
CC BY-SA 2.5
0
2010-09-18T18:27:57.157
2011-05-30T03:24:59.453
null
null
355,325
[ "java", "math" ]
3,743,035
1
null
null
2
3,489
i tried running "Photo capture example" in android emulator , ``` http://labs.makemachine.net/wp-content/uploads/2010/03/2010_04_09_make_machine_photo_capture.zip ``` when the photocapture example is loaded in android emulator , it shows the screen with “No Image” Text and “Take Photo” button. as follows, ![alt te...
take photo in android emmulator
CC BY-SA 2.5
0
2010-09-18T18:58:48.297
2010-09-19T01:48:02.157
null
null
405,383
[ "android", "android-emulator" ]
3,743,299
1
null
null
3
422
This is a beautiful image. I'm wondering how it can be generated programmatically with an image-processing library like imagemagick or gd? [http://robertbasic.com/img/sign-letters.gif](http://robertbasic.com/img/sign-letters.gif) ![alt text](https://i.stack.imgur.com/xvhsB.gif) My general idea is that the frame its...
Image created programmatically?
CC BY-SA 2.5
null
2010-09-18T20:05:59.010
2010-09-18T20:38:44.637
2010-09-18T20:38:44.637
435,565
435,565
[ "php", "image", "image-processing", "imagemagick", "gd" ]
3,743,347
1
3,743,356
null
0
387
I'm using IntelliJ IDEA 9 Community Edition for Java project. On "Create New Class" dialog you can see some strange UI element (highlighted in red). ![alt text](https://i.stack.imgur.com/n3x16.png) What is the purpose of this element?
IntelliJ IDEA 9 CE "Create New Class" dialog UI element purpose
CC BY-SA 2.5
0
2010-09-18T20:19:48.380
2010-09-18T20:34:19.333
null
null
153,349
[ "java", "ide", "intellij-idea" ]
3,743,415
1
null
null
5
2,232
I have an application with `UITabBarController` with a `UINavigationController` subview, which holds a table view. I want to be able to switch out the `UITabBarController` with a `UIToolbar` for a specific view controller when a cell is selected. Here's an example from some other application, which reacts the same way...
Replace UITabBar with UIToolBar
CC BY-SA 2.5
0
2010-09-18T20:43:29.800
2011-04-16T11:31:45.103
null
null
68,674
[ "uitableview", "uinavigationbar", "uitabbar", "uitoolbar" ]
3,743,608
1
3,939,123
null
1
364
![alt text](https://i.stack.imgur.com/lINvw.png) So it seems like the new VS highlights whole sections of code when the mouse is over the collapsible line on the far left of the IDE. I don't know what this feature is called but I couldn't see any option in the Options to turn this off. Is this possible? If so, how?
How to turn off Visual Studio 2010's new collapsible section mouse over highlighter?
CC BY-SA 2.5
0
2010-09-18T21:37:42.473
2010-10-15T02:45:00.827
null
null
51,816
[ "visual-studio", "editor" ]
3,743,897
1
3,744,273
null
2
7,034
Have not done this before ([except in java](https://stackoverflow.com/questions/3742731/java-how-to-draw-constantly-changing-graphics), look how [Steve McLeod](https://stackoverflow.com/users/2959/steve-mcleod) fixed it), so obviously I suck at it. Here 64 pixels around current mouse position get drawn little bigger on...
how to draw constantly changing graphics
CC BY-SA 2.5
0
2010-09-18T23:13:07.253
2010-09-19T09:03:48.183
2017-05-23T11:48:27.577
-1
97,754
[ "c#", "graphics", "gdi+" ]
3,743,973
1
3,744,004
null
1
1,777
When I try to put final in method parameter eclipse doesn't help. Any idea how to get this to work? ![final in method parameter](https://i.stack.imgur.com/KZu3w.jpg)
Final in method parameter in eclipse
CC BY-SA 2.5
0
2010-09-18T23:50:08.400
2010-09-19T00:49:09.313
2010-09-19T00:49:09.313
184,730
184,730
[ "java", "eclipse", "methods", "final" ]
3,744,261
1
3,744,269
null
2
1,544
How would I create these buttons, so that clicking handles correctly? ![alt text](https://i.stack.imgur.com/CYEhJ.png) Each button is a `.png`, transparent outside of the coloured square. I need a transparent areas to be click-thru.
iOS: How do I create irregularly shaped / partially transparent & click-thru buttons
CC BY-SA 2.5
0
2010-09-19T02:03:50.017
2012-03-30T11:50:25.347
2010-09-19T02:05:20.993
313,758
435,129
[ "ios", "uibutton" ]
3,744,721
1
3,759,300
null
41
13,259
BMP being [Basic Multilingual Plane](http://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane) According to : > JavaScript was built at a time when Unicode was a 16-bit character set, so all characters in JavaScript are 16 bits wide. This leads me to believe that JavaScript uses UCS-2 (not UTF-16!) and ...
JavaScript strings outside of the BMP
CC BY-SA 3.0
0
2010-09-19T06:17:36.847
2022-06-22T13:27:55.997
2014-05-17T20:37:25.730
295,783
330,644
[ "javascript", "unicode", "utf-16", "surrogate-pairs", "astral-plane" ]
3,744,761
1
3,747,187
null
7
25,872
I am new to JPA & hibernate. In my web-app i have changed my JDBC codes to JPA. While running the web-app i am getting a BIG list of errors. But from my knowledge in JPA and Hibernate, I think the two errors below represent most of my problem. - - I have searched a lot for these errors on the web. But I can't find one...
Unable to configure EntityManagerFactory
CC BY-SA 2.5
0
2010-09-19T06:35:02.283
2010-09-20T11:51:16.413
2020-06-20T09:12:55.060
-1
null
[ "java", "hibernate", "jpa" ]
3,745,017
1
3,745,037
null
10
14,065
How can I develop an alert system like Facebook's, where User A add User B, User B will get some number in Friend Request Section on the header like in the image below. How can I develop something like that? How can we get numbers like this??how can i get codes in PHP and JQuery? ![alt text](https://i.stack.imgur.com...
How to develop alert system like facebook using PHP and Jquery?
CC BY-SA 2.5
0
2010-09-19T08:25:32.883
2016-09-22T07:31:25.827
2010-09-19T13:09:14.073
404,183
404,183
[ "php", "jquery", "css", "notifications" ]
3,745,103
1
3,745,145
null
1
2,846
in this [example](http://jqueryui.com/demos/dialog/#modal-confirmation) the dialog is added to an element. But I want it to be added just to the body and I do not want any predefined div#dialog-confirm element in my html. So how do I realize that? ![alt text](https://i.stack.imgur.com/LaLnY.png)
Add a dialog to the document root, jQuery
CC BY-SA 2.5
null
2010-09-19T09:08:39.517
2010-09-19T10:46:33.373
2010-09-19T10:46:33.373
401,025
401,025
[ "javascript", "jquery", "jquery-ui", "jquery-selectors" ]
3,745,254
1
3,745,385
null
4
811
Is there open code available for implementing a time selector like the one used in HTC Sense? It's a wheel and the user can push it up or down to select higher or lower number. If there isn't code available, how do I go about implementing it? At best I would like to have a 59 beneath the 00 to be more like a real wheel...
How to implement HTC Sense style time selectors in android?
CC BY-SA 2.5
null
2010-09-19T10:02:39.190
2010-09-19T10:52:03.473
2010-09-19T10:15:24.590
25,282
25,282
[ "android" ]
3,745,240
1
3,746,456
null
1
1,802
I want to parse with XmlSlurper a HTML document which I read using HTTPBuilder. Initialy I tried to do it this way: ``` def response = http.get(path: "index.php", contentType: TEXT) def slurper = new XmlSlurper() def xml = slurper.parse(response) ``` But it produces an exception: ``` java.io.IOException: Server re...
Groovy XMLSlurper issue
CC BY-SA 2.5
null
2010-09-19T09:58:31.600
2014-11-28T19:33:34.497
null
null
327,079
[ "xhtml", "groovy", "dtd", "xmlslurper" ]
3,745,280
1
3,745,867
null
0
2,308
I'm working on a instant messaging client and i am looking for a way to display the contacts like Pigdin or Yahoo Messenger does. I was looking at a Tree Widget, but is there a way to customize the items? I would like them to look something like this: ![alt text](https://i.stack.imgur.com/VLGoh.png)
Custom items in Tree View Widget
CC BY-SA 2.5
null
2010-09-19T10:10:59.900
2010-09-19T13:33:04.673
null
null
9,789
[ "qt4" ]
3,745,305
1
null
null
0
3,278
Hey... i'm trying to create an activity with the layout structure like this: ``` <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <...
Android TabHost inside LinearLayout
CC BY-SA 2.5
0
2010-09-19T10:19:13.437
2010-09-23T20:30:24.207
2010-09-19T11:59:30.333
132,257
132,257
[ "android", "android-tabhost", "android-linearlayout" ]
3,745,410
1
3,745,443
null
0
131
I am using jquery modal dialog, but the look of the dialog is other than the the look of the dialog [example](http://jqueryui.com/demos/dialog/#modal). jquery ui is included and enabled. any ideas? ![alt text](https://i.stack.imgur.com/p8S6s.png)
Strange look, jQuery UI
CC BY-SA 2.5
null
2010-09-19T11:02:40.027
2010-09-19T11:15:25.537
null
null
401,025
[ "jquery", "jquery-ui", "jquery-dialog" ]
3,745,574
1
3,787,864
null
0
2,504
Is there anyway to align the text in msflexgrid in vertical orientation like excel does? thanks ![alt text](https://i.stack.imgur.com/egrlR.png)
text orientation flexgrid
CC BY-SA 2.5
null
2010-09-19T12:00:45.957
2010-09-24T14:08:51.290
2010-09-21T12:40:56.160
362,461
362,461
[ "vb6", "text", "msflexgrid" ]
3,745,821
1
3,745,981
null
1
1,221
![alt text](https://i.stack.imgur.com/lvl6r.jpg) IMO,this should hold: ``` rva = raw - imagebase ``` which is not the case in the graph,why?
How to understand the PE header in this graph?
CC BY-SA 2.5
null
2010-09-19T13:15:28.380
2010-09-19T14:04:50.027
null
null
444,905
[ "portable-executable" ]
3,745,887
1
3,745,990
null
3
1,796
What I need is: plots creation, stuff for interpolation, stuff for counting such things as ![alt text](https://i.stack.imgur.com/ceEXO.png) and ![alt text](https://i.stack.imgur.com/oO8sJ.png) where L(x) is an interpolation built from some data (points) generated from original known function f(x). meaning we know...
Wanted: C# programming library for mathematics
CC BY-SA 2.5
0
2010-09-19T13:40:58.230
2010-09-19T17:01:12.703
2010-09-19T14:18:16.330
434,051
434,051
[ "c#", ".net", "math", ".net-3.5", "interpolation" ]
3,746,281
1
3,746,295
null
0
98
``` <div style="width: 800px;border:1px solid black"> <div style="width:100px;height:100px;float:left;border:1px solid black"></div> <div style="float:left">ssdfsdfsdfsdgfag25w6a4g8w5614w5sge16dgf45d4sdffffffffffffffffffffffffffffffffffffffffffffffffffffff5s4f64s6f456a46f456a456456456f456we4f54we5gf...
Question about CSS float:left
CC BY-SA 2.5
null
2010-09-19T15:29:11.200
2012-07-17T12:47:38.593
null
null
329,424
[ "css" ]
3,746,322
1
null
null
3
6,718
How i can create a custom dialog like this: ![alt text](https://i.stack.imgur.com/hmIS4.png) I'm using iframe application with graph api/new js-api, but i cant figureout a way to reproduce this, the buttons and the title, keep the user languague. regards.
How to use custom a facebook dialog, like this example
CC BY-SA 2.5
0
2010-09-19T15:38:55.807
2012-03-23T04:36:24.743
null
null
109,545
[ "facebook", "iframe", "dialog", "facebook-graph-api" ]
3,746,679
1
null
null
1
833
Ok, we're stuck on this one for like 2 days and don't have a clue yet. We have a .asmx web service (configured as cookieless="true"): ``` [WebMethod(EnableSession =true)] [ScriptMethod(ResponseFormat = ResponseFormat.Json)] public string SimplestWebService() { return "Simplest web service work...
What do session enabling and cookieless have to do with authentication?
CC BY-SA 2.5
null
2010-09-19T17:20:33.150
2012-03-11T01:27:55.647
2010-09-26T15:45:35.973
424,952
424,952
[ "web-services" ]
3,746,839
1
3,746,863
null
1
250
I have a list of div pairs: MainDiv's and infPanel Divs. I need to put infPanel div's upon MainDiv and eliminate distance between MainDiv's. The best decision that I see is to set image in MainDiv with `background` option and just put infPanel inside MainDiv, but because of some technical requirements it is better to p...
Div's overlapping
CC BY-SA 2.5
null
2010-09-19T18:04:38.960
2010-09-19T22:30:32.993
null
null
149,245
[ "css", "layout", "html" ]
3,747,298
1
3,826,330
null
1
4,679
I'm wondering why in my toc shown below, I have different dots style in the most detailed subsections ? ![alt text](https://i.stack.imgur.com/wuXwR.png) All I've used is: ``` \setcounter{secnumdepth}{5} \setcounter{tocdepth}{5} .... \tableofcontents ``` How can I create a consistent style at all levels of depth: s...
Inconsistent styling in latex table of contents?
CC BY-SA 3.0
null
2010-09-19T20:19:36.523
2012-07-26T03:47:58.983
2011-08-23T05:42:10.953
317,773
270,315
[ "latex", "tableofcontents" ]
3,747,309
1
3,747,376
null
0
135
An example: ![alt text](https://i.stack.imgur.com/k6tOn.png)
Which event is called when I press on a part of the tab bar?
CC BY-SA 3.0
null
2010-09-19T20:22:09.460
2012-01-18T20:04:39.093
2012-01-18T20:04:39.093
918,414
318,205
[ "iphone", "cocoa-touch", "ios", "uitabbar" ]
3,747,601
1
3,747,615
null
3
1,202
I'm making a small tip calculator for the Windows Phone 7 and I'm almost done: ![alt text](https://i.stack.imgur.com/pB5rD.png) I'm having trouble getting the trailing decimals places to do what I want though. I want to display the result with only two values after the comma. Any suggestions? Here's my code: ``` pri...
How can I remove all of numbers after the dot?
CC BY-SA 2.5
null
2010-09-19T21:46:03.333
2010-09-19T21:55:16.573
null
null
null
[ "c#", "windows-phone-7" ]