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,525,514 | 1 | 1,525,523 | null | 4 | 778 | For the life of me, I don't know when and how these "dots" started showing up in my IDE. I'm not sure if it's Visual Studio OR Code Rush from DevExpress that is doing it.

If anyone knows how to make them go away, ... | Where are these dots coming from? How to get rid of them? | CC BY-SA 2.5 | 0 | 2009-10-06T13:15:27.240 | 2010-01-21T00:51:14.843 | 2017-02-08T14:16:01.513 | -1 | 1,768 | [
".net",
"visual-studio-2008",
"ide"
] |
1,526,767 | 1 | 1,542,435 | null | 16 | 18,826 | What is the proper way to implement Custom Properties in Silverlight UserControls?
Every "Page" in Silverlight is technically a UserControl (they are derived from the UserControl class). When I say UserControl here, I mean a Custom UserControl that will be used inside many different pages in many different scenarios (... | Silverlight UserControl Custom Property Binding | CC BY-SA 4.0 | 0 | 2009-10-06T16:46:26.587 | 2022-12-18T15:00:38.047 | 2022-12-18T15:00:38.047 | 4,751,173 | 47,226 | [
"silverlight",
"binding",
"user-controls"
] |
1,526,898 | 1 | null | null | 15 | 58,739 | I want to plot a heart shape wireframe as shown in the following image
([source](http://zedomax.com/blog/2008/09/03/i-love-meth-t-shirt/)):

I have tried to make it by using this MATLAB program:
```
n=100;
x=linspace(-3,3,n);
y=linspace(-3,3,n);
z=linspace(-3,3,n);
... | How do I reproduce this heart-shaped mesh in MATLAB? | CC BY-SA 3.0 | 0 | 2009-10-06T17:12:52.520 | 2017-07-08T04:28:40.750 | 2017-05-25T14:36:30.460 | 97,160 | 183,780 | [
"matlab",
"3d",
"volume",
"wireframe"
] |
1,526,910 | 1 | 1,566,975 | null | 4 | 3,369 | I have a custom table cell which contains a number of UILabels. At runtime, I am adjusting the height of the labels to fit their contents using `sizeWithFont:constrainedToSize:lineBreakMode:` and repositioning them accordingly. The last label in the cell contains a large amount of text, causing it to wrap, and I'm havi... | UILabel inside custom UITableViewCell not drawing at the correct size | CC BY-SA 2.5 | 0 | 2009-10-06T17:14:12.460 | 2014-09-12T11:26:48.410 | 2017-02-08T14:16:03.453 | -1 | 9,279 | [
"iphone"
] |
1,530,600 | 1 | 1,530,744 | null | 7 | 1,354 | I have a scenario in my project where I need to share a single file between multiple projects in the same solution. Back in my Visual Source Safe days (Shudder), I'd use the "Share" option to allow me to make changes to this file in any of the locations. Then once it was checked in I could guarantee that the other loca... | Subversion (SVN) equivalant to Visual Source Safe (VSS) "Share" | CC BY-SA 2.5 | 0 | 2009-10-07T09:52:13.917 | 2010-06-23T11:36:53.507 | 2017-02-08T14:16:05.987 | -1 | 30,317 | [
"svn",
"visual-sourcesafe",
"share"
] |
1,532,955 | 1 | 1,533,027 | null | 2 | 5,090 | Hey guys, hoping for some help with this :( been stuck on it for a couple days now.
I'm creating a ScrollBar using [Lee Brimelow's ScrollBar class](http://www.gotoandlearn.com/play?id=72). I've had to modify it to work inside of my Class files and think I'm on the right track, but I'm getting the dreaded:
error.
W... | Help - Null Object error when using stage.addEventListener (ScrollBar) | CC BY-SA 2.5 | 0 | 2009-10-07T17:09:58.747 | 2010-04-27T17:43:37.010 | 2017-02-08T14:16:07.017 | -1 | 168,738 | [
"flash",
"actionscript-3",
"null",
"scrollbar"
] |
1,535,625 | 1 | null | null | 0 | 224 | I'm designing a little website ([you can see it here](http://www.brianjameswelsh.com/veganauts/)), but I'm getting conflicts with something going from Mac based web browsers to PC based browsers. It seems to pop up on all Mac browsers and not on PC browsers. I have tested on Safari and Firefox on the Mac and Firefox/In... | Compatibility problem on Mac browsers | CC BY-SA 3.0 | null | 2009-10-08T04:29:05.513 | 2011-05-03T13:00:43.087 | 2017-02-08T14:16:08.063 | -1 | 72,571 | [
"css",
"macos",
"cross-browser",
"html"
] |
1,535,826 | 1 | 1,535,921 | null | 16 | 22,819 | I'd like the user to resize a borderless window on bottom right corner like I can resize the autocomplete window of the combobox control.
I cannot find the properties to configure a form that way.
Maybe someone could help me on the problem.
An image could be found here:
.
The problem is when a `<li>` has a lot of text the rest float to the right of it. How can I sort thi... | List doesn't display as grid with long texts | CC BY-SA 4.0 | null | 2009-10-08T09:14:19.327 | 2019-04-29T16:33:44.830 | 2019-04-29T16:33:44.830 | 4,751,173 | 107,658 | [
"css",
"css-float"
] |
1,540,003 | 1 | null | null | 12 | 2,252 | In IE6, IE7 and FF2 the `.outer` div below is stretching out to the right edge of the document. Here is a complete test case:
```
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
... | Absolutely positioned parent and float:right child stretches | CC BY-SA 3.0 | 0 | 2009-10-08T19:44:28.053 | 2015-06-20T18:21:38.930 | 2015-06-20T18:21:38.930 | 1,159,643 | 172,188 | [
"css",
"cross-browser",
"testcase"
] |
1,541,311 | 1 | 1,541,695 | null | 2 | 2,209 | I have a link that opens a Thickbox...
```
<a href="page.php?tag=lists-element&keepThis=true&TB_iframe=true&height=450&width=500">
```
Everything works with this except when the Thickbox opens up the title is displayed twice:

Any ideas as to why this is happen... | Thickbox title showing up twice | CC BY-SA 2.5 | null | 2009-10-09T00:45:25.633 | 2016-01-06T12:28:27.567 | 2017-02-08T14:16:09.250 | -1 | 99,401 | [
"jquery",
"thickbox"
] |
1,541,805 | 1 | null | null | 2 | 7,229 | how to make an image as an anchor in codeigniter? I've tried the following code,
> echo anchor("admin/conf/edit/".$list['id'],img(array('src' => '../img/edit.jpg', 'alt' => "")));
It gives me a grey box like in the Actions column

Thanks...
| image as anchor in codeigniter | CC BY-SA 2.5 | null | 2009-10-09T04:32:13.087 | 2014-05-14T11:50:57.340 | 2017-02-08T14:16:09.590 | -1 | 68,944 | [
"codeigniter"
] |
1,544,163 | 1 | 1,544,376 | null | 5 | 1,640 | I have a table of data which is generated dynamically with Javascript. Every few minutes the page refreshes the data by firing off an Ajax request, getting the data back from the server, and replacing the data in the table. This is pretty standard, and the table ends up looking like this:
, there is a Session Timeout setting in Properties -> Home Directory Tab -> Configuration button -> Options tab. Looks like this:

And in the ASP.NET web.config there is a SessionState set... | IIS Session Timeout vs ASP.NET Session Timeout | CC BY-SA 2.5 | 0 | 2009-10-09T15:29:08.010 | 2014-09-22T08:05:56.330 | 2017-02-08T14:16:09.927 | -1 | 22,194 | [
"asp.net",
"iis",
"session",
"session-timeout"
] |
1,545,131 | 1 | 1,575,329 | null | 1 | 7,474 | As you can seen in the diagram below there is a one-to-many relationship between the ProjectTask and Dependency table.

Entities tries to map every field in the View to fields in the Dependency table, which wouldn't work.
Any suggestions on how I can add the na... | Entities: Adding a Navigation Property between a View and Table | CC BY-SA 3.0 | null | 2009-10-09T17:37:14.050 | 2016-12-26T09:30:45.193 | 2016-12-26T09:30:45.193 | 4,099,593 | 172,202 | [
"linq-to-entities",
"navigation",
"properties",
"entity"
] |
1,548,214 | 1 | 1,549,013 | null | 7 | 419 | Consider a beginner dealing with Dependency Injection. We're analyzing two relevant classes in NerdDinner.
from the application:

from the tests:

They implement different logic, which of course is necessary, as the key idea here ... | Dependency injection in NerdDinner - actually testing your repository or model | CC BY-SA 2.5 | 0 | 2009-10-10T15:23:41.070 | 2010-05-18T05:29:04.467 | 2010-05-18T05:29:04.467 | 19,756 | 23,199 | [
"unit-testing",
"dependency-injection",
"inversion-of-control",
"nerddinner"
] |
1,550,878 | 1 | 1,551,208 | null | 20 | 59,628 | I am trying to write my own function for scaling up an input image by using the Nearest-neighbor interpolation algorithm. The bad part is I am able to see how it works but cannot find the algorithm itself. I will be grateful for any help.
Here's what I tried for scaling up the input image by a factor of 2:
```
functi... | Nearest-neighbor interpolation algorithm in MATLAB | CC BY-SA 3.0 | 0 | 2009-10-11T14:53:56.083 | 2017-02-27T20:02:09.690 | 2017-05-23T12:32:31.727 | -1 | 151,937 | [
"matlab",
"image-processing",
"interpolation",
"nearest-neighbor",
"resize-image"
] |
1,551,422 | 1 | 1,551,433 | null | 1 | 285 | How do you look up a list of language IDs available within SQL Server?
I am specifically looking if there are any views within `sys` schema.

| How to look up Language ID of messages? | CC BY-SA 2.5 | 0 | 2009-10-11T18:44:16.523 | 2009-10-11T19:03:03.803 | 2017-02-08T14:16:11.307 | -1 | 4,035 | [
"sql",
"sql-server",
"tsql"
] |
1,554,635 | 1 | null | null | 33 | 30,430 | I have a graph file like this:
```
digraph {
"Step1" -> "Step2" -> "Step3";
subgraph step2detail {
"Step2" -> "note1";
"Step2" -> "note2";
"Step2" -> "note3";
"Step2" -> "note4";
rankdir=TB
}
}
```
I want the subgraph step2detail to hang off to the right of 'Step2'... | GraphViz - How to have a subgraph be left-to-right when main graph is top-to-bottom? | CC BY-SA 3.0 | 0 | 2009-10-12T13:37:04.293 | 2019-05-31T06:34:29.830 | 2013-12-23T18:46:02.693 | 153,049 | 161,922 | [
"graphviz"
] |
1,554,956 | 1 | 1,581,556 | null | 2 | 2,019 | I’m using c#.net.
I have been looking round the web and can’t find anything that helps me out.
I have a list of contractors, daily hours, daily slots (three different tables).
- -
For example

I thought I could use a ListView however I am having trouble working ou... | c#.net ListView - pull different information back from different tables | CC BY-SA 3.0 | 0 | 2009-10-12T14:39:44.977 | 2015-06-20T18:26:45.470 | 2015-06-20T18:26:45.470 | 1,159,643 | 140,065 | [
"c#",
".net",
"asp.net",
"data-binding",
"listview"
] |
1,555,414 | 1 | 1,555,945 | null | 1 | 568 | I want to transform images like this to add an effect to pictures in django as [described here](https://stackoverflow.com/questions/1546205/what-is-needed-to-add-an-paperprint-like-effect-to-photos-in-python).

I decided to implement it as a process ... | How to iterate over columns of an image? | CC BY-SA 2.5 | null | 2009-10-12T16:02:37.993 | 2012-02-24T13:02:50.803 | 2017-05-23T12:24:21.783 | -1 | 106,435 | [
"django",
"python-imaging-library",
"imagekit",
"django-imagekit",
"photologue"
] |
1,555,433 | 1 | 1,555,486 | null | 2 | 1,276 | I'm working with a complicated xml schema, for which I have created a class structure using xsd.exe (with some effort). I can now reliably deserialize the xml into the generated class structure. For example, consider the following xml from the web service:
```
<ODM FileType="Snapshot" CreationDateTime="2009-10-09T19... | Efficiency of deserialization vs. XmlReader | CC BY-SA 2.5 | null | 2009-10-12T16:05:28.720 | 2009-10-12T16:16:12.163 | 2017-02-08T14:16:12.333 | -1 | 188,474 | [
"serialization",
"xmlreader"
] |
1,558,943 | 1 | null | null | 5 | 2,105 | I'm rendering some strings manually on top of a GraphicsBox, because you can't have a Label with a treansparent backdrop.
No matter which rendering mode I try though, I can't get the strings to look any good (ie. as they would appear in Word or in a graphics program.
Here's a picture of the interface mockup compared ... | Why do my Windows Forms strings look so ugly when anti-aliased? | CC BY-SA 3.0 | null | 2009-10-13T08:38:44.890 | 2014-09-10T09:14:30.860 | 2014-09-10T09:14:30.860 | 45,563 | 45,563 | [
"windows",
"winforms",
"forms",
"antialiasing"
] |
1,559,311 | 1 | 1,570,447 | null | 0 | 1,798 | When I use QtCreator debugger, it shows local variable as "not in scope". What causes such situations?

| Variable not in scope | CC BY-SA 2.5 | null | 2009-10-13T10:12:19.333 | 2009-10-15T05:25:32.687 | 2009-10-14T11:49:18.417 | 113,071 | 113,071 | [
"debugging",
"qt-creator"
] |
1,559,958 | 1 | null | null | 2 | 1,950 | I'm working with JFreeChart to plot several TimeSeries charts. It seemed to be working fine, but as of today, all the graphs seem to flicker and are randomly glitching making them impossible to see. If I minimize and maximize, the issue gets fixed for a few seconds until the next update or mouse click. Does anyone have... | Glitchy graphing using JFreeChart | CC BY-SA 2.5 | null | 2009-10-13T12:41:34.547 | 2010-01-24T07:00:04.383 | 2017-02-08T14:16:13.903 | -1 | 135,706 | [
"java",
"graph",
"jfreechart"
] |
1,563,067 | 1 | 1,563,829 | null | 0 | 618 | In my Qt4 application I can't seem to hide certain options in the system Menu bar on OS X such as 'Services'. Any ideas?

