Id int64 1.68k 75.6M | PostTypeId int64 1 2 | AcceptedAnswerId int64 1.7k 75.6M ⌀ | ParentId int64 1.68k 75.6M ⌀ | Score int64 -60 3.16k | ViewCount int64 8 2.68M ⌀ | Body stringlengths 1 41.1k | Title stringlengths 14 150 ⌀ | ContentLicense stringclasses 3
values | FavoriteCount int64 0 1 ⌀ | CreationDate stringlengths 23 23 | LastActivityDate stringlengths 23 23 | LastEditDate stringlengths 23 23 ⌀ | LastEditorUserId int64 -1 21.3M ⌀ | OwnerUserId int64 1 21.3M ⌀ | Tags list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,809,109 | 1 | 3,920,693 | null | 4 | 3,286 | I've got a varchar(max) column I'm trying to read but the field is being truncated at 4,000 characters. I've seen [similar questions](https://stackoverflow.com/questions/2502734/my-varcharmax-field-is-capping-itself-at-4000-what-gives), but they are on the sql side.
What do I need to do to get the entire field?
Eg:
... | varchar(max) + linq to sql | CC BY-SA 2.5 | 0 | 2010-09-28T01:41:46.690 | 2010-10-13T04:05:09.513 | 2017-05-23T12:13:29.403 | -1 | 5,188 | [
"c#",
"linq-to-sql",
"varchar"
] |
3,809,103 | 1 | 3,809,186 | null | 3 | 569 | I have tried again to ask the same [question](https://stackoverflow.com/questions/3808708/delete-parts-of-a-dynamic-array-and-grow-other), but I ended up asking a different question by not providing essential information about my problem.
I implement a data structure which is a tree. Each node of this tree has an arra... | I need a container that supports efficient random access and O(k) insertion and removal | CC BY-SA 2.5 | null | 2010-09-28T01:39:41.360 | 2010-09-28T06:53:27.260 | 2017-05-23T12:01:18.040 | -1 | 157,663 | [
"c++",
"algorithm",
"pointers",
"data-structures"
] |
3,809,161 | 1 | 3,812,026 | null | 0 | 1,195 | I would like to make some bindings that toggle item titles in a popup menu based on a single numerical value in a text field. Let me explain:


I want my menu items to automatically adjust t... | How to use a single NSValueTransformer subclass to toggle the titles of multiple menu items | CC BY-SA 2.5 | null | 2010-09-28T01:54:20.803 | 2010-09-28T11:11:00.723 | null | null | 167,983 | [
"objective-c",
"cocoa",
"interface-builder",
"cocoa-bindings"
] |
3,809,235 | 1 | 3,809,309 | null | 0 | 709 | I had been looking for a "variable highlight" feature which can be found in Netbeans or Notepad++.
This means, when I select a variable, the same variable which is being scattered around other place will be highlighted as well. This feature is very valuable, to help me scan the code quickly.
May I know is it possible... | Looking for variable hightlight feature in Visual Studio 2008 | CC BY-SA 2.5 | null | 2010-09-28T02:15:06.457 | 2010-11-26T12:54:12.773 | null | null | 72,437 | [
"visual-studio",
"visual-studio-2008"
] |
3,809,247 | 1 | 3,809,877 | null | 0 | 378 | I have a tile based game and I need to find the closest tile within a `32px` radius. So say a user is at `400, 200` and the user clicks at `500, 400`. I need to create a path or line from the player to the mouse position on click and the closest tile that is underneath the path within `32px` (or 2 tiles) must be chosen... | Find the closest tile along a path | CC BY-SA 2.5 | null | 2010-09-28T02:18:31.200 | 2010-09-29T00:31:53.767 | 2010-09-29T00:31:53.767 | 233,427 | 233,427 | [
"math",
"path",
"position"
] |
3,809,484 | 1 | 3,809,756 | null | 0 | 247 | When you select text message from a contact in the contact's app you get a list of phone numbers and email addresses with the 'type' also in the button, however the 'type' is styled differently. Is there a way to get this effect with UIActionSheet buttons or would I have to roll my own?

but after I select one, instead of the label showing in the tex... | JQuery UI Autocomplete with .Net MVC: How to display the label when selected but save the value | CC BY-SA 2.5 | 0 | 2010-09-28T04:30:55.480 | 2012-01-05T09:32:40.240 | 2017-02-08T14:30:26.620 | -1 | 209,081 | [
"asp.net-mvc",
"json",
"jquery-ui",
"autocomplete"
] |
3,809,788 | 1 | 3,826,554 | null | 14 | 13,168 | I know 3D rotation is well documented on SO and many other sites, but despite reading countless explanations I still haven't figured out where I'm going wrong. My background is in art and design, not math and programming, and I'm never really certain if my angle of attack (no pun intended) is the right one. Rather than... | 3D rotation with Axis & Angle | CC BY-SA 2.5 | 0 | 2010-09-28T04:56:02.140 | 2012-01-27T18:04:21.590 | 2010-09-30T05:44:16.877 | 242,944 | 242,944 | [
"javascript",
"actionscript-3",
"3d",
"matrix",
"rotation"
] |
3,810,122 | 1 | null | null | 2 | 995 | I would like to design a layout for my android app which has imageviews/Textviews placed as shown in the figure below. 
Right now, i tried to use Absolute layout, but i know that will create problems as the screen size changes.
Please help me with your ideas.
All comments... | How to create this layout? | CC BY-SA 2.5 | 0 | 2010-09-28T06:10:57.060 | 2010-09-28T07:50:19.460 | null | null | 449,378 | [
"android"
] |
3,810,546 | 1 | 3,811,188 | null | 1 | 668 | Anybody can tell me how to make Twitter's row menu in iOS app like img below?

