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,006,975
1
3,007,057
null
1
248
i have an issue with the theme i am developing for my blog ([example](http://jiewmeng.tumblr.com/post/642917176/quick-tip-the-multi-column-css3-module-via)), where below a video, there is a "extra" space/padding to its border ![alt text](https://farm5.static.flickr.com/4036/4685449650_c61534c2c4_b.jpg) basically, i h...
CSS: Padding wrong with video embeds
CC BY-SA 2.5
null
2010-06-09T14:54:39.240
2010-06-09T15:02:39.647
2017-02-08T14:26:45.633
-1
292,291
[ "css" ]
3,007,120
1
3,007,789
null
13
30,912
I have the following data: ``` bin groupname total_dist 0 rowA 377 0 rowA 306.6 0 rowB 2.1 0 rowB 110.6 1 rowA 918.1 1 rowA 463.2 1 rowB 798.2 1 rowB 1196 2 rowA 1295.1 2 rowA 1269.1 2 rowB 698 2 rowB 1022.1 ``` Using R, I want to make a bar graph where t...
grouped bar graph
CC BY-SA 2.5
0
2010-06-09T15:10:00.373
2010-06-09T16:57:57.633
2017-02-08T14:26:45.967
-1
128,245
[ "r", "graphing" ]
3,009,446
1
null
null
0
106
I have the code (snippet): The Model is the IEnumerable object of the Person's class: ``` <% foreach (var item in Model) { %> <tr> <td><%= Html.DisplayFor(x=>item.Name) %></td> </tr> <% } %> ``` it renders only labels like that: ``` <td>Tommy</td> ``` According to the [link](http://webl...
ASP.NET MVC2 TeplatedHelper doesn't render an ID of the HTML's markup
CC BY-SA 2.5
null
2010-06-09T19:59:07.693
2010-06-10T12:11:01.587
2017-02-08T14:26:47.793
-1
106,616
[ "asp.net-mvc-2" ]
3,010,105
1
3,254,626
null
6
1,116
Hi, An interaction designer employed by the client I am currently working for produced some mock-ups, and now it is my job to determine the best way of implementing the charts included therein. After looking at the options I am aware of and was able to find doing some simple Google searches, I have narrowed it dow...
Which JavaScript or ASP.NET Charting Component/Tool/Library Will Work For This?
CC BY-SA 2.5
0
2010-06-09T21:31:53.327
2010-07-15T10:21:22.370
2017-02-08T14:26:49.210
-1
1,790
[ "asp.net", "javascript", "asp.net-mvc", "controls", "charts" ]
3,010,837
1
3,080,946
null
22
6,646
Sampling uniformly at random from an n-dimensional unit simplex is the fancy way to say that you want n random numbers such that - - - In the n=2 case you want to sample uniformly from the segment of the line x+y=1 (ie, y=1-x) that is in the positive quadrant. In the n=3 case you're sampling from the triangle-shaped...
Sample uniformly at random from an n-dimensional unit simplex
CC BY-SA 2.5
0
2010-06-10T00:03:52.937
2021-08-18T16:16:35.103
2017-05-23T12:17:04.057
-1
4,234
[ "math", "random", "wolfram-mathematica" ]
3,011,409
1
3,013,086
null
9
7,175
[This great SO answer](https://stackoverflow.com/questions/1242190/c-memory-efficient-solution-for-axb-linear-algebra-system/1279744#1279744) points to a good sparse solver for `Ax=b`, but I've got constraints on `x` such that each element in `x` is `>=0` an `<=N`. Also, `A` is (around 2e6x2e6) but very sparse with ...
Sparse constrained linear least-squares solver
CC BY-SA 2.5
0
2010-06-10T03:17:40.307
2018-05-22T17:28:03.390
2017-05-23T11:45:39.863
-1
71,131
[ "c++", "math", "linear-algebra", "linear-programming", "sparse-matrix" ]
3,011,505
1
null
null
1
309
![alt text](https://i708.photobucket.com/albums/ww82/RAGOpoR/myNavi.png) As you see in the images, the top picture is created automatically when navigation controller is pushed If I try to create one like this it will appear like the bottom picture. How can I programmatically create a Back Button like the top pictur...
need help about add navigationItem
CC BY-SA 3.0
null
2010-06-10T03:45:28.290
2011-11-11T19:06:29.420
2017-02-08T14:26:50.233
-1
203,372
[ "iphone", "uinavigationitem" ]
3,011,604
1
null
null
24
48,820
I've really been struggling through this. New to Java/Android. I'm writing my first app and this is the first thing that has taken me longer than a couple days of searching to figure out. Here's the setup: It's a BAC calculator / drink counter: ![alt text](https://i.imgur.com/MSSf0.jpg) A formula is used to calculate...
How do I get preferences to work in Android?
CC BY-SA 2.5
0
2010-06-10T04:20:00.907
2016-01-16T14:35:05.377
2010-06-10T04:26:05.937
23,897
359,045
[ "android", "variables", "settings", "preferences", "sharedpreferences" ]
3,012,160
1
3,012,837
null
0
368
in this code: ``` #include <QApplication> #include <QPushButton> int main(int argc,char *argv[]) { QApplication app(argc,argv); QPushButton *button = new QPushButton("Button Text"); QObject::connect(button,SIGNAL(clicked()),&app,SLOT(quit())); button->show(); return app.exec(); } ``` intellisens...
QT intellisense question
CC BY-SA 2.5
null
2010-06-10T06:34:58.773
2010-06-10T08:35:57.767
2017-02-08T14:26:50.573
-1
104,085
[ "qt4" ]
3,013,601
1
3,062,837
null
0
562
I am creating a rounded rectangle GraphicsPath (see red outline image below), and then using this as a clip region both when drawing graphics, and as the Region of a Form. Unfortunately, although the path looks good, it doesn't work well as a region (see solid black image below) Is there a way that I can generate a ...
How to create a clip region from a path that includes the 'outline'?
CC BY-SA 2.5
0
2010-06-10T10:38:38.130
2010-06-17T14:59:53.070
2017-02-08T14:26:51.583
-1
25,457
[ "winforms", "system.drawing", "region", "graphicspath" ]
3,013,973
1
null
null
2
1,213
I want to be able to play an alarm sound using Javascript in a browser window, preferably with the requirement for any browser plugins (Quicktime/Flash). I have been experimenting with the tag and the new Audio object in Javascript, but results are mixed: ![Browser Test](https://media.paessler.com/blog/wavormp3player...
What trick will give most reliable/compatible sound alarm in a browser window for most browsers
CC BY-SA 2.5
0
2010-06-10T11:37:15.703
2011-06-21T12:03:23.660
2017-02-08T14:26:52.260
-1
102,991
[ "jquery", "audio", "cross-browser", "mp3", "wav" ]
3,016,610
1
null
null
0
942
I've created a ComboBox skin by extending mx.skins.ProgrammaticSkin. It's working fine, except I can't figure out how to limit the width of the text. Is there a way to control this within the skin? See the attached image for an example of the text going too far. I would like it to stop before the separator line to th...
Flex 3 ComboBox skin, limiting text width
CC BY-SA 2.5
null
2010-06-10T16:57:44.050
2010-06-10T17:01:11.937
null
null
52,791
[ "apache-flex", "flash", "flex3", "combobox", "skinning" ]
3,016,747
1
14,072,851
null
4
12,982
I've created a view in Drupal that retrieves a list of nodes. The display of this view is a page and it works perfectly well. It does even allow me to filter its content by argument. See the current's view configuration (click to enlarge): ![alt text](https://i.stack.imgur.com/dkMsl.png) without reloading the page....
Drupal. Use AJAX to update view's content
CC BY-SA 3.0
0
2010-06-10T17:14:16.143
2016-05-26T11:14:19.270
2013-01-29T07:28:56.297
119,775
77,758
[ "php", "javascript", "ajax", "drupal", "drupal-themes" ]
3,016,940
1
3,020,304
null
1
807
[I recently ran across this great article by Chad Parry entitled "DIY-DI" or "Do-It-Yourself Dependency Injection".](http://misko.hevery.com/2010/05/26/do-it-yourself-dependency-injection) I'm in a position where I'm not yet ready to use a IoC framework, but I want to head in that direction. It seems like DIY-DI is a...
Simple object creation with DIY-DI?
CC BY-SA 3.0
null
2010-06-10T17:37:30.863
2012-05-03T19:30:36.540
2012-01-15T18:01:39.763
635,608
68,768
[ "dependency-injection" ]
3,017,181
1
3,018,560
null
10
1,426
I have a script which inserts "popup" elements into the DOM. It sets their `top` and `left` css properties relative to mouse coordinates on a click event. It works great except that the height of these "popup" elements are variable and some of them extend beyond the viewable area of the browser window. I would like to ...
How to force positioned elements to stay withing viewable browser area?
CC BY-SA 2.5
0
2010-06-10T18:11:36.653
2010-06-10T21:12:46.490
2017-02-08T14:26:52.940
-1
5,651
[ "javascript", "jquery", "css" ]
3,018,469
1
3,050,377
null
3
380
Where does the Windows XP control panel get the value for the "Comments" field from? I'm writing an EXE control panel application, and it doesn't appear from [the documentation](http://msdn.microsoft.com/en-us/library/cc144195.aspx) that you can provide a value for that field. ![](https://imgur.com/OZX7A.png)
Windows XP control panel - providing a value for the "comments" field
CC BY-SA 2.5
0
2010-06-10T20:58:13.837
2022-09-17T08:09:56.650
null
null
1,319
[ "windows-xp", "controlpanel" ]
3,020,166
1
null
null
0
2,563
I am struggling to show different views of gridview with database values. Here is my requirement. ![alt text](https://i700.photobucket.com/albums/ww5/vsrikanth/2010-06-10_225526.jpg) I need to show one drop downlist with three values 1,2,3. If user selects 3 i Need to show a grid like below ![alt text](https://i70...
How change column names randomly in gridview?
CC BY-SA 2.5
null
2010-06-11T04:15:03.983
2013-01-14T12:13:40.327
2017-02-08T14:26:55.020
-1
158,008
[ "c#", "asp.net", "vb.net", "gridview" ]
3,020,279
1
null
null
0
211
Consider a partial view whose job is to render markup for a pizza order. The desire is to reuse this partial view in the Create, Details, and Update views. It will always be passed an `IEnumerable<Topping>`, and output a multitude of checkboxes. There are lots... maybe 40 in all (yes, that might smell). A-OK so far. ...
designing an ASP.NET MVC partial view - showing user choices within a large set of choices
CC BY-SA 2.5
null
2010-06-11T04:59:40.867
2010-06-11T06:02:09.947
null
null
23,199
[ "asp.net-mvc", "view" ]
3,022,880
1
3,022,917
null
11
1,783
I am not even sure this is a previous command or a non-finished command or whatever, but I do know I really don't like it. My problem is that some commands (or messages, or whatever) get stuck in the mini-buffer so that when I type a new command it appears there really quickly, and then the mini-buffer is back to the...
How can I prevent the mini-buffer from displaying previous commands in Emacs?
CC BY-SA 2.5
0
2010-06-11T12:58:26.667
2010-06-11T16:04:35.513
2017-02-08T14:26:56.363
-1
347,646
[ "emacs", "minibuffer" ]
3,022,907
1
9,501,853
null
6
1,029
![alt text](https://farm5.static.flickr.com/4035/4690125231_78d84c9e15_b.jpg) Here's the scenario: I've got a table called MarketDataCurrent (MDC) that has live updating stock prices. I've got one process called 'LiveFeed' which reads prices streaming from the wire, queues up inserts, and uses a 'bulk upload to te...
Deadlock in SQL Server 2005! Two real-time bulk upserts are fighting. WHY?
CC BY-SA 2.5
0
2010-06-11T13:01:54.647
2012-02-29T15:26:07.910
2017-02-08T14:26:57.047
-1
270,317
[ "sql-server-2005", "deadlock", "bulk", "primary-key", "database-deadlocks" ]
3,023,870
1
3,298,641
null
0
160
I have a rather complicated Binding situation. I have a solution that I created in windows forms for this back in VS2005, but now I am recreating the control using wpf, but I am not doing it in exactly the same way I had done it before. I have a listbox control that has the following DataTemplate: ``` <DataTemplate> ...
How to edit Parent ListboxItem from separate Listboxes that are hierarchically linked
CC BY-SA 3.0
null
2010-06-11T15:02:42.530
2017-08-13T01:55:48.463
2017-08-13T01:55:48.463
1,033,581
183,408
[ "wpf", "database-design", "data-binding", "wpf-controls" ]
3,024,849
1
3,025,192
null
1
370
Is it possible to have divs located around a central point and then on hover for them to whisk off screen and return when the mouse is gone? This what the layout: ![layout](https://i.stack.imgur.com/CPgpK.jpg) [http://pena-alcantara.com/aramael/wp-content/uploads/2010/04/Paper-Browser.8.5x11.Horizontal3.jpg](http://p...
How can I animate DIVs moving from a central point to off-screen?
CC BY-SA 3.0
null
2010-06-11T17:26:42.173
2011-12-01T22:59:30.480
2011-12-01T22:59:30.480
234,976
364,775
[ "javascript", "animation", "css", "html" ]
3,024,939
1
3,025,478
null
35
12,959
I have an NxM matrix in MATLAB that I would like to reorder in similar fashion to the way JPEG reorders its subblock pixels: ![zigzag layout pattern](https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/JPEG_ZigZag.svg/220px-JPEG_ZigZag.svg.png) [(image from Wikipedia)](http://en.wikipedia.org/wiki/JPEG) I would...
Matrix "Zigzag" Reordering
CC BY-SA 4.0
0
2010-06-11T17:41:42.077
2019-01-31T16:47:34.603
2019-01-31T16:47:34.603
10,607,772
153,535
[ "matlab", "loops", "matrix" ]
3,025,595
1
3,027,570
null
25
4,678
## The Challenge The shortest code by character count that takes a single input integer `N` (N >= 3) and returns an array of indices that when iterated would traverse an `N`x`N` matrix according to the JPEG "zigzag" scan pattern. The following is an example traversal over an 8x8 matrix[src](http://en.wikipedia.org/...
Code Golf: Zigzag pattern scanning
CC BY-SA 2.5
0
2010-06-11T19:20:00.993
2015-04-03T16:43:04.163
2017-05-23T12:24:21.783
-1
153,535
[ "language-agnostic", "code-golf", "rosetta-stone" ]
3,026,721
1
null
null
2
4,304
I have set negative paddings on my custom seekbar so that the round thumb image can go outside the bar, but the thumb isn't rendered out there, is there anyway to force the thumb to be drawn outside those bounds? Sorry guys, I'm new to Android development, and have been tasked with fixing an existing application. The ...
Is it possible to have a SeekBar's thumb image extend outside the bar?
CC BY-SA 3.0
0
2010-06-11T22:46:07.683
2017-03-01T23:53:36.630
2017-03-01T23:53:36.630
2,911,458
364,937
[ "android", "offset", "seekbar", "margins" ]
3,026,841
1
null
null
2
1,420
I'm trying to do something which seems like it should be extremely simple and yet I can't see how. I have a very simple layout, a TextBox with an image next to it, similar to the way it might look adorned with an ErrorProvider in a WinForms application. The problem is, I want the image to be no higher than the TextBo...
How do I constrain a container's height to the height of a specific content element?
CC BY-SA 2.5
0
2010-06-11T23:21:42.250
2010-07-31T23:25:39.070
2010-07-31T23:25:39.070
19,403
19,403
[ "wpf", "layout", "size", "panel", "element" ]
3,027,032
1
3,028,199
null
0
4,568
I have this image as the background of the form: ![enter image description here](https://i.stack.imgur.com/hXkrK.jpg) --- So my form looks like this: [http://img823.imageshack.us/i/cisto.jpg/](http://img823.imageshack.us/i/cisto.jpg/) --- When I resize it it looks like this: [http://img820.imageshack.us/i/ci...
C# resize all elements in form when resizing form
CC BY-SA 3.0
0
2010-06-12T00:37:37.553
2011-12-14T03:00:25.257
2011-12-14T03:00:25.257
214,668
365,011
[ "c#", "image", "forms", "resize", "background" ]
3,029,026
1
3,029,029
null
0
289
I am trying to setup tables so the result outcomes like this: ![](https://i.stack.imgur.com/LYMts.png) Code: ``` <table width="60%" cellpadding="0" cellspacing="1" id="theBoxer"> <tr style="background: #686868 ;"> <td align="center" valign="top" width="240" height="25" style="border:1px #FFF solid;">About me</td> </...
Table HTML layout
CC BY-SA 3.0
null
2010-06-12T14:46:06.210
2016-10-17T07:57:18.563
2016-10-17T07:57:18.563
5,104,748
267,304
[ "html", "html-table" ]
3,029,253
1
null
null
1
1,158
When i create a JCheckBox in my Swing application i leave some extra space after its label, so if the JCheckBox label is for example 100 pixels width, i make the JCheckBox 120 pixels for safety. The problem as at runtime, it's not nice that a user can click on the empty space after the JCheckBox label and it can be ac...
How to force resize JCheckBox to prevent clicking the empty space?
CC BY-SA 3.0
null
2010-06-12T16:06:11.103
2013-04-24T12:08:58.243
2013-04-24T12:08:58.243
714,965
147,381
[ "java", "swing", "resize", "jcheckbox" ]
3,030,060
1
3,031,396
null
2
4,869
I am using memoir class with latex, and I need the two characters: "«", and "»". I found the following commands: `\guillemotright` and `\guillemotleft`, but they look ugly. Is there something wrong in what I am doing? Latex source: [http://pastebin.com/1w0J6jbN](http://pastebin.com/1w0J6jbN) Result: ![enter image...
Latex and Memoir class, guillemot left/right
CC BY-SA 3.0
null
2010-06-12T20:58:51.323
2011-10-15T23:55:44.060
2011-10-15T23:55:44.060
758,485
223,090
[ "latex", "memoir" ]
3,030,188
1
3,030,192
null
-1
175
I'm looking to develop my own task application so I'm trying to study the UI of any possible in-browser apps that have some sort of functionality which has an ordered list where items can be tagged as "done" and they either get color-highlighted or move into a "DONE" column. By the way, the area would be a tinyMCE or ...
Web app that contains a check-list based task management UI?
CC BY-SA 2.5
null
2010-06-12T21:38:22.327
2012-10-25T10:49:12.510
2012-10-25T10:49:12.510
1,252,063
145,190
[ "user-interface", "checkbox", "task-management" ]
3,034,102
1
3,034,113
null
0
45
Codeplex gave me the relevant information for proper connection, and I connected to my repository using the Team > Connect to Team Foundation Sever in VS 2010 Ultimate. Here is what I see: ![alt text](https://imgur.com/4mdOA.png) How can I push the code I have made on my machine, to the repository on CodePlex?
I'm having trouble pushing my source code from my local drive to CodePlex using Visual Studio 2010 Ultimate
CC BY-SA 2.5
null
2010-06-13T22:09:47.733
2016-02-14T16:11:20.257
2020-06-20T09:12:55.060
-1
112,355
[ ".net", "visual-studio-2010", "codeplex" ]
3,035,322
1
3,035,682
null
8
24,166
I am using table to display a set of data, my HTML code goes here... ``` <table border="1" cellspacing="0" cellpadding="0" style="width: 780px;"> <tbody> <tr> <td style="width: 780px; height: 25px;"> <pre width='100' style='width: 780px; word-wrap: break-word;'> the data goes here..... ...
HTML Table width in IE?
CC BY-SA 3.0
0
2010-06-14T06:27:09.733
2014-03-04T00:29:59.613
2014-03-04T00:29:59.613
881,229
212,595
[ "html", "css", "html-table" ]
3,036,822
1
3,036,844
null
0
241
I'm using os.popen() in order to run a few commands. This is what looks like: ![alt text](https://i.imgur.com/sQ36u.png) --- Any ideas why the text is displayed as such. I tried both Arial and Consolas fonts. Help would be amazing! Thanks
Using popen, but text looks weird - Python
CC BY-SA 2.5
0
2010-06-14T11:30:24.033
2010-06-14T11:38:53.393
null
null
208,827
[ "python", "command-line", "popen" ]
3,036,987
1
null
null
0
2,498
i am using jquery to create the following using this code ``` <script> $(document).ready(function() { $("#content").tabs({ fx: { opacity: 'toggle' } }); }); </script> <script type="text/javascript"> $(document).ready(function() { $("#documents").tabs({ fx: { opacity: 'toggle' } }); }); </script> ``` ...
Jquery tabs and IE8
CC BY-SA 2.5
null
2010-06-14T11:57:43.107
2010-12-06T18:47:28.693
2010-06-14T12:23:39.400
94,197
356,309
[ "jquery", "internet-explorer-8" ]
3,039,141
1
3,234,889
null
3
3,401
I'm currently recoding a bar chart in my app to make use of the `Chart` class in the [WPF Toolkit](http://wpf.codeplex.com/). Using MVVM, I'm binding the `ItemsSource` of a `ColumnSeries` in my chart to a property on my viewmodel. Here's the relevant XAML: ``` <charting:Chart> <charting:ColumnSeries ItemsSource="{Bi...
Binding update adds news series to WPF Toolkit chart (instead of replacing/updating series)
CC BY-SA 3.0
0
2010-06-14T16:50:38.837
2013-02-11T13:34:11.020
2013-02-11T13:34:11.020
8,705
8,705
[ "wpf", "binding", "charts", "wpftoolkit" ]
3,040,841
1
3,044,772
null
9
494
I'd like to know if it ever makes sense to provide some functionality in a piece of software that is only available to the user through a context (right click) menu. It seems that in most software I've worked with the right click menu is always used as a quick way to get to features that are otherwise available from ot...
Is it wrong for a context (right click) menu be the only way a user can perform a certain task?
CC BY-SA 2.5
0
2010-06-14T20:53:34.380
2010-06-15T12:03:10.473
null
null
88,427
[ "user-interface" ]
3,041,629
1
3,217,292
null
1
402
In my 'cellForRowAtIndexPath' method for a UITableView delegate, I'm allocating a cell if it doesn't exist, and in this cell, I'm creating a new activity spinner like so: `UIActivityIndicatorView *actView = [[[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray ] autorelease]...
Autorelease with elements in a UITableViewCell - memory leak
CC BY-SA 2.5
null
2010-06-14T23:26:54.900
2010-07-10T00:23:05.153
2017-02-08T14:27:02.747
-1
244,968
[ "iphone", "objective-c", "memory-leaks" ]
3,042,021
1
3,126,296
null
6
1,440
I'm using a ToolStripContainer that contains three ToolStrips. At design time I move the ToolStrips to the positions I want them in, which is in a horizontal row across the top of the form like this: ![alt text](https://imgur.com/58NZn.jpg) I then close and save the Form. However, if I open the form up again the Tool...
Why do my horizontal toolstrips keep stacking verticaly?
CC BY-SA 2.5
0
2010-06-15T01:29:22.940
2010-06-27T03:29:52.247
null
null
88,427
[ "c#", "winforms", "toolstrip", "toolstripcontainer" ]
3,042,906
1
null
null
2
735
![http://imgur.com/5Grp6](https://i.stack.imgur.com/6ehEP.jpg) That image shows what I'm talking about. Visual Studio 2010 on the left, Visual Studio 2005 on the right. If you ignore the jpeg compression artifacts you can tell that the left icons are much blurrier than the right icons. Is there some way to turn off ...
Why are the Visual Studio 2010 icons blurry when compared to the Visual Studio 2005 icons?
CC BY-SA 3.0
null
2010-06-15T06:12:04.570
2011-12-03T23:56:48.453
2011-12-03T23:56:48.453
84,042
266,767
[ "visual-studio-2010" ]
3,045,258
1
3,045,933
null
0
3,536
I have a ItemsControl in a ScrollViewer, and when the items exceed the width of the ScrollViewer they are put into a ContextMenu and shown as a DropDown instead. My problem is that when the Context Menu is first loaded, it saves the saves the size of the Menu and does not redraw when more commands get added/removed. F...
WPF - Redrawing a Context Menu when Items change?
CC BY-SA 2.5
0
2010-06-15T12:51:28.303
2010-06-15T14:07:52.020
2017-02-08T14:27:04.237
-1
302,677
[ "wpf", "dynamic", "refresh", "contextmenu", "redraw" ]
3,045,406
1
null
null
2
1,177
I need to launch a Dialog from home screen widget, so I created an Activity with `android:theme="@android:style/Theme.Dialog"` The problem is, that I would like make it look like standard dialog window ( buttons on the gray background, font and text size, paddings etc), like here: [](https://i.stack.imgur.com/ZyYYq.p...
Tunning up Activity with dialog theme
CC BY-SA 4.0
null
2010-06-15T13:09:48.227
2019-07-29T17:09:36.697
2019-07-29T17:09:36.697
4,751,173
306,831
[ "android", "android-widget", "android-layout" ]
3,045,744
1
3,138,630
null
2
2,457
is it possible to change the language of my wordpress installation (WP 3.0 Multisite) only in frontend (without editing the .mo/.po files)? changing this option here: ![lang](https://dl.getdropbox.com/u/6357394/wplang.png) does also change my language in backend. any ideas? thanks for helping!
single backend Language or different frontend Language in Wordpress
CC BY-SA 2.5
null
2010-06-15T13:49:10.423
2012-07-07T02:41:31.163
2017-02-08T14:27:04.963
-1
253,288
[ "wordpress", "backend" ]
3,046,378
1
null
null
0
845
Using Joomla, I have a flat list menu (see image) and am using separator links with images to separate the menu links. ![alt text](https://i915.photobucket.com/albums/ac354/jonoistehdaddy/menu.jpg) I'd like to style the menu links (not the separator links) so that they are lifted up slightly and are sitting more cent...
Styling individual menu links in Joomla!
CC BY-SA 2.5
null
2010-06-15T14:58:34.033
2012-05-10T20:47:33.313
2017-02-08T14:27:05.333
-1
271,132
[ "css", "joomla", "menu" ]
3,048,305
1
null
null
24
6,643
I am looking for an algorithm to wrap text within a non-rectangular shape, preferably based on the Knuth and Plass algorithm. The hardest part of this is that the lines may have different heights due to differing font sizes in the text. The image below is an example of what the algorithm should be able to generate. ![...
Algorithm for Text Wrapping Within a Shape
CC BY-SA 3.0
0
2010-06-15T19:20:52.537
2017-10-15T00:28:57.267
2017-10-15T00:28:57.267
1,494,454
140,951
[ "javascript", "algorithm", "graphics", "text", "word-wrap" ]
3,048,315
1
3,048,589
null
3
1,321
I have a listlayout with items in it that looks like this: ![alt text](https://dl.dropbox.com/u/370165/bilder/switchtrl-stackoverflow.png) There is first an ImageView (the light) and then two textViews. All of this inside a TableLayout. (source here: [http://code.google.com/p/switchctrl/source/browse/trunk/android/re...
Imageview ontop of another imageview
CC BY-SA 2.5
null
2010-06-15T19:22:24.317
2010-06-16T09:04:55.073
2017-02-08T14:27:05.707
-1
247,004
[ "android", "listview", "animation", "imageview" ]
3,050,735
1
3,056,985
null
2
961
I know this is more programming related site but I couldnt think of a better place to ask this... anyways, Im trying to use the new Embed from video site feature but it seems to be disabled. Please help? ![alt text](https://i.imgur.com/M6d4j.png)
Power Point 2010 youtube embeding problem
CC BY-SA 2.5
null
2010-06-16T04:34:08.163
2011-01-19T06:45:29.180
2011-01-19T06:45:29.180
149,573
167,519
[ "vba", "youtube", "powerpoint" ]
3,051,583
1
null
null
12
8,390
How do you align views relative to the "middle" part of another view? I think it is best explained with a pic of the UI I'm trying to create in android. ![alt text](https://i.stack.imgur.com/oUtFa.png)
How to align views in the middle of another views baseline?
CC BY-SA 2.5
0
2010-06-16T08:07:41.320
2012-02-02T12:30:34.700
2010-10-07T15:36:33.857
114,066
357,652
[ "android", "view" ]
3,053,158
1
3,059,238
null
10
4,865
Recently I installed in Visual Studio 2010 the [Power Tools Extension](http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef) It's working great, however I have problems with my text coloring theme ([Nightfall](http://studiostyles.info/schemes/nightfall)), and the extension's Colorize...
Visual Studio 2010 Themes, change Parameter Help background color
CC BY-SA 2.5
0
2010-06-16T12:22:55.837
2014-06-18T14:38:02.990
2017-02-08T14:27:08.637
-1
235,853
[ "visual-studio-2010" ]
3,057,119
1
3,057,165
null
1
657
I have string that contains "1.3" and I am checking with Date.TryParse method. It automatically converting into "1/3/2010". How to handle this? ![alt text](https://i700.photobucket.com/albums/ww5/vsrikanth/dateformat.jpg) ![alt text](https://i700.photobucket.com/albums/ww5/vsrikanth/dateformat1.jpg)
Date.TryParse for decimal converting date
CC BY-SA 2.5
null
2010-06-16T20:57:15.373
2010-06-16T21:11:52.120
2017-02-08T14:27:11.420
-1
158,008
[ "asp.net", "vb.net" ]
3,058,059
1
3,058,066
null
56
99,389
How do I unmap a project in Team Foundation Server 2010? I changed the location of a source control, and completely removed it from TFS source control. but now it is showing up wanting to add it: ![alt text](https://i.stack.imgur.com/TwAvi.png) Also, when I try to Map the new project, it is giving the error below. I...
How do I unmap a project?
CC BY-SA 3.0
0
2010-06-17T00:06:17.597
2015-07-18T22:09:57.230
2015-07-18T22:09:57.230
1,768,232
1,398,964
[ "visual-studio", "tfs" ]
3,058,111
1
3,058,178
null
13
48,514
How do I set Environment Variables in Visual Studio 2010? I found [this web page](http://msdn.microsoft.com/en-us/library/ee479070.aspx). Which says: From the Project menu, choose Properties. In the left pane, select Configuration Properties, and then select Environment. But when I select "Configuration Properties...
How do I set Environment Variables in Visual Studio 2010?
CC BY-SA 3.0
0
2010-06-17T00:25:04.550
2013-03-08T03:11:46.400
2013-03-08T03:11:46.400
41,956
54,760
[ "c#", ".net", "windows", "visual-studio", "environment-variables" ]
3,058,150
1
3,058,249
null
11
3,758
I have to be able to set a random location for a waypoint for a flight sim. The maths challenge is straightforward: "To find a single random location within a quadrangle, where there's an equal chance of the point being at any location." Visually like this: ![alt text](https://content.screencast.com/users/MrGreggl...
How to find a random point in a quadrangle?
CC BY-SA 2.5
0
2010-06-17T00:34:09.817
2019-07-29T23:12:05.140
2017-02-08T14:27:11.760
-1
97,855
[ "c#", "geometry", "computational-geometry" ]
3,058,992
1
3,059,528
null
8
5,945
I'm trying to develop an algorithm that identifies all possible paths between two nodes in a graph, as in this example: ![image](https://i.stack.imgur.com/Z2ek2.jpg). in fact, i just need to know which nodes appear in all existing paths. in the web only got references about DFS, A* or dijkstra, but i think they does...
All possible paths in a cyclic undirected graph
CC BY-SA 3.0
0
2010-06-17T05:02:32.937
2015-07-14T16:49:05.750
2015-07-14T16:49:05.750
360,899
368,926
[ "java", "c++", "algorithm" ]
3,065,964
1
null
null
0
1,506
i wish to achieve: ![alt text](https://www.paypal-labs.com/integrationwizard/ecpaypal/images/i/flows/3_buyer1_ec.jpg) so in my shopping cart page i set `session("Payment_Amount") = total` and downloaded both asp files the wizard told me. and . and added the API credentials to the corect place. and i add the form from...
PayPal express checkout on the shopping cart
CC BY-SA 2.5
null
2010-06-17T21:57:59.610
2010-06-17T22:38:52.287
2010-06-17T22:38:52.287
177,146
177,146
[ "asp-classic", "paypal" ]
3,067,247
1
3,109,465
null
6
3,959
Basically I want to take the following: ![alt text](https://i.imgur.com/hmV90.gif) And make it match the styling of the rest of the application. I am creating a custom error page in my C# based project and I want it to be able to show the same information that is displayed in the ASP.NET default error page. From fidd...
How do you access the Source Error, Source File and Line Number of an exception to use in a custom error page?
CC BY-SA 2.5
0
2010-06-18T04:43:14.513
2012-02-08T16:34:10.830
null
null
146,897
[ "c#", "asp.net", "exception", "error-handling" ]
3,067,971
1
3,068,640
null
3
612
I have 23(column)x6(row) table and change the row with link_to_remote function. each has its own . link call and change action changes the row using render function wit partial. _change.html.erb ``` <td id="row_1">1</td> . . omitted . . <td id="row_23">23</td> ``` link_to_remote function ``` <%= link_to_remote...
Rendering partial for table row with form_tag is getting crazy!
CC BY-SA 2.5
0
2010-06-18T07:55:52.690
2010-06-18T09:50:14.770
2017-02-08T14:27:13.107
-1
1,145,208
[ "html", "ruby-on-rails", "ajax" ]
3,068,037
1
3,068,216
null
5
8,993
i need help modelling a use case diagram from a topic, it will be in java GUI Design a Calculator that 1.Allow user to key in a legitimate arithmetic statement that involves number, operator +, - and bracket '(' and ')' ; 2.When user press “Calculate” button, display result; 3.Some legitimate statement would be ((...
Use case modelling for calculator
CC BY-SA 2.5
0
2010-06-18T08:09:50.327
2010-06-18T11:29:35.503
2010-06-18T08:16:25.497
267,738
267,738
[ "java", "uml", "use-case" ]
3,069,245
1
null
null
3
4,032
The following problem is in 2D, so some simplifications can be made when suggesting answers. I need to create closed areas (defined either by line segments or just set of points - convex polygon) from a set of points/line segments. Basically I used Voronoi to generate "roads". Then I changed some of the data. Now I nee...
How to create closed areas (convex polygons) from set of line segments?
CC BY-SA 4.0
0
2010-06-18T11:37:28.030
2020-08-04T18:11:42.740
2020-08-04T18:11:42.740
1,885,735
370,247
[ "c++", "graph", "geometry", "polygon" ]
3,070,419
1
3,070,435
null
1
2,151
I would like to use a `JProgressBar` and augment it to print its current value as well as the graphical bar. ![progress bar](https://farm5.static.flickr.com/4051/4711936562_8849fcd17a_m.jpg) I'm guessing the best way to do this is to override paintComponent: ``` @Override protected void paintComponent(Graphics g) { ...
swing: making a JProgressBar with a label superimposed on it?
CC BY-SA 3.0
null
2010-06-18T14:23:58.347
2013-02-23T09:39:29.293
2017-02-08T14:27:13.803
-1
44,330
[ "java", "swing", "jprogressbar" ]
3,071,169
1
3,071,188
null
1
121
I hate these three tables that. Two tables have a many to many relationship and as such it generates a third table. ![http://imgur.com/yLKif.png](https://imgur.com/yLKif.png) I'm using Linq-to-SQL and in the .dbml file I've dragged all the folder there to the graphic surface. Here is the method I'm using to delete a...
Will this safely delete my record?
CC BY-SA 2.5
0
2010-06-18T15:54:30.573
2010-06-18T16:18:45.810
null
null
112,355
[ "c#", "linq-to-sql" ]
3,073,081
1
3,073,241
null
0
1,417
I am trying to make a table inside a table so I can organize stuff in the right place. But I simple cannot set the table width. Here is a picture of the table ![alt text](https://i4.photobucket.com/albums/y116/fscussel/table2.jpg) and circled in red is the table inside table that I've created, it has one row 3 column...
Javascript table inside table not working
CC BY-SA 3.0
null
2010-06-18T21:04:21.260
2017-06-03T22:03:52.190
2017-06-03T22:03:52.190
4,370,109
336,762
[ "javascript" ]
3,073,365
1
3,075,483
null
1
1,927
A PostgreSQL database uses PL/R to call R functions. An R call to calculate Spearman's correlation looks as follows: ``` cor( rank(x), rank(y) ) ``` Also in R, a naïve calculation of a fitted generalized additive model (GAM): ``` data.frame( x, fitted( gam( y ~ s(x) ) ) ) ``` Here `x` represents the years from ...
Root mean square deviation on binned GAM results using R
CC BY-SA 2.5
null
2010-06-18T22:08:05.760
2010-06-19T12:32:51.647
2010-06-19T01:29:25.307
59,087
59,087
[ "r", "statistics", "binning", "plr", "gam" ]
3,073,389
1
3,074,637
null
5
3,913
In Windows, a List View can have its items grouped, as in the following picture: ![](https://privat.rejbrand.se/listview_white.png) My application employs a white-on-black GUI. Most of the controls (buttons, edit fields, check-boxes etc.) I have created myself, but I am kind of fond of the Windows List View control, ...
Win32: List View Group Header Text Color
CC BY-SA 4.0
0
2010-06-18T22:14:38.693
2023-02-04T19:32:52.533
2019-07-30T10:35:12.320
282,848
282,848
[ "listview", "winapi", "textcolor" ]
3,073,447
1
3,074,364
null
5
13,332
I'm using this sample code to populate the Spinner. Data is read from database. The selection displays correctly - in this case, it shows "Green" and "Red". ``` Spinner spinnerColor = (Spinner) findViewById(R.id.spinnertProfile); mProfileDbHelper = new ProfileDbAdapter(this); mProfileDbHelper.open(); Cur...
Android - Text dropdown/selection of Spinner does not show
CC BY-SA 3.0
0
2010-06-18T22:25:21.163
2019-07-30T05:11:22.987
2014-03-04T09:02:56.887
2,065,587
370,640
[ "android", "android-widget", "spinner" ]
3,073,615
1
6,006,006
null
3
5,344
I've run into the issue of using a `UIBarButtonItem` with a custom color. Everything out on the 'net seems to indicate that the only way around this lack of official API support revolves around the use of images. This is all fine and dandy when developing for pre-iOS 4 devices, except when using the new iPhone 4. Cr...
How to create iOS image buttons that scale well across multiple resolutions?
CC BY-SA 2.5
0
2010-06-18T23:15:10.937
2012-10-12T09:30:43.790
2017-02-08T14:27:15.513
-1
105,903
[ "iphone", "graphics", "ios4" ]
3,075,105
1
3,075,729
null
5
3,117
Once when I got my hand on openbsd I was really happy to have black and white terminal, I, somehow, orienting much more with b/w colors.. Anyway I know just one option to do it. ``` export TERM="linux-m" ``` and openbsd used something else like "vt8.." i don't remember. Now I have freebsd on my dedicated server, ...
How to turn off colors in ZSH shell? Make it black and white with unicode support!
CC BY-SA 2.5
null
2010-06-19T10:06:03.420
2010-06-19T13:57:31.390
null
null
310,662
[ "shell", "terminal", "colors", "freebsd", "zsh" ]
3,077,597
1
3,077,605
null
3
1,902
I have a list of Groups that can vary in number, with Items in these groups that also vary in number. I've been racking my head over a way to get all possible combinations of 1 Item from every Group. Bonus: I also need all combinations of not having every items from a group. I've seen and done what was [mentioned b...
Getting all possible combinations of N items in X Groups
CC BY-SA 2.5
null
2010-06-19T23:13:23.060
2010-06-21T12:18:28.417
2017-05-23T12:13:26.380
-1
229,967
[ "php", "recursion", "combinations" ]
3,077,639
1
3,081,139
null
3
265
I have recently moved to a dark color theme for all my code editors. It is much easier on the eyes. But I recently came across an issue that I can’t figure out how to correct and was hoping that someone will have an answer. When the method info box pops up this is what it looks like this: ![vs2010](https://lh4.ggpht....
How can I correct this in the visual studio 2010 theme?
CC BY-SA 2.5
0
2010-06-19T23:32:32.703
2012-07-03T00:25:23.480
2017-02-08T14:27:16.197
-1
32,502
[ "visual-studio-2010", "visual-studio" ]
3,078,052
1
3,078,061
null
3
4,504
How can I get smooth fonts? I don't want the edges to look all fuzzy. ![alt text](https://imgur.com/7FPB5.png)
Smooth fonts with CSS
CC BY-SA 2.5
null
2010-06-20T02:53:54.493
2015-10-12T12:12:39.470
null
null
111,669
[ "javascript", "css", "fonts", "antialiasing" ]
3,079,978
1
4,002,502
null
4
894
I notice Vista/7 uses this type of control as well as Windows Live Messenger. This is the control: [](https://i.stack.imgur.com/EKniO.png) ![alt text](https://i.stack.imgur.com/FyaPV.png) ![alt text](https://i.stack.imgur.com/rDGyp.png) How can this control be programably added to a WinAPI application? Thanks
Making Vista / 7 User Frame control? (WinAPI)
CC BY-SA 4.0
0
2010-06-20T16:29:09.217
2019-07-30T07:11:18.437
2019-07-30T07:11:18.437
4,751,173
146,780
[ "c++", "c", "winapi", "controls", "themes" ]
3,081,203
1
15,561,904
null
11
12,187
How is this effect achieved? Code snippets are highly welcome. This can be seen in Notes app and other apps on the App Store. It seem that either the buttons on the navigation controller are transparent and show the custom background of the navigation controller or that they themselves have a custom background applie...
Custom background/transparent background on UIBarButtonItem?
CC BY-SA 3.0
0
2010-06-20T22:38:44.130
2014-03-22T10:23:43.570
2014-01-17T15:40:18.887
1,986,847
358,381
[ "ios", "iphone", "objective-c", "background", "uibarbuttonitem" ]
3,081,387
1
3,081,612
null
1
2,245
I have just started working with RemObjects Pascal Script. and have been trying to follow the remobjects tutorial. [http://devcenter.remobjects.com/articles/?id=](http://devcenter.remobjects.com/articles/?id=){2FFC1EE9-F18D-4B11-9DE4-1BA0A79D0D04} all was going fine up to the part you run ``` begin ShowNewMessag...
Getting started working with RemObjects Pascal Script in delphi
CC BY-SA 2.5
null
2010-06-20T23:50:35.390
2013-07-22T11:44:28.213
2017-02-08T14:27:17.860
-1
53,915
[ "delphi", "scripting", "pascal", "pascalscript", "remobjects" ]
3,084,039
1
3,086,673
null
6
795
Is there a lib that can build a simple GUI by looking at a class or method signature? For Example: ``` class MyMath{ public static double sqrt(double d){ //impl } } ``` To ![gui](https://imgur.com/PjisF.png) So that when the button is clicked the method is invoked and the result is shown. Do y...
GUI from class definition
CC BY-SA 2.5
0
2010-06-21T11:03:51.707
2015-03-03T17:17:21.520
null
null
243,779
[ "java", "user-interface", "reflection" ]
3,085,544
1
3,085,597
null
1
164
I've been able to do this in Chrome and Firefox, and I thought I had it working in IE7 and IE8, but alas, I must've been dreaming. Basically I have the following HTML: ``` <style> div,li,ul { margin: 0; padding: 0; border: 0; outline: 0; } ul,li { list-style: none; } div#container { display: inli...
CSS Issue: Hidden children stretching along Y-axis in IE with pure CSS?
CC BY-SA 2.5
null
2010-06-21T14:33:44.243
2010-06-29T16:57:13.713
null
null
135,786
[ "html", "css", "internet-explorer" ]
3,090,369
1
3,094,185
null
468
373,540
In my forms, I'd like to use the new HTML form types, for example `<input type="url" />` ([more info about the types here](http://diveintohtml5.info/forms.html#type-url)). The problem is that Chrome wants to be super helpful and validate these elements for me, except that it sucks at it. If it fails the built-in valida...
Disable validation of HTML form elements
CC BY-SA 4.0
0
2010-06-22T04:53:09.847
2022-12-30T17:35:29.707
2022-12-29T15:25:37.480
2,756,409
9,021
[ "validation", "forms", "html", "input" ]
3,090,810
1
null
null
18
12,547
I'm using one of the new HTML5 input types, [number](http://diveintohtml5.info/forms.html#type-number): ``` <input type="number" /> ``` In Opera, which is the only desktop browser I know of which currently recognises it, it renders it as such: ![enter image description here](https://i.stack.imgur.com/0KdTC.png) Th...
Getting the value of a HTML5 number input
CC BY-SA 3.0
0
2010-06-22T06:35:21.727
2017-12-28T16:42:23.673
2012-04-18T12:53:35.113
444,991
9,021
[ "javascript", "html", "input" ]
3,091,373
1
null
null
0
1,348
I create a transparent gif with text with the gd library but the output quality of the Text isn't good. Has anybody an idea how can I improve the quality? Here is the code: ``` $req = explode('|', $_REQUEST['r']); $text = $req[0]; header ("Content-type: image/gif"); $font = getFont($req[2]); $font_siz...
better image quality for gif with gd library in PHP
CC BY-SA 3.0
null
2010-06-22T08:17:00.100
2011-12-10T00:07:37.377
2011-12-10T00:07:37.377
234,976
372,929
[ "php", "gd", "gif" ]
3,091,794
1
3,091,880
null
6
1,555
I have a library A, which depends on the libraries B and C. I unpack the libraries classes of B and C into the jar for library A using the maven-dependency-plugin (see below). Now, when a library D uses library A, library D can access all the classes of A, B and C. However, I want D only to depend on A but not on the ...
Maven: Unpack-Dependencies ... and then forget about them
CC BY-SA 2.5
0
2010-06-22T09:21:48.010
2010-06-22T23:01:20.433
2017-02-08T14:27:18.560
-1
270,662
[ "java", "maven-2" ]
3,092,156
1
3,092,209
null
2
261
Can you point out what is wrong in following query? (Please copy and paste URL) [https://chart.apis.google.com/chart?cht=p3&chs=550x200&chd=t:970,134,57,28,51,11,6&chl=Instant(970)|Below1Min(134)|Above1MinandBelow5Min(57)|Above5MinandBelow10Min(28)|Above10MinandBelow30Min(51)|Above30MinandBelow1Hr(11)|Above1HrsandBelo...
Google chart display problem
CC BY-SA 2.5
null
2010-06-22T10:18:23.913
2010-06-22T10:27:28.977
2017-02-08T14:27:18.897
-1
150,174
[ "url", "visualization", "google-visualization" ]
3,092,399
1
3,092,822
null
1
1,399
I am drawing to a canvas, this is updated regularly and it flashes. Logically thinking I assumed this is because my redraw method clears the Canvas then draws one element at a time to the canvas. so my idea was to write to a Timage then set the picture to the Timage. --- here is my code ``` procedure Tmainwin...
image buffer implementation in delphi
CC BY-SA 2.5
0
2010-06-22T10:57:18.453
2010-06-22T11:59:40.957
2017-02-08T14:27:19.583
-1
53,915
[ "delphi", "image", "canvas", "drawing", "buffer" ]
3,092,583
1
3,092,615
null
3
8,350
How can i create a collage from a large number of images as per below using PHP scripts? I am also looking at creating different sizes A0, A1, A2 sized images depending on the number of pictures used in the collage. ![alt text](https://imgur.com/QEzye.jpg) Thanks
Creating a photo collage image as attached using PHP from several images
CC BY-SA 2.5
0
2010-06-22T11:23:02.770
2013-03-13T17:31:39.383
null
null
79,523
[ "php", "image", "image-processing", "image-manipulation", "photos" ]
3,092,635
1
3,430,345
null
2
324
Does such an add-on exist for Firefox? ![alt text](https://imgur.com/09Vq5.png)
A Firefox plugin to display the distance between the sides of an element and its parent
CC BY-SA 2.5
null
2010-06-22T11:30:48.327
2010-08-07T12:20:09.120
null
null
309,683
[ "html", "firefox", "firefox-addon" ]
3,092,694
1
3,134,599
null
7
3,998
I am trying to build a mathematical model of the availability of a file in a distributed file-system. I posted this question at MathOverflow but this might as well be classified as a CS-question so I give it a shot here as well. The system works like this: a node stores a file (encoed using erasure codes) at r*b remote...
Calculating the probability of system failure in a distributed network
CC BY-SA 4.0
0
2010-06-22T11:39:03.817
2021-04-27T19:34:27.717
2021-04-27T19:34:27.717
4,751,173
71,354
[ "computer-science", "distributed", "time-complexity", "high-availability", "binomial-cdf" ]
3,093,468
1
3,095,534
null
3
17,608
I have added an instance of UIToolbar and buttons on top of it . Each button's belongs to the class of UIBarButtonItem. My Requirement is that each button has a customized layout , i dont want to use the native button styles provided by Apple. So i had 3 options in Interface Builder ( Plain , Bordered , Done ). I hav...
Customize UIBarbuttonitem with Background Images
CC BY-SA 2.5
0
2010-06-22T13:21:09.853
2015-01-08T15:38:18.497
2010-07-30T20:35:17.110
315,594
315,594
[ "iphone", "cocoa-touch", "uibarbuttonitem", "uitoolbar", "uibarbuttonitemstyle" ]
3,095,510
1
3,095,595
null
34
19,700
Consider this code attempting to create an Active Directory account. It's generating an exception here with a certain set of data. It's not clear right now what's causing the exception. ``` var user = new UserPrincipal(someValidUserContext, ".x-xyz-t-FooFooBarTest", "somePwd", true); u...
creating a user in Active Directory: A device attached to the system is not functioning
CC BY-SA 2.5
0
2010-06-22T17:24:24.017
2019-03-05T19:15:26.163
null
null
23,199
[ "c#", "active-directory", "asp.net-3.5" ]
3,095,772
1
3,110,738
null
8
8,650
OK, I realize that this is something of an eternal question, but here goes: I've got a single text input, ``` <input type="text" name="whatever" /> ``` and I've specified its `font-family`, `font-size` and `padding`. Yet, even on the same machine (my Mac, let's say), the input has a different height in Firefox (3.6...
Inconsistent height of text input elements between Firefox and WebKit
CC BY-SA 3.0
0
2010-06-22T18:03:36.400
2011-07-29T18:19:30.170
2011-07-29T18:19:30.170
66,226
66,226
[ "css", "firefox", "webkit" ]
3,095,986
1
3,096,024
null
84
69,090
I'm creating a little Java application which should have a progress indicator with percentages. In every loop it uses backspace `\b` to remove the displayed progress before displaying the next percentage. Here's a simplified example: ``` public static void main(String[] args) throws Exception { System.out.print("...
How to get backspace \b to work in Eclipse's console?
CC BY-SA 3.0
0
2010-06-22T18:27:26.323
2020-05-10T19:54:35.580
2015-01-24T18:41:19.567
964,243
157,882
[ "java", "eclipse", "backspace" ]
3,096,600
1
3,096,621
null
118
130,769
Yesterday I found myself needing to zoom my Visual Studio text editor and was without a mouse (don't ask). Typically I do this by holding down and scrolling the mouse wheel. I also couldn't figure out how to tab into the area where you can specify your zoom level in the lower left hand corner of the text editor window...
Is there a way to zoom the Visual Studio text editor with a keyboard shortcut?
CC BY-SA 3.0
0
2010-06-22T19:51:43.193
2021-07-20T20:18:07.243
2021-07-20T20:18:07.243
61,654
61,654
[ "visual-studio", "visual-studio-2015", "visual-studio-2013", "visual-studio-2017", "visual-studio-2019" ]
3,097,117
1
3,128,810
null
1
477
I am trying to create a program which will show me the status of my Gtalk (online/offline). ![alt text](https://lh4.ggpht.com/_FiDdjP4QWsI/TCEkmp8kOlI/AAAAAAAAAIs/ijj5n3bdJDM/Untitled.jpg) I can find the Status View 2 class, but how can I find the text within it. Here's my code. API decleration : ``` [DllImport("u...
Finding status of GoogleTalk
CC BY-SA 2.5
0
2010-06-22T21:02:00.607
2010-06-27T20:35:38.963
2017-02-08T14:27:20.627
-1
92,487
[ "c#", "google-talk" ]
3,097,193
1
3,244,819
null
0
222
I have the following 2 consequative, unaltered frames from a video: ![](https://i.imgur.com/REfvg.png) ![](https://i.imgur.com/167Xi.png) For some reason the camera made the 2nd much 'washed out' than the first. I want to make the 2nd look more like the 1st. In the video I'm trying to process, there are lots of case...
Image processing - one frame is washed out, other isn't. How to 'fix'?
CC BY-SA 2.5
null
2010-06-22T21:13:49.230
2010-07-14T09:22:13.573
null
null
161,922
[ "image", "image-processing", "image-manipulation", "imagemagick", "video-processing" ]
3,097,527
1
5,083,745
null
3
1,191
I want to find a function that approximates a function that produces output that looks like: Blue, Red and Green are the X, Y and Z space dimensions. ![](https://farm2.static.flickr.com/1227/4725827142_43fc3c48d4.jpg) What R package should I use?
Best R package for doing Fourier Analysis for three dimensional function
CC BY-SA 2.5
0
2010-06-22T22:11:07.650
2012-11-24T17:44:45.810
2017-02-08T14:27:20.963
-1
25,282
[ "r" ]
3,097,753
1
3,122,078
null
3
885
I'm trying emulate the [Tint Effect](http://msdn.microsoft.com/en-us/library/documentformat.openxml.drawing.tinteffect.aspx) of Open XML. What it does is change the hue of pixels in an image by shifting the hue. It takes 2 parameters: 1) the `hue` (in degrees) and 2) the `amt` (the amount, a percentage). It is #2 that ...
Tinting Towards or Away from a Hue By a Certain Percentage
CC BY-SA 2.5
0
2010-06-22T22:59:35.197
2019-07-31T03:04:51.463
2017-05-23T11:45:25.150
-1
149,573
[ "c#", "image", "gdi+", "hsl" ]
3,098,774
1
null
null
1
2,878
I have user profile property called "Chapter". It is index when it was created. But this property is not showing up on crawled properties selection window to make for searching. How can I get this property on crawled properties selection window? ![alt text](https://i700.photobucket.com/albums/ww5/vsrikanth/crawledpr...
Property showing up in crawled properties selection (Search)
CC BY-SA 2.5
null
2010-06-23T03:35:39.933
2014-04-29T08:57:07.203
2017-02-08T14:27:25.487
-1
158,008
[ "sharepoint", "sharepoint-2007", "moss", "web-crawler" ]
3,099,677
1
null
null
1
701
I'm running into a little problem with my infowindows: when a marker is close enough to the edge of the map that the map needs to pan to display the full infowindow, it does so but not enough to allow for a few pixels of space between the infowindow and the border of the map. Technically this works because content is m...
Centering an infowindow and infowindow margins - Google Maps
CC BY-SA 3.0
null
2010-06-23T07:22:38.143
2013-10-17T14:05:24.250
2013-10-17T14:05:24.250
1,711,796
372,653
[ "google-maps" ]
3,100,807
1
3,100,957
null
5
3,361
I have recently started using doc-view in Emacs, but I am having quite a few problems with it. The main one is that I can't scroll down on pages. I can see the next or previous page using "n" or "p", but the commands to scroll up and down a page, which are supposedly SPACE and DEL, do not work. Well, to be fair, DEL wo...
How to scroll down on pages in doc-view mode in Emacs?
CC BY-SA 2.5
null
2010-06-23T10:28:41.400
2014-09-15T02:03:32.077
2017-02-08T14:27:29.547
-1
347,646
[ "emacs", "docview" ]
3,101,592
1
3,101,720
null
1
113
i am using jQuery to dynamically add content ``` $("#articles").prepend('<article><header><p>info</p><h2>You are using Internet Explorer</h2></header><p>It is recommended that you use a modern browser like Firefox, Chrome or install Google Chrome Frame to experience better performance and advanced HTML5 and CSS3 feat...
Dynamically added AJAX content with wrong markup
CC BY-SA 2.5
null
2010-06-23T12:34:11.063
2010-06-23T12:55:20.667
2017-02-08T14:27:30.223
-1
292,291
[ "javascript", "jquery", "ajax", "html" ]
3,102,619
1
null
null
0
215
Alright, so here's the problem I'm having (it's a weird one.) I added a new UIViewController for the app I'm building. The first view controller works perfectly, orients correctly, etc. The second one orients horribly. This is how it looks if you start in landscape and then change orientation to portrait: ![landscape...
iPad - UIViewController only kinda rotates
CC BY-SA 2.5
null
2010-06-23T14:39:53.513
2011-11-22T19:02:38.687
null
null
293,388
[ "objective-c", "ipad", "uiviewcontroller", "orientation" ]
3,107,040
1
3,114,080
null
2
691
The braces shown below after `...ret):String` are incorrectly being highlighted as red I'm using the following syntax definition file for actionscript: - [http://www.vim.org/scripts/script.php?script_id=1061](http://www.vim.org/scripts/script.php?script_id=1061) ![](https://imgur.com/iX67Y.png) 2 Questions: 1. Do...
Incorrect syntax highlighting Vim (Actionscript 3)
CC BY-SA 2.5
null
2010-06-24T03:26:28.713
2010-06-24T21:39:59.940
null
null
303,911
[ "actionscript-3", "vim", "syntax-highlighting" ]
3,108,011
1
3,108,034
null
3
7,237
I'm using one of my MySQL database tables as an actual table, with times of the day as each column, and one column called day. You guessed it, in day it says the day of the week, and in the rest of the cells it says what is happening at that time. What I want to do is only show the cells that have value in it. In my c...
SQL isset and not showing blank 'cells'
CC BY-SA 2.5
0
2010-06-24T07:41:13.983
2010-06-24T08:26:23.393
2017-02-08T14:27:32.623
-1
353,542
[ "sql", "mysql", "select", "where-clause" ]