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
4,194,129
1
4,198,880
null
28
61,474
does anyone know if it is possible to validate an xml with an xsd while i am editing the xml in eclipse? this is how my xml begins: ``` <root xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../definitions.xsd"> ``` ![alt te...
eclipse: validate xml with xsd
CC BY-SA 2.5
0
2010-11-16T12:32:35.187
2012-03-16T09:30:26.227
2010-11-25T19:59:17.233
97,688
97,688
[ "xml", "eclipse", "validation", "xsd" ]
4,194,274
1
4,194,357
null
0
372
i'm trying to use dynamic typing in Obj-C, i've got following code and errors: ![alt text](https://i.stack.imgur.com/1fJ8t.png) For me it seems good, but it don't want to work, any ideas?
NSClassFromString - doesn't work
CC BY-SA 2.5
null
2010-11-16T12:49:18.050
2010-11-16T14:05:08.500
2010-11-16T13:42:36.860
74,118
399,021
[ "iphone", "objective-c" ]
4,194,281
1
4,225,080
null
2
289
I'm using data visualisation libary and I want to do something like in the attached image: ![alt text](https://i.stack.imgur.com/3gA7E.png) two kinds of bars one on each other, How can I do that ?
Wpf data visualisation
CC BY-SA 2.5
null
2010-11-16T12:50:09.730
2010-11-22T18:13:22.633
null
null
138,627
[ "wpf", "silverlight", "charts" ]
4,195,032
1
null
null
0
641
What I want to accomplish is something like this: ![alt text](https://i.stack.imgur.com/rLWK1.png) Two different scrollViews, and each one scrolls horizontically. Each showing 3 images, and a half one (or 1/3th) piece of the next image in the datasource of the scrollview. Does anyone know how to accomplish such a sc...
Special UIScrollView with multiple objects (3) on each page
CC BY-SA 2.5
null
2010-11-16T14:16:17.200
2010-11-16T15:17:41.780
null
null
372,990
[ "iphone", "ios4", "uiscrollview", "coverflow" ]
4,195,096
1
4,195,633
null
4
6,384
According to MSDN [vb.net uses this extended character set](http://msdn.microsoft.com/en-us/library/9hxt0028(v=VS.80).aspx). In my experience it actually uses this: ![alt text](https://i.stack.imgur.com/bQaqu.gif) 1. What am I missing? Why does it say it uses the one and uses the other? 2. Am I doing something wron...
vb.net character set
CC BY-SA 2.5
null
2010-11-16T14:23:15.520
2017-01-13T12:25:21.657
2017-01-13T12:25:21.657
1,993,366
500,819
[ "vb.net", "character-encoding", "character-set" ]
4,195,283
1
4,195,308
null
0
275
I'm trying to learn how to use the PivotViewer control for Silverlight. I used the excel tool to create a collection and I output the files to a folder called 'asdf'. Then I copied this folder with all of it's contents to the D: partition and here is the code I use to call the collection: ``` using System; using Syste...
My PivotViewer isn't displaying any information
CC BY-SA 2.5
0
2010-11-16T14:38:59.743
2010-11-16T14:42:12.657
null
null
null
[ "c#", "silverlight", "pivotviewer" ]
4,195,858
1
4,196,189
null
7
2,203
![alt text](https://i.stack.imgur.com/B7RKx.gif) 1. From the picture above, I would conclude that Java EE 6 architecture is an 3 tier architecture. What I dont understand is what exactly is the client tier? Isn't the UI code suppose to be the client tier. JSF handle the UI of the application, shouldn't JSF be at the ...
Question about Java EE 6 architecture
CC BY-SA 2.5
0
2010-11-16T15:37:15.453
2014-05-29T08:56:35.157
2010-11-16T15:43:38.940
240,337
240,337
[ "model-view-controller", "design-patterns", "jsf", "jakarta-ee", "n-tier-architecture" ]
4,196,265
1
4,266,297
null
5
12,723
We had a problem adding this reference at first because of the rights the service had in IIS. we fixed that problem however, when adding the reference again it seems to only partly add the reference. It does appear in the service list but not in the app config, and it can't be used (intellisense doesn't find it nor d...
adding a service reference in Visual Studio 2010 seems to not work
CC BY-SA 2.5
0
2010-11-16T16:12:40.760
2012-07-21T04:41:29.430
2010-12-22T15:31:57.510
465,651
465,651
[ "c#", ".net", "c#-4.0", "wcf", "project" ]
4,196,735
1
4,196,817
null
0
693
I created an application using a `UITableview`. But when I scroll the table view, I see a white space view before and after the table view. How can I fit the `UITableview` so it doesn't show that empty view? Here's an image of what happens when I scroll the UITableview. ![alt text](https://i.stack.imgur.com/Jp5WS.pn...
Fit UITableview within Scrollview
CC BY-SA 3.0
null
2010-11-16T16:58:29.670
2017-11-21T22:53:22.390
2017-11-21T22:53:22.390
472,495
409,571
[ "iphone" ]
4,196,854
1
4,197,085
null
2
2,946
I'm attempting to color disabled rows in a gtk tree view widget a light gray color. From what I've read, I'm supposed to set the background-gdk property of the corresponding cellrenderer and bind it to a model column. This sort of works. ``` Gtk::CellRendererText* textRenderer = manage(new Gtk::CellRendererText()); ...
Row Background Color GtkTreeView Widget
CC BY-SA 3.0
null
2010-11-16T17:08:46.700
2013-01-23T06:29:30.020
2013-01-23T06:29:30.020
278,878
16,363
[ "c++", "gtk", "gtkmm", "gtktreeview" ]
4,197,268
1
4,313,495
null
1
400
I'm trying to render text aligned within the center of a box using imagettftext() and a standard Arial Bold font. I'm developing the code on a Mac and the text aligns in the center of a box just the way I would expect. But then I deploy my code to a proper linux server and it seems the origin the text is render from ...
PHP GD - Different text offset Mac vs Linux
CC BY-SA 2.5
null
2010-11-16T17:53:23.857
2011-09-09T13:31:32.440
2011-09-09T13:31:32.440
764,846
298,745
[ "php", "linux", "macos", "cross-platform", "gd" ]
4,197,404
1
4,197,881
null
5
31,673
I'm getting a bizarre error in Chrome... check out the screenshot below. I define record using object literal syntax. I try setting the "id" property and get the exception. I've tried both : ``` record['id'] = 'wtf'; ``` and also ``` record.id = 'wtf'; ``` I use this type of syntax all over the place in my ...
Cannot Set Property ... of undefined --- bizarre
CC BY-SA 2.5
0
2010-11-16T18:06:41.560
2010-11-16T19:28:00.383
2010-11-16T18:15:13.807
316,028
316,028
[ "javascript", "google-chrome" ]
4,197,417
1
4,208,460
null
4
262
I am creating a UISegmentedControl replacement so that it works with your own custom images. Because the separators need different colors on both sides I decided to give the middle item the two borders. Now to display the UISegmentedControl replacement, I calculate the available width for one item (frame.size.width / n...
Positioning stretched UIImages correctly
CC BY-SA 2.5
0
2010-11-16T18:07:37.990
2010-11-17T19:45:28.737
2020-06-20T09:12:55.060
-1
239,683
[ "iphone" ]
4,197,744
1
4,197,904
null
39
8,104
My question is this: - --- If I have two heads in my Mercurial repository, and use TortoiseHg as my client, the repository might look like this: ![two heads](https://i.stack.imgur.com/nXRdp.png) Then I can get rid of the `test2` head by doing a merge and discarding. First I would update to the head I'd like to...
How to merge to get rid of head with Mercurial command line, like I can do with TortoiseHg?
CC BY-SA 2.5
0
2010-11-16T18:41:49.637
2020-10-07T17:01:29.183
2010-11-16T19:15:06.510
267
267
[ "mercurial", "merge", "branch" ]
4,198,322
1
4,198,350
null
0
50
This is from a practice exam, anyhow, I was thinking, what are the exception that I should take care of? ![screenshot](https://i.stack.imgur.com/tFS85.png) Thanks.
Is there any exceptions to be avoided in this simple class?
CC BY-SA 2.5
null
2010-11-16T19:53:26.203
2010-11-16T19:57:26.503
null
null
323,926
[ "java", "exception" ]
4,198,331
1
7,349,792
null
34
12,627
One of the most powerful features of the Kinesis dvantage keyboards is the ability to remap keys. I've been using one for about 6 months with the Colemak layout and am loving it. Below is my layout. I primarily use Matlab. What is your optimal layout? ![alt text](https://i.stack.imgur.com/cgGCK.png) The 2 things ...
Optimized Layout for Kinesis Advantage
CC BY-SA 3.0
0
2010-11-16T19:54:56.440
2022-04-20T22:13:58.100
2014-02-10T23:58:04.187
521,078
509,908
[ "keyboard" ]
4,198,562
1
null
null
13
13,324
For the [XMPP interface for the Stack Overflow chat](https://meta.stackexchange.com/questions/57316/offer-an-xmpp-method-for-chat/63420#63420), I am currently [taking the HTML of the chat messages and converting to valid XML](https://stackoverflow.com/questions/4101525/using-ruby-how-can-i-confirm-that-an-xml-snippit-i...
How can I send an image on the web in an XMPP (Jabber) message?
CC BY-SA 2.5
0
2010-11-16T20:21:43.937
2011-10-07T22:49:04.253
2017-05-23T10:29:57.607
-1
75,801
[ "ruby", "security", "image", "xmpp", "xmpp4r" ]
4,198,676
1
7,687,527
null
333
100,351
It's been a while since I've had to adjust project build settings. After upgrading to a recent SDK I'm having trouble building my ad hoc distribution configuration. Build generates this warning and error: > warning: iPhone apps should include an armv6 architecture (current ARCHS = "armv7")iPhone/iPod Touch: applica...
"Warning: iPhone apps should include an armv6 architecture" even with build config set
CC BY-SA 3.0
0
2010-11-16T20:35:58.880
2018-01-01T08:25:42.210
2015-08-07T13:48:18.790
916,299
296,003
[ "ios", "xcode" ]
4,199,135
1
4,199,183
null
1
305
Do you know what is the name of this layout for Java/Swing? Does the Java library already bring us this or should I do that on my own? If so, could any one of you show some samples? ![alt text](https://i.stack.imgur.com/BHqWf.jpg)
What is the name of this kind of Java/Swing interface?
CC BY-SA 3.0
null
2010-11-16T21:25:00.887
2017-04-25T09:11:07.520
2017-04-25T09:11:07.520
4,370,109
420,661
[ "java", "swing" ]
4,199,644
1
4,232,767
null
10
8,688
My website looks on the iPhone but looks sub-optimal on the iPad. I'm having a lot of trouble finding information on the differences between iPad's webkit/safari rendering engine and iPhones' webkit/safari rendering engine. If you don't believe me, go to [http://www.finishline.com](http://www.finishline.com) on both ...
List of known differences between "Safari on iPad" and "Safari on iPhone"
CC BY-SA 2.5
null
2010-11-16T22:20:38.700
2019-03-23T00:05:03.693
2010-11-19T18:00:53.040
58
58
[ "iphone", "ipad", "mobile-safari" ]
4,199,710
1
null
null
8
2,142
I'm having a bit of trouble working out the "best" way to render text in my application. My main view consists of a text view, and the design of the application dictates a few things: - - - At the moment i'm using a UILabel and the following code to try and guess the best font size to use for the amount of text: `...
Scaling text to fit on iPhone
CC BY-SA 4.0
0
2010-11-16T22:28:22.730
2018-08-21T22:20:35.297
2018-06-08T09:27:28.417
472,495
68,943
[ "iphone", "layout", "text", "uilabel", "core-text" ]
4,199,897
1
4,200,388
null
4
3,226
The following code will draw an ellipse on an image and fill that ellipse with the Tomato colour ``` string imageWithTransEllipsePathToSaveTo = "~/Images/imageTest.png"; Graphics g = Graphics.FromImage(sourceImage); g.FillEllipse(Brushes.Tomato, 50, 50, 200, 200); sourceImage.Save(Server.MapPath(imageWithTransEllips...
.NET Graphics - creating an ellipse with transparent background
CC BY-SA 2.5
0
2010-11-16T22:54:09.340
2010-11-17T00:34:54.990
2010-11-17T00:34:54.990
76,337
124,966
[ "c#", "graphics" ]
4,200,170
1
4,200,233
null
6
3,632
## Solved - Problem with constructor [Matthew Flaschen](https://stackoverflow.com/users/47773/matthew-flaschen) and [Michael Burr](https://stackoverflow.com/users/12711/michael-burr) pointed out the problem of the overloaded constructor of `Node(int)` calling `Node()` which doesn't work [because...](https://stackov...
Visual Studio 2010 Debugging "if (var == NULL)" not triggering
CC BY-SA 2.5
null
2010-11-16T23:40:50.087
2010-11-17T00:16:54.433
2017-05-23T12:01:09.963
-1
207,138
[ "c++", "visual-studio-2010", "null", "if-statement" ]
4,200,477
1
4,200,606
null
0
144
All I did was I added a single more argument (iterations) to this function: ``` /** * saveImage : save the last image received. * @param pName name of the file */ void GVMsample::saveImageLocal(const std::string& pName, const std::string& pImageFormat, const int &iterations) { // Check that a video module has be...
Problem compiling C++ program after adding one argument to a function
CC BY-SA 2.5
null
2010-11-17T00:33:29.110
2010-11-17T01:03:39.903
null
null
95,944
[ "c++" ]
4,200,620
1
4,200,737
null
1
951
![image showing the online duration of network device](https://i.stack.imgur.com/6fiIU.jpg) i want my c# program to be able to display the online duration of the network device. i have tried `NetworkInterface` class but it does not have that info.
How to get online duration of the network device?
CC BY-SA 2.5
0
2010-11-17T01:06:25.127
2021-05-02T11:06:39.713
2010-11-17T11:29:11.073
452,202
452,202
[ "c#", "networking" ]
4,200,710
1
4,200,715
null
3
184
I am looking at the sample project for a [ColorPicker CustomControl](http://msdn.microsoft.com/fr-fr/library/ms771620%28VS.85%29.aspx). I am trying to debug it to see how the code runs. I am getting ![alt text](https://i.stack.imgur.com/6kVt6.jpg) I think it has to do with ![alt text](https://i.stack.imgur.com/gqFL...
Why no debug for Project
CC BY-SA 2.5
null
2010-11-17T01:25:32.263
2010-11-17T02:08:29.097
null
null
292,291
[ "c#", "visual-studio", "debugging" ]
4,201,049
1
4,203,353
null
0
197
In monotouch, how can I write to the console which the iPhone Configuration Utility displays. This is the console I am referring to: ![alt text](https://i.stack.imgur.com/grjVm.png)
Monotouch - Write to the console from an iPad
CC BY-SA 2.5
null
2010-11-17T02:52:32.383
2010-11-17T10:10:55.420
null
null
172,861
[ "console", "xamarin.ios" ]
4,201,348
1
4,211,800
null
1
299
Since 10.5, Spotlight on Mac OS X has this nice you might have seen: ![Dictionary integration in Spotlight](https://i.stack.imgur.com/ylIHN.png) Any ideas how anything like this could be implemented? It seems that the current Dictionary+Spotlight friendship is somewhat hardcoded into Spotlight's code (for example, ...
OS X Spotlight searching from a user-defined database?
CC BY-SA 2.5
0
2010-11-17T03:56:13.850
2010-11-18T04:56:57.193
null
null
200,603
[ "macos", "dictionary", "spotlight" ]
4,201,439
1
4,201,572
null
0
389
i need to get contents on web page and read it via URL,but contents not include data on javascript any body can help me to solve this problem ? For example : i want to get bibtext content ' javascrip from URL : [http://portal.acm.org/citation.cfm?id=152610.152611&coll=DL&dl=GUIDE&CFID=111326695&CFTOKEN=18291914](http:/...
How can get html content include content of javascript?
CC BY-SA 2.5
null
2010-11-17T04:16:40.067
2010-11-18T10:08:15.840
null
null
326,878
[ "java", "http" ]
4,201,804
1
4,208,363
null
0
3,191
I am displaying a custom marker on my Google Map. They are placed fine, but they have this funny shadow. How can I remove the shadow?![alt text](https://i.stack.imgur.com/laquO.png) ``` @Override public boolean draw(Canvas canvas, MapView mapView, boolean shadow, long when) { super.draw(canvas, map...
How can I remove the shadow on the markers on my map?
CC BY-SA 2.5
0
2010-11-17T05:36:16.267
2013-04-08T15:54:42.383
2010-11-17T19:25:46.113
19,875
19,875
[ "java", "android", "google-maps", "overlay", "android-mapview" ]
4,201,953
1
4,237,676
null
0
4,306
I have eclipse Galileo 3.5 with maven plugin installed. I want to know if there is any way to uninstall that plugin. I do not see any option as uninstall a plugin in this version if eclipse. The following is the screen i got after reading one of the comments on this question. but the uninstall button is disabled. What...
How to uninstall a plugin from Eclipse Galileo 3.5?
CC BY-SA 2.5
null
2010-11-17T06:13:53.700
2011-10-08T16:37:02.043
2010-11-17T07:27:35.743
501,767
501,767
[ "eclipse-plugin", "maven-plugin" ]
4,202,179
1
4,203,575
null
1
5,367
I am using graphics.h library to implement the a shutdown button on the display screen.The problem I am facing is that the color function(setfillcolor()) is not working by which I want to color the area between the two circles in red.My compiler is turbo C. ``` void shutdown(void) { setcolor(RED); circle...
setfillcolor() failing to set color?
CC BY-SA 4.0
null
2010-11-17T06:59:36.887
2022-04-06T20:56:36.867
2022-04-06T20:56:36.867
44,729
null
[ "c", "turbo-c", "bgi" ]
4,202,457
1
4,202,608
null
32
46,177
I have a registration form in a `LinearLayout` as shown below: ![alt text](https://i.stack.imgur.com/US13J.jpg) When emulator screen is in it's default position it is working fine. But when I rotate the emulator screen it only displays the elements which are fit to screen and remaining are wrap up. As shown in below ...
Scrollable layout in Android
CC BY-SA 2.5
0
2010-11-17T07:54:54.830
2018-10-26T08:26:12.740
2011-01-11T07:33:08.620
457,982
457,982
[ "android", "forms", "android-linearlayout" ]
4,202,623
1
4,203,238
null
1
642
I would like to reproduce this effect : ![alt text](https://i.stack.imgur.com/WZKHH.jpg) How can I do with xaml ? (note that the text can be variable) Thanks in advance for your help
How do I implement a "Frame effect" in Silverlight
CC BY-SA 2.5
null
2010-11-17T08:24:22.050
2010-11-17T10:06:20.713
2010-11-17T10:06:20.713
59,303
491,723
[ "silverlight", "xaml" ]
4,202,934
1
4,203,179
null
1
1,725
I'm trying to define a reusable layout element I want to include in another layout. But I'm not sure what's the best way to archive the layout I want. The reusable component should look like this. ![Layout](https://i.stack.imgur.com/puQ8t.png) It should be separated into 3 areas. Each area will get a separate backg...
Android: Linear vs. table layout for a reusable UI component
CC BY-SA 2.5
0
2010-11-17T09:09:54.353
2014-06-07T08:57:03.243
null
null
19,601
[ "android", "android-layout", "android-linearlayout", "tablelayout" ]
4,202,973
1
4,203,062
null
3
6,560
In the following extJS page, when I click the button, the content of the HTML Div "buttonInfo" changes correctly. I want to also change the contents of the panel that I created with extJS. However, when I change the contents of the panel as I do the div, the whole panel is simply replaced. # before: ![alt text...
How can I manipulate contents of an extjs panel as I can a DOM element?
CC BY-SA 2.5
0
2010-11-17T09:17:19.567
2014-07-30T11:57:53.630
null
null
4,639
[ "extjs" ]
4,203,163
1
4,203,836
null
148
72,043
I've had some really awesome help on my previous questions [for detecting paws](https://stackoverflow.com/questions/4087919) and [toes within a paw](https://stackoverflow.com/questions/3684484), but all these solutions only work for one measurement at a time. [Now I have data](http://dl.dropbox.com/u/5207386/RAR-colle...
How do I design a class in Python?
CC BY-SA 2.5
0
2010-11-17T09:43:13.197
2018-11-18T16:40:07.347
2017-05-23T10:31:35.960
-1
77,595
[ "python", "oop", "class-design" ]
4,203,371
1
null
null
1
178
A `<div>` element has `text-align:left; width:500px;` and, inside it, a child `<div>` has more than 20 other `<div>` elements with `width:20px;`. My question is, without using `float:left` how we can put all elements side by side from the left? --- Screenshot: ![alt text](https://i.stack.imgur.com/0VSh0.png)
parent div have text-align:left;
CC BY-SA 2.5
0
2010-11-17T10:14:46.870
2010-11-17T11:01:50.537
2010-11-17T10:52:08.047
287,047
510,537
[ "html", "css" ]
4,203,430
1
null
null
1
498
I made a project in visual studio 2008 and attached a database to it... But later on it installed visual studio 2010 and it automatically updated my project... As now i reinstalled my windows and again approched to my project, it showed the following message when i double clicked my database file in the server explorer...
convert .mdf 2008 file to .mdf2005 file
CC BY-SA 2.5
null
2010-11-17T10:24:28.283
2010-11-17T10:30:34.327
null
null
509,084
[ "visual-studio", "visual-studio-2008", "sql-server-2005", "visual-studio-2010", "sql-server-2008" ]
4,203,529
1
4,205,147
null
5
580
I have a network that could look like this: ![Network](https://i.stack.imgur.com/P2Mll.png) Basically, I want to know the minimum number of green circles that can disconnect the source and drain if removed/disabled. (in this case 1) I have already succesfully implemented the Edmonds-Karp algrorithm, but I don't know ho...
Modeling network as directed graph
CC BY-SA 2.5
null
2010-11-17T10:38:17.720
2010-11-17T14:05:06.943
2010-11-17T10:50:59.923
355,942
355,942
[ "algorithm", "graph-theory" ]
4,203,687
1
4,203,737
null
1
2,294
i've added a checkbox to a checkedlistbox using the following code: ``` CheckBox cb = new CheckBox(); cb.Enabled = false; cb.Text = "A B C D"; checkedListBox1.Items.Add(cb); ``` but, as seen in the picture, the text wont show up. what have I done wrong ? Thanks! ![alt text](https://i.stack.i...
checkbox text (inside a checkedlistbox) wont appear
CC BY-SA 2.5
null
2010-11-17T11:00:45.350
2014-06-04T11:26:07.110
null
null
437,997
[ "c#", ".net", "winforms", "checkbox", "checkedlistbox" ]
4,203,730
1
null
null
7
17,548
I have this custom compiled PHP (v5.3.3) with the following extensions enabled (via configure): ``` ./configure --prefix=/usr/local/php5.3.3 --with-config-file-path=/usr/local/apache2/conf --with-apxs2=/usr/local/apache2/bin/apxs --with-bz2 --with-curl=/usr/lib --with-curlwrappers --with-freetype-dir=/usr/local...
PHP: Call to undefined function mb_strlen() - on custom compiled PHP with mbstring enabled
CC BY-SA 3.0
0
2010-11-17T11:04:11.923
2017-09-29T06:57:21.233
2013-02-26T12:06:33.573
107,625
112,364
[ "php", "compilation", "fatal-error", "mbstring" ]
4,204,249
1
4,301,158
null
12
5,539
I am working on a web application which supports file uploading. I am already familiar checking the size in server side, but i wanted to check the file size in a client side. I know its a browser limitation that we cant access the file properties for security reasons. So i have tried both swfupload and uploadify compo...
Recommended way to check file size on upload
CC BY-SA 2.5
0
2010-11-17T12:18:20.527
2011-03-01T15:07:40.540
2010-11-17T13:34:25.603
97,572
97,572
[ "c#", "http", "file-upload", "web", "http-headers" ]
4,204,295
1
19,451,256
null
10
3,854
I have an Android TextView displaying some text, and it's multi-line. However, in the text, I sometimes have domain names; how can I stop the TextView from splitting the lines up on the periods in them? Is there a unicode non-breaking-period, for example? --- To see the issue in action in wrapping an email addre...
Stopping text from splitting to multiple lines on the periods in web addresses
CC BY-SA 3.0
0
2010-11-17T12:23:51.590
2016-01-08T13:37:26.547
2013-10-16T06:03:43.173
85,950
15,721
[ "android", "unicode", "textview", "word-wrap" ]
4,204,321
1
4,204,368
null
2
1,001
If I have a File `Default.html` in my project ![alt text](https://i.stack.imgur.com/3rCV7.jpg) How can I read it in code? I need the path # One Possible Solution `./Controls/MarkdownEditor/Templates/Default.html` works too. Also I set "Copy to output directory" to "Copy if newer"
C#: Reference Application Resource File
CC BY-SA 2.5
null
2010-11-17T12:26:44.950
2010-11-17T12:50:27.827
2010-11-17T12:50:27.827
292,291
292,291
[ "c#", "file", "path", "application-resource" ]
4,204,894
1
4,212,352
null
4
205
I'm trying to add a stikcy header to a listview. I've put the header-field and the listview inside a relativelayout and defined the listview's android:layout_below="@id/header". The problem is that I want the listview and the header to be positioned at the same place when the listview is not scrolled to the top. The h...
Any way of knowing when a listview has scrolled to top?
CC BY-SA 2.5
0
2010-11-17T13:37:40.770
2010-11-18T06:55:27.010
null
null
397,060
[ "android", "listview", "header" ]
4,205,407
1
4,274,018
null
0
523
I have a Google Map (API v2). It is located in [http://mydomain/maps](http://mydomain/maps). Under that address it works fine in every browser. I use it, however within a Thickbox (3.1) from the home site [http://mydomain](http://mydomain). That doesn't work in IE8 (but only in the IE8 mode; IE7 and IE8-compatibilit...
Google Map doesn't load in Thickbox in IE8
CC BY-SA 2.5
null
2010-11-17T14:33:19.893
2010-11-25T05:29:35.647
null
null
298,858
[ "google-maps", "internet-explorer-8", "compatibility", "thickbox", "google-maps-api-2" ]
4,205,429
1
null
null
3
4,344
I created an adorner on a WPF line element, because there was neet to add some text. Now, when this line is moved, the adorner does not "follow" the line automatically. In fact, it does not refresh itsef: ![alt text](https://i.stack.imgur.com/FMIbC.jpg) ![alt text](https://i.stack.imgur.com/IWGyi.jpg) here black cur...
WPF Control moves but its Adorner - Not :"/
CC BY-SA 2.5
0
2010-11-17T14:34:57.707
2010-11-19T16:37:06.143
2010-11-17T19:23:27.880
185,593
185,593
[ "wpf", "wpf-controls", "adorner" ]
4,205,531
1
4,205,590
null
5
2,860
How can I create a ListBox control on my Winforms application that has images in an orderly fashion, just like it holds text? I'd like the images to appear like this: ![alt text](https://i.stack.imgur.com/BQlrP.png) Maybe I don't even need to use a ListBox. Maybe there's a better control out there for this purpose? T...
Creating a ListBox of images?
CC BY-SA 2.5
null
2010-11-17T14:45:23.307
2011-08-21T23:13:56.380
2011-08-21T23:13:56.380
885,854
null
[ "c#", "winforms", "image", "listbox" ]
4,205,541
1
9,892,791
null
4
8,048
This was working correctly in Visual Studio 2008, but since I have switch to Visual Studio 2010 and Crystal Reports for Visual Studio 2010, my passed parameters are ignored. They display in the report, just ignored when it comes to the selection formula! Here is my code for creating the report and passing the paramet...
How to pass parameters to Crystal Report for Visual Studio 2010? Looks like they are ignored
CC BY-SA 3.0
0
2010-11-17T14:46:18.877
2016-06-06T06:22:33.913
2016-06-06T06:22:33.913
5,735,460
1,768
[ "c#", "visual-studio-2010", "crystal-reports", "crystal-reports-2010" ]
4,205,562
1
null
null
4
241
it's a secret message on a postcard. Please don't post the result, it would be nice if you could give a hint on how to find out what it is written in instead: ![image](https://dl.dropbox.com/u/1358257/hausaufgabe.jpg)
can anyone identify this programming language?
CC BY-SA 2.5
null
2010-11-17T14:49:12.807
2010-11-17T15:25:38.607
2017-02-08T14:30:59.223
-1
252,641
[ "programming-languages" ]
4,205,662
1
4,206,726
null
13
9,454
I have an `NSBezierPath` and I want to draw in inset shadow (similar to Photoshop) inside the path. Is there anyway to do this? Also, I know you can `-stroke` paths, but can you stroke inside a path (similar to Stroke Inside in Photoshop)? ## Update 3 ``` static NSImage * graydient = nil; if (!graydient) { g...
Draw an Inset NSShadow and Inset Stroke
CC BY-SA 2.5
0
2010-11-17T14:59:50.120
2014-02-24T06:52:48.417
2017-05-23T12:24:43.060
-1
205,895
[ "cocoa", "drawing", "photoshop", "shadow", "bezier" ]
4,205,697
1
4,205,796
null
0
213
My goal is to use to make it easy for non-programmers to execute a Python script with fairly complex options, on a single local machine that I have access to. I'd like to use the browser (specifically Safari on OS X) as a poor man's GUI. A short script would process the form data and then send it on to the main progr...
cgi scripts with no server
CC BY-SA 2.5
null
2010-11-17T15:03:38.843
2010-11-17T15:12:37.877
null
null
215,679
[ "python" ]
4,205,719
1
4,214,288
null
0
201
Ok I have a method that kicks off an object that deasl with data - a kind of factory. The factory splits data and sends the data that is split to custom objects that further process/refine the data. My problem is I log errors with an object that basically just appends the strings together into a log of error. Some e...
Disrupting the flow of a program if an error is caught?
CC BY-SA 2.5
0
2010-11-17T15:06:11.643
2010-11-18T11:33:42.403
2010-11-17T15:50:50.710
57,095
406,777
[ "java", "exception", "error-handling" ]
4,205,762
1
4,212,304
null
4
1,897
I have the following grid on an extJS page. What is the syntax to attach an onfocus or onclick event handler to a row so when the user clicks on a row I can call a function sending it the index of the row, or the row object itself? ![alt text](https://i.stack.imgur.com/QSADC.png) ``` var myData = [['Computer1', 29.8...
How can I attach an onfocus event handler to a row in an extJS grid?
CC BY-SA 2.5
null
2010-11-17T15:10:15.567
2010-11-18T06:46:24.223
null
null
4,639
[ "extjs", "event-handling", "grid" ]
4,205,903
1
null
null
1
6,959
I have created a Package and i want to use the BPL File of my Package ... My Package have VCL.dcp and RTL.dcp as Required libraries , i load this Package in my application without any errors but when i want to unload it , an Access Violation shown ! If i Build my Application with Run-Time Packages ( "vcl" and "rtl" )...
BPL File needs Run-Time Packages !
CC BY-SA 2.5
null
2010-11-17T15:22:18.693
2010-11-18T10:30:11.170
2010-11-17T15:45:32.707
420,972
420,972
[ "delphi", "delphi-2010", "package", "bpl" ]
4,205,946
1
null
null
3
5,203
I want to write a application in C# using WMI that can get and change Windows credential stored in the Windows Credential Manager, as you see in the picture below: ![Windows Credential manager](https://i.stack.imgur.com/BVeom.png)
How to Get and Change Windows Credential Username and Password
CC BY-SA 2.5
null
2010-11-17T15:25:38.540
2017-03-08T12:46:46.297
2011-03-26T10:23:15.600
53,236
510,945
[ "c#", "windows", "credentials" ]
4,205,950
1
4,207,000
null
2
422
I'm very new to Android and I have the following layout xml code: ``` <?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:stretchColumns="1" android:background="#CCC"> <TableR...
Nudge a button to the left
CC BY-SA 3.0
null
2010-11-17T15:25:45.473
2016-11-09T19:39:24.870
2016-11-09T19:39:24.870
4,370,109
395,974
[ "android", "button", "android-tablelayout" ]
4,206,112
1
4,206,167
null
0
264
Could any one give the html code for the below table using rowspan and colspan ![alt text](https://i.stack.imgur.com/ghUSa.png) Many Thanks Hari Gillala
Table Format HTML
CC BY-SA 2.5
null
2010-11-17T15:41:18.233
2010-11-17T15:48:36.087
null
null
424,611
[ "html" ]
4,206,347
1
4,206,544
null
1
1,197
Here's screenshots: ![alt text](https://i.stack.imgur.com/pbzB2.png) ![alt text](https://i.stack.imgur.com/PHxW0.png) Here's the code I'm using to load the pictureBoxes to the Panel: ``` using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System...
Adding controls to the Panel works the first couple of times, then fritzes out
CC BY-SA 2.5
null
2010-11-17T16:00:20.793
2014-03-30T20:38:33.393
null
null
null
[ "c#", "winforms" ]
4,206,790
1
4,223,918
null
2
278
Consider a `upgrades` relationship: ![Incomplete order relationship](https://dl.dropbox.com/u/1164414/SO/upgrades.png) I need to make sure that `upgrades` cannot be circular. How can I do that in Alloy?
How can one express that a relationship must not be cyclic?
CC BY-SA 2.5
null
2010-11-17T16:38:13.353
2012-08-16T18:34:40.257
2017-02-08T14:30:59.573
-1
13,992
[ "alloy" ]
4,206,951
1
4,207,100
null
0
1,771
I have these 4 hashmaps and use them in code so I can show the comparison in an excel sheet. HashMap 1 - is with a key of unique id and value as another hashmap containing tagid as key and description of fields to compare. ``` [343, ((id_1,Plan Features),(a, Deductible),(b,Individual),(c,Family),(id_4,Individual Out...
Comparing Hashmap to download data in excel
CC BY-SA 2.5
null
2010-11-17T16:54:11.910
2010-11-25T06:48:28.827
2010-11-17T19:31:21.913
203,018
203,018
[ "java", "excel", "hashmap" ]
4,206,983
1
4,207,891
null
14
2,424
I have an application that is very "connection-based", i.e. multiple inputs/outputs. The UI concept of a "cable" is exactly what I'm looking for to make the concept clear to the user. Propellerhead took a similar approach in their Reason software for audio components, illustrated in [this YouTube video (fast forward t...
How can I simulate a hanging cable in WPF?
CC BY-SA 3.0
0
2010-11-17T16:57:27.923
2011-07-20T21:34:36.557
2011-07-20T21:34:36.557
180,239
63,775
[ "c#", "wpf", "silverlight", "graphics", "gdi+" ]
4,207,562
1
null
null
27
39,017
I need to scale down images coming from a Network stream without losing quality. I am aware of this solution [Strange out of memory issue while loading an image to a Bitmap object](https://stackoverflow.com/questions/477572/android-strange-out-of-memory-issue) but it is too coarse - `inSampleSize` is an integer and do...
Android: high quality image resizing / scaling
CC BY-SA 2.5
0
2010-11-17T18:03:43.393
2017-03-06T10:28:19.237
2017-05-23T12:34:25.273
-1
450,741
[ "android", "algorithm", "image", "scaling" ]
4,207,580
1
4,219,369
null
2
1,396
I am working on a dashboard application where I would like to let the user resize the widgets on a canvas. Looking around, the best solution to me seemed to use Microsoft's ResizingAdorner class. The example can be found [here](http://msdn.microsoft.com/en-us/library/ms771714.aspx) and the code can be found [here](http...
C# WPF Resizing issue
CC BY-SA 2.5
null
2010-11-17T18:06:01.633
2010-11-18T20:40:17.890
2017-05-23T12:30:36.930
-1
271,977
[ "c#", "wpf", "resize" ]
4,207,847
1
4,207,855
null
0
81
![alt text](https://i.stack.imgur.com/pvpAN.png) Sometimes, actually, it's lowercase. Other times, it has someone else's login. Like it'll be "jdoe" for some reason. Why does it change like that? This is my work computer, if that explains anything. Thanks!
Terminal commandline basics
CC BY-SA 2.5
null
2010-11-17T18:34:40.853
2010-11-17T18:35:44.790
null
null
177,541
[ "command-line", "terminal" ]
4,207,966
1
4,208,611
null
0
306
I would like to know if it's possible to remove red areas(on JProgressBar) on the following image. ![JProgressBar](https://i.stack.imgur.com/x2n4f.png) These are blue lines on the top and left side of the progress bar which I would like to remove. I have managed to remove it with paint() method, painting progress bar...
Remove some layout elements from JProgressBar
CC BY-SA 2.5
null
2010-11-17T18:46:24.747
2010-11-17T20:00:57.270
null
null
168,233
[ "java", "jprogressbar" ]
4,207,958
1
4,208,207
null
8
4,045
For a current project, I needed a dropdown menu with color names (strings) with a small example square of the color next to it (image). So, I was able to design a custom ComboBox to achieve this. However, I'm having one problem....when I select an item from the list, the color example doesn't show up, only the name of...
Drawing Images within a Custom ComboBox
CC BY-SA 2.5
0
2010-11-17T18:45:57.240
2012-04-23T11:39:26.017
2020-06-20T09:12:55.060
-1
397,985
[ "c#", "image", "user-controls", "combobox", "drawing" ]
4,208,184
1
4,208,220
null
1
2,773
I want to create layout like this on facebook app. Тo appear with effect from bottom to top. I don't know where to find example (xml and code) for this Thanks ![alt text](https://i.stack.imgur.com/dYlZK.jpg)
Android floating layout with buttons
CC BY-SA 2.5
0
2010-11-17T19:13:22.203
2010-11-17T19:43:09.940
2020-06-20T09:12:55.060
-1
432,848
[ "android" ]
4,208,231
1
4,208,272
null
24
14,630
Sometimes (but not always!?) when I paste or end a line with a semi-colon, Visual Studio will add a space after the `if` statement! For example, when pasting, this ``` if() ``` will turn into this: ``` if (condition) ``` and, when completing a line, this ``` if(condition) DoSomething() ``` will turn into ...
Visual Studio adding space after if-statements
CC BY-SA 2.5
0
2010-11-17T19:19:29.637
2023-01-24T22:18:23.560
null
null
238,419
[ "c#", "visual-studio-2008", "formatting", "resharper" ]
4,208,317
1
4,209,313
null
0
2,725
I am using the Wordpress plugin, [Audio Player](http://wordpress.org/extend/plugins/audio-player/). While it displays perfectly in a Full Post after clicking on "Read More...", it displays `[Audio clip: view full post to listen]` in the Excerpt Preview. I imagine it is because of Wordpress stripping Shortcodes, but...
How to display Audio Player in Post Excerpt?
CC BY-SA 2.5
null
2010-11-17T19:28:21.590
2015-08-28T21:04:27.687
2010-11-22T16:22:59.493
313,758
480,763
[ "wordpress" ]
4,208,438
1
4,209,264
null
0
263
![alt text](https://i.stack.imgur.com/tJB9E.jpg) I have modified the structure of d xml file. i want to edit value of visible
I want to edit xml file
CC BY-SA 2.5
0
2010-11-17T19:42:32.377
2010-11-23T15:03:55.960
2010-11-17T20:14:59.297
428,747
428,747
[ "c#", "asp.net", "xml", "xmlreader", "xmltextwriter" ]
4,208,456
1
4,208,575
null
0
6,280
Is it possible to show TGA thumbnails in OpenFileDialog? When using the System.Windows.Controls.OpenFileDialog control to browse image folders Windows 7, it will show preview thumbnails icons for JPG, PNG, or BMP image files. Unfortunately, Windows does show previews for TGA files. However, Windows show TGA preview t...
How does one display thumbnail images for TGA files with OpenFileDialog?
CC BY-SA 2.5
null
2010-11-17T19:44:07.323
2012-12-01T20:37:01.387
null
null
70,578
[ "winforms", "windows-7", "thumbnails", "preview", "openfiledialog" ]
4,208,795
1
4,210,230
null
4
1,504
I need to create an extension method for a `GraphicsPath` object that determines if the `GraphicsPath` is wound clockwise or counter-clockwise. Something like this: ``` public static bool IsClockwise(GraphicsPath gp) { bool bClockWise = false; PointF[] pts = gp.PathPoints; foreach (PointF...
GraphicsPath.IsClockWise() Extension Method
CC BY-SA 2.5
0
2010-11-17T20:21:17.893
2010-11-18T17:24:47.103
null
null
494,219
[ "c#", "algorithm", "methods", "graphicspath" ]
4,209,198
1
4,209,249
null
0
114
My entity model was generated from the existing database. There is a many-to-many junction table picked up and hidden by EF. ![](https://imgur.com/dLuSu.png) The relationship is definitely working because this query returns 2 users as expected. ``` public IQueryable<User> FindUsersByGroupID(int group_id) { ...
EF1 navigation properties not working?
CC BY-SA 2.5
null
2010-11-17T21:10:16.733
2010-11-17T21:16:24.523
null
null
390,407
[ "asp.net", "entity-framework", ".net-3.5" ]
4,209,360
1
4,216,620
null
3
3,422
I'm solving the following problem: I have an object and I know its position now and its position 300ms ago. I assume the object is moving. I have a point to which I want the object to get. What I need is to get the angle from my current object to the destination point in such a format that I know whether to turn left ...
How can I correctly calculate the direction for a moving object?
CC BY-SA 2.5
0
2010-11-17T21:30:26.520
2011-01-08T08:43:15.840
2010-12-31T06:42:49.777
52,738
333,786
[ "matlab", "trigonometry" ]
4,209,383
1
4,209,401
null
17
3,755
I have an image prepared with transparency, like this: ![alt text](https://i.stack.imgur.com/A1DZq.png) With two UIviews, I configure the background colors as so: ``` self.view.backgroundColor = [UIColor groupTableViewBackgroundColor]; self.dashedView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNa...
How to preserve image transparency when using colorWithPatternImage:
CC BY-SA 2.5
0
2010-11-17T21:33:09.667
2012-05-18T18:38:32.777
null
null
27,606
[ "iphone", "objective-c", "uiview" ]
4,209,490
1
4,209,694
null
12
22,382
I've inherited an ASP.NET web site that has an SSL certificate bought via GoDaddy. The problem is that the certificate seems to be invalid because of some "mixed content/resources" (I think that's how its called) coming from http sites. Chrome is showing the red cross over the lock next to https, meaning it's unsecur...
How to identify mixed content in https website
CC BY-SA 2.5
0
2010-11-17T21:48:26.527
2018-04-01T16:22:08.703
null
null
105,937
[ "security", "resources", "web", "https", "ssl-certificate" ]
4,209,555
1
4,209,869
null
0
5,591
Basically, I have multiple widgets I'm trying to switch between... and the default is a QTabWidget. Aside from some modification, the two examples (QStackedWidget and QTabsExapmle) are just mingled together. I can't get the "connect" portion to work (get an error: no matching function for call to QTabsExample::connec...
Qt - QStackedWidget and QTabsExample help
CC BY-SA 2.5
null
2010-11-17T21:56:46.383
2010-11-18T19:24:52.243
2010-11-18T18:44:39.920
null
null
[ "c++", "qt", "qt4" ]
4,209,767
1
null
null
2
617
I'm working on a project where I need to render diagrams in the browser similar to this: ![alt text](https://i.stack.imgur.com/2AkDT.jpg) I've looked at a number of organisational charting tools such as the [Google Visualisations Organisation Chart](http://code.google.com/apis/visualization/documentation/gallery/orgch...
Is there a Javascript library that allows me to draw organisation charts left to right?
CC BY-SA 2.5
null
2010-11-17T22:22:20.537
2010-11-18T19:24:04.690
2010-11-18T11:21:20.723
419
419
[ "javascript", "html", "charts" ]
4,209,791
1
4,211,307
null
146
68,104
I have read the other stackoverflow threads regarding . I understand the intent of each pattern. However, I am not clear on the definition. > Factory Method defines an interface for creating an object, but lets subclasses decide which of those to instantiate. A factory method lets classes defer instantiation...
Design Patterns: Abstract Factory vs Factory Method
CC BY-SA 4.0
0
2010-11-17T22:25:07.523
2021-09-30T07:04:49.447
2019-12-03T16:23:42.747
45,112
null
[ "design-patterns", "language-agnostic", "uml", "factory-method", "abstract-factory" ]
4,209,835
1
4,210,027
null
1
483
How can I make the selection color (blue here) stop at the end of the filename instead of going all the way to the edge of the `ListView`? I put the orange background on the item `StackPanel` to show that it is not because it fills the whole width which I first thought. ``` <Expander Header="Project"> <Expander.R...
How to limit selection background color to item width in WPF ListView?
CC BY-SA 2.5
null
2010-11-17T22:30:34.430
2010-11-18T05:35:26.563
2010-11-18T05:35:26.563
228,755
212,865
[ "listview", "width", "selection", "listviewitem", "wpf-4.0" ]
4,209,897
1
null
null
3
1,159
I am getting a very frequented error ( as I could find from web) but none of the solutions have helped me I am deploying ASP.NET MVC 2 Project with Target Framework as 4.0 on IIS 6 . Thanks to [Phil Haack](http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx) I was able to configure IIS 6 to re...
ASP.NET MVC 2, .NET 4 IIS 6 and Unrecognized attribute 'targetFramework'
CC BY-SA 2.5
0
2010-11-17T22:38:51.090
2010-11-18T21:36:25.813
null
null
148,819
[ "asp.net-mvc-2", "deployment" ]
4,210,480
1
4,216,221
null
13
9,390
Suppose I have a DataGrid that is defined like this ``` <DataGrid AreRowDetailsFrozen="True" ItemsSource="{Binding MyCollection}" AutoGenerateColumns="False"> <DataGrid.RowDetailsTemplate> <DataTemplate> <Border CornerRadius="5" BorderBrush="Red" BorderTh...
DataGrid RowDetails Width problem
CC BY-SA 3.0
0
2010-11-18T00:05:30.273
2015-05-18T11:41:51.920
2011-08-30T05:59:24.070
318,425
318,425
[ "wpf", "datagrid", "wpfdatagrid", "rowdetails" ]
4,210,717
1
4,211,960
null
2
754
I am having an issue applying a transform to a UIImageView's layer. Using the code below, I am trying to rotate this needle, but I am getting duplicate copies drawn. I have checked that there is no other place where the needle image is added, and commenting out the `addSubview` makes neither one show up, so it is def...
Duplicate layers drawn with a UIImageView and CGAffinetransform
CC BY-SA 2.5
0
2010-11-18T01:04:23.123
2010-11-18T05:29:23.080
2010-11-18T01:37:08.393
69,634
69,634
[ "iphone", "animation", "uiview", "transform", "cgaffinetransform" ]
4,211,204
1
null
null
1
2,835
I have a JLabel with a box icon on it. I create the icon's image in photoshop. It's a png-24 image with the background full erased. But when moved on top of a dark background, you can see that the background isn't fully transparent: ![image](https://i.stack.imgur.com/anUsJ.png) --- EDIT #2: The image IS transp...
Java - JLabel background isn't fully transparent?
CC BY-SA 3.0
0
2010-11-18T02:45:04.897
2011-12-04T00:13:51.163
2011-12-04T00:13:51.163
84,042
505,544
[ "java", "image", "transparency", "transparent", "jlabel" ]
4,211,683
1
8,741,434
null
13
2,962
I suspect there's probably an easy answer to this I'm just not seeing, but whenever I run a TeamCity build with either MSBuild or the Visual Studio solution runner against a .csproj and target "Package", the build artifacts always include the "csproj.teamcity.patch" string after the project name: ![alt text](https://i...
Why does TeamCity add "csproj.teamcity.patch" to web app package files?
CC BY-SA 2.5
0
2010-11-18T04:27:42.723
2013-05-03T14:01:44.090
null
null
73,948
[ "msbuild", "teamcity" ]
4,211,694
1
4,211,840
null
0
909
![alt text](https://i.stack.imgur.com/uaA02.gif)Hi All, I am binding the SSN value to the grid using ASP.net which i am getting from the SQL database. I have used the below code to format the SSN. But i could not get the specified format. Please help me to find out the solution.
Bind SSN to telerik grid in formatted way XXX-XX-XXXX instead of XXXXXXXXX
CC BY-SA 2.5
null
2010-11-18T04:31:41.750
2010-11-18T05:04:35.167
2010-11-18T04:34:00.283
231,317
231,317
[ "asp.net", "format", "itemtemplate" ]
4,211,751
1
4,899,004
null
0
399
I'm modifying "Randy Drisgill" blank master page template( publishing ) . I've added a combo box like, ![alt text](https://i.stack.imgur.com/Mfk9f.png) When I preview on web , everything looks fine as below, ![alt text](https://i.stack.imgur.com/YR9by.png) But I noticed upload document form is getting the same combo...
SharePoint master page problem
CC BY-SA 2.5
null
2010-11-18T04:44:21.827
2011-02-04T14:20:02.137
2010-11-19T07:14:23.357
263,357
263,357
[ "sharepoint-2010", "sharepoint-designer" ]
4,212,157
1
null
null
1
120
Greetings to all, I am trying to implement in app purchases and still finding difficulty to get it working..since i get invalid product identifiers as response. In this case, i am having a doubt, in the iTunes to get it working on in app purchases, i have created a paid app contract but i have not provided any bank...
Help on iTunes Connect
CC BY-SA 2.5
null
2010-11-18T06:19:06.040
2010-11-29T00:09:05.177
2010-11-18T08:24:41.540
352,627
352,627
[ "iphone", "iphone-sdk-3.0" ]
4,212,220
1
4,215,558
null
0
429
![alt text](https://i.stack.imgur.com/2R1GN.jpg) Using XQuery: List the id, name, publisher and platforms for each game that is supported by more than one platform. Platforms should be enclosed in one XML tag delimited by a comma. I am getting problem in thinking that how do i count the patforms. The platforms that ...
Xquery problem in counting
CC BY-SA 2.5
null
2010-11-18T06:32:31.837
2010-11-28T09:50:12.407
2010-11-28T09:50:12.407
23,354
507,087
[ "xquery" ]
4,212,247
1
null
null
0
73
So I am just wondering what it means for a foreign key relationship. I have two tables. Courses and Schools. One school can have many courses. So does the following relationship make sense? ![alt text](https://i.stack.imgur.com/oONEQ.png) ![alt text](https://i.stack.imgur.com/6tdxr.png)
does this very simple relationship make sense?
CC BY-SA 2.5
null
2010-11-18T06:37:53.840
2010-11-18T07:22:01.847
null
null
50,312
[ "foreign-key-relationship" ]
4,212,305
1
null
null
0
38
So I am working on a project. Very small to learn ASP MVC 2. Currently I am working on my computer and for my db I am using a sql server database file (mdf). When I host this online, the server will probably have sql server full version. So my question is can I use LINQ to SQL ORM designer to design my database? Ad...
so what is a db repository
CC BY-SA 2.5
null
2010-11-18T06:46:26.653
2010-11-18T17:30:21.423
null
null
50,312
[ "linq-to-sql" ]
4,212,314
1
4,213,977
null
1
1,413
I tried to install the Google App Engine plugin in Eclipse (Version 3.6 Helios) via `Install New Software...`, but the download never finished because it kept timing out. I then tried to install the plugin via the "dropin" method as described [in this answer](https://stackoverflow.com/questions/4202592/how-to-increase...
How to fix an Eclipse 3.6 plugin installation?
CC BY-SA 2.5
null
2010-11-18T06:48:39.157
2012-02-12T10:35:21.743
2017-05-23T12:19:43.823
-1
67,063
[ "java", "eclipse", "google-app-engine", "eclipse-plugin", "gae-eclipse-plugin" ]
4,212,568
1
4,213,628
null
3
6,439
I am a total beginner in WPF. I would like to bind the following `DataSet` containing nodes and relations to a `TreeView`. The dataset is: ``` internal static DataSet getData() { DataTable dt = new DataTable("data"); dt.Columns.Add("Id", typeof(int)); dt.Columns.Add("ParentId", typeof(int)); dt.Columns...
WPF how to bind self-referential dataset to a treeview
CC BY-SA 2.5
null
2010-11-18T07:34:31.967
2010-11-18T10:08:20.783
2010-11-18T07:54:32.200
318,425
428,789
[ "c#", "wpf", "treeview", "dataset" ]
4,212,636
1
null
null
0
803
I have some problems 1. how do I make my statusbar context menu that consists of 2 choices of menu preferences and addons status example of context menu i want to make ![alt text](https://i.stack.imgur.com/P0nCg.png) this is my code : ``` <popupset> <menupopup id="intransContextMenu"> <menuitem label="intrans...
how to create context menu in statusbar?
CC BY-SA 2.5
0
2010-11-18T07:45:46.987
2010-11-18T10:33:37.707
null
null
495,688
[ "firefox-addon", "xul" ]
4,212,736
1
4,213,216
null
-1
1,038
I'm developing an app in c# that uses directinput... in my dev pc, that there's installed directx sdk everything works fine... but in another pc that have only directx client installed, the app didn't work.. I added into the folder the dll: - I need to add someother to let's play??? thanks in advance! the error is...
directinput dll problem
CC BY-SA 2.5
0
2010-11-18T08:03:42.407
2010-11-18T09:18:54.630
2010-11-18T08:23:47.270
349,045
349,045
[ "c#", "directx", "directinput" ]
4,213,155
1
4,219,710
null
0
1,718
I'm using Measurement Studio. I need to use the `DAQmx Timing VI` functionality in my C# application. How to do this. Please Help me. The VIs are here ![alt text](https://i.stack.imgur.com/jClTj.jpg) ![alt text](https://i.stack.imgur.com/AwEmh.jpg) ![alt text](https://i.stack.imgur.com/oP7ao.jpg)
How to use DAQmx Timing (Sample Clock ) in C#.Net
CC BY-SA 2.5
null
2010-11-18T09:11:40.530
2013-03-21T15:04:34.573
2011-02-26T15:28:26.393
11,343
336,940
[ "c#", "labview", "nidaqmx", "measurement-studio" ]
4,213,710
1
4,213,852
null
4
4,511
I know xcode don't have radio Button so I try to add a custom button and make it action like a radio button This is the image I use ![alt text](https://i.stack.imgur.com/V1M6H.png) ![alt text](https://i.stack.imgur.com/C2jN9.png) and this is the code I set to cell ``` UIButton *but = [UIButton buttonWithType:UIBut...
Add Radio Button in Tableview Got Some Problem
CC BY-SA 2.5
0
2010-11-18T10:16:58.487
2010-11-19T12:59:05.173
2010-11-19T12:59:05.173
106,435
437,132
[ "iphone", "cocoa-touch", "uitableview", "radio-button" ]
4,213,778
1
4,213,814
null
0
603
I want to find out how to shear images in IOS 4.0. I have an image. The output should look like the following image... ![alt text](https://i.stack.imgur.com/tk85m.png) I have seen the Affine transform [method specified here](http://iphonedevelopment.blogspot.com/2008/10/cgaffinetransform-11-little-more.html). But cou...
How to shear images in iphone
CC BY-SA 2.5
null
2010-11-18T10:27:17.677
2010-11-18T10:30:50.230
null
null
303,155
[ "iphone", "ios4" ]