| How to hide Services item in QMenubar on Mac OS X? | CC BY-SA 2.5 | null | 2009-10-13T21:40:47.990 | 2009-10-14T01:33:46.390 | 2017-02-08T14:16:15.160 | -1 | 122,075 | [
"macos",
"qt",
"qt4",
"menubar"
] |
1,564,070 | 1 | null | null | 1 | 1,026 | Please have a look at my IE issue pic:

When I float the first `<div>` to the left and set the second `<div>` with `margin-left: 220px`, it works very well with FF and IE8. Yet in IE6 and 7 it doesn't work at all. My second `<div>` collapses and sits at the rightmost ... | float:left and margin-left issue in ie6 and 7 | CC BY-SA 3.0 | null | 2009-10-14T03:16:53.717 | 2017-03-04T20:38:14.483 | 2017-03-04T20:38:14.483 | 4,824,627 | 146,812 | [
"html",
"css",
"internet-explorer-7",
"internet-explorer-6"
] |
1,565,476 | 1 | 1,565,489 | null | 2 | 2,700 | The system I'm currently working on involves the creation of binary decision trees. Lots of them. Some of them are stored in XML format so they can be analyzed manually if needed.
The tree structure is basically nested <NODE> tags. Each node may also have a few child tags defining the properties of the node.
What I w... | Tool for displaying binary decision tree | CC BY-SA 2.5 | 0 | 2009-10-14T10:28:44.967 | 2014-05-18T20:54:53.850 | 2017-02-08T14:16:15.833 | -1 | 5,085 | [
".net",
"xml",
"binary-tree",
"data-visualization"
] |
1,566,517 | 1 | 1,601,778 | null | 1 | 1,254 | In a [recent blog post announcing Blackberry Widgets](http://supportforums.blackberry.com/t5/BlackBerry-Developer-s-Blog/BlackBerry-Widgets-are-Here/ba-p/351085) the following was said about getting Java library functionality in a Blackberry Widget (emphasis added by me):
> RIM will continue to add new
JavaScript AP... | How can I create a JavaScript Blackberry Widget Extention? | CC BY-SA 2.5 | 0 | 2009-10-14T14:13:55.880 | 2009-10-21T15:51:16.677 | 2017-02-08T14:16:17.060 | -1 | 68,507 | [
"blackberry",
"blackberry-widgets"
] |
1,566,524 | 1 | 1,566,598 | null | 8 | 6,087 | I have a query that uses `for xml explit` to return XML result.
select ...
from ...
order by [BatchType!1!TypeName], [FormType!2!TypeName], Tag, Parent
for xml explicit, root('ClientImages')
But the name of resultant column name is something as cryptic as
, and so forth.
When I click the `View Report` button there is a postback and the report will display fine.
All this works ... | How can I trap "View Report" in ReportViewer (webforms) for SSRS? | CC BY-SA 3.0 | 0 | 2009-10-15T17:35:43.840 | 2015-05-13T16:42:37.637 | 2015-05-13T16:42:37.637 | 4,840,746 | 59,858 | [
"asp.net",
"reporting-services",
"reportviewer"
] |
1,574,016 | 1 | 1,574,039 | null | 44 | 4,543 | I am a programmer doing web development for over two years now. Even though I’ve been doing front end engineering for the past two years I don’t think I have done it the right way
- - `display: none``visibility: hidden`- `#`- -

-
I know I am doing a lot of thing... | Re-learning CSS the right way | CC BY-SA 3.0 | 0 | 2009-10-15T17:52:58.737 | 2020-11-30T12:27:03.233 | 2015-06-20T18:40:30.960 | 1,159,643 | 113,247 | [
"css",
"user-interface",
"frontend"
] |
1,574,953 | 1 | 1,575,262 | null | 10 | 10,793 | If I compile the source for a C-language DLL with CL.exe, how do I set the file properties including File version Product name, Product version, Copyright and so on, so that I can view these properties in Windows Explorer?

In a .NET application written in C#, I could do... | How do I set the version of a DLL built in C, compiled with CL.EXE? | CC BY-SA 2.5 | null | 2009-10-15T20:47:11.113 | 2021-07-14T19:49:07.330 | 2009-10-15T20:58:21.683 | 48,082 | 48,082 | [
"c",
"windows",
"dll",
"version",
"cl.exe"
] |
1,577,893 | 1 | null | null | 1 | 1,172 | I use lot of jquery in CMS that I made myself and now I've noticed some strange behavior of Google Chrome when it tries to display content of CMS.
When clicking on link via navigation menu search form is displayed like this:

sometimes even like this:
 && (a+x > b)`, but it fails when it has to work with angles that wrap around from -179 to 180.

In the diagram above, the region (green) that the... | Find if an angle is within X degrees from another | CC BY-SA 2.5 | null | 2009-10-17T02:49:38.283 | 2014-01-01T23:31:51.250 | 2017-02-08T14:16:19.513 | -1 | null | [
"algorithm",
"language-agnostic",
"geometry",
"angle"
] |
1,582,404 | 1 | 1,635,107 | null | 0 | 665 | I'm writing a "custom makefile" project using QtCreator and I want to delete a file of my project, so, I select the file in the tree view, press the right click and the "delete" option is disabled and I did not find any way of enable it.
My environment: QtCreator 1.2.1 on SnowLeopard:

As you can see, in the "Allowed Toolbar Items" the image looks fine for the "PHP" toolbar item, and when its actually in the toolbar, it scales weirdly.
Thanks
| NSToolbarItem image scaling | CC BY-SA 3.0 | 0 | 2009-10-17T19:54:55.967 | 2018-12-05T09:39:34.140 | 2015-06-20T18:25:27.333 | 1,159,643 | 153,112 | [
"objective-c",
"cocoa",
"scaling",
"nstoolbar",
"nstoolbaritem"
] |
1,586,094 | 1 | 2,671,403 | null | 6 | 17,709 | I have been trying to figure out a way to convert bitmap files into a JPEG using the GD library in PHP.
I have tried numerous implementations but nothing seems to work. I have tried to tell my client that they should not use Bitmap files but he insists and quite frankly does not comprehend enough about computers to c... | Convert Bitmap Files into JPEG using the GD library in PHP | CC BY-SA 3.0 | 0 | 2009-10-18T21:35:21.137 | 2019-08-09T11:20:50.183 | 2014-11-22T11:54:20.407 | 964,243 | 59,517 | [
"php",
"bitmap",
"gd",
"jpeg"
] |
1,586,600 | 1 | 1,586,617 | null | 0 | 304 | I was going through [Getting Started](http://www.postsharp.org/about/getting-started) (with [PostSharp](http://www.postsharp.org/))
And when I saw PostSharp injected (is this expression is right?) an aspect code into assembly, I saw this oddly named class marked with `CompilerGeneratedAttribute`.

The here is that, it is extremely frustrating to select the textbox in the next row.
`12334`
| How to cancel edit/disable cached input (of type text) value? | CC BY-SA 2.5 | null | 2009-10-20T03:47:25.490 | 2014-05-20T08:27:40.670 | 2017-02-08T14:16:23.377 | -1 | 4,035 | [
"javascript",
"html",
"caching",
"autocomplete",
"textinput"
] |
1,592,722 | 1 | 1,592,909 | null | 0 | 2,339 | Help with this criteria ?
Users can be able to add as many Names as they want, ADD NAME link serves the purpose for this.
How can I handle this specification ?
Please check the spec below:

Thanks.
| How to add textbox dynamically? | CC BY-SA 3.0 | null | 2009-10-20T05:59:06.550 | 2016-04-06T03:38:54.237 | 2017-02-08T14:16:23.713 | -1 | 455,847 | [
"php",
"javascript",
"clone"
] |
1,593,783 | 1 | 1,593,787 | null | 0 | 462 | Do the characters in the preview box mean anything?

Have wracked my brains and probably missed the obvious, or I'm a bit daft and its something I should already know!
| Visual Studio 2010 beta 2 fonts & colors dialog | CC BY-SA 2.5 | null | 2009-10-20T10:47:15.813 | 2012-05-03T05:54:45.927 | 2017-02-08T14:16:24.397 | -1 | 124,266 | [
"visual-studio",
"visual-studio-2010"
] |
1,594,061 | 1 | 1,594,364 | null | 113 | 49,879 | This question may be old, but I couldn't think of an answer.
Say, there are two lists of different lengths, ; how do we know where the merging point is?
Conditions:
1. We don't know the length
2. We should parse each list only once.

| Check if two linked lists merge. If so, where? | CC BY-SA 3.0 | 0 | 2009-10-20T11:51:10.817 | 2021-01-06T05:22:21.890 | 2014-05-29T03:10:32.860 | 752,843 | 147,632 | [
"algorithm",
"linked-list",
"data-structures"
] |
1,594,423 | 1 | 1,595,053 | null | 7 | 71,744 | I have 3 panels. One is the main panel which holds 2 smaller panels.
For the main panel, I used
```
setPreferredSize(new Dimension(350, 190));
```
For the smaller left panel, I used
```
setPreferredSize(new Dimension(100, 190));
```
For the smaller right panel, I used
```
setPreferredSize(new Dimension(250, 1... | Setting the size of panels | CC BY-SA 3.0 | 0 | 2009-10-20T12:57:12.073 | 2016-06-20T16:07:43.240 | 2015-06-20T19:03:37.360 | 1,159,643 | 172,390 | [
"java",
"user-interface",
"size",
"panel"
] |
1,595,482 | 1 | 1,595,667 | null | 4 | 4,002 | I'm looking for the right textfield parameters or work-around for my latest problem here dealing with Flash fonts & text fields.
I have a textFormat and textField generation some text using the Font: Franklin Gothic Book point size 8. Currently this is how the font will look when I run the movie:
[](https://i.stack.i... | Problem embedding font and displaying it correctly in Flash | CC BY-SA 4.0 | 0 | 2009-10-20T15:29:16.917 | 2019-05-02T10:05:17.003 | 2019-05-02T10:05:17.003 | 4,751,173 | 168,738 | [
"flash",
"actionscript-3",
"text",
"fonts",
"antialiasing"
] |
1,597,320 | 1 | null | null | 19 | 16,857 | I'm looking for a Split Button in .NET WinForms. The kind where one side is a button and the other side has a dropdown button.
I see them used all over in windows, like in the Visual Studio Save As window, so I figured they've got to have the control in some library.
I know there's one for toolstrips, but I need o... | Split button in .NET Winforms | CC BY-SA 3.0 | 0 | 2009-10-20T21:09:07.737 | 2015-01-16T12:01:03.077 | 2014-04-01T20:05:00.040 | 1,275,574 | 193,394 | [
".net",
"winforms",
"controls"
] |
1,597,511 | 1 | 1,597,621 | null | 2 | 8,906 | I'm developing a little portfolio where I can choose a category and when I click it, the content (thumbnails) of that category will be shown (this is via an array).
e.g.
```
photography[0] = <a href="..." rel="lightbox" /><img ... /></a>
photography[1] = <a href="..." rel="lightbox" /><img ... /></a>
```
At firs... | activate lightbox on dynamically added content | CC BY-SA 3.0 | null | 2009-10-20T21:44:48.380 | 2011-12-08T22:28:40.427 | 2011-08-17T14:11:35.730 | 318,465 | null | [
"jquery",
"dynamic",
"lightbox"
] |
1,599,235 | 1 | 1,601,670 | null | 18 | 17,779 | I have the following code which works on Windows XP and Vista - both 32 and 64 bit:
```
public static Icon GetFolderIcon(IconSize size, FolderType folderType)
{
// Need to add size check, although errors generated at present!
uint flags = Shell32.SHGFI_ICON | Shell32.SHGFI_USEFILEATTRIBUTES;
if (FolderTyp... | How do I fetch the folder icon on Windows 7 using Shell32.SHGetFileInfo | CC BY-SA 3.0 | 0 | 2009-10-21T07:19:02.733 | 2017-12-19T08:16:08.203 | 2017-12-19T08:16:08.203 | 6,896 | 6,896 | [
"c#",
".net",
"shell",
"windows-7"
] |
1,600,431 | 1 | 1,600,987 | null | 3 | 3,402 | Normally Eclipse 'File Compare' compares files in vertical panels like:

Is there a way I can compare them horizontally like:
[Compare using Horizontal Panel http://www.sqlservertool.com/images/ad_hex_diff_small.g... | Eclipse (3.5) how to compare files horizontally? | CC BY-SA 2.5 | 0 | 2009-10-21T12:15:11.420 | 2009-11-13T11:12:37.313 | 2017-02-08T14:16:27.160 | -1 | 7,759 | [
"eclipse",
"compare",
"filecompare",
"file-comparison"
] |
1,600,502 | 1 | 1,601,414 | null | 11 | 17,033 | I have developed a simple C# Winforms application that loads MS-Word 2007 documents via COM automation.
This is all very simple and straight forward, however depending on the document I need to programamtically Enable or Disable Macros as well as ActiveX controls.
There is probably a way to store this in the registr... | Programmatically configuring MS-Word's Trust Center settings using C# | CC BY-SA 4.0 | 0 | 2009-10-21T12:32:01.373 | 2019-05-02T22:05:04.220 | 2019-05-02T22:05:04.220 | 4,751,173 | 79,448 | [
"c#",
"automation",
"ms-word",
"ms-office",
"office-2007"
] |
1,601,600 | 1 | 1,601,694 | null | 11 | 6,039 | Say you have a collection of points with coordinates on a Cartesian coordinate system.

You want to plot another point, and you know its coordinates in the same Cartesian coordinate system.
However, the plot you're drawing on is distorted from the original. Im... | How to map a point onto a warped grid | CC BY-SA 3.0 | 0 | 2009-10-21T15:24:07.027 | 2019-03-12T03:17:49.763 | 2012-10-04T21:14:18.807 | 125,507 | 125,507 | [
"geometry",
"grid",
"coordinates",
"mesh",
"unwarp"
] |
1,603,526 | 1 | 1,603,556 | null | 35 | 30,284 | I can't seem to figure this out. I have two group boxes on the left side of my form window. When the window is normal size (1000x700), the two boxes are the same. However, when the window is maximized, it ends up looking like this:

What I want is for both the ... | How can I make a control resize itself when the window is maximized? | CC BY-SA 2.5 | 0 | 2009-10-21T20:50:00.837 | 2019-11-19T10:36:52.073 | null | null | 49,018 | [
"c#",
".net",
"winforms"
] |
1,608,102 | 1 | 1,608,149 | null | 8 | 17,077 | I want to add whatever is written in a textbox to a menustrip. In the File > Recent Searches thing I have.
How can I do programatically? And can I assign an event handler dynamically so that when a user clicks on X item in that subfolder, the text is copied BACK to the textbox?

| How to compose HTML that acts like the iPhone UI? | CC BY-SA 2.5 | null | 2009-10-22T20:48:44.410 | 2009-10-22T21:34:28.947 | 2017-02-08T14:16:29.953 | -1 | 56,952 | [
"iphone",
"html",
"css"
] |
1,618,594 | 1 | 1,618,757 | null | 0 | 2,610 | I don't know what to call the type of menu that RegexPal use for their quick reference, therefore I've called it a "Pin Menu" (not sure if there's a more appropriate name?), but I'd like to recreate the functionality which essentially is:
- - -
How would I go about creating this in JQuery and/or standard javascript.... | "Pin Menu" using JQuery | CC BY-SA 3.0 | 0 | 2009-10-24T17:41:04.377 | 2015-06-21T01:10:21.370 | 2015-06-21T01:10:21.370 | 1,159,643 | 141,327 | [
"javascript",
"jquery"
] |
1,618,724 | 1 | null | null | -1 | 907 | I want to project a grid on the xz-plane like shown here:

To do that, I created a vertex grid with x and z range [-1|1]. In the shader I multiply the xz screen coordinate of a vertex with the inverse of the View-Projection matrix. Then I want to adjust the hei... | Project a grid in screenspace on the world xz plane | CC BY-SA 3.0 | null | 2009-10-24T18:40:25.100 | 2015-02-26T19:53:43.197 | 2017-02-08T14:16:35.327 | -1 | 164,165 | [
"math",
"opengl",
"directx",
"direct3d",
"3d"
] |
1,619,505 | 1 | 1,622,980 | null | 103 | 72,703 | I just started learning the MVVM pattern for WPF. I hit a wall: `OpenFileDialog`?
Here's an example UI I'm trying to use it on:

When the browse button is clicked, an `OpenFileDialog` should be shown. When the user selects a file from the `OpenFileDialog`, the file pat... | WPF OpenFileDialog with the MVVM pattern? | CC BY-SA 4.0 | 0 | 2009-10-24T23:36:35.723 | 2022-12-24T04:11:55.917 | 2020-05-18T06:08:46.863 | 10,927,863 | 536 | [
"c#",
"wpf",
"xaml",
"mvvm",
"openfiledialog"
] |
1,619,560 | 1 | 1,619,584 | null | 1 | 2,880 | Using the jquery UI Dialog, why is it that when the div that I want to make a dialog of has a position of absolute, the resulting dialog is minimized (can only see the header of the dialog .. if I take out the absolute position everything is fine ..?
Thanks
```
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitiona... | Jquery Dialog and Div Position | CC BY-SA 3.0 | null | 2009-10-25T00:10:23.923 | 2015-06-21T00:49:16.767 | 2015-06-21T00:49:16.767 | 1,159,643 | 130,211 | [
"jquery",
"user-interface"
] |
1,619,917 | 1 | 1,621,328 | null | 7 | 934 | In my application I would like to provide a dashboard like screen when they login to get an overview of what is happening. I have about 4 models I would need to collect data from and sort them into order. My problem is knowing action, so I can get specific fields per model.
Here are a few ideas of how to go about it,... | Application Dashboard View Logic | CC BY-SA 2.5 | 0 | 2009-10-25T03:26:58.317 | 2011-03-17T15:52:34.150 | null | null | 59,220 | [
"ruby-on-rails",
"ruby",
"dashboard"
] |
1,620,496 | 1 | 1,620,523 | null | 2 | 331 | Let's say i have a 2d linear grid and a point in said grid. How do i map the point from that grid into a related non-linear grid?

The red dot is the point in the regular grid and i want to know how to figure out where the po... | How do i map points from one grid to another? | CC BY-SA 2.5 | null | 2009-10-25T10:02:09.000 | 2009-10-25T10:23:14.507 | 2017-02-08T14:16:35.667 | -1 | 117,069 | [
"c#",
".net",
"grid"
] |
1,620,721 | 1 | 1,620,853 | null | 3 | 4,658 | After trying several .bst files I am still mostly satisfied with the layout of the ChicagoReedWeb.bst file. However, I don't like the handling of entries by the same author, eg:
---

---
If have looked at the ChicagoReedWeb.bst file but only unde... | How to edit the BibTeX .bst FUNCTION {format.names}? | CC BY-SA 3.0 | 0 | 2009-10-25T12:05:59.257 | 2012-05-26T15:03:08.953 | 2012-05-26T15:03:08.953 | 485,561 | 196,166 | [
"latex",
"bibtex"
] |
1,621,012 | 1 | null | null | 1 | 2,580 | I'm trying to capture raw data from my line-in using DirectSound.
My problem is that, from a buffer to another the data are just inconsistent, if for example I capture a sine I see a jump from my last buffer and the new one. To detected this I use a graph widget to draw the first 500 elements of the last buffer and th... | C# DirectSound - Capture buffers not continuous | CC BY-SA 3.0 | null | 2009-10-25T14:11:38.177 | 2012-02-23T13:15:24.987 | 2012-02-23T13:15:24.987 | 650,492 | 196,189 | [
"c#",
"api",
"audio",
"directx",
"sampling"
] |
1,621,480 | 1 | 1,623,264 | null | 16 | 1,530 | I just finished participating in the 2009 ACM ICPC Programming Conest in the Latinamerican Finals. These questions were for Brazil, Bolivia, Chile, etc.
My team and I could only finish two questions out of the eleven (not bad I think for the first try).
Here's one we could finish. I'm curious to seeing any variations... | CodeGolf: Brothers | CC BY-SA 2.5 | 0 | 2009-10-25T17:27:45.533 | 2015-12-09T15:31:35.793 | 2015-12-09T15:31:35.793 | 100,297 | 112,355 | [
"algorithm",
"console-application"
] |
1,621,557 | 1 | 1,622,414 | null | 12 | 11,260 | How do I overlay widgets in Qt?
I want to create some widgets and place them out-of-layout, but rather tweak their size and position when some other widget's geometry is changed.
Something like the buttons on the screenshot:

