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,260,670
1
null
null
4
10,472
I would like to create an application with rich UI elements and no VCL in Delphi (except a TForm). Each components (buttons, list, etc...) needs to support full per pixel alpha and be easily created without any codes. It should be skinnable and able to give result similar to adobe air application. I've tried with GR3...
Rich GUI application in Delphi
CC BY-SA 3.0
0
2009-08-11T14:18:39.463
2015-06-20T02:17:03.997
2015-06-20T02:17:03.997
1,159,643
null
[ "delphi", "user-interface" ]
1,260,879
1
1,261,067
null
0
55
![alt text](https://imgur.com/fjLUp.png) This happens when I try to deploy a Sharepoint WebPart solution. Is there a file or configuration option that I have missed that is causing this error to occur? Thanks.
Does anyone know where I can define this URI parameter?
CC BY-SA 2.5
null
2009-08-11T14:53:36.037
2009-08-11T15:21:03.817
null
null
25,515
[ "sharepoint", "deployment", "web-parts" ]
1,261,423
1
null
null
4
2,102
I'm looking to something similar to how the [Stackoverflow Users page](https://stackoverflow.com/users) allows you to type in a username and it filter the users below in real time. ![alt text](https://imgur.com/SErxC.png) I'm using ASP.NET MVC and jQuery. Can someone point me to a simplified example that uses this t...
How can I provide a textbox that filters results in real time using ASP.NET MVC and jQuery (NOT autocomplete)?
CC BY-SA 2.5
0
2009-08-11T16:14:54.707
2009-08-11T19:40:10.410
2017-05-23T10:29:54.803
-1
149,960
[ "jquery", "asp.net-mvc", "ajax" ]
1,262,574
1
19,129,400
null
120
116,215
My application requires following things to be added in an action sheet. - - - I have included an image to understand my requirements. ![alt text](https://i.stack.imgur.com/SY8qP.png) Could you please explain, how this can be implemented?
Add UIPickerView & a Button in Action sheet - How?
CC BY-SA 3.0
0
2009-08-11T20:01:10.897
2019-05-20T14:55:07.383
2019-05-20T14:55:07.383
2,272,431
140,765
[ "ios", "iphone", "uipickerview", "actionsheetpicker" ]
1,263,973
1
1,269,863
null
1
3,625
I am able to draw a sprite on the screen of an iPhone, but when I try to rotate it I am getting some weird results. It seems to be stretching the sprite in the y direction more the closer the sprite gets to pointing down the y-axis (90 and 270 degrees). It displays correctly when pointing down the x and -x axes (0 and ...
OpenGL ES glRotatef performing shear instead of rotate?
CC BY-SA 3.0
0
2009-08-12T02:51:09.420
2015-06-20T02:06:27.023
2015-06-20T02:06:27.023
1,159,643
null
[ "opengl-es", "rotation" ]
1,266,668
1
1,799,571
null
16
6,589
In my WPF application I have this: ``` <StackPanel> <TextBlock> <Hyperlink> <TextBlock TextWrapping="Wrap" Name="HyperlinkText" /> </Hyperlink> </TextBlock> </StackPanel> ``` But if I set `HyperlinkText.Text` to a long text that wraps, the whole text is underlined only once at the bottom (see im...
Text wrapping in WPF hyperlink
CC BY-SA 3.0
0
2009-08-12T14:48:42.043
2019-11-12T08:11:23.730
2018-02-19T12:58:25.580
41,071
41,071
[ "wpf", "xaml", "hyperlink", "word-wrap" ]
1,266,709
1
1,266,822
null
4
2,800
I have written an implementation of the A* search algorithm. The problem is that the heuristic I'm currently using only works accurately on square grids. As my map is isometric, the heuristic doesn't take into account the layout of the map and thus, the distance between cells. After extensive logging and analysis (re...
Accurate A* search heuristic for isometric maps?
CC BY-SA 3.0
0
2009-08-12T14:53:22.753
2015-06-20T01:39:53.820
2020-06-20T09:12:55.060
-1
126,977
[ "algorithm", "search", "heuristics", "a-star", "isometric" ]
1,267,568
1
1,268,278
null
0
3,787
I designed an ascx control (I refer to it in this question as customControl). The control is just a series of drop downs with text values in each drop down. The drop downs are inside a panel. Here it is below: ![control](https://imgur.com/jmfmr.png) I then place a few of them on a page that also has a textbox (I ref...
Javascript with an ascx control
CC BY-SA 2.5
0
2009-08-12T17:30:02.817
2019-08-06T13:51:00.507
2019-08-06T13:51:00.507
4,370,109
127,257
[ "javascript", "c#", ".net", "ascx" ]
1,269,947
1
1,270,653
null
1
4,081
![](https://i.stack.imgur.com/JpWfd.png) Why are those lines appearing in my shape? I'm initializing OpenGL like this: ``` glDisable(GL_TEXTURE_2D); glDisable(GL_DEPTH_TEST); glDisable(GL_COLOR_MATERIAL); glEnable(GL_BLEND); glEnable(GL_POLYGON_SMOOTH); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glClearColor...
GL_POLYGON not filled properly?
CC BY-SA 3.0
null
2009-08-13T03:54:59.700
2015-06-20T02:34:40.327
2015-06-20T02:34:40.327
1,159,643
65,387
[ "opengl", "rendering" ]
1,270,078
1
1,270,813
null
22
14,542
I am attempting to write a simple WPF learning project which creates a set of buttons inside a resizeable main window. There is to be one `Button` per entry in a collection, and the contents of that collection may vary during run-time. I want the buttons to fill the entire window (e.g. 1 button @ 100% width, 2 button...
Stretching controls to fill ItemsControl
CC BY-SA 3.0
0
2009-08-13T04:51:41.723
2015-06-20T02:01:10.320
2015-06-20T01:51:26.587
4,099,598
109,117
[ ".net", "wpf", "xaml", "itemscontrol" ]
1,270,930
1
null
null
0
1,004
Anyone a clue for this problem? ![enter image description here](https://i.stack.imgur.com/DsrMn.png) thats how i create it ``` //create the textfield CGRect frameTxt = CGRectMake(10, 12, 280, 30); txtFavouriteName = [[UITextField alloc] initWithFrame:frameTxt]; txtFavouriteName.clearButtonMode = UITextFieldViewModeW...
Cancel button in UITextfield
CC BY-SA 3.0
null
2009-08-13T09:17:10.187
2013-04-18T09:26:02.880
2013-04-18T09:26:02.880
664,177
155,663
[ "iphone", "uitextfield" ]
1,273,428
1
1,348,248
null
13
11,750
I am using the jquery-ui slider as a sideways scroll bar, and am having issues with the fact the handle slides beyond the end gutter (it can be seen [here](http://jqueryui.com/demos/slider/) if you slide the slider the farthest to the right). I have tried everything I can think of with CSS to try to get the handle to ...
How do I stop the jquery UI slider from sliding beyond the gutter?
CC BY-SA 4.0
0
2009-08-13T17:26:31.173
2019-04-13T17:17:43.680
2019-04-13T17:17:43.680
4,751,173
3,798
[ "jquery", "jquery-ui", "slider" ]
1,275,641
1
null
null
4
8,367
I'm trying to float a menu to the left of the page, and when it gets large enough to reach the content below, Firefox bumps the content over exactly as it should... except for the border. Here is a screenshot with a few items: ![http://i.stack.imgur.com/o56aZ.png](https://i.stack.imgur.com/o56aZ.png) And another wit...
CSS Float border overlap issues
CC BY-SA 3.0
null
2009-08-14T01:45:59.670
2018-01-23T09:55:44.230
2015-06-20T02:23:24.880
1,159,643
156,203
[ "css", "firefox", "css-float", "border", "overlap" ]
1,280,717
1
1,280,967
null
6
1,022
Once in a while I need a GUI to set , but so far I've never really found any component that does it nicely. I've attempted the following: - 2 TTrackbars: 1 for min, 1 for max- 2 TTackbars: 1 for min, 1 for range- 2 TSpinEdit controls to type the numbers manually- ![ttrackbar with range](https://www.xs4all.nl/~niff/s...
GUI to set numeric ranges in Delphi
CC BY-SA 2.5
null
2009-08-14T23:49:05.523
2019-04-14T04:48:25.693
2017-02-08T14:14:25.170
-1
38,813
[ "delphi", "user-interface", "range" ]
1,282,119
1
null
null
0
115
I'm a bit of a n00b so please go easy.. I've searched for answers to my problem for some time now to no avail - so here it is: I have a menu bar of buttons that should go right across the screen like so (pictured in IE): ![[http://s957.photobucket.com/albums/ae55/tommyleinen/?albumview=grid][1]](http://s957.photobuck...
menu bar buttons display correctly in IE but not FF - xhtml / css
CC BY-SA 2.5
null
2009-08-15T15:21:12.087
2009-08-16T00:52:23.463
null
null
null
[ "firefox" ]
1,283,676
1
1,283,679
null
0
223
I recently fiddled with the "advance" color settings and changed the 3d objects color to green to go with a green theme. While SSMS adapts nicely to the change, VS 2008 does not. Is there a way to make VS follow the SSMS way of blending in ? Screenshot here: ![Screenshot ](https://i.stack.imgur.com/pmWMD.png) Spec...
Green Visual Studio?
CC BY-SA 3.0
null
2009-08-16T07:19:22.107
2012-10-21T17:13:53.867
2011-11-28T22:05:31.333
234,976
157,189
[ "visual-studio" ]
1,284,093
1
1,284,139
null
4
2,102
I want to begin developing 2D Java games for phones (on J2ME) therefore I'd like to know if any libraries or "engines" exist to help out in the various graphical tasks: - - - [gradient fills](http://www.google.com/search?q=gradient+)- Or maybe a great book exists, that gives you enough code samples to get off the gr...
What libraries are available to help create 2D Java games for phones?
CC BY-SA 2.5
0
2009-08-16T11:29:13.770
2009-08-20T17:10:38.090
2017-02-08T14:14:25.503
-1
41,021
[ "java", "graphics", "java-me", "vector-graphics", "pixel-fonts" ]
1,284,346
1
1,301,827
null
0
2,082
My question is based on [this article](http://www.gnegg.ch/2006/08/). I have used successfully Xdebug in my Ubuntu, since it highlights my error messages in the browser. However, I have not find any terminal tool like `xdebug`. I would like to have a visual view of my PHP code like this ![alt text](https://imgur.c...
To use Xdebug2's profiling data in debugging PHP by Ubuntu
CC BY-SA 2.5
null
2009-08-14T17:23:46.987
2009-08-28T08:24:51.957
2009-08-28T08:24:51.957
5,083
54,964
[ "php", "ubuntu", "xdebug", "kcachegrind" ]
1,286,248
1
1,286,852
null
1
2,683
I'm trying to find a dropdown-style list for images I can use in a program of mine. It just needs to display a few images in a grid with tooltips for each one, and I need to be able to get whichever one was last picked. For example : ![enter image description here](https://i.stack.imgur.com/j3OlX.png) Unfortunately m...
Drop-Down Image List
CC BY-SA 3.0
0
2009-08-17T05:11:46.840
2013-05-23T09:00:40.920
2013-05-22T20:19:01.360
301,857
50,005
[ ".net", "vb.net", "winforms" ]
1,286,751
1
1,286,782
null
4
14,402
I've just now started reading an Algorithms book that defined Graphs as follows: > Graphs – which represent relationships between arbitrary pairs of objects. Figure 1.8(b) models a network of roads as a graph, where the vertices are cities and the edges are roads connecting pairs of cities. Graphs are like...
Difference between vertices and edges [Graphs, Algorithm and DS]
CC BY-SA 2.5
0
2009-08-17T08:21:40.763
2017-04-21T17:36:38.623
2017-04-21T17:36:38.623
1,571,709
7,205
[ "algorithm", "data-structures", "graph-theory" ]
1,286,925
1
null
null
3
2,304
I am setting up a drag and drop interface using jquery and jquery-ui. I've got element snapping working, which is nice, but now I'm trying to get elements to snap at a distance, using some sort of automatic temporary guide rulers. A very good implementation is on the mac version of Powerpoint. Here's a screenshot of a...
jQuery UI Draggable snap rulers
CC BY-SA 2.5
0
2009-08-17T09:11:42.220
2009-08-21T09:30:37.707
null
null
114,132
[ "javascript", "jquery", "jquery-ui", "jquery-plugins", "drag-and-drop" ]
1,290,410
1
1,290,799
null
2
9,734
I am playing around with a SharePoint server and I am trying to programmatically add a service request to microsoft's call center application template. So far, I have had pretty good success. I can add a call for a specified customer and assign a specific support tech: ``` private enum FieldNames { [EnumExtension....
Retrieve all items from a SharePoint Field Choice Column
CC BY-SA 2.5
null
2009-08-17T20:59:19.123
2009-08-17T22:20:05.233
null
null
25,515
[ "c#", "sharepoint" ]
1,291,050
1
1,292,371
null
1
2,332
I want my custom button to look like the button sample below. More specifically, I want the width of the button to be determined by the width of the largest word in the label (i.e. width of "Elongated" in my example). The label must wrap, not truncate. And I want only one pixel between the top edge of the icon and my ...
Flex custom button component
CC BY-SA 2.5
null
2009-08-17T23:35:00.917
2009-08-18T07:38:29.710
2017-02-08T14:14:26.523
-1
140,652
[ "apache-flex", "actionscript-3", "mxml" ]
1,294,230
1
1,294,374
null
1
1,232
I was trying to create a visualizer for IDictionary or ICollection Then like the simple visualizer (without dialog; I mean the ususal string visualizer that appears when hovering the variable, see image below), I want to make my custom text, I want to cast the collection to its type's list (I.E. StringCollection to Li...
How to create a Visual-Studio string visualizer?
CC BY-SA 2.5
null
2009-08-18T14:25:50.987
2009-08-19T19:11:43.817
2017-02-08T14:14:27.947
-1
75,500
[ "c#", "vb.net", "visual-studio-2008", "debuggervisualizer" ]
1,294,657
1
null
null
2
1,054
I am using TTThumbsViewController to display a grid of thumbnails, very easy. However the hard part is what if I want to display a custom view at the bottom of the grid? And I don't want the view to be part of the scrollable grid. How do I resize the thumbnail grid and then attach my own view to this controller's view?...
Is there a way to resize TTThumbsViewController's grid?
CC BY-SA 2.5
0
2009-08-18T15:32:06.313
2010-11-30T07:41:45.090
2017-02-08T14:14:28.287
-1
56,952
[ "iphone", "three20" ]
1,297,107
1
1,297,468
null
3
389
I'm using the current jQuery to hide fade out a notification div, and then remove it, however when it completes there's an odd gap around the height of a `&nbsp;` - meaning that subsequent forms and page elements don't display where they were before the notice appeared. To recap: the fade out and remove is working per...
jQuery Fadeout leaves small gap
CC BY-SA 2.5
0
2009-08-18T23:24:49.543
2009-08-19T16:26:08.440
2017-02-08T14:14:29.323
-1
107,176
[ "jquery" ]
1,297,597
1
null
null
4
6,031
Consider an ASP.NET webforms app where the requirement is to raise a confirm dialog when an `asp:LinkButton` is clicked. The results of the confirm dialog should allow or block the postback for the `linkButton_click` method. The plugin/library currently being used is the `jquery.alerts.js` (found on [ABeautifulSite](h...
raising a confirm dialog via jQuery on asp:LinkButton click event
CC BY-SA 3.0
0
2009-08-19T02:43:42.243
2015-06-20T02:15:18.873
2015-06-20T02:15:18.873
1,159,643
23,199
[ "asp.net", "jquery", "jquery-plugins", "webforms" ]
1,299,887
1
null
null
2
1,036
By modifying the `RowStyle` of a `DataGrid` I have created a customized grid that will display some buttons at the end of the row when the mouse hovers above the row: ![Custom DataGrid](https://i212.photobucket.com/albums/cc320/liversage/Stack%20Overflow/custom-datagrid.png) I created a new style for `DataGridRow` ba...
Reusing a customized style in Silverlight
CC BY-SA 2.5
null
2009-08-19T13:22:15.540
2009-08-19T20:37:50.193
2017-02-08T14:14:30.977
-1
98,607
[ "c#", "silverlight", "silverlight-3.0", "datagrid", "controltemplate" ]
1,301,581
1
1,301,635
null
0
458
How can we programmatically take a GridView-row into Edit-mode using an Edit Command? Suppose I want to edit the name of the course 'C++'. How can I do that? ![alt text](https://farm4.static.flickr.com/3511/3836801681_9c57c3f11d.jpg) [Also see this](https://stackoverflow.com/questions/1302275/asp-net-editing-a-gri...
ASP.NET - Programmatic Edit
CC BY-SA 2.5
null
2009-08-19T17:57:00.707
2009-08-19T22:06:04.900
2017-05-23T10:29:31.030
-1
159,072
[ "asp.net", "gridview" ]
1,303,582
1
1,303,672
null
0
201
I'm trying to position two lines of text next to a single word like "Monday" with just html and css similar to what you see in the screenshot below. ![alt text](https://i27.photobucket.com/albums/c190/blcArmadillo/ss-3.jpg) In the final product the two lines that currently say "hi" and "blah" will be replaced with a ...
Problem positioning lines of text next to a larger text block
CC BY-SA 2.5
null
2009-08-20T02:03:14.060
2009-08-20T03:22:30.397
2017-02-08T14:14:33.683
-1
38
[ "html", "css", "alignment" ]
1,303,922
1
null
null
0
612
I have an array of ID's that comes from a database. I have also a table like this: ![enter image description here](https://i.stack.imgur.com/JB9iW.jpg) And the ID array contains record ID, ie: ``` Array ( [0] => Array ( [id] => 1 [code] => GHY87 [description] => Hello World ) ) ``` Now I want to check a check box...
Set and get Id on check box
CC BY-SA 4.0
null
2009-08-20T04:17:44.453
2019-05-24T19:55:24.980
2019-05-24T19:55:24.980
6,296,561
null
[ "php", "html", "webforms" ]
1,303,893
1
1,305,637
null
2
2,744
This is super in-depth. I understand if you don't even want to read this, this is mostly for me to sort out my thought process. Okay, so here's what I'm trying to do. I've got these objects: ![](https://i.stack.imgur.com/uwBko.png) When you click on one (or select several) it should display their properties on the ...
Properties editor design pattern?
CC BY-SA 3.0
0
2009-08-20T04:06:17.830
2015-06-20T18:26:56.133
2015-06-20T18:26:56.133
1,159,643
65,387
[ "c++", "design-patterns", "qt" ]
1,304,809
1
null
null
1
7,135
I have an article that I want to publish on my Joomla! site. Every time I click apply or save. I get error `500 - An error has occurred! DB function reports no errors`. I have no idea why this error comes up, al I can think is that it's a server error. I'm using TinyMCE to type articles together with Joomla! 1.5.11. ...
500 - An error has occurred – DB function reports no errors when adding new article in Joomla
CC BY-SA 4.0
0
2009-08-20T08:36:53.667
2019-04-15T17:03:22.230
2019-04-15T17:03:22.230
4,751,173
131,637
[ "php", "mysql", "joomla", "joomla1.5" ]
1,305,056
1
1,305,103
null
14
13,385
I have this table : ![alt text](https://i.stack.imgur.com/DgNWx.png) And I would like to make a request that would return for each `deal_id` the row with the highest `timestamp`, `status_id`. So for this example, I would have returned 2 rows : ``` 1226, 3, 2009-08-18 12:10:25 1227, 2, 2009-08-17 14:31:25 ``` I tr...
Selecting all corresponding fields using MAX and GROUP BY
CC BY-SA 3.0
0
2009-08-20T09:38:41.123
2015-06-20T18:14:08.197
2015-06-20T18:14:08.197
1,159,643
149,490
[ "sql", "mysql", "group-by", "max", "greatest-n-per-group" ]
1,306,262
1
1,328,890
null
4
1,725
Does anyone know if and how it's possible to see COM / Interop objects properly (in their correct type) in VisualStudio's debugger? All I get is the '' value (even though it correctly identifies the type)? E.g.: ![Screenshot](https://farm3.static.flickr.com/2672/3839167715_affb2d70a2_o.png)
Inspecting an instance of a COM / Interop class properly in VS.Net's debugger?
CC BY-SA 3.0
0
2009-08-20T13:39:14.183
2012-01-07T15:21:15.367
2017-02-08T14:14:35.730
-1
2,591
[ ".net", "com", "interop", "com-interop" ]
1,308,039
1
1,308,419
null
2
5,171
I'm looking for ideas/code (preferably C#, but other languages work too) to create [Ulam's Spiral](http://en.wikipedia.org/wiki/Ulam_spiral) infinitely large (limited by length of time the program is running, or until stopped). ![alt text](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Ulam-Spirale2.png/25...
Ulam's Spiral (Prime Number Spiral)
CC BY-SA 2.5
0
2009-08-20T18:36:40.803
2018-11-12T14:46:34.743
2017-02-08T14:14:36.060
-1
114,916
[ "c#", "algorithm", "primes" ]
1,309,071
1
1,309,170
null
5
9,533
I am trying to use System.Drawing.Drawing2D.GraphicsPath.AddArc to draw an arc of an ellipse starting at 0 degrees and sweeping to 135 degrees. The issue I am running in to is that for an ellipse, the arc drawn does not match up with what I would expect. For example, the following code generates the image below. The ...
How does GraphicsPath.AddArc use the startAngle and sweepAngle parameters?
CC BY-SA 2.5
0
2009-08-20T21:56:43.723
2016-11-02T14:00:44.787
2017-02-08T14:14:36.737
-1
36,373
[ "c#", "graphics", "geometry", "gdi+", "trigonometry" ]
1,309,822
1
1,309,936
null
17
16,508
In Microsoft SQL Server Management Studio 2008 there is a "Generate scripts..." option under the Tasks menu. I'm just wondering if this tool is available from the command line somehow? ![Screenshot of Generate SQL Server Scripts Wizard](https://i.stack.imgur.com/wMRHF.png) It looks similar to the sqlpubwiz.exe comman...
Generate SQL server scripts from command line?
CC BY-SA 3.0
0
2009-08-21T02:29:43.963
2017-05-22T20:53:32.757
2015-06-20T18:40:37.110
1,159,643
null
[ "windows", "sql-server-2008", "scripting", "wizard", "ssms" ]
1,312,648
1
1,312,717
null
2
734
I wrote a custom validation handler for this ASP.NET MVC application. Here is a screenshot of the validation messages: ![alt text](https://imgur.com/3BHTp.png) As you can see, the title and director work fine but the date does not. The code I have for the Create view: ``` <fieldset> <legend>Fields</legend> <...
Why is my validation message generic? ASP.NET MVC
CC BY-SA 2.5
null
2009-08-21T15:26:52.597
2009-08-21T17:13:55.907
2017-05-23T12:19:39.767
-1
25,515
[ "c#", "asp.net-mvc", "validation" ]
1,314,599
1
1,314,607
null
0
1,319
The app will run fine, then crash - literally every other time. It seems like the crash cleans up the memory and clean run corrupts the memory. I assume it has to do with memory allocation but I am not sure. ![alt text](https://dd.maps.com/pic.png) ``` - (UITableViewCell *)tableView:(UITableView *)tableView cellFor...
My iPhone Simulator Crashes Everyother Time I Run it
CC BY-SA 2.5
0
2009-08-21T23:19:53.920
2011-02-08T19:49:55.647
2017-02-08T14:14:38.753
-1
55,124
[ "iphone", "memory-management", "crash", "ios-simulator" ]
1,314,901
1
1,314,911
null
2
4,028
I have the image like this: ![alt text](https://upload.wikimedia.org/wikipedia/commons/e/ee/Animexample3edit.png) I want to split it into six squares, and I can keep looping to display the animation. Do you have any ideas to split the image by JS + CSS instead of using 6 separate image files.
How to split the image using Javascript + CSS?
CC BY-SA 2.5
null
2009-08-22T01:55:51.313
2009-08-25T14:02:56.097
2017-02-08T14:14:39.100
-1
148,978
[ "javascript", "css", "animation" ]
1,316,518
1
1,316,558
null
110
11,689
In the .NET BCL there are circular references between: - `System.dll``System.Xml.dll`- `System.dll``System.Configuration.dll`- `System.Xml.dll``System.Configuration.dll` Here's a screenshot from .NET Reflector that shows what I mean: ![enter image description here](https://i.stack.imgur.com/WCx8O.png) How Microsoft...
How did Microsoft create assemblies that have circular references?
CC BY-SA 3.0
0
2009-08-22T17:26:06.980
2021-11-04T01:22:20.027
2015-08-25T09:42:21.063
4,374,739
24,874
[ ".net", "assemblies", "circular-reference", "base-class-library" ]
1,317,627
1
1,320,034
null
0
2,928
The following diagram illustrates a problem I have encountered creating a Manhattan diagram: [Overlapping Lines](https://imgur.com/wJ8uz.png) The box surrounds most of the line [(tx,midy)-(sx,midy)] that has overlapped an existing line (represented by `psegment` in the code below). I have removed the overlapping arro...
Overlapping line segments
CC BY-SA 2.5
null
2009-08-23T02:45:36.557
2020-04-10T18:02:02.463
2009-08-23T16:46:41.613
59,087
59,087
[ "java", "algorithm", "graph" ]
1,319,967
1
1,319,979
null
8
2,544
I have a factory class, `DocumentLoaderFactory`, which simply returns an instance that implements an interface, `IDocumentLoader`. All implementation resides under the following namespace > Skim.Ssms.AddIn.ActiveFileExplorer.Loader But what I am wondering is, which namespace does `DocumentLoaderFactory` belong? I ha...
Which namespace does a factory class belong?
CC BY-SA 2.5
null
2009-08-24T00:25:09.050
2009-08-24T01:09:15.320
2017-02-08T14:14:39.783
-1
4,035
[ ".net", "design-patterns", "oop", "refactoring", "factory" ]
1,321,170
1
null
null
3
581
i would like to use the "ConfigurationManager" settings, that i can create in VS 2008 ( see image ), to create different behaviors in my web.config or app.config files... for example i want to use different connection strings, if the "debug"-configuration is active, like: ``` <configuration> <connectionStrings conf...
How to use ConfigurationManager for DEBUG and RELEASE versions in VS 2008 projects
CC BY-SA 3.0
null
2009-08-24T08:40:41.357
2011-12-14T09:29:02.587
2017-02-08T14:14:40.120
-1
109,321
[ ".net", "configuration", "web-config", "app-config" ]
1,321,416
1
1,321,519
null
10
15,350
I am having a problem in Fluent NHibernate example utilizing the Many-to-Many relationships. I tried to find out examples on a similar case, and I found tons, but I'm still having the same problem. When running the test project, the following exception is thrown: NHibernate.PropertyAccessException: Exception occurred...
Fluent NHibernate HasManyToMany() Mapping
CC BY-SA 3.0
0
2009-08-24T09:46:36.013
2014-02-15T22:37:42.933
2014-02-15T22:37:42.933
321,731
161,958
[ "nhibernate", "orm", "mapping", "fluent" ]
1,322,981
1
1,323,101
null
0
7,749
How can I add an Edit column in this GridView dynamically? ![alt text](https://farm3.static.flickr.com/2517/3852771886_6bc541c859.jpg) I have been able to create this GridView dynamically with the following code. The aspx file: ``` <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits=...
ASP.NET Dynamic GridView Creation
CC BY-SA 2.5
0
2009-08-24T15:12:30.183
2009-08-24T15:37:00.517
2017-02-08T14:14:40.800
-1
159,072
[ "asp.net", "gridview", "dynamic" ]
1,324,544
1
1,325,601
null
1
1,454
I plan on having to split up the Geometry object into a series of simpler shapes, and combine their centroids using this formula: ![](https://upload.wikimedia.org/math/e/9/7/e971da09a42ff4ebddec9f760fb504ab.png) Mathematical details of this formula can be found in [this Wikipedia article](http://en.wikipedia.org/wiki/C...
How should I create an algorithm for the centroid of any System.Windows.Media.Geometry object?
CC BY-SA 2.5
0
2009-08-24T20:25:44.237
2009-08-25T22:32:30.527
2017-02-08T14:14:41.147
-1
120,888
[ ".net", "math", ".net-3.5", "geometry", "center" ]
1,325,758
1
1,325,940
null
0
562
Slightly related to [this question](https://stackoverflow.com/questions/1303893/properties-editor-design-pattern/1305637#1305637), but you don't really need to read that. The screenshot is helpful though: ![](https://i.stack.imgur.com/uwBko.png) So what's happening is when you click an object, change a property, dese...
Weird Qt bug (to do with properties editor)
CC BY-SA 3.0
null
2009-08-25T02:23:42.717
2015-06-20T17:58:15.600
2017-05-23T12:07:10.690
-1
65,387
[ "qt" ]
1,326,565
1
1,326,621
null
0
1,531
When I am almost done with my application, one final thing is disturbing me. When I select an Item from DropDown list, GridView1's columns are showing up two times like this: ![alt text](https://farm4.static.flickr.com/3521/3854689595_a0b860f157.jpg) This is my aspx file: ``` <%@ Page Language="C#" MasterPageFile="...
ASP.NET - Dynamic grid with more than one DataSource
CC BY-SA 2.5
null
2009-08-25T07:27:02.153
2009-08-25T07:39:56.167
2017-02-08T14:14:42.150
-1
159,072
[ "asp.net", "gridview" ]
1,327,442
1
2,817,528
null
1
696
I am working on an ASP.NET 2.0 web solution which currently runs en-GB and zh-HK languages as the 2 current languages for the site. Others will be added at a later date. One of the requirements is that the user can choose to override the language displayed to another language. Therefore users in Hong Kong can view the...
Why is my language switching automatically in ASP.NET 2.0?
CC BY-SA 2.5
null
2009-08-25T10:40:51.047
2010-05-12T09:34:52.700
2017-02-08T14:14:42.497
-1
128,444
[ "localization", "asp.net-2.0", "multilingual", "currentuiculture" ]
1,328,894
1
1,328,959
null
0
4,418
I need to create a timeline between 2 given dates, ie: The timeline must be drawn on a given width (can be altered), ie: But I need to add markers, one on year beginning, and others 4 times during the year (each 73 days aprox): ![timeline](https://imgur.com/1BWzw.png) Any tips?
Create a timeline from date to date in Flex/AS3
CC BY-SA 2.5
null
2009-08-25T15:07:42.343
2009-08-26T01:16:07.307
null
null
42,565
[ "apache-flex", "actionscript-3", "flex3", "timeline" ]
1,329,054
1
1,329,297
null
12
29,271
I am attempting to get the index of the current item in a [JCarousel](http://sorgalla.com/jcarousel/) so that I can display the current position within the Carousel to the user. For example, '13/20'. How can I do this? Sample of the end product: ![Carousel Screenshot](https://i.stack.imgur.com/8xds6.jpg)
Getting Index of Current Item in JCarousel
CC BY-SA 3.0
0
2009-08-25T15:29:58.523
2018-07-30T04:32:54.717
2014-08-27T15:17:29.060
445,751
445,751
[ "javascript", "jquery", "jcarousel" ]
1,329,527
1
1,329,579
null
2
1,909
In our application we're using [jdMenu plugin](http://jdsharp.us/jQuery/plugins/jdMenu/) to create a hierarchical menu from nested unordered lists. ![example](https://img.photobucket.com/albums/v309/jammus/filterexample.png) This works well until there are so many items in a menu that it is forced off the screen. ![...
Creating multi-level, scrollable menus using jQuery and the jdMenu plugin
CC BY-SA 2.5
0
2009-08-25T16:50:25.447
2019-04-16T19:48:21.460
2017-02-08T14:14:44.530
-1
984
[ "jquery", "menu", "usability" ]
1,329,535
1
1,330,430
null
6
6,950
![alt text](https://i.stack.imgur.com/tXkwi.png) Above given images is of my application leaks. Here I want to understand that, in Extended Detail - you can see different colors like light green, light pink, light brown, light purple. What does each color indicates? Now the other confusion is "How to locate the cod...
Understanding the Instrument for memory leak checking - iPhone
CC BY-SA 3.0
0
2009-08-25T16:51:15.397
2015-06-20T18:05:28.730
2015-06-20T18:05:28.730
1,159,643
140,765
[ "iphone", "memory-leaks", "instruments" ]
1,332,963
1
null
null
1
6,712
I have a CSS style which displays a png image in background. It works well in all browser, except in ie6. In ie6 the bacground image is stretched to fit the block. How do I solve this ? Here's the CSS which I'm using to do this. ``` .error { color: #D8000C; background-color: #FFBABA; background-image: url...
ie6 css background image problem
CC BY-SA 2.5
null
2009-08-26T07:37:05.877
2009-08-26T12:20:40.270
2017-02-08T14:14:45.923
-1
89,556
[ "internet-explorer-6", "css" ]
1,333,660
1
1,356,774
null
0
1,068
In reference to this question:[Which is prefered CTabCtrl vs CPropertySheet](https://stackoverflow.com/questions/326079/which-is-preferred-ctabctrl-vs-cpropertsheet-in-mfc) I have a DDK that uses MFC which I am new to. The basic example from the DDK implements a simple dialog box with 3 tabs with the "Ok" and "Cance...
MFC: How to Identfy if Dialog was created using CPropertySheet or CTabCtrl
CC BY-SA 2.5
null
2009-08-26T10:11:02.150
2010-06-20T20:00:05.573
2017-05-23T12:01:33.300
-1
131,500
[ "c++", "mfc", "cpropertysheet", "ctabctrl" ]
1,334,694
1
2,349,063
null
101
139,150
I created a video recording application with library dialog. The library dialog displays the list of recorded videos where each item consists of icon, video title, tags and location information the following way: ![alt text](https://i.stack.imgur.com/ZGm3B.png) Does anyone know whether it is possible to replace icons...
Android: Is it possible to display video thumbnails?
CC BY-SA 3.0
0
2009-08-26T13:28:44.267
2022-04-05T08:22:35.920
2015-07-27T09:52:29.663
411,022
22,996
[ "android" ]
1,337,850
1
null
null
2
443
Does someone know how to implement eclipse perspective switcher so that each perspective shows as a separate tab on top of the window? Menubar should be inside tab content, below tabs, as seen in google chrome. I saw - [Replacing the Perspective-Switcher in RCP apps](http://eclipsesource.com/blogs/2009/03/31/replac...
Eclipse perspective switcher as in google chrome or riena
CC BY-SA 2.5
null
2009-08-26T22:18:06.173
2012-01-10T13:40:25.133
2017-02-08T14:14:47.290
-1
122,674
[ "eclipse", "eclipse-plugin", "eclipse-rcp", "perspectives" ]
1,340,639
1
1,341,642
null
9
17,663
How do you to set the tint of this yellow button to be gray? I have tried adding an image, but have had no luck. Here is the screenshot: ![alt text](https://i239.photobucket.com/albums/ff175/mlakilud/Picture1-1.jpg) Here is my current code: ``` - (id)initWithStyle:(UITableViewStyle)style { if (self = [super ini...
Button color in Navigation bar - iPhone
CC BY-SA 3.0
0
2009-08-27T12:05:00.003
2014-07-08T08:32:07.170
2017-02-08T14:14:48.330
-1
115,873
[ "iphone", "uinavigationbar" ]
1,340,924
1
1,340,991
null
5
1,870
For some project templates (ASP.NET MVC, WPF MVVM app...), Visual Studio 2008 prompts the user if he wants to create a test project : ![alt text](https://farm3.static.flickr.com/2604/3862089518_553af08cb1_o.png) However, in the list of test frameworks, only "Visual Studio Unit Test" is available. I'd like to be able ...
Visual studio NUnit integration
CC BY-SA 2.5
null
2009-08-27T12:59:31.470
2009-08-27T13:20:39.887
2017-02-08T14:14:48.670
-1
98,713
[ "visual-studio-2008", "unit-testing", "nunit" ]
1,341,183
1
1,341,478
null
2
905
I am working with SiteFinity CMS. My particular layout is 3-column with 100% width (side columns are fixed width, center is fluid). In the center column, I want to divide it up into multiple "boxes" using CSS. My first attempt was with [960 Grid System](http://960.gs). Here is the markup that I used: ``` <div class="c...
Question about CSS layout and CMS
CC BY-SA 2.5
null
2009-08-27T13:42:22.870
2009-08-27T21:10:48.190
2009-08-27T14:00:30.727
25,515
25,515
[ "css", "sitefinity" ]
1,343,282
1
2,926,901
null
32
9,343
FlexBuilder's debugger will show you the "memory location" (or, I can only assume, something roughly analogous) of any in-scope instance: ![debugger memory location](https://i.stack.imgur.com/uPAdn.png) But I'd like to get this information in code (sort of like Python's `id` function), so I could very easily trace ho...
How can I get an instance's "memory location" in ActionScript?
CC BY-SA 3.0
0
2009-08-27T19:21:17.787
2018-04-24T05:07:43.280
2018-04-24T05:07:43.280
6,083,675
71,522
[ "apache-flex", "actionscript-3", "actionscript", "flex3" ]
1,345,473
1
1,345,944
null
9
13,173
I am using jQuery 1.3.2. There is an input field in a form. Clicking on the input field opens a div as a dropdown. The div contains a list of items. As the list size is large there is a vertical scrollbar in the div. ![alt text](https://i.stack.imgur.com/EUZQs.png) To close the dropdown when clicked outside, there i...
Google Chrome: Focus issue with the scrollbar
CC BY-SA 3.0
0
2009-08-28T07:05:18.403
2015-06-20T18:20:18.237
2015-06-20T18:20:18.237
1,159,643
73,790
[ "javascript", "jquery", "cross-browser", "google-chrome", "scrollbar" ]
1,346,471
1
1,351,372
null
0
1,363
I am trying to build a simple custom SWT widget and i want to ensure that it is accessible. I know that accessbility encompasses a lot of factors, but as a starting point, i would at least like to make it navigable via the keyboard. This is a simplified view of my custom control. I have overridden the 'Canvas' class i...
Keyboard Navigation and Accessibility for custom SWT widgets
CC BY-SA 2.5
null
2009-08-28T11:39:11.787
2009-08-29T12:54:51.877
2017-02-08T14:14:50.033
-1
58,798
[ "java", "eclipse", "accessibility", "swt" ]
1,347,317
1
1,347,360
null
0
90
I'm having trouble with stored procedure here and I'm not sure what to do or how to approach this. I'm sure there's a genius out here that can help me out! :D ![alt text](https://imgur.com/V6wbC.png) I want my stored procedure to return Anuncio's idAnuncio, titulo, precio, descripcion, and by using it's foreign keys ...
Making a stored procedure return 5 little data from three different tables
CC BY-SA 2.5
null
2009-08-28T14:23:54.723
2017-10-10T19:07:50.677
2009-08-28T14:30:06.803
27,535
112,355
[ "sql", "sql-server", "tsql" ]
1,347,386
1
1,347,436
null
26
57,244
I can't pull up my tables so I can use them in my stored procedure. Any reason why they aren't showing? ![alt text](https://imgur.com/5O6B6.png)
Why are my tables not showing up in SQL Server Management Studio's intellisense?
CC BY-SA 3.0
0
2009-08-28T14:31:57.817
2021-07-27T17:17:58.263
2015-07-15T11:25:44.673
3,779,463
112,355
[ "sql", "sql-server" ]
1,352,197
1
1,352,221
null
0
4,861
A small - little question. I have seen many application having buttons like following. ![alt text](https://i.stack.imgur.com/RcpCE.png) While using Interface builder I didn't Found any option to have this kind of button. How to have this kind of button in your application.
How to set UIButton type?
CC BY-SA 3.0
null
2009-08-29T19:30:34.570
2015-06-20T18:20:09.487
2015-06-20T18:20:09.487
1,159,643
140,765
[ "iphone", "uibutton" ]
1,353,776
1
1,392,267
null
4
838
I was reading the book `"Expert C# 2005 Business Objects"`. The book describes various base classes to be inherited by various classes to solve real-world problems. ![alt text](https://farm3.static.flickr.com/2648/3870666370_0e618d2b6d_o.jpg) But the book does not provide examples of all those classes. Can anyone g...
CSLA.net - Inheritable Base classes
CC BY-SA 2.5
0
2009-08-30T12:26:38.460
2010-04-04T12:00:15.743
2017-02-08T14:14:51.387
-1
159,072
[ "c#", "csla" ]
1,354,165
1
1,356,932
null
2
2,369
Sample Image: ![alt text](https://imgur.com/FRdyB.png) I'm using DirectShow.net to get webcam footage into my program. To accomplish this, I'm adding the source camera to the graph, and a VideoMixingRenderer9. That part is all working swimmingly, but the part where I extract a frame using GetCurrentImage(out lpDib) i...
Directshow & .Net - Bitmap shows stripe from right on left side of image?
CC BY-SA 2.5
null
2009-08-30T15:58:03.583
2016-06-02T20:08:47.613
null
null
85,186
[ "c#", ".net", "directshow" ]
1,355,472
1
1,355,477
null
21
130,486
Can anyone help me out please? I'm confused. I want to set up my connection string so I can just call it from my Web.Config file. I need a way to call it from my code, please make a little example. :( I also need help on setting up the Web.Config file. I don't know what properties to use. Here's a screenshot of wh...
Using the Web.Config to set up my SQL database connection string?
CC BY-SA 2.5
0
2009-08-31T01:48:18.847
2019-03-05T15:37:49.423
null
null
112,355
[ "asp.net", "sql", "sql-server", "sql-server-2008", "web-config" ]
1,355,610
1
1,355,618
null
13
13,275
I have a three tier set-up. Someone suggested I should get the ConnectionString from the Web.Config file and I've got it set up like this: ![alt text](https://imgur.com/giBop.jpg) Now I'm trying to access the ConnectionString from my DAL tier, but I can't find the ConfigurationManager. How can I invoke my Connection ...
Can't access the configuration manager from my solution
CC BY-SA 2.5
0
2009-08-31T02:51:12.950
2014-01-03T21:18:18.920
null
null
112,355
[ "c#", "web-config", "connection-string" ]
1,356,160
1
1,356,485
null
28
47,418
I have a Visual Studio setup project. Upon installation, it creates an uninstall batch file in the application folder. IF the user wants to uninstall the product, he can go to "Add/Remove Programs", or he can just double-click the uninstall.cmd. The contents are: ``` %windir%\system32\msiexec /x {CC3EB7BF-DD82-48B...
In a Visual Studio setup project, How do I generate an uninstall script?
CC BY-SA 4.0
0
2009-08-31T06:57:28.513
2018-08-23T23:49:53.243
2018-08-23T23:49:53.243
48,082
48,082
[ "visual-studio", "visual-studio-2008", "installation", "setup-project" ]
1,356,470
1
1,382,795
null
66
61,156
When I try to connect to local ports, , using [Portmon](http://technet.microsoft.com/en-us/sysinternals/bb896644.aspx) v. 3.02, I'm getting an error message, , in a small error dialog box: ![Enter image description here](https://i.stack.imgur.com/v38h9.png) I run the tool as an administrator (if not, I get error 6). ...
Sysinternals' Portmon: Error 2
CC BY-SA 3.0
0
2009-08-31T08:38:40.480
2021-09-30T16:43:35.970
2013-08-19T14:12:21.673
63,550
16,032
[ "serial-port" ]
1,357,731
1
null
null
169
82,177
I know that I can use Arrow Keys to collapse items of solution explorer one by one, but I would like to know if there is a way to collapse all items with only one operation. I want to know it because, today I have a solution with 6 projects that have at least and if I try to collapse them one-by-one I will have a hard...
Visual Studio: Is there a way to collapse all items of Solution Explorer?
CC BY-SA 3.0
0
2009-08-31T14:28:20.423
2022-12-24T15:02:50.460
2015-06-20T18:17:15.023
1,159,643
136,258
[ ".net", "visual-studio-2008" ]
1,358,896
1
1,364,430
null
0
255
I've been stumbling over this for a while and was wondering if anyone has run into this problem before. The application I'm working on is divided into multiple data plots and a single timeline at the bottom of the screen. Each plot (which is actually multiple textures layered on top of each other) as well as the time...
Why is duplicate text being rendered onto the Z buffer of a different texture when using D3DXFont::DrawText?
CC BY-SA 2.5
null
2009-08-31T19:00:39.020
2009-09-01T20:19:01.890
2017-02-08T14:14:52.747
-1
23,504
[ "text", "direct3d", "zbuffer" ]
1,359,099
1
null
null
1
2,744
I have a dataset that connects with three databases. How can I attach my Crystalreport viewer so all three are included? ![alt text](https://imgur.com/oh5WM.jpg) ``` protected void Page_Load(object sender, EventArgs e) { ReportDocument X = new ReportDocument(); DataTable DTable = new D...
How can I use multiple Datatables on my CrystalReport?
CC BY-SA 2.5
null
2009-08-31T19:47:56.723
2010-12-22T22:48:50.407
null
null
112,355
[ "c#", "sql", "crystal-reports", "dataset" ]
1,360,618
1
1,360,639
null
0
162
I have a bookmarklet that will come up with a iframe that will load a web form I have. On most site, it works fine with the bookmarklet on top of every element in the current html page. But for certain sites with a lot of javascript loading (e.g. meebo.com), the loaded iframe will go below. How can i troubleshot this? ...
Bookmarklet behind elements
CC BY-SA 2.5
null
2009-09-01T05:07:11.967
2009-09-01T06:43:50.900
2017-02-08T14:14:53.093
-1
1,261
[ "iframe", "bookmarklet" ]
1,363,412
1
null
null
2
18,959
I have a problem with page breaks in an SSRS report, and I'm by no means an expert. This is in the XML mark up to provide a page break: ``` <TableGroups> <TableGroup> <Grouping Name="AdjustmentPageBreakGroup"> <PageBreakAtEnd>true</PageBreakAtEnd> <GroupExpressions> <GroupExpression>=CInt(Cei...
SSRS report page break issue
CC BY-SA 3.0
null
2009-09-01T16:26:58.113
2015-05-25T11:14:56.137
2015-05-13T22:44:13.500
964,243
85,733
[ "reporting-services", "rdl" ]
1,368,897
1
null
null
1
3,568
I'm trying use jQueryUI tabs in a content control. The code below works on a page that doesn't use a MasterPage. When I use it in a content control there is a large gray space between the tabs and the content in them. How do I get rid of this? I'm using jquery calendars and accordions with no problems in the conten...
jQuery Tabs with Masterpage - space between tabs and tab content
CC BY-SA 2.5
null
2009-09-02T16:51:29.883
2009-12-28T14:23:58.833
2009-09-02T21:17:43.120
135,269
135,269
[ "asp.net", "jquery", "master-pages", "contentcontrol" ]
1,369,939
1
1,374,358
null
0
1,922
I have an iPhone app that is using CoreLocation. Upon first installing the app, the iPhone system message is displayed asking whether or not the user wants to allow location services, if they click yes, my app suddenly displays the first screen of my app (I'm using a navigation controller), and crashes. This is what ...
Application crashes when asking if user wants to use Location Services
CC BY-SA 2.5
0
2009-09-02T20:29:15.230
2009-09-03T16:03:29.593
2017-02-08T14:14:54.120
-1
543
[ "iphone", "mapkit", "core-location" ]
1,370,239
1
1,375,240
null
3
6,526
I have just started with Linq and Linq to Entity Framewok. On top of that with the .NET Ria services. My problem is that I have 2 tables Folder and Item with a many to many relationsship using a third "connection" table FolderItem like this: [](https://i.stack.imgur.com/Sl0ld.png) [InsomniacGeek.com](https://Insomniac...
How to query associations in Linq to Entity framework in .NET Ria Services
CC BY-SA 4.0
0
2009-09-02T21:31:17.180
2019-04-18T22:48:22.633
2019-04-18T22:48:22.633
4,751,173
3,584
[ "linq-to-entities", "wcf-ria-services" ]
1,370,486
1
1,370,541
null
0
466
I have a PHP calendar that lists all of the days of the month in a table. Before the first day of the month I have numbers from the prior month and after the last day of the month are the numbers of the days for the upcoming month. Here's a photo of the Calendar as it currently looks. As you can see the bottom gray n...
How can I create a function that can figure out the previous month's last day dates?
CC BY-SA 2.5
null
2009-09-02T22:30:06.173
2009-09-04T07:54:23.150
2017-02-08T14:14:55.160
-1
83,916
[ "php", "calendar", "date", "if-statement" ]
1,371,434
1
1,371,848
null
8
3,537
I've been forcing myself to use gvim for Windows for much of my text editing needs. I'm gradually growing more comfortable with it, but one problem has been annoying me greatly. I use the project plugin to keep a window up on the left side of my gVim screen, listing my projects. It's handy and keeps me from going in...
How to keep NERDTree from resizing project window in (g)vim?
CC BY-SA 2.5
0
2009-09-03T04:23:49.200
2009-09-03T23:56:23.083
2017-02-08T14:14:56.170
-1
117,710
[ "vim", "project" ]
1,373,529
1
1,373,531
null
33
43,654
Adding more than one child to a WPF `StatusBar` results in poor layout with little option to customize. For example, this code: ``` <Window x:Class="StatusBar.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Tit...
How do I customize the WPF StatusBar layout?
CC BY-SA 3.0
0
2009-09-03T13:53:40.033
2022-06-18T19:14:18.507
2013-04-24T09:57:58.663
5,380
5,380
[ "wpf", "layout", "controls", "statusbar", "statusbaritem" ]
1,373,548
1
1,373,594
null
2
2,114
I am starting with google maps. just learning. while ago, it was working. now it's not. everything seems to work in UI Controls, Markers/Overlay but the map is blank. ``` google.load("jquery", "1.3.2"); google.load("maps", "2"); google.setOnLoadCallback(function() { var map = new google.maps.Map2(document.getElemen...
Google Maps Stopped working suddenly (Blank Map)
CC BY-SA 4.0
null
2009-09-03T13:56:37.507
2023-01-25T10:38:37.380
2023-01-25T10:38:37.380
5,152,146
119,032
[ "google-maps", "geolocation", "geocoding" ]
1,374,380
1
null
null
13
5,904
Have looked through the other questions and can't see a clear answer to this. We are a small development team, working on what could be described as 3 separate front-office 'applications' (OnlineOrders via asp web, TradeManagement winforms app, ASP.NET ReportingSuite). However for better or worse, each of these app...
What place in TFS should I put my database project in?
CC BY-SA 4.0
0
2009-09-03T16:08:16.077
2021-02-23T12:02:12.237
2019-04-19T07:53:19.553
4,751,173
167,931
[ "tfs" ]
1,376,233
1
1,376,454
null
1
2,486
I've created an app with a small window (the size of a combo box). I need to create a floating panel that sits outside the window, next to the selected item in a JComboBox. (See attached image). ![alt text](https://farm4.static.flickr.com/3487/3885661624_6c5b8de00b.jpg) I've been reading about the JComboBox.setRend...
Swing: Floating panel next to the selected item in a JComboBox
CC BY-SA 2.5
null
2009-09-03T22:09:12.390
2009-09-04T01:16:21.687
2017-02-08T14:14:59.257
-1
26,633
[ "java", "swing", "jcombobox" ]
1,376,504
1
1,376,654
null
3
908
I have been working on designing a file server that could take the load off from the primary website, and serve images/files over the web to the client. Primary goals of the file server: - Take off load from primary server hosting the site - Reuse the existing web server code base and avoid duplication of code/logic f...
File Server Design Approaches
CC BY-SA 2.5
null
2009-09-03T23:32:50.440
2009-09-04T16:44:09.450
2017-02-08T14:14:59.597
-1
144,754
[ "web" ]
1,378,528
1
null
null
2
103
Ok, I'm kind of new to standards of web design here. :P Is this the correct way of designing a site with CSS? Each "Box" has it's own DIV tag, with it's own settings. I'm guessing the background-image: of a box inside of the heirarchy gets precedence over the outer box, right? A "Box" that has the background image o...
A questions about coding the CSS layout for a website
CC BY-SA 2.5
null
2009-09-04T10:53:32.430
2009-09-04T11:20:27.463
null
null
112,355
[ "css" ]
1,379,607
1
1,382,879
null
3
390
On a Java portal you can have portlets that include data provided by other applications. We want to replace our existing Java portal with a Django application, which means duplicating the Java portal's ability to display portlets. The two Sun specifications in question that we want to duplicate are JSR168 and JSR286. ...
Are there any cpython libraries that work with jsr168 and/or jsr286?
CC BY-SA 2.5
null
2009-09-04T14:27:28.057
2011-03-23T12:13:58.260
2017-02-08T14:15:00.630
-1
93,270
[ "python", "django", "jsr168", "jsr286" ]
1,379,902
1
1,380,792
null
14
27,473
I'm looking to set the background of a column in a WPF GridView. Many Google results have pointed towards setting the GridViewColumn.CellTemplate to change the appearance of a column. However, I'm met with an issue when setting the background color; it's not stretching to fill the cell: ![Ugly Grid View](https://i.sta...
Setting Column Background in WPF ListView/Gridview
CC BY-SA 3.0
0
2009-09-04T15:18:03.603
2015-06-20T18:17:08.830
2015-06-20T18:17:08.830
1,159,643
88,340
[ "wpf", "xaml", "listview", "gridview", "styles" ]
1,380,861
1
null
null
4
3,633
I am writing a program in python to experiment an academic idea. Look at a resultant image the program generates: ![leaf](https://imgur.com/zgdiP.png) The thick skeleton lines in the middle of the leaf is what need to be visualized. Every segment of the skeleton lines has a value associated with it, in the above im...
What lightweight python library for simple scientific visualization in 3D
CC BY-SA 2.5
null
2009-09-04T18:36:35.527
2009-09-04T19:18:31.557
2009-09-04T18:53:07.693
1,925,263
1,925,263
[ "python", "3d", "geometry", "visualization" ]
1,381,145
1
2,038,820
null
6
9,431
I have applied following code to my application to change the navigation bar image. ``` - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; [self.navigationController.navigationBar setTintColor:[UIColor blackColor]]; [self setNavigationBarTitle]; } -(void)setNavigationBarTitle { UIView *aViewForTi...
UINavigation bar background in iPhone
CC BY-SA 3.0
0
2009-09-04T19:33:26.020
2015-06-20T18:36:21.030
2015-06-20T18:36:21.030
1,159,643
140,765
[ "iphone", "xcode", "uinavigationbar", "uinavigationitem" ]
1,382,915
1
14,309,002
null
25
7,933
I have a very simple WPF window - the only thing in it is a right-aligned button. When I resize the window by dragging the left boundary, the button jumps around - a lot. Try it yourself, drag the left boundary back and forth. Additionally, a black background becomes exposed temporarily during resizes. In [this](http...
How to fix the WPF form resize - controls lagging behind and black background?
CC BY-SA 3.0
0
2009-09-05T09:54:34.610
2018-10-26T22:24:23.410
2017-05-23T11:53:55.947
-1
33,080
[ "wpf" ]
1,386,009
1
1,386,231
null
0
1,632
I am using asp.net forms authentication, membership provider and role provider. You can refer to this [post](https://stackoverflow.com/questions/1372518/asp-net-role-provider-vs-membership-provider). This post helped me to restrict access of the users to the specific areas of Web application according to their roles....
ASP.NET Role, RolePrivider, ASP.net sql server setup wizard
CC BY-SA 2.5
null
2009-09-06T16:06:53.497
2009-09-06T17:48:43.167
2017-05-23T10:29:31.030
-1
159,072
[ "asp.net", "roleprovider" ]
1,386,411
1
null
null
0
936
I know this is more high school math(wow been a long time since I was there) but I am trying to solve this programatically so I am reaching out to the collective knowledge of stackoverflow Given this layout: ![alt text](https://farm3.static.flickr.com/2506/3893147349_7f397043b5_o.jpg) Midpoint is my reference point ...
Vector math and rectangles
CC BY-SA 2.5
null
2009-09-06T19:01:20.197
2009-09-06T19:58:23.107
2017-02-08T14:15:04.720
-1
144,783
[ "geometry", "vector", "rectangles" ]
1,386,598
1
1,391,904
null
2
2,922
I'm using the IOBluetooth Cocoa framework to communicate with a bluetooth device. So far I have gotten down the whole process of discovering the device and its services, pairing with it, connecting to it and now I want to send some actual commands, but I'm having some trouble with it. Below is an graphic from the spec ...
Create and send a bluetooth command frame in Cocoa
CC BY-SA 2.5
0
2009-09-06T20:10:40.337
2009-09-08T04:03:26.833
null
null
46,540
[ "objective-c", "cocoa", "bluetooth", "l2cap" ]
1,389,057
1
null
null
4
8,664
I'm having trouble with a WCF service. The return type is a semi-complex type which makes reference to various basic types and a base interface that each of those types inherits from. In my debugging, the total byte size of the serialized message is well under the default 65535 byte threshold. Nevertheless, I have inc...
How do I resolve this WCF exception?
CC BY-SA 2.5
null
2009-09-07T12:01:11.197
2022-12-31T14:03:55.433
2017-02-08T14:15:05.780
-1
98,389
[ "c#", "wcf" ]
1,390,437
1
1,390,458
null
0
2,060
I am seeing some odd behavior in SQL Server [AVG](http://msdn.microsoft.com/en-us/library/ms177677.aspx) calcuation. On manual calculation, you get `49.277588` but SQL Server is reporting that the average is `50.9914` as shown below. Can someone explain the difference and why this is happening? You can try out th...
SQL Server AVG function oddity
CC BY-SA 2.5
null
2009-09-07T18:09:20.540
2009-09-07T18:30:24.757
2017-02-08T14:15:06.797
-1
4,035
[ "sql", "sql-server", "tsql", "excel", "weighted-average" ]