This menu appear when i touch down move finger to left (Touch in UITableCell of UITableView). Can i make row menu like it? Thanks :)
| How can i make Twitter's row menu in iOS app? | CC BY-SA 2.5 | null | 2010-09-28T07:28:35.613 | 2010-09-30T03:52:16.940 | 2010-09-28T07:52:41.710 | 122,456 | 122,456 | [
"iphone",
"objective-c",
"ios"
] |
3,810,641 | 1 | 3,841,192 | null | 0 | 3,784 | I am new to android.I am working on voice recognition.I got a sample program
## main.xml
```
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextV... | Android-Voice recognition | CC BY-SA 3.0 | null | 2010-09-28T07:42:23.920 | 2013-05-11T12:45:27.940 | 2011-12-20T15:50:36.180 | 109,302 | 366,916 | [
"android"
] |
3,810,687 | 1 | null | null | 1 | 154 | I'm creating a window app using C# (looks like this)

I'm using MySQL database.
But my database is hosted by some free hosting site.
I posted a question here [post1](https://stackoverflow.com/questions/3792039/cant-connect-to-an-online-database-using-my-window-applica... | How to make a web service? | CC BY-SA 2.5 | 0 | 2010-09-28T07:48:41.023 | 2010-09-28T08:18:53.987 | 2017-05-23T11:48:22.880 | -1 | 396,335 | [
"c#",
"php"
] |
3,810,768 | 1 | 3,810,842 | null | 6 | 2,249 | I have to draw lines around a circle (like in clock). How can i achieve this using a for loop?

| mathematics for drawing little lines around circle | CC BY-SA 2.5 | 0 | 2010-09-28T08:00:13.183 | 2012-09-11T09:05:05.833 | null | null | 277,696 | [
"javascript",
"html",
"canvas"
] |
3,810,927 | 1 | 4,947,179 | null | 6 | 1,945 | is there a way in ggplot2 to get the plot type "b"? See example:
```
x <- c(1:5)
y <- x
plot(x,y,type="b")
```
Ideally, I want to replace the points by their values to have something similar to this famous example:

EDIT:
Here some sample data (I want to plot each "cat"... | R plot type "b" with text instead of points - Slope graph with ggplot2 | CC BY-SA 4.0 | 0 | 2010-09-28T08:27:11.837 | 2022-01-02T10:35:40.680 | 2021-11-13T13:58:33.083 | 7,941,188 | 279,497 | [
"r",
"ggplot2"
] |
3,810,922 | 1 | 3,811,436 | null | 1 | 869 | I am using `addRowData` method to populate my grid. But my current JSON data have another object inside of each object in the JSON data. To make it view in the grid, i followed the notations in the [documentation of jQgrid](http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_dot_notation). But that ... | JSON dot notation in jQgrid? | CC BY-SA 2.5 | null | 2010-09-28T08:25:50.667 | 2010-09-28T09:55:44.700 | 2020-06-20T09:12:55.060 | -1 | null | [
"json",
"jqgrid"
] |
3,811,214 | 1 | 3,811,233 | null | 1 | 215 | I need the red box to expand with the blue box content, so they are always both the same size.

The red box is defined as:
```
.leftMenu{
float:left;
width:20%;
background-image:url(../images/leftMenuBG.jpg);
background-position:bottom;
background-c... | Div inside div not auto expanding (screenshot) | CC BY-SA 2.5 | null | 2010-09-28T09:07:22.537 | 2010-09-28T10:40:53.373 | null | null | 356,635 | [
"html",
"height",
"css"
] |
3,811,458 | 1 | 3,873,120 | null | 0 | 596 | I can use the [Facebook iPhone API](http://github.com/facebook/facebook-ios-sdk) to authorize and publish posts, but I want the textbox on the dialogue view bigger, to display more text, instead of only showing 2 lines, as the screenshot:
---

Anybody know how to m... | How to make the textbox in the Facebook dialogue view bigger, and show App brief? | CC BY-SA 2.5 | null | 2010-09-28T09:37:50.567 | 2010-10-06T13:48:11.220 | null | null | 312,938 | [
"objective-c",
"facebook"
] |
3,811,588 | 1 | 3,819,653 | null | 2 | 7,793 | I need to create fixed size sqare buttons with relatively large characters on them for a calculator app.
When I increase text size, the character is no more displayed in the center of the button and the button's position gets shifted some pixels to the top (very strange).
[http://img9.imageshack.us/i/buttontest.png/](... | How to create small buttons with large text in Android 2.2? | CC BY-SA 2.5 | 0 | 2010-09-28T09:54:37.103 | 2012-04-20T18:13:50.930 | 2010-09-28T17:52:18.453 | 458,904 | 458,904 | [
"android",
"android-layout"
] |
3,811,621 | 1 | 3,811,690 | null | 3 | 1,727 | What is the fastes way of determening which point q out of n points in 2D space is the closest (smallest euclidian distance) to point p, see attached imgage.

My current method of doing this in Python is storing all the distances in a list and then running
```
numpy.a... | Fastest way to calculate euclidian distance in 2D space | CC BY-SA 2.5 | null | 2010-09-28T10:00:57.993 | 2010-09-28T11:02:17.590 | null | null | 441,337 | [
"python",
"optimization",
"distance"
] |
3,811,646 | 1 | 3,811,709 | null | 6 | 1,477 |
Is there any way to make code blocks highlighting/collapsing in Resharper ?
In CodeRush it is called "structural highlighting" feature:

Or maybe other Visual Studio 2010 add-on(preferably free) which would do this simple job and would not conflict with Resharper.
th... | C# structural highlighting in Visual Studio | CC BY-SA 2.5 | 0 | 2010-09-28T10:04:23.907 | 2017-11-22T16:10:33.580 | 2010-09-28T12:25:01.587 | 435,976 | 435,976 | [
"c#",
"visual-studio",
"highlighting",
"visual-studio-addins"
] |
3,811,750 | 1 | 3,811,776 | null | 2 | 652 | I'm having problem with GROUP BY. It returns the first entry it could find, but I would like it to return the last entry. Is that possible?
Here is my query (prepared query):
```
SELECT stamp_user, stamp_date, stamp_type
FROM rws_stamps
WHERE stamp_date >= ?
GROUP BY stamp_user
ORDER BY stamp_date DESC
```
My table... | Get the last entries using GROUP BY | CC BY-SA 2.5 | 0 | 2010-09-28T10:21:01.893 | 2010-09-28T10:24:37.493 | null | null | 397,195 | [
"mysql",
"group-by",
"prepared-statement"
] |
3,811,837 | 1 | 3,811,856 | null | 2 | 172 | I want to create the following design to my IPhone application.

| Custom Design in IPhone Applications | CC BY-SA 3.0 | 0 | 2010-09-28T10:35:02.823 | 2017-07-03T00:04:44.667 | 2017-07-03T00:04:44.667 | 472,495 | 409,571 | [
"iphone"
] |
3,812,277 | 1 | 3,812,306 | null | 1 | 2,896 | I'm having an xml file like
```
<Root>
<Child val1="1" val2="2"/>
<Child val1="1" val2="3"/>
<Child val1="2" val2="4"/>
</Root>
```
i need to display the data from the Xml file to a Listview like

(Added `A` to index value)
Now i'm using like
1.Stores the data ... | How to display data from XML file to ListView using LINQ to XML? | CC BY-SA 2.5 | null | 2010-09-28T11:34:48.663 | 2010-09-29T05:52:00.723 | 2010-09-28T12:26:41.427 | 8,562 | 336,940 | [
"c#",
"xml",
"winforms",
"linq",
"lambda"
] |
3,812,436 | 1 | 3,812,519 | null | 1 | 2,801 | I have a HABTM relation and when i use the following code. the Multiple Select is pretty long in size. i wanna know how to reduce the size.
```
<label for="checkbox">Cuisines:</label>
<?php echo $this->Form->input('Cuisine', array('label' => false, 'div'=> false, 'class' => 'short')); ?>
```
:
```
<p>Without <br /></p>
<table border="1" width="220">
<tbody>
<tr>
<td>lorem</td>
<td>ipsum</td>
<td>lorem ipsum</td>
<td>lorem</td>
<td>ipsum</td>
</tr>
</tbody>
</table>
<p>With <br ... | Width of a <td> is narrower when I use a <br> in it on a fixed width <table>. Why? | CC BY-SA 2.5 | null | 2010-09-28T12:21:59.870 | 2010-11-19T07:40:19.443 | 2020-06-20T09:12:55.060 | -1 | 63,377 | [
"html",
"line-breaks"
] |
3,812,790 | 1 | 3,812,819 | null | 3 | 1,963 | I have two Resources files under `App_GlobalResources`
```
MyApp.resx
MyApp.sv.resx
```
All languages will fallback to `MyApp.resx` the Swedish UICulture will use the `MyApp.sv.resx`
and I have a simple page that shows 3 `<asp:Label>` in witch the `Text` property is called differently like:
```
<i>using Resource... | Nightmare with Localization under Global Resources | CC BY-SA 2.5 | 0 | 2010-09-28T12:44:53.093 | 2010-09-28T14:10:29.417 | null | null | 28,004 | [
"c#",
"asp.net",
"localization",
"app-globalresources"
] |
3,813,619 | 1 | 7,972,409 | null | 5 | 779 | 
I've noticed that when I use TRibbon control that comes with Delphi 2010, it works flawlessly on my Windows 7 system. However, the application has some weird painting issues on a Windows XP system with the "classic theme" (I haven't tried the playschool theme).
I know ... | Why does the Delphi 2010 TRibbon control "flicker" on Windows XP, but not Vista/7? | CC BY-SA 2.5 | 0 | 2010-09-28T14:08:18.433 | 2011-11-01T21:23:11.593 | null | null | 12,458 | [
"delphi",
"delphi-2010",
"ribbon"
] |
3,814,297 | 1 | 3,842,391 | null | 7 | 1,553 | I've a weird problem with my application, its memory usage goes up a few hundred megabytes at once every now and then and eventually the application freezes. The application is written with Delphi, it uses database, COM (for OPC) and TCP/IP.
With FastMM I've got following the screen shot of memory usage. I'm not comp... | Memory leak with Delphi/DBExpress | CC BY-SA 3.0 | 0 | 2010-09-28T15:20:27.683 | 2014-03-21T09:33:02.917 | 2014-03-21T09:33:02.917 | 3,235,496 | 7,735 | [
"delphi",
"debugging",
"memory-management",
"memory-leaks",
"dbexpress"
] |
3,814,482 | 1 | 4,049,456 | null | 2 | 1,501 | For searching a document, I like using the floating Find/Replace window that pops up. Lately, however, hitting - pulls up this Find/Replace bar at the bottom of the editor window. I suppose I wouldn't mind it so much, except instead of selecting the text to search it puts the insertion point whatever I've searched for... | How do I get rid of the Eclipse Find/Replace Bar | CC BY-SA 2.5 | null | 2010-09-28T15:37:33.703 | 2013-02-05T23:26:14.860 | 2010-09-28T15:43:15.550 | 255,918 | 255,918 | [
"eclipse",
"preferences",
"pydev"
] |
3,815,558 | 1 | 3,817,147 | null | 0 | 5,469 | Is there anyone who experienced with the scrollviewer component in WPF? I have a basic selection zoom, and the problem is that it does not scroll to the right place.
Output, trying to zoom the flower:

Actually, the `RectangleZoom` (see bellow) method scales the picture... | WPF: Zoom and Scroll to selection (sample) | CC BY-SA 2.5 | null | 2010-09-28T17:46:33.540 | 2015-11-12T10:32:07.190 | 2010-09-28T20:10:00.667 | 185,593 | 185,593 | [
"wpf",
"zooming",
"scrollviewer"
] |
3,815,676 | 1 | 4,693,473 | null | 1 | 779 | On upload of images, the code creates several different thumbnails. In some cases, the thumbnail may be larger than the original image, in which case a padding is applied. In the case of JPEGs, the padding is white, and all is well. In the case of GIFs and PNGs, the padding should be transparent. And it is. Or not. Whi... | Preserving GIF tansparencies when rebuilding thumbnails | CC BY-SA 2.5 | 0 | 2010-09-28T17:59:40.200 | 2011-01-14T16:40:44.620 | 2011-01-14T16:15:32.507 | 209,139 | 209,139 | [
"php",
"transparency",
"transparent",
"gif",
"thumbnails"
] |
3,816,019 | 1 | 3,816,865 | null | 6 | 2,789 | Given any number of intersection, disjoint and touching rectangles, how to find the (multiple) outline polylines? Rectangles are defined in pixel coordinates so they have integer accuracy, but they may be thousands of units large.

I really need numeric coordinate... | Merge (Boolean Union) rectangular regions with integer accuracy | CC BY-SA 2.5 | 0 | 2010-09-28T18:46:48.083 | 2010-09-28T20:51:02.420 | null | null | 81,947 | [
"c#",
"geometry",
"2d",
"region"
] |
3,816,065 | 1 | 3,816,094 | null | 1 | 2,590 | I'm new to macro programming in VB, and what I'm trying to do is clone a row in my word document when a button is clicked. I've made an attempt as shown in the picture below. What do I need to do to make the addTwoDependants() subroutine run when the button is clicked?

| How to call a macro on a button click in a word document | CC BY-SA 2.5 | null | 2010-09-28T18:53:28.077 | 2015-02-23T19:23:55.817 | 2015-02-23T19:23:55.817 | 3,204,551 | 139,861 | [
"vba",
"ms-word"
] |
3,816,513 | 1 | 3,837,813 | null | 0 | 88 | I have a strange problem with IE in a CSS menu.
Have an `<li>` with a text and an `<ul>` (with position absolute) and `<li>` inside.
In Mozilla Firefox the sub `<ul>` assumes the desired position (see picture below).
In IE the text forces the sub `<ul>` to go forward. Any ideas?
Thanks in advance!
```
li {
float:... | Problem with IE in a menu with CSS | CC BY-SA 2.5 | null | 2010-09-28T19:53:40.897 | 2010-10-01T09:10:58.050 | 2010-09-28T20:53:48.457 | 155,905 | 155,905 | [
"css"
] |
3,816,566 | 1 | 3,966,161 | null | 2 | 1,710 | Solved. See fix at bottom.
In my iPad app which supports all orientations, if the app is loaded in landscape, weird things happen:
1. Alert views appear in portrait, even though the rest is in landscape
2. Rotating the iPad from landscape to portrait does not trigger a rotation (nor does it trigger any of the shoul... | Alert views in portrait, iPad in landscape, and unable to rotate to anything but "other" landscape (180 degrees) | CC BY-SA 2.5 | 0 | 2010-09-28T19:59:30.317 | 2020-05-23T17:52:16.697 | 2010-09-29T18:37:44.040 | 271,166 | 271,166 | [
"iphone",
"objective-c",
"rotation",
"landscape",
"portrait"
] |
3,816,633 | 1 | 3,816,973 | null | 2 | 4,532 | I have an encoding problem with ASIHttpRequest. When I get an URL, the data is returned perfectly except for a little encoding problem.
This is my code:
```
- (void)fetchGamesForCategory
{
NSString *url_string = [[NSString alloc] initWithFormat:url_match, theCategory._id];
NSURL *url = [NSURL URLWithString:... | Encoding issue with ASIHttpRequest | CC BY-SA 3.0 | null | 2010-09-28T20:10:27.533 | 2013-02-14T22:15:05.770 | 2012-11-06T12:07:37.833 | 406,677 | 406,677 | [
"iphone",
"encoding",
"ios4",
"plist",
"asihttprequest"
] |
3,816,860 | 1 | 3,875,949 | null | 6 | 7,848 | I have no style set anywhere in my application!

UPDATE:

| Why does my WPF GroupBox looks so weird? | CC BY-SA 2.5 | 0 | 2010-09-28T20:38:26.270 | 2016-04-28T16:16:52.403 | 2011-08-13T16:41:51.600 | 305,637 | 320,460 | [
"wpf",
"styles",
"groupbox"
] |
3,816,839 | 1 | null | null | 4 | 3,478 | I'm looking for a way of making simple event log for my tables. I have few tables that can be changed by various users, and I want to keep track on:
```
- who made the change
- when
- what was before update
- what is the new value
- which table and which record & column
```
somthing like will be great:
```
20:00:0... | mysql (almost) complete auditing | CC BY-SA 2.5 | 0 | 2010-09-28T20:35:54.673 | 2010-09-29T08:49:36.947 | 2010-09-29T08:49:36.947 | 154,978 | 154,978 | [
"php",
"mysql",
"audit",
"auditing"
] |
3,817,523 | 1 | null | null | 0 | 1,057 | Navicat does not show primary keys which are also foreign key on table report as foreign keys. Why?
I gave the image explaining the situation:

| MySQL not showing foreign keys that are also primary keys | CC BY-SA 2.5 | null | 2010-09-28T22:37:25.470 | 2010-09-28T22:44:03.483 | 2010-09-28T22:44:03.483 | 222,908 | 459,904 | [
"mysql",
"foreign-keys"
] |
3,817,662 | 1 | 5,640,142 | null | 4 | 3,625 | In my android application, I use a listview and some linear layout on wich the user can click.
Of course, I had to set the background of my LinearLayout to a xml file where the stated pressed, selected are defined:
```
myView.setBackgroundDrawable(
getDrawable(android.R.drawable.list_selector_background));
```
So ... | Getting the Listview default clicked color, depending on the Device | CC BY-SA 2.5 | null | 2010-09-28T23:09:01.290 | 2011-04-12T19:12:19.553 | null | null | 327,402 | [
"android",
"listview",
"colors",
"default",
"device"
] |
3,818,060 | 1 | null | null | 3 | 2,071 | I was profiling our ASP .NET application to try and reduce the CPU usage and fond some strange behaviour regarding NHibernate and log4net.
Over 50% of the time on our app is spent in the log4net GetLogger and CreateRepository methods, which are called from ExecuteReader in NHibernate. The screenshot below is a jetBrai... | NHibernate log4net performance problem - how to disable? | CC BY-SA 2.5 | 0 | 2010-09-29T00:50:24.767 | 2011-11-29T05:14:33.680 | 2011-11-29T05:14:33.680 | 3,043 | 17,765 | [
"asp.net",
"nhibernate",
"log4net"
] |
3,818,369 | 1 | 3,879,391 | null | 4 | 7,183 | I'm using a WPF data grid to bind to an object (i.e. not a database). I have the horizontal alignment on Stretch. I currently have it within a Border, which is within a Grid.
However when I run the application the DataGrid has a blank column and grid showing. That is say I have 5 columns & 5 rows, then there is a b... | WPF Data Grid - How to hide the next column/row that is visible? | CC BY-SA 2.5 | null | 2010-09-29T02:32:03.987 | 2013-09-16T13:45:55.543 | 2010-09-29T22:36:10.327 | 173,520 | 173,520 | [
"c#",
".net",
"wpf",
"datagrid",
"wpfdatagrid"
] |
3,818,719 | 1 | 3,819,106 | null | 20 | 42,358 | I believe I am missing something obvious here. When I request a JSON response from an OData service I get a different result for the DateTime properties than I do when I request XML. I'll use the NerdDinner OData feed as an example.
```
http://www.nerddinner.com/Services/OData.svc/Dinners(1)?$format=json
"EventDate"... | How to handle json DateTime returned from WCF Data Services (OData) | CC BY-SA 2.5 | 0 | 2010-09-29T04:25:53.687 | 2016-08-08T19:18:58.740 | 2010-09-29T12:51:57.523 | 12,367 | 12,367 | [
"wcf",
"json",
"wcf-data-services",
"odata"
] |
3,818,827 | 1 | null | null | 2 | 408 | 
What does this mean in the 2nd column?
```
==
|
|
|
|
==
```
| What does the quote mean in ollydbg? | CC BY-SA 2.5 | null | 2010-09-29T04:54:43.633 | 2012-01-09T08:50:23.947 | 2010-09-29T08:21:21.057 | 339,038 | 339,038 | [
"ollydbg"
] |
3,818,847 | 1 | 3,819,533 | null | 0 | 408 | What is a model.cs file?

This appears in a project I am sharing with other dev's. What is a model.cs file?
| What is a model.cs file? | CC BY-SA 2.5 | null | 2010-09-29T05:01:01.260 | 2011-07-12T10:36:35.080 | 2010-09-29T05:08:33.533 | 167,149 | 54,760 | [
"c#",
"model",
"viewmodel"
] |
3,819,086 | 1 | null | null | 10 | 11,608 | please see the figure to get idea of the scenario.

Now when my Package will run after executing the s! task, either A or B path will be followed. So If A is followed then Task S2 and F2 is executed. But if path B is followed, task F1 and F3 is executed. But also after ... | How two different task can goto one task in SSIS | CC BY-SA 2.5 | 0 | 2010-09-29T05:53:33.177 | 2010-09-29T18:44:19.420 | null | null | 328,518 | [
"ssis",
"path",
"task",
"execution"
] |
3,819,189 | 1 | 3,819,203 | null | 101 | 235,954 | I can not scroll down the screen to view the data in the "Replied By:" section. How can I make my layout scrollable?

| How to make my layout able to scroll down? | CC BY-SA 3.0 | 0 | 2010-09-29T06:17:08.133 | 2020-06-16T05:20:36.827 | 2016-12-20T07:43:27.657 | null | 438,864 | [
"android",
"layout"
] |
3,819,396 | 1 | 3,819,437 | null | 7 | 12,734 | I can compute horizontal and vertical points, but I cant figure out how to compute distance using diagonal points. Can someone help me with this.
here's the code for my horizontal and vertical measuring:
```
private float ComputeDistance(float point1, float point2)
{
float sol1 = point1 - point2;
flo... | How can I measure diagonal distance points? | CC BY-SA 2.5 | 0 | 2010-09-29T06:52:38.847 | 2020-02-16T10:56:31.637 | 2010-09-29T22:57:48.767 | 416,801 | 416,801 | [
"c#",
"winforms",
"gdi",
"distance",
"measurement"
] |
3,819,760 | 1 | 3,820,554 | null | 3 | 13,323 | 
How can I prevent this overlapping from occurring without reducing the font size? Here is my XML:
```
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:la... | How can I prevent my TextView from overlapping? | CC BY-SA 2.5 | null | 2010-09-29T08:02:53.307 | 2011-09-05T12:14:41.587 | null | null | 19,875 | [
"android",
"textview",
"android-layout",
"android-relativelayout"
] |
3,819,778 | 1 | 3,821,450 | null | 5 | 4,114 | I'm not in a position to make out the difference between `vld4_f32` and `vld4q_f32` in ARM NEON instructions.
The confusion started when I raised my coding levels and started looking at the assembly instructions rather than the less informative intrinsics.
The reason I need to use variant instruction here is because... | ARM NEON: What's the difference between vld4_f32 and vld4q_f32? | CC BY-SA 2.5 | 0 | 2010-09-29T08:07:09.317 | 2011-04-28T10:35:02.037 | null | null | 317,331 | [
"memory",
"assembly",
"arm",
"neon",
"cpu-registers"
] |
3,819,857 | 1 | 3,820,415 | null | 2 | 6,605 |
I have a web-application with more than 5 themes. Each themes covers a completely different style for different customers. whenever we publish a new version of our application we send it for all of customers.
We specify theme in web.config file in `<Page>` tag. like
```
<page theme="Theme1" /> // or Theme2 for se... | How to change Asp.net Theme via Web.Config on the fly | CC BY-SA 2.5 | null | 2010-09-29T08:22:12.870 | 2017-09-19T11:59:53.890 | 2010-09-29T11:55:44.143 | 243,213 | 243,213 | [
"c#",
"asp.net",
"web-config",
"build-process",
"publishing"
] |
3,820,082 | 1 | 3,879,872 | null | 0 | 1,348 | I'm aware some of you may not be familiar with Monotouch, but this could certainly be a general iOS issue rather than a specific Monotouch issue.
I'm recreating an app with similar functionality to the default mail app: 
This is a simple recr... | UIToolbar disappears after dismissing Modal View Controller | CC BY-SA 2.5 | 0 | 2010-09-29T08:52:51.290 | 2010-10-07T08:27:32.300 | null | null | 399,123 | [
"iphone",
"xamarin.ios",
"uitoolbar",
"modalviewcontroller"
] |
3,820,240 | 1 | 3,821,421 | null | 2 | 11,648 | When trying to plot a normal PDF with mean=0 and standard deviation=20 using the MATLAB command normpdf() I get weird results, see picture.

The code used to plot the figure is as follows:
```
plot(normpdf((-100:0.1:100),0,20))
```
What is the correct way of using th... | How does MATLAB's normpdf function work? | CC BY-SA 2.5 | null | 2010-09-29T09:17:11.603 | 2010-10-01T19:41:41.073 | 2010-10-01T19:41:41.073 | 4,928 | 429,653 | [
"matlab"
] |
3,820,318 | 1 | null | null | 1 | 4,738 | 
What does `Z 1 DS 0023 32bit 0(FFFFFFFF)` mean?
| How to understand the register window of ollydbg? | CC BY-SA 2.5 | 0 | 2010-09-29T09:31:04.743 | 2015-08-25T13:02:04.600 | 2020-06-20T09:12:55.060 | -1 | 339,038 | [
"ollydbg"
] |
3,820,577 | 1 | 3,820,776 | null | 1 | 4,505 | I am using ext do draw charts in the browser,I meet a problem:
I want to draw two lines in one chart, so I use the ColumnChart, this is my data:
```
var store = new Ext.data.JsonStore({
fields:['name', 'visits', 'views'],
data: [
{name:'Jul 07', visits: 245, views: 3000000},
{name:'Aug 07', vi... | extjs chart problem | CC BY-SA 2.5 | null | 2010-09-29T10:06:07.960 | 2011-11-30T18:37:00.570 | 2010-09-29T11:42:31.363 | 306,719 | 306,719 | [
"extjs",
"charts"
] |
3,820,954 | 1 | 3,820,965 | null | 13 | 47,356 | I wanted to get Java running at 1.6xxx - I changed the JAVA_HOME variable and pointed it to the directory C:\Program Files\Java\jdk1.6.0._16.
I restart the PC - and I think I can check which version of Java my machine is pointing at - but it still points to the older version of Java e.g v1.5.0_16
Can you help me rejo... | JAVA_HOME environment variable and Java JDK fun | CC BY-SA 3.0 | 0 | 2010-09-29T11:01:49.433 | 2019-01-03T06:28:02.497 | 2016-01-15T09:34:22.710 | 3,885,376 | 5,175 | [
"java",
"java-home"
] |
3,822,123 | 1 | null | null | 0 | 830 | 
The image above is the first page of my game. Normally the big blue 'button' background image should not show up there.
I declare my custom background image for my buttons in layout file like this:
```
<Button android:id="@+id/id_button_startgame"
... | Weird layout problem. (please see the attached image) | CC BY-SA 2.5 | null | 2010-09-29T13:39:40.283 | 2010-09-30T08:05:33.587 | 2010-09-29T13:43:19.220 | 244,296 | 461,783 | [
"android",
"layout",
"button",
"surfaceview"
] |
3,822,193 | 1 | 3,845,118 | null | 12 | 2,784 | I have a view that is round and hovering above (-> in z-axis direction coming out of the screen) the main content. When the someone taps the screen I want either the main content to be selected or the view hovering above, when it covers the main view.
So far that works perfectly. I have a round shaped item on a transp... | Android: can I create a view/canvas that is not rectangular, but e.g. round? | CC BY-SA 2.5 | 0 | 2010-09-29T13:46:03.047 | 2014-08-15T22:02:28.853 | 2010-09-30T15:08:24.580 | 184,367 | 184,367 | [
"android",
"view",
"canvas",
"rounding"
] |
3,822,247 | 1 | 3,829,381 | null | 2 | 248 | I really don't get why this is not working. I want to avoid a specific form item being collapsed.
This is my element I want to modify (after the change with the code below):
```
[taxonomy] => Array
(
[tags] => Array
(
[1] => Array
(
... | Drupal: how can I avoid this form item being collapsed? | CC BY-SA 2.5 | null | 2010-09-29T13:52:02.020 | 2010-09-30T16:46:07.417 | 2010-09-30T16:46:07.417 | 257,022 | 257,022 | [
"drupal",
"drupal-6"
] |
3,822,609 | 1 | 3,826,784 | null | 18 | 6,748 | I am looking for good resources for learning to use the Win32/GDI APIs or whatever supercedes it to draw and paint directly using the Win32 API to a glass form.
While I am using Delphi, I tagged this as Delphi or Visual C++. Any code samples and articles that you can find would be appreciated. MSDN articles do not s... | Documentation and API Samples for drawing on Windows Aero Glass (DWM, GDI, GDI+) for all Win32 programmers | CC BY-SA 3.0 | 0 | 2010-09-29T14:31:08.640 | 2013-12-03T23:38:13.147 | 2013-12-03T23:38:13.147 | 464,709 | 84,704 | [
"windows",
"delphi",
"visual-c++",
"windows-7",
"aero-glass"
] |
3,822,854 | 1 | 3,834,467 | null | 0 | 621 | I have a movieclip moving on a path by means of a tween. At the starting point a (virtual) line on the movieclip is tangent to the path. Is there an easy way to automagically rotate the movieclip such that this line remains tangent to the path throughout the tween?

TIA
S... | Object rotation while moving on a path in Flash | CC BY-SA 2.5 | null | 2010-09-29T14:55:08.617 | 2010-09-30T20:13:50.773 | null | null | 66,056 | [
"flash"
] |
3,823,489 | 1 | 3,835,492 | null | 16 | 10,188 | In Google's documentation it is said that an event can be tracked in the following way:
```
<a onclick="_gaq.push(['_trackEvent', 'category', 'action', 'opt_label', opt_value]);">click me</a>
```
or older version:
```
<a onclick="pageTracker._trackEvent('category', 'action', 'opt_label', opt_value);">click me</a>
`... | How does google analytics track events when user navigates to other page inside one domain | CC BY-SA 2.5 | 0 | 2010-09-29T16:04:36.970 | 2014-07-14T23:15:42.243 | 2010-09-30T06:38:17.710 | 86,913 | 86,913 | [
"google-analytics"
] |
3,823,585 | 1 | null | null | 0 | 100 | In solutions that contain a few different projects, I find myself constantly shuffling around in solution explorer looking for a particular file, when the tree gets expanded a little, there are often 4 'pages' of files to scroll through.
Does anyone have any tips for making solution explorer a bit more usable?
Perha... | Anything I can do to improve usability of 'Solution Explorer' in VS2008? | CC BY-SA 2.5 | null | 2010-09-29T16:15:00.833 | 2010-09-30T15:15:56.657 | 2010-09-30T08:11:56.640 | 324,381 | 324,381 | [
"visual-studio",
"visual-studio-2008"
] |
3,823,713 | 1 | 3,824,063 | null | 2 | 5,120 | This is ordinarily a simple task. I have a simple sign in form that has an email input,password input, and a submit button, all in a horizontal line. After hours and hours of taking styles off, and trying different structures, the button sits a little lower then the boxes. I am thinking it might be because I have absol... | submit button not lining up no matter what with two input boxes in a table | CC BY-SA 2.5 | null | 2010-09-29T16:28:25.977 | 2010-09-29T17:32:27.860 | null | null | 302,093 | [
"html",
"css",
"input",
"css-position",
"submit-button"
] |
3,823,864 | 1 | 4,066,521 | null | 28 | 12,494 | I have an TFS server installation that through time has gone through upgrades from TFS 2005 to TFS 2008 and then to TFS 2010.
During the lifetime of the installation a lot of projects have been created and different project templates have been used. MSF Agile 4.0, 4.1, 4.2 and 5.0. and a few MSF CMMI ones.
What I woul... | Steps for changing process template for an existing project in TFS 2010 | CC BY-SA 2.5 | 0 | 2010-09-29T16:44:14.250 | 2010-11-01T03:43:54.800 | 2010-10-01T12:06:51.570 | 29,449 | 29,449 | [
"tfs",
"tfs-workitem",
"tfs-process-template"
] |
3,824,113 | 1 | 3,824,275 | null | 2 | 3,693 | I am playing around with a small MFC-wizard-generated application, in Visual C++ 2010, and I just decided to put my own bitmap into the resources to replace the three-cubes MFC bitmap that shows up in the ribbon UI Application Button, aka the "marble".
The original appeared to use black (0,0,0) as a transparency color... | Visual Studio 2010 - C++ MFC application with Ribbon UI - Transparency in bitmaps | CC BY-SA 2.5 | 0 | 2010-09-29T17:10:51.550 | 2010-09-29T17:55:30.980 | 2010-09-29T17:22:15.173 | 84,704 | 84,704 | [
"visual-studio-2010",
"visual-c++",
"mfc-feature-pack"
] |
3,824,456 | 1 | 3,827,607 | null | 1 | 713 | Is there a free implementation of the text box in Blend's property grid that allows you to change the number by clicking and dragging? Or perhaps another way to ask is what kind of control called so I can google it?

| Blend Slider Control | CC BY-SA 2.5 | 0 | 2010-09-29T17:57:13.117 | 2010-09-30T03:56:19.617 | 2010-09-29T18:07:22.973 | 632 | 632 | [
"wpf",
"expression-blend"
] |
3,824,519 | 1 | 6,363,698 | null | 3 | 5,020 | I'm having a problem similar to [jQuery $.ajax Not Working in IE8 but it works on FireFox & Chrome](https://stackoverflow.com/questions/2721970/jquery-ajax-not-working-in-ie8-but-it-works-on-firefox-chrome), but with a different use case.
I'm using the jQuery Form plug-in to handle a file upload to an ASP.NET MVC con... | XMLHttpRequest different in IE8 vs. FireFox/Chrome | CC BY-SA 2.5 | null | 2010-09-29T18:05:48.323 | 2011-06-15T20:09:11.040 | 2017-05-23T12:01:09.963 | -1 | 197,101 | [
"asp.net-mvc",
"ajax",
"asp.net-ajax",
"cross-browser",
"xmlhttprequest"
] |
3,825,058 | 1 | 3,825,830 | null | 3 | 1,406 | I'd like generate the representation below by `<div>`. The constraints :
- - - - - -
PS : no debate table vs div ;-)

| Generate "table" with <div> | CC BY-SA 3.0 | 0 | 2010-09-29T19:19:34.970 | 2017-06-11T08:29:07.847 | 2017-06-11T08:29:07.847 | 4,370,109 | 118,584 | [
"html",
"css",
"css-tables"
] |
3,825,377 | 1 | 5,309,884 | null | 4 | 468 | I want to create list with different types of items. They should call different intents or do other things (display a map etc.) . It should act like contact details. Numbers of items and actions is predefined.

How to achieve this effect elegantly? I don't need ex... | How to create list with different elements and actions? | CC BY-SA 3.0 | 0 | 2010-09-29T20:00:55.367 | 2011-09-05T11:52:39.577 | 2011-09-05T11:52:39.577 | 415,347 | 296,427 | [
"android",
"list",
"android-intent"
] |
3,825,358 | 1 | 5,523,518 | null | 2 | 849 | I'm trying to add my own drawable and use it in a series of overlays on a MapView. The drawable is basically a rounded box with a black outline and a number in the middle.
I have managed to achieve this using the code below, however there is what looks like a flag to the left of my box, which I certainly don't think ... | Strange drawing artefact using custom drawable with MapView | CC BY-SA 2.5 | null | 2010-09-29T19:57:40.213 | 2011-04-02T13:47:16.323 | 2010-09-29T21:17:52.840 | 278,638 | 278,638 | [
"android",
"android-mapview",
"drawable"
] |
3,825,431 | 1 | 3,825,983 | null | 1 | 1,641 | I'm using Flash CS5's new Text Layout Framework (TLF) for the first time. Whenever I set the TLF text dynamically through actionscript, the resulting text renders with multiple fonts! (The same text set statically doesn't have any issues)
Example:

I can understand ... | Flash dynamic TLF text mixes fonts together- very weird | CC BY-SA 2.5 | null | 2010-09-29T20:07:35.940 | 2011-10-11T11:52:59.090 | null | null | 165,673 | [
"flash",
"text",
"flash-cs5",
"tlf"
] |
3,825,615 | 1 | 3,825,756 | null | 0 | 119 | How do you get Internet Explorer 6 and 7 to not literally interpret whitespace and line breaks in HTML list items? In the image below, I have marked the undesired whitespace in red. I would prefer to not squeeze everything into one giant line of code. It's very hard to read that way. Is there a CSS alternative?
![http... | IE6/7 literally interpret whitespace in list items | CC BY-SA 2.5 | null | 2010-09-29T20:33:14.197 | 2012-06-04T11:41:48.823 | 2012-06-04T11:41:48.823 | 426,671 | 459,987 | [
"html",
"internet-explorer",
"html-lists"
] |
3,825,935 | 1 | null | null | 0 | 808 | I'm looking to build or incorporate a dropdown menu system into an app I'm building however I need some help figureing out how it's accomplished. From my best guess I'd have to use the UIActionSheet, however it doesn't seem all that customizable. The best example I've come accross is within the AppShopper iOS applicati... | Dropdown menu within a UITableView | CC BY-SA 2.5 | 0 | 2010-09-29T21:17:01.593 | 2012-10-09T07:27:56.510 | null | null | 248,487 | [
"iphone",
"objective-c",
"drop-down-menu"
] |
3,825,939 | 1 | 3,832,379 | null | 2 | 669 | I have a group of equations and I'd like to show under some transformation, the system looks like something else. So I'd like to group the AMS Align environment inside a pair of brackets such that the align environment is vertically centered on the line and I can do something like:
; target element is 'CollectionViewSource' (... | WPF DataGrid Grouping does not show up due to binding error | CC BY-SA 2.5 | 0 | 2010-09-29T21:34:16.623 | 2012-11-15T11:30:24.383 | 2010-09-30T18:47:03.143 | 320,460 | 320,460 | [
"wpf",
"mvvm",
"datagrid",
"grouping"
] |
3,826,762 | 1 | 3,839,696 | null | 1 | 1,331 | I would like to collect your ideas on the following:
SharePoint 2010 (and 2007) does have a preview button... while you are editing a publishing page you can switch to the "Page" tab and hit the Preview button:

Clickin... | SharePoint 2010 Publishing Page live preview... any thoughts? | CC BY-SA 2.5 | null | 2010-09-30T00:02:09.523 | 2010-10-01T13:38:47.713 | null | null | 48,050 | [
"sharepoint",
"sharepoint-2010"
] |
3,826,938 | 1 | 6,021,506 | null | 2 | 806 | For those times when a UISlider just isn't fun enough I was thinking I'd work up a custom UIControl to do something similar to a Google O Meter from the google chart API on iOS.
Here's an example of what I'm talking about visually. My goal would be to enable touch manipulation of the needle and easy customization of t... | UIControl for a Needle Gauge aka Google O Meter | CC BY-SA 2.5 | 0 | 2010-09-30T00:42:51.583 | 2011-05-24T12:57:27.277 | 2017-02-08T14:30:28.347 | -1 | 296,003 | [
"iphone",
"uikit",
"uicontrol"
] |
3,827,125 | 1 | 3,827,332 | null | 8 | 10,573 | When faced by an untrusted certificate, every single browser I know displays a blaring error like this:

is that?
This strongly discourages web developers to use an awesome technology like SSL out of fears that users will find the website extremely shady. Ilegitimate (ie: ph... | Why do browsers show ugly errors for untrusted SSL certificates? | CC BY-SA 2.5 | 0 | 2010-09-30T01:36:52.750 | 2010-10-03T23:02:14.877 | 2010-09-30T02:05:20.213 | 1,000,000 | 1,000,000 | [
"browser",
"ssl"
] |
3,827,308 | 1 | 3,827,782 | null | 8 | 2,485 | I am trying to get a better understanding about insertion speed and performance patterns in mysql for a custom product. I have two tables to which I keep appending new rows. The two tables are defined as follows:
```
CREATE TABLE events (
added_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
id BINARY(16) NOT NULL,
bod... | Insertion speed slowdown as the table grows in mysql | CC BY-SA 2.5 | 0 | 2010-09-30T02:36:26.663 | 2010-09-30T05:18:23.323 | 2010-09-30T05:18:23.323 | 11,465 | 11,465 | [
"mysql",
"performance"
] |
3,827,484 | 1 | 3,827,708 | null | 1 | 443 | i have a list in Twwgrid as below:

i wan to delete the same stock at once with the right-click pop-up menu as shown above (eg. delete both OREO_CHOC_CREAM either is CTN or UNIT). But now i only can delete 1 by 1 with the code below, any idea to solve this problem?
```
... | How to delete 2 items with same name at once from dataset? | CC BY-SA 2.5 | null | 2010-09-30T03:27:59.727 | 2010-09-30T04:22:53.097 | null | null | 367,856 | [
"delphi"
] |
3,827,586 | 1 | 3,828,121 | null | 1 | 296 | I have created a shared assemby MyLibray version 1.0.0.1 and installed it in gac. Again I created MyLibrary version 1.0.0.2 and installed it in gac.
See the gac screen shot.

But in Add Reference dialog box only older version 1.0.0.1 is available.
See the screenshot.
!... | Can't see an assembly in add reference dialog box after installing it in gac | CC BY-SA 2.5 | null | 2010-09-30T03:52:05.647 | 2011-06-18T14:02:09.707 | 2010-09-30T05:43:54.827 | 301,459 | 301,459 | [
"c#",
".net",
"vb.net"
] |
3,828,374 | 1 | null | null | 10 | 6,145 | [I don't understand](https://stackoverflow.com/questions/2557619)[best practice](https://stackoverflow.com/questions/503573)
I have a varchar field in a SQLServer database that is guaranteed to be longer than 7 chars.
I need to extract a char(4) field consisting of the 2nd, 3rd, 4th and 5th chars in the varchar.
For ... | Relative Performance in SQLServer of Substring vs a Right-Left combo | CC BY-SA 2.5 | 0 | 2010-09-30T06:45:08.480 | 2010-09-30T07:30:29.307 | 2017-05-23T10:30:23.117 | -1 | 939 | [
"sql-server",
"performance",
"substring"
] |
3,828,442 | 1 | 3,828,512 | null | 12 | 18,507 | I want to achieve this thing:

Height of table row and grey line should be dynamic depend on contents in right column.
I've read in [How to make <div> fill <td> height](https://stackoverflow.com/questions/3542090/how-to-make-div-fill-td-height), so I tried with this [ht... | Full height div inside td | CC BY-SA 2.5 | 0 | 2010-09-30T06:56:41.243 | 2011-11-12T23:52:12.173 | 2017-05-23T12:09:20.917 | -1 | 351,564 | [
"css"
] |
3,828,747 | 1 | 3,828,859 | null | 0 | 895 | For some reason I cannot seem to get IE8 to display my jqgrid right as you can see below. This isn't the only grid that doesn't display properly. I have another one in my project that renders just like the one below :(. Needless to say, I tried all sort of column widths, tried turning the scrollbars off etc etc. but no... | JQgrid not sizing properly in IE8 | CC BY-SA 2.5 | null | 2010-09-30T07:49:36.990 | 2010-09-30T08:10:31.243 | null | null | 31,489 | [
"javascript",
"jqgrid"
] |
3,828,809 | 1 | 3,828,885 | null | 6 | 9,533 | I double clicked on `EIP` in register window,but seems un-editable.
Why is `EIP` special?How can I change it?

| How to change value of EIP in ollydbg? | CC BY-SA 2.5 | 0 | 2010-09-30T07:58:34.397 | 2015-08-25T11:39:07.160 | null | null | 431,665 | [
"ollydbg"
] |
3,828,807 | 1 | null | null | 2 | 1,001 | I'm trying to get my application hidden to systray and the systray thing works fine, except my app won't disspaear from the taskbar. The icon seem to dissapear, but another icon pops up and when I click to show that window I get a windowframe but the contents aren't drawn.
```
def hideEvent(self, event):
self.tray... | Hide app from taskbar | CC BY-SA 2.5 | 0 | 2010-09-30T07:58:28.430 | 2010-12-27T10:20:10.867 | 2010-10-16T01:53:14.403 | 197,657 | 197,657 | [
"python",
"pyqt4"
] |
3,829,102 | 1 | 3,829,178 | null | 0 | 1,128 | 

How to get the result `77D507EA` manually from `DS:[0040207A]` according to register info above?

| How to calculate DS:[0040207A] manually? | CC BY-SA 2.5 | null | 2010-09-30T08:51:56.397 | 2010-10-08T09:25:19.290 | 2010-10-08T08:41:53.993 | 431,665 | 431,665 | [
"assembly",
"x86"
] |
3,829,243 | 1 | 3,829,280 | null | 8 | 3,111 | A hatch pattern is made from two colors: one defined by the BackgroundColor, which fills the background and one for the lines that form the pattern over the background defined by the ForegroundColor property. The [HatchStyle property](http://msdn.microsoft.com/en-us/library/system.drawing.drawing2d.hatchstyle.aspx) def... | Is there a graphical overview of the HatchStyle enumeration? | CC BY-SA 2.5 | null | 2010-09-30T09:12:46.720 | 2010-09-30T09:17:21.300 | null | null | 39,590 | [
".net",
"brush",
"drawing2d",
"hatchstyle"
] |
3,829,315 | 1 | 3,829,533 | null | 3 | 7,681 | I'm currently working on a WPF UI and I have a combobox on my window.
So I want the user to be able to select an item from this combobox but when it is selected
I don't want it to be highlighted in the default blue colour.
I assume there is some way to stop this in XAML but I have not been able to find the solution so... | Stop highlighting selected item WPF ComboBox | CC BY-SA 2.5 | 0 | 2010-09-30T09:24:27.737 | 2010-09-30T13:06:47.590 | 2010-09-30T11:01:34.863 | 333,943 | 333,943 | [
"c#",
".net",
"wpf",
"combobox",
"wpf-controls"
] |
3,829,459 | 1 | 3,829,561 | null | 0 | 1,136 | I have the following collection ( see image ) . I wish to parse this into
List. I have tried NHibernate's "Transformers.AliasToBean"
Like so
var result = _session.CreateQuery(hql)
.SetResultTransformer(Transformers.AliasToBean(typeof(OrderProduct)))
.List... | parsing a dynamic collection | CC BY-SA 2.5 | 0 | 2010-09-30T09:47:12.287 | 2010-09-30T15:26:28.310 | null | null | 461,880 | [
"c#",
"linq",
"nhibernate",
"c#-4.0"
] |
3,829,572 | 1 | 3,829,604 | null | 0 | 495 | It seems i keep stumbling upon strange problems. I'm working on a sort of really simple lightbox thing, but now an image loads twice. I don't know if it's because of it is the center image or because it is stretched (while the rest isn't) but it don't work as it should.
I have this html
```
<ul>
<li><a href="largeIm... | Image somehow loads twice | CC BY-SA 2.5 | null | 2010-09-30T10:04:37.510 | 2010-09-30T10:25:18.303 | null | null | 450,454 | [
"jquery"
] |
3,829,841 | 1 | 4,126,553 | null | 26 | 99,576 | One of our customers has a hard time reading the grey text in disabled controls in our web-based application:

We would like to change the style to a light grey background and a black text. Unfortunately, most browsers (including IE, which is what the customer is usi... | Styling disabled <select> (dropdown boxes) in HTML | CC BY-SA 3.0 | 0 | 2010-09-30T10:48:10.450 | 2022-11-13T08:50:14.970 | 2013-09-06T05:02:32.293 | 87,698 | 87,698 | [
"html",
"css",
"accessibility"
] |
3,830,181 | 1 | 3,830,195 | null | 0 | 1,477 | I'm trying to create a website for myself and just ran into this issue:
 
As you can see there is some kind of selection visible in both images which
The first image is taken after I clicked the menu item.
The second ima... | How to get rid of the selection box around my selection | CC BY-SA 2.5 | null | 2010-09-30T11:42:29.497 | 2010-09-30T11:47:17.220 | null | null | 453,895 | [
"html",
"css",
"html-table"
] |
3,830,514 | 1 | 3,830,546 | null | 0 | 603 | I'm following this tutorial on Flash Pro CS4:
[http://www.baycongroup.com/flashCS4/09_flashCS4.html](http://www.baycongroup.com/flashCS4/09_flashCS4.html)
I have a button. I pressed CTRL + E in this button, I clicked the 'hit' frame on the 'Text' layer and I created a new frame going in 'Insert > Timeline > frame' as... | Why my Flash button disappears (Flash Pro.)? | CC BY-SA 2.5 | null | 2010-09-30T12:37:17.367 | 2010-09-30T12:40:58.203 | null | null | 429,583 | [
"flash",
"actionscript-3",
"flash-cs4",
"flash-cs5"
] |
3,830,817 | 1 | 3,830,875 | null | 2 | 2,064 | I'm having a simple problem concerning the arrangement of floating divs with variables heights.
The goal:

The result:

I just have div containers with css float: left; and no height defined. The first red circle indicated that my ... | Float divs with variable heights (arrange) | CC BY-SA 3.0 | null | 2010-09-30T13:12:44.770 | 2012-05-17T19:42:34.183 | 2012-05-17T19:42:34.183 | 44,390 | 462,846 | [
"css",
"html",
"css-float"
] |
3,831,141 | 1 | 3,831,278 | null | 24 | 6,410 | 
Silly questions... purely aesthetic... given the picture above. How do you move the values up/down? For example, State belongs grouped with Height/Width/Top/Left (Window Position + state).
Not the only project where I later add stuff and it slowly gets out of order. Ca... | Visual Studio, Application Settings... rearrange | CC BY-SA 2.5 | 0 | 2010-09-30T13:47:23.080 | 2016-05-04T18:50:17.453 | null | null | 409,025 | [
"visual-studio",
"visual-studio-2010",
"application-settings"
] |
3,831,727 | 1 | 3,833,192 | null | 4 | 238 | I've been fiddling around with [CHESS](http://research.microsoft.com/en-us/projects/chess/), which seems like an incredibly useful tool. However, ironically, I seem to be dealing with a Heisenbug in one of my test methods. The results reported by CHESS when I run this test are unpredictable:
- - - -
Initially, I tho... | What could be causing a deadlock or otherwise causing this concurrency test to inconsistently fail? | CC BY-SA 2.5 | null | 2010-09-30T14:47:16.293 | 2019-08-17T18:46:32.187 | 2019-08-17T18:46:32.187 | 2,751,851 | 105,570 | [
".net",
"random",
"concurrency"
] |
3,831,891 | 1 | 3,849,087 | null | 4 | 2,403 | I need to be able to plot events on a vertical timeline and I like the way Google Calendar achieves this:

Currently I'm displaying the information with a ListView component, but this two practical drawbacks:
1. It's far from clear when t... | How could I represent a series of events like google calendar? | CC BY-SA 2.5 | null | 2010-09-30T15:04:53.733 | 2010-10-07T10:27:32.943 | 2010-09-30T15:11:46.337 | 50,151 | 50,151 | [
"c#",
".net",
"list",
"calendar",
"components"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.