| Qt Widget Overlays | CC BY-SA 2.5 | 0 | 2009-10-25T17:56:40.593 | 2018-03-12T14:47:51.583 | 2017-02-08T14:16:36.000 | -1 | 13,543 | [
"language-agnostic",
"qt",
"layout",
"overlay"
] |
1,622,739 | 1 | 1,627,696 | null | 0 | 522 | I am having a problem with creating a navigation controller after on the other side of the application :) ... I mean after clicking this small info button and flipping on the other side ...
I'm getting this error:Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController... | UINavigationController on the flipside view | CC BY-SA 3.0 | null | 2009-10-26T01:36:21.430 | 2013-04-18T09:28:10.893 | 2013-04-18T09:28:10.893 | 664,177 | 182,551 | [
"iphone",
"uinavigationcontroller"
] |
1,623,483 | 1 | 1,623,532 | null | 5 | 1,949 | I remember doing this in Delphi 7, but I don't remember how, or it is different in the new Delphi IDE. But how do I add a new template to the items gallery?

For those of you who know Vim, I am tryi... | Shortcut for "move to left editor" and "move to right editor" in Eclipse? | CC BY-SA 3.0 | 0 | 2009-10-26T20:37:02.413 | 2018-04-24T05:09:06.933 | 2018-04-24T05:09:06.933 | 6,083,675 | 71,522 | [
"eclipse",
"keyboard-shortcuts"
] |
1,630,314 | 1 | null | null | 1 | 1,192 | I want to write a search query that search on the criteria like city, rent, area. i am new to database and sql queries. How to write query. Please help. Any suggestions will be highly appreciated. My form snapshot is here ->>

