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
1,929,947
1
1,930,188
null
2
3,225
I'm having a weird behaviour with a left-aligned TabControl in VB.NET. Screenshot: ![alt text](https://i.imgur.com/F4S9z.png) What I wanted was to have the tabs literally the same way they would be if rotated 90 degrees to the left. Does it have something to do with the fact I'm not (god forbid) using the standard...
Problem with TabControl alignment in VB.NET
CC BY-SA 2.5
0
2009-12-18T18:33:35.657
2023-02-25T13:53:19.320
2009-12-20T23:20:50.920
124,119
124,119
[ "vb.net", "winforms", "tabcontrol", "alignment", "visual-styles" ]
1,931,129
1
1,934,326
null
1
25,657
I have an Excel source going into an OLE DB destination. I'm inserting data into a view that has an INSTEAD OF trigger that handles all inserts. When I try to execute the package I receive this error: > "Failure inserting into the read-only column ColumnName" ![alt text](https://i.imgur.com/bAjNU.png) What can I d...
SSIS: "Failure inserting into the read-only column <ColumnName>"
CC BY-SA 2.5
null
2009-12-18T22:49:09.867
2013-11-05T09:50:16.350
2009-12-19T22:31:59.557
84,006
84,006
[ "sql-server", "sql-server-2008", "ssis" ]
1,931,166
1
1,931,592
null
6
6,722
I am running firefox 3.5.6. I want to display an image on a canvas and draw a couple lines on it. It needs to display properly in firefox and internet explorer (using excanvas). Here is what I am getting: ![alt text](https://content.screencast.com/users/togakangaroo/folders/Jing/media/1ba12356-5b00-49ec-9ddf-c5e0b1...
drawImage on canvas has weird aspect ratio in firefox and other problems
CC BY-SA 2.5
0
2009-12-18T22:59:17.750
2015-04-02T07:43:10.517
2017-02-08T14:18:31.820
-1
5,056
[ "javascript", "firefox", "html", "canvas" ]
1,932,693
1
1,932,708
null
1
13,124
I think that it's easier to explain my problem with an example: ![alt text](https://www.techonthenet.com/excel/formulas/images/dsum001.png) Based on the spreadsheet above, the formula `=DSUM(A4:D8,B4,A1:A2)` works, returning 20. Why `=DSUM(A4:D8,B4,{"OrderID";">10567"})` does not work? (It returns #VALUE!)
DSUM: How to define the criteria range using braces?
CC BY-SA 2.5
0
2009-12-19T11:39:34.957
2013-10-04T17:34:38.983
2017-02-08T14:18:32.160
-1
230,636
[ "excel", "excel-formula" ]
1,932,954
1
null
null
4
1,646
I am trying to compare two data sets in MATLAB. To do this I need to filter the data sets by Fourier transforming the data, filtering it and then inverse Fourier transforming it. When I inverse Fourier transform the data however I get a spike at either end of the red data set (picture shows the first spike), it should...
spike in my inverse fourier transform
CC BY-SA 2.5
0
2009-12-19T13:47:27.053
2010-03-15T08:18:23.637
2017-02-08T14:18:32.497
-1
232,873
[ "matlab", "signal-processing", "fft" ]
1,934,765
1
1,934,794
null
0
85
``` public class Hero { XPathNavigator Navigator; XPathDocument HeroInformation; public string GetHeroIcon(string Name) { XDocument HeroInformation = XDocument.Load("InformationRepositories/HeroRepository/HeroInformation.xml"); return HeroInformation.Descendants(Nam...
Access route not found when trying to call a file added in my solution explorer
CC BY-SA 2.5
null
2009-12-20T03:44:44.960
2009-12-20T04:02:47.893
null
null
112,355
[ "c#", "wpf", "xml", "resources" ]
1,934,894
1
1,934,902
null
2
4,719
I have now gone over to Visual Studio 2010 Beta 2 I have used it for a few days, but now I can no longer add references from the GAC. ![alt text](https://bildr.no/image/549966.jpeg) ([http://bildr.no/view/549966](http://bildr.no/view/549966)) Sorry since this is not directly a development question, but I was not s...
Visual Studio 2010 - Cannot add assembly references from the GAC
CC BY-SA 2.5
null
2009-12-20T04:53:13.550
2012-12-26T06:07:52.183
2017-02-08T14:18:33.867
-1
170,766
[ ".net", "visual-studio-2010", "gac" ]
1,935,890
1
1,937,150
null
1
2,574
I have a sphere with per-vertex normals and I'm trying to derive the texture coordinates for the object using the algorithm: ``` U = Asin(Norm.X) / PI + 0.5 V = Asin(Norm.Y) / PI + 0.5 ``` With a polka dot texture, I get: ![Misaligned textures](https://i736.photobucket.com/albums/xx7/Rushyo/texture1.jpg) Here's th...
DirectX Sphere Texture Coordinates
CC BY-SA 2.5
null
2009-12-20T13:55:04.450
2015-03-15T05:42:09.447
2017-02-08T14:18:34.883
-1
164,188
[ "geometry", "directx", "textures", "coordinates", "hlsl" ]
1,936,179
1
1,941,590
null
5
3,429
Maybe I'm missing something, but... The ListView control in Windows 7 displays a highlight around selected items that looks like a 3D blue translucent rectangle (I'm not talking about the selection rectangle, but the rectangle around the actual selected items). It even shows a lighter rectangle when hovering over item...
.NET ListView and Windows 7
CC BY-SA 2.5
0
2009-12-20T15:51:07.020
2010-12-24T03:30:34.120
2017-02-08T14:18:35.560
-1
67,808
[ "winforms", "listview", "windows-7" ]
1,936,742
1
1,937,033
null
3
2,021
There's an open source battery indicator that I greatly prefer to the default one. I was wanting to modify it to replace the default battery indicator. Is this even possible without building a whole custom ROM? ![battery indicator screenshot](https://imgur.com/8e1cO.png)
Replacing the battery indicator (Android)
CC BY-SA 2.5
null
2009-12-20T19:37:36.510
2010-07-16T17:57:22.330
2009-12-20T20:11:04.997
76,835
76,835
[ "android", "battery" ]
1,937,101
1
1,937,121
null
7
30,472
In Microsoft SQL Server 2005 and .NET 2.0, I want to convert the current date to a string of this format: "YYYY-MM-DD". For example, December 12th 2009 would become "2009-12-20". How do I do this in SQL. The context of this SQL statement in the table definiton. In other words, this is the default value. So when a ...
SQL Server getdate() to a string like "2009-12-20"
CC BY-SA 2.5
0
2009-12-20T21:23:23.217
2013-09-04T10:16:43.813
2017-05-23T12:00:32.043
-1
90,837
[ "sql", "sql-server", "tsql" ]
1,937,237
1
1,937,245
null
1
3,550
How to deal with a server that doesn't support 'date'? Sorry for such a vague question. Please let me know what addtional details I should add. Thanks. Here's the error: ## Server Error in '/' Application. The version of SQL Server in use does not support datatype 'date'. Description: An unhandled exception occu...
ASP.NET GridView throws: The version of SQL Server in use does not support datatype 'date'
CC BY-SA 2.5
0
2009-12-20T22:05:37.717
2009-12-21T13:20:17.717
2017-02-08T14:18:36.913
-1
90,837
[ "asp.net", "sql-server-2005" ]
1,938,921
1
1,941,766
null
118
152,229
Could somebody tell me the way to perform `UITableView` expandable/collapsible animations in `sections` of `UITableView` as below? ![](https://i.stack.imgur.com/ftMVW.jpg) or ![](https://i.stack.imgur.com/KMXaq.png)
Expand/collapse section in UITableView in iOS
CC BY-SA 3.0
0
2009-12-21T08:42:31.370
2022-11-28T11:55:53.540
2016-01-06T10:47:51.100
3,908,884
395,034
[ "ios", "iphone", "uitableview", "object" ]
1,942,911
1
1,943,067
null
2
2,982
I'm learning ActionScript/Flash. I love to play with text, and have done a lot of that kind of thing with the superb Java2D API. One of the things I like to know is "where, exactly, are you drawing that glyph?" The TextField class provides the methods `getBounds` and `getCharBoundaries`, but these methods return rect...
Is there a way to get the actual bounding box of a glyph in ActionScript?
CC BY-SA 2.5
0
2009-12-21T21:59:23.180
2016-09-02T15:02:00.883
null
null
143,938
[ "actionscript-3" ]
1,944,095
1
1,944,193
null
21
7,236
How can I mix two ARGB pixels ? Example ![Source: en.wikipedia.org/wiki/Alpha_compositing#mediaviewer/File:Alpha_compositing.svg](https://i.stack.imgur.com/iIFbB.png) Here A is (Red with Alpha) and B is ( Blue with Alpha ).
How to mix two ARGB pixels?
CC BY-SA 3.0
0
2009-12-22T04:00:02.127
2020-11-04T18:25:22.687
2020-11-03T12:53:30.277
4,294,399
148,869
[ "graphics", "alpha", "rgba" ]
1,944,112
1
2,555,121
null
10
2,965
I need to resize and crop an image to a specific width and height. I was able to construct a method that will create a square thumbnail, but I'm unsure on how to apply this, when the desired thumbnail is not square. ``` def rescale(data, width, height): """Rescale the given image, optionally cropping it to make sure t...
App Engine Cropping to a Specific Width and Height
CC BY-SA 3.0
0
2009-12-22T04:07:34.157
2012-04-23T21:41:12.770
2012-04-23T21:41:12.770
236,564
236,564
[ "google-app-engine", "resize", "image-manipulation", "resize-image", "dynamic-resizing" ]
1,944,737
1
1,944,813
null
3
461
I am creating an .Net 2.0 SP2 windows Forms Application. The form fonts looks fine in my machine, when i tried in another machine, it looks bigger. (This is not because of resolution difference, fonts are bigger relatively to other icons etc.) I tried to debug the problem and found following code returns different siz...
.Net Inconsistent Font rendering
CC BY-SA 2.5
0
2009-12-22T07:32:35.030
2009-12-22T08:00:35.767
2009-12-22T07:53:59.650
73,630
73,630
[ ".net", "fonts", "gdi+" ]
1,944,894
1
1,945,621
null
1
1,275
How does one code this scenerio in iphone sdk? In an expense app, when you want to add an expense, this view comes up. ![alt text](https://farm5.static.flickr.com/4038/4205807362_139ffdb1ed.jpg) After selecting "Clothing," another view slides up with a UIPickerView control that has a "done" button which will dismiss...
Iphone UIView implementation
CC BY-SA 2.5
null
2009-12-22T08:19:34.280
2010-03-22T17:36:57.063
2017-02-08T14:18:40.367
-1
99,234
[ "iphone", "uiview" ]
1,946,077
1
null
null
1
382
I am working on applying artistic effects to image . Can you please tell me how to achieve this effect ? Any inputs are appreciated ..... Input Image : ![alt text](https://farm3.static.flickr.com/2519/4205359333_4a88df2989.jpg) [http://www.flickr.com/photos/vineet_aggarwal/4205359333/](http://www.flickr.com/photos/v...
Applying effects on image using VC++?
CC BY-SA 2.5
0
2009-12-22T12:26:48.937
2009-12-23T11:19:02.093
2017-02-08T14:18:41.043
-1
303,986
[ "image", "image-processing", "visual-c++" ]
1,949,864
1
1,991,653
null
29
16,608
I built and run an iPhone application on device, got some problems and made a fix attempt. Now trying to re-build & run the application gives two (2) error popup notes: > Could not receive a message from the device [OK] Google couldn't find this! The device itself is working happily, I can even launch and use the ap...
Could not receive a message from the device (iPhone)
CC BY-SA 3.0
0
2009-12-22T23:22:30.900
2020-02-24T15:36:49.810
2014-10-14T06:03:40.643
1,753,005
113,079
[ "iphone", "xcode", "installation", "ipod-touch" ]
1,954,834
1
1,981,448
null
3
1,996
Once I start drawing my own images in an Eclipse table cell, highlighting that table cell results in a strange highlight color. See for yourself: ![alt text](https://frightanic.com/misc/transparent-or-not.png) While the transparency is actually preserved like in the first column, the highlight-blue isn't as blue as ...
Eclipse: table column image transparent or not?
CC BY-SA 2.5
null
2009-12-23T19:25:51.217
2009-12-30T17:47:28.430
2017-02-08T14:18:44.793
-1
131,929
[ "eclipse", "swt", "jface" ]
1,955,538
1
1,956,736
null
11
17,118
i need to implement the functionality of [EM_SETCUEBANNER](http://msdn.microsoft.com/en-us/library/bb761639.aspx), where a text hint appears inside an Edit control: ![Example of cue banner in edit control](https://i.stack.imgur.com/orYL7.png) The catch is that i cannot use version 6 of the Common Controls, which is w...
Win32: How to custom draw an Edit control?
CC BY-SA 3.0
0
2009-12-23T21:56:30.657
2017-02-14T19:01:02.683
2017-02-14T19:01:02.683
868,014
12,597
[ "windows", "winapi", "custom-draw" ]
1,956,606
1
1,962,140
null
0
1,824
- Common (Root namespace: PodcastPlayer.Common) -PodcastPlayer (Root namespace: PodcastPlayer) This is the Silverlight project. -PodcastPlayer.Web (Root namespace: PodcastPlayer.Web) In Common, I have several classes and service references. But my problem is that I can`t not use PodcastPlayer.Common namespace in Podc...
VB.NET - Imports namespace from other projects in Solutions
CC BY-SA 2.5
null
2009-12-24T04:04:15.767
2013-03-13T13:54:30.910
2017-02-08T14:18:45.487
-1
170,766
[ "vb.net", "namespaces", "global", "solution" ]
1,958,456
1
1,958,502
null
9
961
When i want to create a java class it is generating automatically a file with the same name of class. But when it generate a class, it can change the file name different than class name.. Am i missing something? [](https://i.stack.imgur.com/ZePLw.png) [screencast.com](http://content.screencast.com/users/uzay95/folder...
Why can't I give different name to class than the file name?
CC BY-SA 4.0
null
2009-12-24T14:10:17.177
2019-05-23T22:04:24.773
2019-05-23T22:04:24.773
4,751,173
104,085
[ "java" ]
1,958,707
1
1,959,653
null
2
209
HI, I want to customize the WMD editor (or [wmd-new](http://code.google.com/p/wmd-new/)) to convert TeX equations like $\frac{2}{3}$ to Google Charts API images (![http://chart.apis.google.com/chart?chl=\frac{3}{2}&cht=tx](https://chart.apis.google.com/chart?chl=%5Cfrac%7B3%7D%7B2%7D&cht=tx)) Is it possible to custom...
Customizing MWD for math equations
CC BY-SA 2.5
null
2009-12-24T15:29:33.683
2009-12-24T20:26:08.513
2017-02-08T14:18:46.500
-1
230,636
[ "javascript", "math", "latex", "markdown", "wmd" ]
1,959,259
1
1,999,703
null
1
558
Hey, following my struggles with the MVC DropDownList [posted here](https://stackoverflow.com/questions/1956532/asp-mvc-dropdownlist-error-converting-to-type), it seems that my DropDownList always returns 0 when I submit the form. I still have the same code as the other thread. ![alt text](https://i.imgur.com/NUjN9.pn...
ASP MVC DropDownList returns 0
CC BY-SA 2.5
0
2009-12-24T18:07:28.590
2010-01-04T14:02:34.490
2017-05-23T12:13:53.350
-1
140,212
[ "c#", "asp.net-mvc", "drop-down-menu" ]
1,960,127
1
null
null
1
235
when design ![alt text](https://i983.photobucket.com/albums/ae311/keatingWang/swing/design.png) when run ![alt text](https://i983.photobucket.com/albums/ae311/keatingWang/swing/run.png) when design and run in netbeans 6.5 they are the same, but int 6.7 and 6.8, as you see, they are different!
The support for the development of java swing in Netbeans 6.7 and 6.8 isn't good?
CC BY-SA 2.5
0
2009-12-25T00:07:33.873
2010-02-01T16:37:10.273
2017-02-08T14:18:47.173
-1
221,086
[ "java", "swing", "netbeans6.8", "netbeans6.7", "netbeans6.5" ]
1,960,441
1
1,960,451
null
0
207
I need your some help... How to create parallel output from many pages in one pages, see examples: I store all data in plain text e.g. ``` old-book-version.txt 1:1 dadidedodu.... 1:2 cacecocuci.... 2:1 papopupepi.... 2:2 lalilolule.... 2:3 and more...... mid-book-version.txt 1:1 dedadodedu.... 1:2 cacicecuca.... 2:...
How to create parallel output from content from many pages?
CC BY-SA 4.0
null
2009-12-25T04:02:36.310
2019-05-24T07:05:47.567
2019-05-24T07:05:47.567
4,751,173
226,811
[ "php", "javascript", "parallel-processing" ]
1,960,798
1
1,971,353
null
0
166
In the shadow map sample provided by Microsoft I've noticed an issue where shadows are not properly projected when thin geometry is projected at high angles, see here the shadows being projected, notice the poles from the lights are not projected: ![http://imgur.com/QwOBa.png](https://i.stack.imgur.com/LfHZa.png) And...
Shadow maps unable to properly project shadows in some situations?
CC BY-SA 3.0
null
2009-12-25T08:41:07.763
2015-11-10T00:54:23.310
2015-11-10T00:54:23.310
1,505,120
79,891
[ "mapping", "directx", "shadow", "hlsl" ]
1,961,146
1
1,961,150
null
168
208,118
Please take a look at the picture below. When we create an object in java with the `new` keyword, we are getting a memory address from the OS. When we write `out.println(objName)` we can see a "special" string as output. My questions are: 1. What is this output? 2. If it is memory address which given by OS to us: a)...
Memory address of variables in Java
CC BY-SA 4.0
0
2009-12-25T13:10:42.403
2022-03-05T17:50:22.973
2019-03-09T13:45:24.170
8,458,892
104,085
[ "java", "memory-management", "jvm", "hashcode", "memory-address" ]
1,963,658
1
1,963,694
null
5
3,929
My TextBlock has for example 50x50 pixels to display text, however if there is more text, I want a user to be able to scroll. Is there an autoscroll feature for this control? Should I use a different control better suited for this task? Here's a couple of pics to illustrate the problem: ![alt text](https://imgur.co...
I'm using a WPF TextBlock but then text gets cut off when it's too long. Is there an AutoScroll feature?
CC BY-SA 2.5
null
2009-12-26T15:53:49.567
2009-12-26T23:29:12.480
null
null
112,355
[ "c#", "wpf", "textblock" ]
1,963,954
1
1,964,014
null
5
428
Ok here's a simple Console Application I made to test the `RedirectStandardOutput` of the `Process.StartInfo`. ``` foreach (c In [Enum].GetValues(GetType(ConsoleColor)) { Console.ForegroundColor = c Console.WriteLine("Test") } ``` And below is the application result. ![Result of the Console ...
Why the RedirectStandardOutput does not have the necessary ANSI codes?
CC BY-SA 2.5
0
2009-12-26T18:11:10.863
2009-12-26T18:42:19.600
2017-02-08T14:18:50.583
-1
44,375
[ "redirectstandardoutput", "ansi-colors" ]
1,964,336
1
null
null
6
1,813
Is there a [crash reporting](http://en.wikipedia.org/wiki/Crash_reporter) framework that can be used for [pure Python Tkinter applications](http://tkdocs.com/tutorial)? Ideally, it should work cross-platform. Practically speaking, this is more of 'exception reporting' since the Python interpreter itself hardly crashes...
Crash reporting in Python
CC BY-SA 3.0
0
2009-12-26T20:57:03.760
2015-06-21T02:34:59.300
2015-06-21T02:34:59.300
5,032,383
55,246
[ "python", "tkinter", "crash-reports" ]
1,964,884
1
1,964,920
null
2
340
Weird question but here goes... I have a webpage and i want to get images from another site. However i would like to prevent users to knowing which site. It doesnt need to be perfect just 'good enough'. Is there a way i can write ![](/redirect/id.jpg) and have the browser get the image from another domain? If the user...
Redirect without changing urls?
CC BY-SA 2.5
null
2009-12-27T01:29:46.420
2009-12-27T02:48:48.963
null
null
null
[ ".net", "http", "redirect" ]
1,966,425
1
1,985,330
null
213
108,820
I need to highlight source code in LaTeX. The package `listings` seems to be the best choice for most use-cases and for me it was, until now. However, now I need more flexibility. Generally, what I’m looking for is a lexer. In particular, I need (for an own language definition) to define (and highlight!) own number s...
Source code highlighting in LaTeX
CC BY-SA 3.0
0
2009-12-27T17:07:54.793
2023-01-25T22:47:40.857
2017-05-23T12:26:09.273
-1
1,968
[ "latex", "syntax-highlighting", "pygments" ]
1,967,013
1
1,967,130
null
10
16,947
I am trying to make a TabControl to auto resize according to the its outer space(it's in a StackPanel): ``` <Window x:Class="Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Height="100"> <Grid> <StackPanel> ...
TabControl.VerticalAlignment = Stretch doesn't do anything
CC BY-SA 3.0
null
2009-12-27T20:53:04.873
2015-04-15T20:36:20.183
2017-02-08T14:18:51.940
-1
75,500
[ "wpf", "layout", "vertical-alignment", "tabcontrol" ]
1,969,132
1
1,969,166
null
0
8,606
I have a view that basically just returns all records from a table, and adds a column 'isodate' which is supposed to be the date in ISO-Format. ``` CREATE VIEW [dbo].[v_bedarfe] AS SELECT *,convert(varchar(16),datum,20) As isodat FROM bedarfe GO ``` The "datum"-field is smalldatetime. The results of a query on i...
SQL Server 2005: converting smalldatetime to varchar behaves differently in view and 'normal' query
CC BY-SA 2.5
null
2009-12-28T11:55:21.187
2009-12-28T12:03:43.890
2017-02-08T14:18:52.957
-1
51,127
[ "sql", "sql-server", "smalldatetime" ]
1,969,233
1
null
null
1
1,953
I have this Swing app I'm working on that has a pair of JSliders and JTextFields that both display & control the value of two numbers. Right now I kind of hacked things together to make it work, intercepting change events and updating the display. However I'm thinking a better way would be to make a model that has the ...
java+swing+mvc: how to make a model that interfaces w/ multiple controls?
CC BY-SA 2.5
null
2009-12-28T12:21:50.923
2009-12-28T15:54:39.617
2017-02-08T14:18:53.297
-1
44,330
[ "java", "model-view-controller", "swing" ]
1,971,141
1
1,971,197
null
8
10,730
Is it possible to add a button to a tabbed pane like in firefox. ![enter image description here](https://i.stack.imgur.com/vtVsG.png) The plus-button is what I want. Thanks
Java: "Add Tab Button" for a JTabbedPane
CC BY-SA 3.0
0
2009-12-28T19:36:42.727
2017-03-02T13:08:14.310
2014-03-20T18:19:21.247
155,137
155,137
[ "java", "button", "tabs", "jtabbedpane" ]
1,971,791
1
5,173,854
null
2
1,064
I'm trying to make a rounded button using `-webkit-border-radius` This gives me this button (in Safari): ![round corner with background color](https://i.stack.imgur.com/12yqy.png) You can see that the background color overflows in the rounding. I tried changing border size and radius, but it doesn't help. Is this a ...
Webkit button: background color overflows round corners
CC BY-SA 3.0
0
2009-12-28T22:00:35.470
2012-07-31T17:59:28.243
2011-04-10T08:58:50.600
20,226
87,158
[ "webkit", "background-color", "css" ]
1,971,801
1
1,971,984
null
2
1,687
So, I have the following tables: ![Tables](https://farm5.static.flickr.com/4043/4222813979_efb3032dfb_o.jpg) Using LLBLGen 2.6 (Adapter Version - No Linq), SQL Server, and .NET 3.5, how would I write the following query? ``` SELECT o.ObjectID FROM Object o INNER JOIN ObjectDetail d ON i.ObjectID = d.ObjectID WHER...
Nested Select in LLBLGen
CC BY-SA 2.5
0
2009-12-28T22:03:25.837
2011-12-22T15:36:43.427
2017-02-08T14:18:54.680
-1
18,405
[ "c#", ".net", "sql-server", "llblgenpro" ]
1,972,047
1
1,972,078
null
8
3,544
How can I set a form's [cursor](http://msdn.microsoft.com/en-us/library/system.windows.forms.cursors.aspx) to the Working in Background cursor? I know how to set it to the WaitCursor but I can't find the Working in Background (aka Busy Interactive) cursor. I'm using a background worker and figured this would be an easy...
c# set cursor to "Working in Background" cursor
CC BY-SA 3.0
null
2009-12-28T23:13:42.967
2021-12-28T20:12:55.993
2021-12-28T20:12:55.993
4,294,399
167,891
[ "c#", "mouse-cursor" ]
1,972,299
1
1,972,340
null
6
13,394
I'd like to separate an image of text into it's component characters, also as images. For example, using the sample below I'd end up with 14 images. I'm only going to be using text on a single line, so the y-height is unimportant - what I need to find is the beginning and end of each letter and crop to those coordina...
Separate image of text into component character images
CC BY-SA 2.5
0
2009-12-29T00:22:38.103
2018-10-27T11:50:19.393
null
null
31,168
[ "python", "image-processing", "python-imaging-library" ]
1,973,711
1
3,253,730
null
1
14,378
I have a rich:dataTable and a rich:dataScroller. When I click on the datascroller, my dataTable does not refresh automatically to show the correct page. If, however, I press the refresh button the dataTable shows the correct page. What am I doing wrong? Here is my code: ``` <rich:dataTable id="applicantsTable" bindi...
rich:dataScroller does not refresh rich:dataTable in JSF
CC BY-SA 2.5
0
2009-12-29T09:24:54.773
2014-06-05T20:48:37.713
2009-12-29T09:49:11.320
125,713
125,713
[ "java", "jsf", "jakarta-ee", "refresh", "richfaces" ]
1,974,344
1
1,974,393
null
2
1,009
![alt text](https://i.stack.imgur.com/iyFi3.jpg) I'd like to apply rounded corners to several blocks using the single image (above). I know there're corners plugins available but I need to use images for max compatibility. So, as I know, the only way is to create wrappers around the blocks to apply the corner images: ...
Rounded (image) corners using jQuery
CC BY-SA 3.0
0
2009-12-29T12:14:57.807
2015-06-21T02:43:51.657
2015-06-21T02:43:51.657
5,032,383
172,637
[ "jquery", "html", "css", "rounded-corners" ]
1,975,206
1
1,975,261
null
3
5,391
After doing the [Hough transform](https://en.wikipedia.org/wiki/Hough_transform) in [MATLAB](http://en.wikipedia.org/wiki/MATLAB), how do I pick the lines so that I can compare between two or more images? I followed the example given by Amro and actually what I wanted to detect is the two lines in the first picture. H...
How to select maximum intensity in Hough transform in MATLAB?
CC BY-SA 3.0
null
2009-12-29T15:31:07.920
2013-07-15T20:36:03.890
2017-02-08T14:18:55.357
-1
177,990
[ "matlab", "computer-vision", "hough-transform" ]
1,976,358
1
1,976,377
null
1
9,176
Does anyone know how (if possible) I can find out how much capacity (mAh) is remaining in an iPhone battery at any given time? ![alt text](https://lh3.ggpht.com/pauljamesrussell/SGSX6tVU9NI/AAAAAAAAACM/QfR44W5oKkk/coconutBatteryScreenSnapz001.png?imgmax=800) Something like the program above? Is there a value stored ...
Finding Capacity Remaining In An iPhone Battery
CC BY-SA 2.5
0
2009-12-29T19:15:31.523
2019-06-04T12:21:17.493
2017-02-08T14:18:56.720
-1
201,315
[ "iphone", "objective-c", "plist", "battery" ]
1,976,609
1
1,976,682
null
2
43,008
I have to change the colors of a pie chart in VBA. I 'managed' to change the font color, which is not what I wanted, this way: ``` ActiveChart.Legend.LegendEntries(1).Border.ColorIndex = 6 ``` I want to change the color of the actual piece of pie. I also have to set specific colors, which are part of the standard pa...
How to change chart colors in VBA
CC BY-SA 3.0
null
2009-12-29T19:55:51.647
2012-09-28T08:57:05.017
2018-07-09T19:34:03.733
-1
231,306
[ "excel", "vba" ]
1,976,670
1
null
null
4
1,321
I have a form that looks like the following mock-up (photoshopped from Facebook) for our Messages view on our ASP.NET MVC site. ![alt text](https://imgur.com/gzP0M.png) I'm looking to get the "Mark as Unread" and "Delete" functionality working for a form that looks like this. I'm trying to figure out how I can do thi...
How can I change the action a form submits to based on what button is clicked in ASP.NET MVC?
CC BY-SA 2.5
0
2009-12-29T20:08:20.840
2009-12-29T21:36:07.753
2009-12-29T20:48:39.230
240,374
240,374
[ "c#", "html", "asp.net-mvc", "webforms" ]
1,977,466
1
null
null
1
559
I'm looking to do something like: ![alt text](https://imgur.com/CNfjT.png) Where I have a footer at the bottom of the page which has a height that expands to take up the remainder of the screen. Is it possible to do this in CSS?
How can I make a footer's height expand to take up the remainder of the screen?
CC BY-SA 2.5
0
2009-12-29T22:59:54.597
2010-09-06T05:08:06.083
2009-12-29T23:21:25.753
64,878
64,878
[ "html", "css", "layout" ]
1,977,840
1
1,977,954
null
0
261
Basically, I'm looking for an IDE for PC that's like XCODE. What I'm really looking for is the on line error highlighting, as seen here ![Error highlighting on line](https://i.stack.imgur.com/R8maH.jpg) So far I haven't been able to find anything with this.
IDE with error messages on line? (like XCODE, for PC)
CC BY-SA 3.0
null
2009-12-30T00:43:35.913
2014-10-25T15:15:54.187
2014-10-25T15:15:54.187
2,619,912
221,795
[ "xcode", "highlighting" ]
1,978,553
1
1,978,670
null
80
89,401
I am using the git plugin for Eclipse. Some of my files are marked with a brown asterisk. What does it mean? Where can I find documentation for what the rest of the git icons mean in Eclipse? ![alt text](https://i.stack.imgur.com/OFSfe.jpg)
What does the brown asterisk icon on a file mean in Eclipse?
CC BY-SA 4.0
0
2009-12-30T05:29:11.887
2022-07-21T08:47:10.780
2019-02-06T16:35:10.037
2,553,194
17,715
[ "git", "eclipse-plugin", "icons" ]
1,979,369
1
1,979,631
null
276
283,774
I have an Activity named `whereActity` which has child dialogs as well. Now, I want to display this activity as a dialog for another activity. How can I do that? ![enter image description here](https://i.stack.imgur.com/uXAyL.jpg)
Android Activity as a dialog
CC BY-SA 3.0
0
2009-12-30T10:03:11.977
2020-04-09T12:05:43.297
2013-09-05T19:47:18.350
490,829
216,431
[ "android", "android-activity", "android-dialog" ]
1,981,315
1
1,986,149
null
0
571
Any ideas how to create a button class that looks something like this: ![Glossy Button](https://dl.dropbox.com/u/132375/Pics/gloss.png) Taken from [this tutorial page](http://iris-design.info/photoshop/web-20-style-buttons/). I'm struggling to figure out what combination of filters I need to use to achieve the glossy...
Glossy buttons in Flex 3
CC BY-SA 2.5
0
2009-12-30T17:22:40.883
2009-12-31T16:54:57.330
2017-02-08T14:18:58.497
-1
11,208
[ "apache-flex", "graphics" ]
1,982,081
1
1,982,117
null
54
41,875
Consider an ASP.NET MVC 2 project with VS 2010. The goal is to set the 'start URL' on run/debug using VS's built-in Cassini web server. Entering the URL as I want to be loaded, in the typical & valid format, `controller/action`, VS 2010 gives this exception. ![alt text](https://i.imgur.com/zq7gC.png) - - How ca...
Visual Studio ASP.NET MVC project: setting the start URL
CC BY-SA 2.5
0
2009-12-30T19:50:59.027
2016-02-03T22:28:39.297
2010-08-01T13:50:18.010
23,199
23,199
[ "asp.net-mvc", "visual-studio", "visual-studio-2010", "cassini" ]
1,983,894
1
null
null
4
2,067
I've read [How can I determine whether a 2D Point is within a Polygon?](https://stackoverflow.com/questions/217578/point-in-polygon-aka-hit-test) but I'm not sure if the solution would apply to a polygon that is divided down the middle by an interior segment. Think of a squared-off figure 8 or simply two squares stacke...
point in a self-intersecting / complex polygon
CC BY-SA 3.0
null
2009-12-31T04:13:00.980
2015-06-21T02:18:13.417
2017-05-23T12:30:42.570
-1
241,326
[ "geometry", "polygon" ]
1,983,974
1
1,983,995
null
6
1,224
Consider the Visual Studio's highly-customizable configuration of the text editor. The value I'd like to tweak is the . See circled below. in Visual Studio 2010 Beta 2, or Visual Studio 2008 which setting in the Fonts and Colors dialog box will allow the ? ![alt text](https://i.imgur.com/D9C0v.png)
Visual Studio: which setting to change for Find Next results in text editor?
CC BY-SA 2.5
0
2009-12-31T04:48:18.670
2010-07-14T16:44:26.697
2010-07-14T16:44:26.697
128,945
23,199
[ "visual-studio", "visual-studio-2010" ]
1,986,484
1
1,986,562
null
0
586
This screenshot explains it all: ![alt text](https://i996.photobucket.com/albums/af81/ennuikiller/debug2.png) The screenshot shows the debugger reporting buttonType as 2 but the console showing button type = 0. The same variable is being shown in the debugger and the console. Any idea how this mismatch happens? ...
Why does the XCode debugger output not match what I expect, when interrogating UIButton values?
CC BY-SA 2.5
null
2009-12-31T18:11:35.267
2009-12-31T19:07:29.867
2017-02-08T14:18:59.527
-1
86,837
[ "objective-c", "xcode", "debugging" ]
1,987,284
1
1,987,307
null
6
6,986
So I'm architecting an application that does necessarily C++ work, but MFC/ATL is too messy for my liking, so I had this brilliant idea of doing all the "thinking" code in native C++ and all the pretty UI code in C#. The problem, though, is interoperability between the two of them. Before I get too carried away with th...
Native C++ and C# interop
CC BY-SA 3.0
null
2009-12-31T22:03:32.243
2013-04-22T10:59:50.680
2013-04-22T10:59:50.680
25,457
105,760
[ "c#", ".net", "c++", "interop" ]
1,987,435
1
3,393,911
null
7
3,349
I'm having trouble using contentEditable in FireFox 3. I have a problem where the cursor will appear above or only partially in the div after I click in it (until I start typing at which time it behaves correctly). Any ideas on how I can stop this from happening? HTML: ![alt text](https://imgur.com/ZqxU9.png)
contentEditable cursor position/style in FireFox
CC BY-SA 2.5
0
2009-12-31T23:07:44.967
2015-08-03T09:31:16.263
2010-01-01T00:45:28.517
64,421
64,421
[ "richtextbox", "contenteditable", "richtext", "richedit", "richtextediting" ]
1,988,951
1
1,989,085
null
6
3,187
I'm trying to load the parsed html data from an rss feed using a WebView, but the webview claims that the page: "data:text/html;utf-8,[The html I'm trying to display]" is not available. ![alt text](https://i.stack.imgur.com/FcqnL.png) I find it strange that it seems to be putting the html data into the url, when I ...
WebView not Loading Data?
CC BY-SA 3.0
0
2010-01-01T16:10:22.527
2015-06-21T12:31:16.980
2015-06-21T12:31:16.980
1,159,643
118,241
[ "java", "android", "webview" ]
1,989,254
1
null
null
0
380
does anyone have the code to emulate the iPhone's look and feel of the UIButton programmatically or through interface builder. To be more exact I would like to emulate the cancel and ok buttons of this image: ![enter image description here](https://i.stack.imgur.com/HxO4R.png) I don't know why it's not built into th...
set custom uibuton look like iPhone UI without an image
CC BY-SA 3.0
0
2010-01-01T18:33:12.740
2013-04-18T09:25:02.670
2013-04-18T09:25:02.670
664,177
34,155
[ "iphone-sdk-3.0", "uibutton" ]
1,989,340
1
1,989,465
null
-2
212
I am dealing with some queries for my assignment and any help would be greatly appreciated. 1. List branches together with the number of employees and assigned to them customers, total loan amount, total account balance, assets for branches residing in the given city. 2. List customers who made account and loan opera...
How to make these JOIN queries?
CC BY-SA 4.0
0
2010-01-01T19:17:49.797
2019-05-28T19:12:10.013
2019-05-28T19:12:10.013
4,751,173
220,241
[ "sql-server", "join" ]
1,991,598
1
null
null
3
1,462
I'm having problem getting the right results in my coordinate system. To explain my system, I have this simple database that have x_axis, y_axis and name columns. I don't need to get all the data, I just need to display some part of it. For example, I have a coordinate system that have 10:10(meaning from x_axis -10 ...
problems with two key ranges in couchdb
CC BY-SA 3.0
0
2010-01-02T13:28:38.227
2014-03-13T22:15:01.580
2014-03-13T22:15:01.580
414,521
242,295
[ "key", "couchdb", "range", "coordinate" ]
1,991,720
1
1,991,735
null
2
2,213
I am creating an application which generates statistical information for a pupil's performance over their school career. To achieve this, I need to store every grade ever attained by a pupil. But I have no idea how to optimally store this information. This is a preliminary design, but don't know how it will hold up i...
How would I optimize this database design?
CC BY-SA 2.5
0
2010-01-02T14:23:39.393
2016-01-10T15:25:26.060
2017-02-08T14:19:00.210
-1
115,203
[ "database", "database-design", "normalization" ]
1,993,447
1
1,993,472
null
2
20,679
I do not have any idea on how to sort data using datagridview in VB.NET. How do I do this by making use of Textbox to input my query, I'm currently using OLEDB. Here is a picture of what I am trying to do. ![enter image description here](https://i.stack.imgur.com/FWgQY.png)
How to sort data using DataGridView in VB.NET?
CC BY-SA 3.0
null
2010-01-03T00:21:25.543
2015-01-15T02:52:55.487
2012-08-08T04:38:46.200
1,369,235
225,269
[ "vb.net", "ms-access" ]
1,993,671
1
1,993,736
null
19
9,867
I am setting peroperty Margin and Padding of a window and it doesn't take effect: Here is an example: ``` <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" SizeToContent="WidthAndHeight" ResizeMode="NoResize" Padding="2...
Window.Margin & Window.Padding don't work
CC BY-SA 2.5
0
2010-01-03T02:00:49.747
2013-09-06T00:06:41.053
2017-02-08T14:19:00.557
-1
75,500
[ "wpf", "xaml", "window", "padding", "margin" ]
1,999,514
1
1,999,539
null
8
1,144
I'm getting confused with what happens on the stack and heap in respect to value type properties in classes. My understanding so far: When you create a class with a structure (value type) like this: ``` class Foo { private Bar _BarStruct; public Bar BarStruct { get {return _BarStruct; } set {_BarStruct...
Returning a value type from a property
CC BY-SA 2.5
0
2010-01-04T13:24:25.967
2021-07-01T18:40:21.073
2021-07-01T18:40:21.073
5,459,839
187,100
[ "c#", "properties", "heap-memory", "stack-memory", "value-type" ]
2,001,375
1
2,001,472
null
23
8,583
What are some other strategies on avoiding magic numbers or hard-coded values in your SQL scripts or stored procedures? Consider a stored procedure whose job is to check/update a value of a record based on its `StatusID` or some other FK lookup table or range of values. Consider a `Status` table where the ID is most...
SQL: avoiding hard-coding or magic numbers
CC BY-SA 2.5
0
2010-01-04T18:50:46.637
2018-11-21T22:18:01.260
2010-01-04T18:59:11.240
23,199
23,199
[ "sql", "tsql", "stored-procedures" ]
2,001,475
1
2,002,202
null
13
7,324
Consider a black and white image like [this](http://img13.imageshack.us/img13/7401/10416827.jpg) ![alt text](https://i.stack.imgur.com/HNyUF.jpg) What I am trying to do is to find the region where the white points are most dense. In this case there are 20-21 such dense regions (i.e. the clusters of points makes a den...
How can I find the most dense regions in an image?
CC BY-SA 3.0
0
2010-01-04T19:06:08.370
2017-07-08T04:38:57.340
2015-06-21T02:34:44.190
5,032,383
230,736
[ "algorithm", "matlab", "image-processing" ]
2,002,521
1
2,024,685
null
3
5,914
--- I am attempting to implement supervised learning over a data set within a Java GUI application. The user will be given a list of items or 'reports' to inspect and will label them based on a set of available labels. Once the supervised learning is complete, the labelled instances will then be given to a learni...
Calculating Mutual Information For Selecting a Training Set in Java
CC BY-SA 2.5
null
2010-01-04T21:54:38.810
2010-01-08T16:53:15.000
2017-02-08T14:19:04.700
-1
4,120
[ "java", "machine-learning", "bayesian", "information-theory" ]
2,002,828
1
null
null
0
126
Here you have a screenshot from my table structure: ![alt text](https://i.stack.imgur.com/df1zS.jpg) On my site I have two fields for the search, one for the city (`ort`) and one for industry (`branche`). If I search for: , let's say that in the field for city I have: and in the field for industry (`branche`) I hav...
MySql query optimization
CC BY-SA 2.5
null
2010-01-04T22:45:31.047
2011-01-22T13:09:11.487
2011-01-22T13:08:40.253
419
58,839
[ "php", "mysql", "zend-framework" ]
2,002,988
1
2,003,857
null
2
1,228
![TablePic](https://lh5.ggpht.com/_1i05Jryazos/S0JxuolQgqI/AAAAAAAADcM/78uv1ZTzPMw/s800/screenshot.10.jpg) I need the drop down box above to display the date as shown and the ClassTypeDesc as you can see above the dropdown list shows 1/12/2010 twice. They have different ClassTypes Assigned to them. 1. 2. ![Rel...
How to make a drop down list (list box)in an MS Acess Query with values from two different tables
CC BY-SA 2.5
0
2010-01-04T23:14:01.503
2010-01-06T03:38:05.807
2017-05-23T12:24:21.783
-1
152,094
[ "sql", "ms-access", "listbox" ]
2,003,702
1
null
null
0
960
In Visual Studio 2010 Beta 2, in a Setup project, in Prerequisites, there's no option to include the .NET Framework 3.0 prerequisite. How do I change things so that it is an available option? ![alt text](https://farm3.static.flickr.com/2489/4245812063_d360534f44.jpg) My goal is to create an .msi installer that is lau...
VS2010 Beta 2 > Setup Project > Prerequisites > Missing .NET 3.0
CC BY-SA 2.5
null
2010-01-05T01:58:51.233
2012-12-10T05:33:24.333
2017-02-08T14:19:06.157
-1
90,837
[ "visual-studio-2010" ]
2,004,344
1
null
null
230
246,172
I am having an `EditText` where I am setting the following property so that I can display the done button on the keyboard when user click on the EditText. ``` editText.setImeOptions(EditorInfo.IME_ACTION_DONE); ``` When user clicks the done button on the screen keyboard (finished typing) I want to change a `RadioBut...
How do I handle ImeOptions' done button click?
CC BY-SA 4.0
0
2010-01-05T05:31:04.533
2021-05-15T14:13:35.613
2019-07-29T13:22:06.927
3,136,280
216,431
[ "android", "android-edittext", "ime" ]
2,005,301
1
2,005,378
null
2
176
I get this problem come up sometimes my divs to not behave as expected. What I want is for them to 'flow' layout as I understand they should however they are not I just wondered why not. I have used firebug to inspect the css and there doesn't seem to be anything out of the norm that they are picking up yet they don't ...
Why are divs behaving like this?
CC BY-SA 4.0
null
2010-01-05T10:15:04.203
2019-05-29T13:07:47.683
2019-05-29T13:07:47.683
4,751,173
223,863
[ "html", "css" ]
2,007,337
1
2,007,432
null
0
2,659
I'm trying to display the new dynamic list by clicking dynamic list. Why do i call them dynamic list? Because the data is from database. My is generating a list of companies, when i click one company, a list of all sites in the company is displayed; And then when i click the one site of one company, a list of all em...
list onclick event problem in php
CC BY-SA 2.5
null
2010-01-05T16:15:45.947
2010-01-05T16:48:07.267
2017-02-08T14:19:06.500
-1
198,728
[ "php", "list", "onclick" ]
2,008,502
1
3,929,517
null
3
2,912
I need to access the data types of the fields in a Salesforce.com object in order to identify each phone, fax, email, and mail field in an object. I've done this from SFDC web services with the DescribeSObject call but the Apex DescribeFieldResult.getType method only returns the display type of the field, not the actua...
Get the data type, not display type, of a Salesforce.com field from Apex
CC BY-SA 2.5
null
2010-01-05T19:24:15.513
2011-05-10T17:16:34.700
2011-05-10T17:16:34.700
21,234
2,453
[ "salesforce", "apex-code", "visualforce" ]
2,011,095
1
2,011,242
null
0
1,852
Is there a way to get the local path of the Default FTP site (in IIS) programmatically? Like C:\program files\ftproot, shown below: ![alt text](https://lh6.ggpht.com/_bEl7XdimbY8/S0PvDitgQYI/AAAAAAAAADE/zw0pbrcoC1s/s144/ftpsitedirectory.PNG.jpg) I'd imagine it would be something like: ``` DirectoryEntry ftproot = n...
C# - is there a way to get the local path of the Default FTP site?
CC BY-SA 2.5
0
2010-01-06T05:18:15.300
2010-01-06T08:28:53.893
2017-02-08T14:19:08.253
-1
62,151
[ "c#", "active-directory", "iis-6", "ftp", "directoryentry" ]
2,012,036
1
2,012,106
null
220
124,760
In the `DOT` language for `GraphViz`, I'm trying to represent a dependency diagram. I need to be able to have nodes inside a container and to be able to make nodes and/or containers dependent on other nodes and/or containers. I'm using `subgraph` to represent my containers. Node linking works just fine, but I can't fi...
GraphViz - How to connect subgraphs?
CC BY-SA 3.0
0
2010-01-06T09:45:42.123
2023-01-17T15:52:53.570
2013-10-21T14:19:08.803
153,049
35,086
[ "graphics", "graphviz", "dot", "directed-graph", "subgraph" ]
2,013,091
1
2,031,457
null
74
45,684
I enjoy using `git diff --color-words` to clearly see the words that have changed in a file: ![Screenshot](https://i.stack.imgur.com/HnM4B.png) However I want to share that diff with someone without git or a colour terminal for that matter. So does anyone know of a tool or trick that can convert into HTML?
Coloured Git diff to HTML
CC BY-SA 3.0
0
2010-01-06T13:13:21.113
2021-05-16T19:29:07.327
2014-06-21T19:26:50.780
null
4,534
[ "html", "git", "colors", "diff", "terminal" ]
2,013,902
1
2,014,138
null
43
53,996
I was looking at [this question](https://stackoverflow.com/questions/746082/how-to-find-list-of-possible-words-from-a-letter-matrix-boggle-solver) and saw the reference to the iPhone game where you drag across the screen selecting letters as you go. I was curious to see an implimentation of this in Javascript using ta...
Select Cells On A Table By Dragging
CC BY-SA 2.5
0
2010-01-06T15:18:01.173
2016-02-04T05:54:47.307
2017-05-23T11:54:44.267
-1
111,669
[ "javascript" ]
2,014,766
1
6,959,403
null
0
596
I have a template for my list box item. It includes an image button. The button changes images when you hover. The problem I'm having is it's adding a weird artifact to the button when I hover. This ONLY happens though if it's in a ListBoxItem. If I put the button on the main canvas, it works fine. Here is the image ...
Strange problem with IsMouseOver on button in ListBoxItem
CC BY-SA 2.5
null
2010-01-06T17:16:00.200
2011-09-12T17:03:13.610
2011-09-12T17:03:13.610
305,637
108,602
[ "wpf", "xaml", "mouseevent", "listboxitem" ]
2,016,020
1
null
null
1
2,904
I'm creating an application that uses Microsoft's Ribbon but I'm having issues with the RibbonContextualTabGroup. When this tab appears it changes the title text specified in the ribbon properties to "E.....", is there a way round this? ![alt text](https://i.stack.imgur.com/JPNk8.png) Here's my code: ``` <r:RibbonW...
WPF ribbon control: RibbonContextualTabGroup hiding title
CC BY-SA 3.0
null
2010-01-06T20:33:50.307
2015-06-21T02:34:26.253
2015-06-21T02:34:26.253
5,032,383
113,070
[ ".net", "wpf", "ribbon" ]
2,017,170
1
9,603,377
null
8
11,309
I'm using a ListView control with multirow and fullrow select on. When I'm selecting multiple rows at once, some of my rows magically become checked. This happens when dragging the mouse over and also when selecting one, and shift clicking another. See image describing issue here: ![alt text](https://i.imgur.com/9qh...
C# ListView with CheckBoxes, automatic checkbox checked when multi select rows
CC BY-SA 2.5
0
2010-01-06T23:39:17.877
2017-12-28T14:24:44.950
2015-05-16T12:15:53.830
97,276
88,364
[ "c#", "winforms", "listview", "checkbox", "multi-select" ]
2,017,183
1
null
null
8
3,055
The scenario: I'm merging a series of cherry-picked revisions from an SVN branch into trunk. I'm using the Subclipse CollabNet client to do the merge. Everything works great, except that in addition to the files I picked to merge, my working directory shows a series of changes that SVN thinks have changed but that I ha...
Subclipse CollabNet is displaying a mystery icon decorator
CC BY-SA 2.5
0
2010-01-06T23:41:52.880
2010-10-21T19:38:18.600
2010-10-21T19:38:18.600
122,607
245,155
[ "svn", "icons", "subclipse" ]
2,018,178
1
2,022,348
null
57
33,085
Say I had some data, for which I want to fit a parametrized model over it. My goal is to find the best value for this model parameter. I'm doing model selection using a [AIC](http://en.wikipedia.org/wiki/Akaike_information_criterion)/[BIC](http://en.wikipedia.org/wiki/Bayesian_information_criterion)/[MDL](http://en.wi...
Finding the best trade-off point on a curve
CC BY-SA 3.0
0
2010-01-07T04:15:13.420
2019-03-21T21:21:42.073
2017-05-23T11:33:26.483
-1
97,160
[ "algorithm", "matlab", "data-modeling", "model-fitting" ]
2,019,716
1
27,647,535
null
4
1,505
I have a QWebView which displays some HTML content and I used CSS to style the text: ``` body { font-size: 10pt; } ``` The window with the QWebView also has a `QTextEdit` field, for which I have set the font like this: ``` QFont newFont; newfont.setPointSize(10); myEditField->setFont(newFont); ``` Unfortunately, ...
Differing DPI [font sizes] in QWebView compared to all other QWidgets?
CC BY-SA 2.5
0
2010-01-07T11:01:25.233
2014-12-27T10:29:51.423
2010-01-07T16:17:02.663
195,347
195,347
[ "css", "fonts", "qt4", "dpi", "qwebview" ]
2,019,942
1
5,236,289
null
7
4,626
Is it possible to group items in a ItemsControl or Listbox in Silverlight? These controls are bound to a DomainDataSource. Or are there any 3rd party controls that do this? This is the sort of UI I am trying to create. ![alt text](https://4sight.s3.amazonaws.com/mockup.png)
Silverlight: Datagrid like grouping in ItemsControl
CC BY-SA 2.5
null
2010-01-07T11:39:29.680
2011-03-10T19:39:27.333
2017-02-08T14:19:17.173
-1
7,793
[ "silverlight", "listbox", "grouping", "itemscontrol" ]
2,020,925
1
null
null
1
390
I have a personal project written in VB10, and am publishing it from VS2010. However, when users attempt to run the created setup.exe, they receive an error stating .net 4.0 is required. At first I assumed I had simply not set the framework as a prerequisite, but I do have "Microsoft .NET Framework 4 (x86 and x64)" che...
Why isn't my published VB10 project installing the .net 4.0 prerequisite?
CC BY-SA 2.5
null
2010-01-07T14:21:29.417
2012-05-10T16:52:00.867
2012-05-10T16:52:00.867
210,916
52,239
[ ".net", "visual-studio-2010", "clickonce", "publish" ]
2,021,283
1
2,021,298
null
21
17,523
``` <html> <head> <style type="text/css"> .container { width: 900px; border: 2px solid #333333; padding-top: 30px; padding-bottom: 30px; } .container_left { border: 2px solid #FF00FF; width: 650px; float: left; } .container_right { border: 2px solid #0000FF...
CSS container doesn't stretch to accommodate floats
CC BY-SA 3.0
0
2010-01-07T15:17:48.197
2017-06-17T09:13:48.497
2017-06-17T09:13:48.497
1,033,581
242,839
[ "html", "css", "css-float" ]
2,022,280
1
2,022,351
null
1
740
in the screen shot below, there are UISegmentedControl in between grouped UITableViewCells...it seems. How does one add other controls in between grouped cells in a UITableView? ![alt text](https://farm3.static.flickr.com/2699/4253623550_e3075eedb3.jpg)
UITableView Implementation
CC BY-SA 2.5
null
2010-01-07T17:36:14.813
2010-01-07T17:44:48.847
2017-02-08T14:19:17.520
-1
99,234
[ "iphone", "uitableview" ]
2,023,609
1
2,024,156
null
1
755
I'm making an arcade game in as3 and I want to draw pixely(unsmoothed by flash) lines. I'm drawing the pixels 'by hand'(not with flash's lineTo or anything) onto a bitmapdata object. The lines don't appear quite right though, when zoomed out the line is rendered 2 pixels thick at some parts. However by zooming it ...
Perfect line rendering in as3
CC BY-SA 2.5
null
2010-01-07T20:57:48.913
2010-01-07T22:28:27.240
2010-01-07T22:14:48.753
34,957
34,957
[ "flash", "actionscript-3", "actionscript", "line", "raster" ]
2,024,238
1
2,024,270
null
35
81,411
I would like to try to read some of text from an image with PHP. So if I have an image like this: ![enter image description here](https://i.stack.imgur.com/J6ggX.png) How can I extract the text "Some text" into a string. All help and suggestions are appreciated.
Read text from an image with PHP
CC BY-SA 3.0
0
2010-01-07T22:43:11.850
2018-06-08T19:57:52.797
2014-05-27T08:17:23.853
247,893
222,159
[ "php", "image" ]
2,026,097
1
2,026,237
null
0
395
I want to find the second `<BR>` tag and to start the search from there. How can i do it using regular expressions? ``` <BR>like <BR>Abdurrahman<BR><SMALL>Fathers Name</SMALL> ``` ![alt text](https://content.screencast.com/users/uzay95/folders/Jing/media/26968e6b-de26-49f9-84ce-79963557ca6d/2010-01-08_0958.png) ![a...
Regular Expression: Start from second one
CC BY-SA 2.5
null
2010-01-08T07:28:40.357
2010-01-08T08:33:47.583
2017-02-08T14:19:18.917
-1
104,085
[ "regex" ]
2,026,227
1
2,026,434
null
1
370
I'm programming a very simple socket server following [this sample code](http://www.rohitab.com/discuss/index.php?showtopic=26991). The server is up and running and I can connect to it via telnet (using Putty, actually). Whenever a new connection is received, I spawn a new thread that is the following code: ``` DWORD ...
C Winsock programming: input garbage
CC BY-SA 2.5
null
2010-01-08T08:11:22.080
2010-01-08T09:09:57.407
2010-01-08T09:09:57.407
42,636
42,636
[ "c", "sockets" ]
2,028,958
1
2,083,695
null
9
10,241
I need to create a rich:dataTable (or even extended) with the following features: I have a class Company having a collection of Product objects. I want to show the following table: ![alt text](https://imgur.com/l5ZfS.png) I still have not figured out how to do this with a subtable (in all the examples I found the su...
rich:datatable rowspan issue
CC BY-SA 2.5
0
2010-01-08T16:19:59.230
2010-01-18T03:10:37.530
2010-01-13T11:32:19.910
125,713
125,713
[ "java", "jsf", "jakarta-ee", "richfaces", "jstl" ]
2,029,264
1
null
null
0
1,099
I have one custom field. Here are different renderings of that page. In EditForm.aspx [through edit properties] ![alt text](https://i795.photobucket.com/albums/yy237/kite203/1-8-201011-55-51PM.png) In DispForm.aspx [through edit properties] ![alt text](https://i795.photobucket.com/albums/yy237/kite203/1-8-201011-53...
SharePoint custom field render differently in "View Properties" mode "Edit Properties" and Norman display in page
CC BY-SA 3.0
null
2010-01-08T17:12:47.037
2011-07-29T23:00:15.633
2017-02-08T14:19:20.603
-1
206,710
[ "sharepoint", "render", "mode" ]
2,029,282
1
2,029,480
null
4
2,797
Consider an extension method whose purpose is to either: - `<a>`-   in an extension method, how can you leverage the proper routing logic with Route Values, etc. rather than hardcoding the string. I suspect `HtmlHelper.GenerateRouteLink` is part of the solution, but please suggest the best way to achieve this. ```...
ASP.NET MVC - HTML Extension method building a URL or link
CC BY-SA 2.5
null
2010-01-08T17:16:07.727
2010-01-08T18:09:18.090
2010-01-08T17:51:13.320
23,199
23,199
[ "asp.net-mvc", "asp.net-mvc-routing" ]
2,030,449
1
2,030,710
null
0
8,281
I have read this thread: [http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=67923](http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=67923) I would rather not repeat the page header and footer for each crosstab, as there are six of them, and if the header ...
Page header & footer on Summary band
CC BY-SA 2.5
0
2010-01-08T20:17:36.180
2010-01-08T21:00:38.447
null
null
59,087
[ "jasper-reports" ]