| How to write a search query for this form | CC BY-SA 2.5 | 0 | 2009-10-27T11:53:05.620 | 2009-10-27T12:16:03.527 | 2017-02-08T14:16:37.320 | -1 | 148,814 | [
"php",
"sql",
"mysql"
] |
1,631,414 | 1 | 1,732,444 | null | 314 | 72,668 | Battleship!
Back in 2003 (when I was 17), I competed in a [Battleship AI](http://www.xtremevbtalk.com/t89846.html) coding competition. Even though I lost that tournament, I had a lot of fun and learned a lot from it.
Now, I would like to resurrect this competition, in the search of the best battleship AI.
Here is [... | What is the best Battleship AI? | CC BY-SA 3.0 | 0 | 2009-10-27T15:02:20.603 | 2017-09-09T19:50:03.867 | 2017-09-09T19:50:03.867 | 366,904 | 57,986 | [
"c#",
".net",
"artificial-intelligence"
] |
1,631,444 | 1 | 1,631,953 | null | 6 | 2,992 | I have this application that need to do some things in protected paths (like %PROGRAMFILES%), I know that I should be using %APPDATA%, but I can't change that for now. I have isolated all the things that could require UAC to show up on another project, here's a sample code:
```
using System;
using System.Diagnostics;
... | Pimp my UAC and a few questions about it | CC BY-SA 2.5 | 0 | 2009-10-27T15:06:25.573 | 2009-10-30T01:22:16.390 | 2009-10-30T01:22:16.390 | 4,386 | 4,386 | [
"c#",
".net",
"windows-7",
"windows-vista",
"uac"
] |
1,632,717 | 1 | 1,633,353 | null | 1 | 397 | I've been using [Markdown](http://daringfireball.net/projects/markdown/syntax) recently.
One of my biggest problems with Markdown is that Markdown has no syntax for including files within a document (vs., say, the [listings](http://en.wikibooks.org/wiki/LaTeX/Packages/Listings) package for LaTeX).
I'd like to extend ... | Request for comments: What should the syntax be to include code snippets in Markdown? (from external files) | CC BY-SA 2.5 | null | 2009-10-27T18:17:57.670 | 2009-11-03T19:49:56.653 | null | null | 110,644 | [
"perl",
"syntax",
"comments",
"markdown",
"rfc"
] |
1,632,842 | 1 | 1,837,348 | null | 8 | 2,488 | 
I have inherited development of a Java/SWT application running on Windows only. One of the feature requests that I need to scope is a Google-chrome-type title bar in place of the SWT windows title bar. The application's tabs appear at the same level as the window... | How to implement a Google-chrome-like title bar for Java SWT application | CC BY-SA 2.5 | 0 | 2009-10-27T18:42:01.210 | 2018-03-30T02:31:23.423 | 2017-02-08T14:16:37.657 | -1 | 197,562 | [
"windows",
"user-interface",
"google-chrome",
"swt",
"java-native-interface"
] |
1,633,429 | 1 | 6,877,830 | null | 92 | 45,547 | I'm installing a Windows Service using the `ServiceProcessInstaller` and `ServiceInstaller` classes.
I've used the `ServiceProcessInstaller` to set the start type, name, etc. But
I know I can do it manually after the service is installed by going to the Services management console and changing the settings on the re... | Install Windows Service with Recovery action to Restart | CC BY-SA 2.5 | 0 | 2009-10-27T20:23:50.740 | 2018-09-24T08:55:02.077 | null | null | 233 | [
".net",
"windows-services",
"service"
] |
1,634,890 | 1 | null | null | 0 | 498 | I am currently working on a web service which is periodically polled. It does not store its state and is instantiated everytime it is queried. Essentially, it retrieves the state of other external entities e.g. databases and delivers it back to the requester.
Recently, the need to store state as arisen in that
- -
... | How do we share data between two different services | CC BY-SA 2.5 | null | 2009-10-28T02:30:24.077 | 2009-10-29T06:56:47.127 | 2017-02-08T14:16:38.343 | -1 | 4,368 | [
"sharing"
] |
1,640,760 | 1 | 1,644,134 | null | 1 | 206 | I want to change a user created control based on content of the input inside of textbox tied to JS.
My user control has an attribute field titled "userInput" where I pass the content of the textbox.
My page looks like this:
The textbox has an autocompleteextender and a Javascr... | Changing a user created control based on content of input from JS tied textbox | CC BY-SA 2.5 | null | 2009-10-28T23:20:18.027 | 2009-10-29T14:29:31.743 | null | null | 127,257 | [
"c#",
"asp.net",
"ajax",
"asp.net-ajax"
] |
1,641,070 | 1 | 3,617,454 | null | 0 | 700 | I'm trying to replicate the input box shown in the image on windows mobile 5+

but i'm struggling for ideas!
So far the only things I have come up with (I haven't managed to make eith... | Windows Mobile Custom Textbox | CC BY-SA 2.5 | null | 2009-10-29T00:59:35.040 | 2010-09-01T11:21:42.983 | 2017-02-08T14:16:40.063 | -1 | 1,996,973 | [
"user-interface",
"windows-mobile",
"textbox"
] |
1,641,808 | 1 | 1,641,909 | null | 2 | 2,073 | I took 2 images with a cross point and now I'm trying to compare these 2 images and find out what is the distance and angle moved. How can I use MATLAB to do this? Thank you very much!


| CPU performance control WPF | CC BY-SA 2.5 | 0 | 2009-10-30T07:05:31.360 | 2013-12-20T20:18:45.447 | 2009-10-30T10:16:38.003 | 60,761 | 100,751 | [
"c#",
"wpf",
"silverlight",
"graph"
] |
1,649,903 | 1 | 1,661,353 | null | 0 | 2,256 | I am trying to create GTK Widget like shows in following Images

Is it possible to create it in GTK+ under C,
I tried using GtkExpander but it is not working out ...
Can any one Help....
| Creating GTK Widget Using Expander | CC BY-SA 2.5 | 0 | 2009-10-30T13:46:47.210 | 2009-11-03T22:28:41.567 | 2017-02-08T14:16:43.850 | -1 | 314,247 | [
"gtk"
] |
1,651,835 | 1 | 1,653,766 | null | 2 | 1,152 | Happy Pre-Halloween everyone :)
My issue today is a DisplayObject error I'm getting when remove a child object. I have code that will launch(addChild) a video container and video controls as well as add a close button. [Now the close button works fine and everything](http://gamerfeed.tv/stackoverflow/button_overlap/di... | Getting error when using the removeChild method | CC BY-SA 2.5 | null | 2009-10-30T19:25:47.527 | 2009-11-18T19:49:17.123 | 2017-02-08T14:16:44.527 | -1 | 168,738 | [
"flash",
"actionscript-3",
"addchild",
"displayobject",
"removechild"
] |
1,652,344 | 1 | null | null | 0 | 772 | I have html that looks roughly like this
```
<div>
<div id="header"></div>
<div id="chart"></div>
<div id="legend"></div>
<div id="info1"></div>
<div id="info2"></div>
<div id="info3"></div>
</div>
```
I would like to position the elements like this:
`. For some reason, I'm getting some weird behavior with it. If I go into the python interactive shell and type:
```
>> import gtk
>> statusIcon = gtk.status_icon_new_from_file("img/lin_idle.png")
```
Pygtk does exactly what it should do, and... | Pygtk StatusIcon not loading? | CC BY-SA 2.5 | 0 | 2009-11-02T01:50:19.127 | 2009-11-05T04:16:47.287 | 2009-11-04T22:03:46.007 | 29,291 | 29,291 | [
"python",
"gtk",
"pygtk"
] |
1,659,254 | 1 | 1,659,265 | null | 2 | 3,489 | Consider a fresh install of Visual Studio 2010 Beta 2. In this case, the web-downloader was used, but that's unlikely relevant.
The Visual Studio Command Prompt is missing.

I had expected it to be there, just like 2005 & 2008. The intention is to call `aspnet_regsql` with... | VS 2010 Beta 2: where is the Visual Studio command prompt? | CC BY-SA 2.5 | null | 2009-11-02T03:04:23.727 | 2012-04-06T10:52:14.883 | null | null | 23,199 | [
"visual-studio",
"visual-studio-2010"
] |
1,660,679 | 1 | 1,686,937 | null | 7 | 2,446 | I'm working on summary on the eclipse modeling project and its various sub - projects. It is not going to get published, it's sole purpose is to help my colleagues and above all my boss to get an overall impression of the topic.
For better understanding I took a diagram from the eclipse GEF User Guide and modified it.... | Relationship between GEF and GMF? | CC BY-SA 3.0 | null | 2009-11-02T11:16:46.653 | 2012-05-14T08:30:42.717 | 2011-05-23T06:06:07.837 | 17,343 | 200,887 | [
"java",
"eclipse",
"modeling",
"eclipse-gef",
"eclipse-gmf"
] |
1,660,957 | 1 | 1,661,009 | null | 1 | 1,203 | Actually it's a lot easier to show you what I want to achieve instead of trying to explain.
State 1:

The field Responsibles hos no focus. Pretty simple.
State 2:

The field Respo... | Show box on textbox focus, wrapping the textbox | CC BY-SA 3.0 | null | 2009-11-02T12:15:46.960 | 2013-05-20T18:01:53.977 | 2013-05-20T18:01:53.977 | 664,177 | 131,512 | [
"jquery",
"css"
] |
1,661,851 | 1 | 1,661,869 | null | 5 | 2,431 | I'm looking for a software for drawing scientific data, mostly vectors, coordinate systems and diagrams, for example:

| Software for drawing scientific data | CC BY-SA 2.5 | 0 | 2009-11-02T15:11:16.970 | 2012-03-20T14:09:00.507 | 2017-02-08T14:16:52.273 | -1 | 452,521 | [
"vector",
"drawing"
] |
1,663,889 | 1 | null | null | 0 | 1,838 | I'm working on a tricky bit of styling that's working on Safari/Webkit but not on Firefox/Gecko. I can't figure out just what's going wrong.
Here's the HTML that I'm using:
```
<div class="showcase"><a href=><div class="showtit"><span class="showname">Stripes!</span> <span class="showtype">a theme</span> <span class=... | Firefox float positioning and Firefox div:hover not working how it should? | CC BY-SA 3.0 | null | 2009-11-02T21:38:47.017 | 2012-06-04T15:09:15.760 | 2012-06-04T15:09:15.760 | 44,390 | 201,236 | [
"css",
"firefox",
"html",
"css-float"
] |
1,663,979 | 1 | null | null | 3 | 6,802 | In my app I am drawing bus routes on top of a [MapView](http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MapView.html). The routes have anywhere between a dozen and a few hundred GPS coordinates that describe the route that the bus takes.
 to duplicate the functionality (mainly in visual department) of IBM's [Many Eyes Visualizations Bubble Chart](http://manyeyes.alphaworks.ibm.com/manyeyes/) in our app. Below attached a screenshot of what I am talking about. Ideally it does the following:
1. Rend... | Alternative to Many Eyes Bubble Chart | CC BY-SA 2.5 | 0 | 2009-11-02T23:10:13.047 | 2019-05-09T13:04:04.063 | null | null | 40,786 | [
"php",
"javascript",
"flash",
"visualization",
"data-visualization"
] |
1,665,387 | 1 | null | null | 2 | 163 | ```
SELECT u.user_id, u.first_name, u.last_name, i.path AS image_path
FROM bgy_users u
LEFT JOIN bgy_images i ON i.image_id = u.image_id
WHERE u.commentary_id = '0'
```
## Error:
When there definitely is a column `image_id` in table `bgy_users`
What am I doing wrong?
`DESCRIBE BGY_USERS`
 and had to calculate the area of the union of these circles.
Example image:

For two circles it's quite easy,

I can just calculate the fraction of the ea... | Combined area of overlapping circles | CC BY-SA 3.0 | 0 | 2009-11-03T13:22:02.473 | 2021-11-10T16:06:24.003 | 2015-11-25T12:09:06.470 | 3,301,367 | 160,695 | [
"algorithm",
"geometry",
"area"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.