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,965,091
1
3,965,160
null
1
2,705
I want to position "Game on Sep 27" in the lower left-hand corner, across from "Lost 100 chips." But I can't see to get it positioned in the lower left-hand side. ![alt text](https://i.stack.imgur.com/rFuWx.png) Here's my current CSS: ![alt text](https://i.stack.imgur.com/XGBwO.png) Any suggestions? Much appreciate...
CSS Positioning -- elements in lower right-hand, left-hand corner
CC BY-SA 2.5
null
2010-10-19T03:16:53.023
2010-10-19T04:29:08.457
null
null
251,257
[ "css" ]
3,965,126
1
3,965,149
null
0
1,904
I am using [google-api-client](http://code.google.com/p/google-api-java-client/) to access Google calendar. Following are the permissions in my manifest file. ``` <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.GET_ACCOUNTS" /> <uses-permission ...
Android google calendar permission issue
CC BY-SA 3.0
0
2010-10-19T03:24:05.423
2013-12-29T02:20:05.993
2013-12-29T02:20:05.993
881,229
480,007
[ "android", "permissions", "google-calendar-api", "account" ]
3,965,153
1
3,967,142
null
1
1,084
How can I get the bytearray data from an image that is under certain shape, for example a circule or square? Let's say I want to modify ONLY the pixel inside this circule, how can I get this Bytearray data? ![alt text](https://i.stack.imgur.com/e3i2g.png) Any ideas?
As3 and Image ByteArray Data
CC BY-SA 2.5
0
2010-10-19T03:32:45.473
2010-10-19T09:53:27.110
null
null
440,243
[ "actionscript-3", "image-processing", "arrays", "decoding" ]
3,965,161
1
3,965,210
null
3
2,375
I am trying to convert an IEEE based floating point number to a MIL-STD 1750A floating point number. I have attached the specification for both: ![alt text](https://i.stack.imgur.com/sPvHx.png) I understand how to decompose the floating point 12.375 in IEEE format as per the [example on wikipedia.](http://en.wikipedi...
Convert Between Floating Point Standards
CC BY-SA 2.5
null
2010-10-19T03:34:23.300
2010-10-19T19:06:27.487
2010-10-19T19:06:27.487
4,279
141,203
[ "c++", "floating-point", "ieee-754" ]
3,965,351
1
3,965,426
null
19
35,349
I'm starting to learn to use Inkscape, and I'm going through [this tutorial](http://www.libregraphicsworld.org/articles.php?article_id=7) on creating a shiny clockface. Each hour position is represented by a circle, so I want to place the circle's rotation cross mark is the absolute center of the circle, as well as pu...
Enabling guides to help center in Inkscape
CC BY-SA 2.5
0
2010-10-19T04:33:13.320
2014-02-12T20:19:35.513
null
null
231,588
[ "inkscape" ]
3,965,799
1
3,965,825
null
2
2,121
Is it possible to create a fluid width LI with background imaage that adjusts its size based on content and doesn't follow the width of a parent DIV. If possible, using only CSS. ``` <div id="navbody"> <!--Button Start--> <ul id="button"> <li> Home <div class="btnright"></div> ...
Fluid width HTML list item using CSS
CC BY-SA 3.0
null
2010-10-19T06:24:14.990
2014-04-09T19:19:21.230
2014-04-09T19:19:21.230
3,447,910
372,935
[ "html", "css" ]
3,966,078
1
3,995,327
null
5
24,023
I want to set colspan for the header row in the grid view to look the same as on the image below: ![alt text](https://i.stack.imgur.com/6SQbX.jpg) Html code is: ``` <html> <body> <table border="1"> <tr> <th colspan=2>Header</th> </tr> <tr> <td>row 1, cell 1...
ASP.NET WebForms - How to set colspan for header row in the GridView?
CC BY-SA 2.5
0
2010-10-19T07:15:28.753
2012-08-31T02:11:59.027
null
null
141,835
[ "asp.net", "gridview", "webforms" ]
3,966,105
1
null
null
6
612
Domain model of having and . What kind of figures are you going to expect when hydrating using nHibernate? My domain model not very complex and when I query all Documents fetching Editions as well as Tags the query returns a little more than 8000 rows from the database - which in turn are hydrated into about 2300 ...
nhibernate hydration performance
CC BY-SA 2.5
0
2010-10-19T07:21:35.603
2011-05-26T12:10:33.163
2010-10-21T13:47:50.723
76,019
76,019
[ "performance", "nhibernate" ]
3,966,496
1
3,966,793
null
2
857
I have got a problem with a CLLocation. I wanted to know the distance between two coordinates to show it next to the title of the location in a tableView: ``` static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = ...
CLLocation generates strange Error
CC BY-SA 2.5
null
2010-10-19T08:27:44.653
2010-10-19T09:06:44.400
null
null
1,819,344
[ "iphone", "mapkit", "cllocation", "userlocation" ]
3,967,176
1
3,968,006
null
17
1,729
Microsoft have now reproduced the bug and are working on a fix. Whilst evaluating the viability of the .NET platform for low latency software development, we have discovered a serious bug in the .NET 4 concurrent workstation garbage collector that can cause applications to hang for up to several minutes at a time. O...
Can you repro this 64-bit .NET 4 GC bug?
CC BY-SA 2.5
0
2010-10-19T09:57:50.693
2021-09-09T05:45:54.693
2010-10-22T12:19:10.960
13,924
13,924
[ ".net", "garbage-collection" ]
3,967,640
1
null
null
2
435
I am a junior software engineer,I like this site and people in it.So,I want to ask my problems to see your answers and suggestions.Then,please don't mad at me for asking without searching. My problem is about Distributed database communication(MSSQL Server 2008).In picture,I need a Main Server in center of star topolo...
Distributed Database Communication
CC BY-SA 2.5
0
2010-10-19T11:00:28.053
2010-10-19T11:10:53.577
null
null
457,136
[ "sql-server", "web-services", "distributed-objects" ]
3,967,668
1
3,967,889
null
5
4,289
is it possible to make CSS Layers shaped like the following image... ![alt text](https://i.stack.imgur.com/o5Qim.png) i know we can have images of this shape and with transparent backgrounds we can have Layers shaped like these... but no i want CSS Layers to actual borders like these shapes... is there a way CSS, jQ...
Multi-Shaped CSS Layers \ Non-rectangular CSS Layer
CC BY-SA 2.5
0
2010-10-19T11:03:44.553
2016-12-06T09:47:58.453
2014-12-02T10:12:21.897
1,811,992
158,455
[ "jquery", "css", "layer", "shapes", "css-shapes" ]
3,967,900
1
3,975,524
null
3
904
I made simple interface in Visual Studio 2010. When I launched application everything is bigger. Red square on screenshot represents size of the Button in launched application (On the right). Am I missing something? How to fix it? P.S. In "Microsoft Expression Blend 4" the same project is exactly the same size as in e...
Visual Studio 2010 WPF Designer scale
CC BY-SA 2.5
0
2010-10-19T11:38:28.673
2010-10-22T17:07:38.007
2010-10-20T17:38:03.517
465,408
465,408
[ "c#", ".net", "wpf", "visual-studio-2010", "size" ]
3,967,992
1
3,968,681
null
0
620
![alt text](https://i.stack.imgur.com/1aEXt.jpg)Can you control the size of the text and it's alignment on the action sheet? Also, Can you decide the order in which the destructivebutton and otherbuttons will appear on the action sheet? The screenshot like screen is what I am trying to create. Thanks in advance
UIActionSheet Customization
CC BY-SA 2.5
null
2010-10-19T11:51:32.983
2010-10-19T13:12:37.183
null
null
null
[ "iphone", "iphone-sdk-3.0" ]
3,967,979
1
3,969,315
null
3
1,556
I am losing my patience with this. I am working on a Windows Phone 7 application and I can't figure out what layout manager to use to achieve the following: ![An sketch of the desired page layout](https://i.stack.imgur.com/uZnwq.png) Basically, when I use a Grid as the layout root, I can't make the grid to stretch to...
Right-aligning button in a grid with possibly no content - stretch grid to always fill the page
CC BY-SA 2.5
0
2010-10-19T11:49:56.573
2010-12-30T17:50:43.007
2010-12-30T17:50:43.007
16,241
81,520
[ "silverlight", "layout", "windows-phone-7" ]
3,968,143
1
8,859,876
null
15
7,360
Is it possible to get cut out text effect like this using CSS/CSS3 only? or image is the only option to get this effect. ![alt text](https://i.stack.imgur.com/slZR5.png)
Is it possible to get cut out text effect like this using CSS/CSS3 only?
CC BY-SA 2.5
0
2010-10-19T12:10:27.527
2013-09-11T17:53:43.947
null
null
84,201
[ "css" ]
3,968,210
1
3,968,601
null
0
1,983
I have Simple application. --- ![alt text](https://i.stack.imgur.com/jzwI4.png) --- ``` <Window x:Class="WpfControlReview.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" mc:Ignorable="d" xmlns:d="http://sch...
Disable clicking through other controls - WPF
CC BY-SA 2.5
null
2010-10-19T12:19:03.223
2010-10-19T13:03:49.557
null
null
465,408
[ "c#", ".net", "wpf", "events", "button" ]
3,968,447
1
3,968,532
null
4
1,648
Is it possible that if a div is scrolled to, it should execute a function, like for example: ![alt text](https://i.stack.imgur.com/AsTPz.png) Yes? No?
Fire function when div is scrolled to | jQuery
CC BY-SA 2.5
0
2010-10-19T12:47:10.403
2018-10-11T13:16:51.873
null
null
264,795
[ "jquery", "scroll" ]
3,969,380
1
3,969,782
null
43
139,769
is there a way to achieve this effect in a cross-browser compatible way without having to prepare separated images? Basically the frame on which text lays has a white overlay of 50% opacity.. I would like a solution that doesn't involve creating any other image in addition to the background but I don't know if it's po...
Achieving white opacity effect in html/css
CC BY-SA 2.5
0
2010-10-19T14:25:46.447
2016-12-07T02:00:17.063
null
null
121,747
[ "html", "css", "opacity" ]
3,969,456
1
null
null
1
338
If I had something like this: ![Class diagram](https://i.stack.imgur.com/RfysR.png) Where would each class go? Does anyone have any links to good examples of MVC?
MVC - where does this belong to?
CC BY-SA 2.5
null
2010-10-19T14:34:45.450
2011-08-23T13:27:30.263
2011-08-23T13:27:30.263
207,202
480,594
[ "c#", "asp.net-mvc" ]
3,969,757
1
3,989,222
null
5
7,310
By referring to the answer at [Multi Columns Combo Box for Swing](https://stackoverflow.com/questions/3792606/multi-columns-combo-box-for-swing), I manage to implement a 3 multi columns JComboBox as follow. ![alt text](https://i.stack.imgur.com/4XCs6.png) However, this is not perfect. My intention is to have somethin...
How to have JComboBox drop down list which is wider than the JComboBox itself
CC BY-SA 2.5
0
2010-10-19T15:01:57.290
2011-03-01T15:13:09.677
2017-05-23T12:13:26.330
-1
72,437
[ "java", "swing" ]
3,970,670
1
3,979,924
null
9
7,046
I have just upgraded my ASP MVC 3 application from the preview to the beta version. In preview everything worked fine, but as soon as I upgraded weird things started to happen. I get this error message: > Compiler Error Message: CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'Syste...
Complications when upgrading from ASP MVC 3 Preview 1 to beta
CC BY-SA 2.5
0
2010-10-19T16:47:50.737
2012-08-10T10:30:25.393
2010-10-19T17:25:15.450
219,443
219,443
[ "asp.net-mvc", "asp.net-mvc-3" ]
3,971,419
1
3,971,489
null
2
971
I have an entity framework project setup. It it I have four tables and three entities ("A", "B", & "C"). There is a 1:n relationship between A and B, and between A and C, and a n:n relationship between B and C. ![alt text](https://i.stack.imgur.com/VZQt8.jpg) I use the following code to try to add a new "B" entit...
How to add child relationships when creating a new object in the Entity Framework
CC BY-SA 2.5
null
2010-10-19T18:24:54.683
2010-10-19T20:28:50.000
2010-10-19T18:30:25.110
226,376
226,376
[ "entity-framework" ]
3,971,552
1
3,971,572
null
-1
3,693
I am using this code: ``` #menu { margin: 0; padding: 0; display: block; overflow: auto; } #menu li { margin: 1px; padding: 0; float: left; } #menu li a { display: block; padding: 2px; padding-left : 15px; padding-right: 15px; font-family: "Ta...
CSS Horizontal Menu is showing list bullets
CC BY-SA 3.0
null
2010-10-19T18:41:12.290
2016-04-04T13:29:06.667
2016-04-04T13:29:06.667
2,169,868
158,455
[ "html", "css", "menu", "html-lists" ]
3,971,899
1
3,971,951
null
3
2,204
i use this code to create thumbnails ``` System.Drawing.Image.GetThumbnailImageAbort abort = new System.Drawing.Image.GetThumbnailImageAbort(this.ThumbnailCallback); System.Drawing.Image image2 = image.GetThumbnailImage((int)Math.Round((double)wid / difference), (int)Math.Round((double)hei / difference), abort, IntPtr...
please help me with image.GetThumbnailImage (it create very low quality image)
CC BY-SA 2.5
null
2010-10-19T19:20:51.027
2020-12-11T10:02:19.233
2010-10-19T19:32:46.940
237,838
347,717
[ "asp.net", "image", "thumbnails", "system.drawing" ]
3,971,972
1
3,973,993
null
2
777
I'm creating a slider bar, which will be a subclass of JSlider, as part of a logging gui. What I'd like to do is be able to draw some items above the slider bar (e.g. a "volume" display, indicating how much logging info will be spit out by a particular setting). I have overridden the paintComponent() method, but I'm ...
How is the clipping rectangle for a JComponent calculated?
CC BY-SA 2.5
null
2010-10-19T19:30:52.723
2010-10-21T16:34:55.540
2020-06-20T09:12:55.060
-1
281,460
[ "java", "swing", "paint", "clipping" ]
3,972,183
1
5,811,782
null
6
712
I'm developing a mobile web application and I have a home screen with a number of icons on it, so I tried to use a sprite to serve all the images in one swoop. I noticed, however, that the iphone4 scaled the images in my sprite fairly well (they looked a little dithered), but on my HTC Evo the sprite rendered images l...
Android Web Browser Scaling Works More Effectively for Images than Sprites
CC BY-SA 3.0
0
2010-10-19T19:53:39.897
2013-03-27T13:07:50.967
2013-03-27T13:07:50.967
1,401,895
273,973
[ "android", "mobile-website", "css-sprites", "android-browser" ]
3,972,762
1
null
null
1
870
I need to draw some execution sequences for some real time systems scheduled using rate monotonic algorithm. The drawing has to be done using Java and it has to be very basic. Do you a very simple way to do this drawing? Simpler than Graphics2D? Thanks a lot! The diagram I want to be as simple or even simpler as this...
Simple execution sequence for real time systems drawn in Java
CC BY-SA 2.5
null
2010-10-19T21:05:28.167
2010-10-19T21:41:14.880
null
null
471,521
[ "java", "scheduling", "plot", "real-time-systems" ]
3,973,037
1
3,973,068
null
0
1,889
I'm trying to make a data filter with php and to do so, I want to use a form with 'get' method. Not the problem is, that I get this notice, when I'm trying to refer to any of the $_GET['var']'s. ``` echo $_GET['kraj']; Notice: Undefined index: kraj in C:\wamp\www\inc\pages\filtr.php on line 23 ``` And here is the U...
PHP - Why do i get Undefined index on $_GET variable? (possible .htaccess clash)
CC BY-SA 2.5
0
2010-10-19T21:42:51.430
2010-10-19T21:48:46.067
null
null
134,602
[ "php", ".htaccess", "notice" ]
3,973,108
1
null
null
3
1,549
I have old code in Java which deadlocks... I never used netbeans as a development tool... however, I need to fix the code. I ran the application in debug mode, clicked on check for deadlock and netBeans brought a screen. Two out of four threads were in red... see the screen dump below. I'm new to multithreading, and ...
How to remove deadlock in Java code using NetBeans
CC BY-SA 2.5
0
2010-10-19T21:54:16.877
2010-10-19T22:15:35.337
null
null
318,247
[ "java", "multithreading", "deadlock" ]
3,973,114
1
3,974,340
null
0
3,722
I need to make a round button with some text on it (Centered). For the round button, I'm using an Image and onClick methods, but my problems come when i'm trying to overlap some text (Centered) over the image. "Like this "![alt text](https://i.stack.imgur.com/U93TP.png) The text have to be customizable, so I can't ju...
GWT Button(Image + Text)
CC BY-SA 2.5
null
2010-10-19T21:54:38.143
2010-10-20T02:34:48.897
null
null
359,467
[ "java", "image", "gwt", "button" ]
3,973,263
1
3,973,300
null
7
2,503
Either my google searching has completely left me or there's hardly any documentation/tutorials for . Too bad, because it seems like a nice enough app. Through some trial-and-error, I have managed to get it mostly running on my site. My question, using how do I request permission for the facebook user's full name, c...
Facebook Connect: capturing user data with django-profiles and django-socialregistration
CC BY-SA 2.5
0
2010-10-19T22:22:00.323
2010-10-20T05:20:43.047
2010-10-20T01:32:29.280
370,689
370,689
[ "django", "facebook", "registration", "user-profile" ]
3,973,273
1
3,973,303
null
2
121
i have this `li` list which displays an image with the username right next to it: but the username is at the bottom, i want it to be at the top: just like this: ![alt text](https://i.stack.imgur.com/sLRje.png) the code i have is at [http://www.jsfiddle.net/RpCUV/](http://www.jsfiddle.net/RpCUV/) with an illustration...
css postioning with images and text at top?
CC BY-SA 2.5
null
2010-10-19T22:23:42.303
2010-10-19T22:32:09.587
2010-10-19T22:28:51.243
107,862
428,137
[ "html", "css", "image" ]
3,973,275
1
3,973,296
null
4
1,318
I have two warnings for my project in xcode, both don't stop the app running but I want to make sure I build without any warnings. I recently removed Flurry from my app, and libsimulate and I can't get these messages to stop appearing despite spending many hours searching for answers on StackOverflow and Google. I kn...
Directory 'X' following -L not found
CC BY-SA 2.5
null
2010-10-19T22:24:20.383
2010-10-19T22:29:34.757
null
null
100,209
[ "iphone", "objective-c", "xcode", "ios4" ]
3,973,401
1
3,973,713
null
0
193
I was using a hosting to run my site, lately it has been working fine but today i opened the site in the browser at "[http://www.arquisanjose.org/ver2](http://www.arquisanjose.org/ver2)" and shows me the following message: ![alt text](https://i.stack.imgur.com/QzwmI.png) i´ll appreciate some of your help...
How to fix the directory that shows me a "forbidden" message when i open it in the browser?
CC BY-SA 2.5
null
2010-10-19T22:49:20.767
2010-10-19T23:43:54.703
null
null
477,093
[ "php", "apache", "ftp", "apache2", "filezilla" ]
3,973,456
1
3,973,527
null
27
27,062
I'm trying to use a `<legend>` as a title inside a `<fieldset>`. In browsers other than IE, the `<legend>` is positioned on the top border of the `<fieldset>`, with the text perfectly centered on the line. ![alt text](https://i.stack.imgur.com/IyOrK.jpg) I'm trying to reset it's position so that it sits just like an...
Default CSS values for a fieldset <legend>
CC BY-SA 2.5
0
2010-10-19T22:59:34.970
2022-06-08T10:40:24.770
2010-10-22T22:15:07.780
333,255
333,255
[ "html", "css", "legend", "fieldset" ]
3,973,143
1
3,973,186
null
0
3,488
I have ListBox and i need set background "Transparent". ![alt text](https://i.stack.imgur.com/4rPXf.jpg) I've selected in red, then that should be transparent: ![alt text](https://i.stack.imgur.com/u8SH3.jpg) style ListBox, ListBoxItem, ScrollViewer and ScrollBar: ``` <Style TargetType="{x:Type ScrollBar}"> <Se...
How set property background "Transparent" in listbox
CC BY-SA 2.5
null
2010-10-19T21:58:22.130
2010-10-19T22:18:46.137
2010-10-19T22:09:13.603
450,466
450,466
[ "wpf", "templates", "xaml" ]
3,973,837
1
3,973,927
null
3
4,442
Ive been running eclipse (Helios Build id: 20100617-1415), sonotype maven for eclipse version 2 (0.1.0.20100xxx) for many months without issue. I can do "mvn install" on the command line, and get a perfect war, and I could run the webapp in eclipse local tomcat no problem. Then this morning, I started tomcat in eclip...
maven, eclispse and wtp broke for no reason: it stopped putting the mvn depentent jars in the WEB-INF/lib
CC BY-SA 2.5
0
2010-10-20T00:08:51.200
2013-02-08T07:30:14.963
2010-10-20T08:46:47.277
70,604
386,962
[ "java", "eclipse", "classpath", "maven", "m2eclipse" ]
3,974,082
1
null
null
10
7,827
I am looking for some suggestions on how to approach the following computer vision problem. Below are 4 samples of an eye tracking dataset that I am working with. I would like to write code takes one such image and calculates the (x,y) position of the center of the pupil. I am currently using MATLAB, but I am open to u...
Eye tracking: finding the pupil (x,y)
CC BY-SA 2.5
0
2010-10-20T01:18:54.387
2015-09-02T07:46:47.297
2010-10-20T01:33:36.863
323,724
323,724
[ "algorithm", "matlab", "opencv", "computer-vision", "eye-tracking" ]
3,974,222
1
5,891,325
null
3
537
I am using VS2010 and having an issue where upon opening my solution the Workflow.xamlx does not appear to render correctly. The activities on the design surface only get drawn for the area that is initially visible when the xamlx loads. To demonstrate the problem, I see the following. (I apologize for the blur) ![v...
VS2010 Workflow Design Surface Inoperative
CC BY-SA 3.0
null
2010-10-20T02:03:33.187
2011-05-05T00:20:42.970
2011-05-05T00:19:11.973
133,078
133,078
[ "wpf", "visual-studio-2010", "xaml", "workflow-foundation-4", "xamlx" ]
3,974,324
1
3,979,490
null
10
20,988
My requirement is to show a page with multiple filters to apply to grid data. Suppose we are talking about Orders and an order has the following attributes ``` public class Order { public int OrderID public DateTime OrderDate public DateTime ShipmentDate public int OrderTotal public int OrderStatu...
jqGrid: using multiple methods to filter data
CC BY-SA 2.5
0
2010-10-20T02:31:21.590
2013-02-15T09:31:01.320
2010-11-11T11:01:27.110
315,935
431,537
[ "asp.net", "asp.net-mvc", "search", "jqgrid", "jqgrid-asp.net" ]
3,974,370
1
3,974,465
null
0
3,432
I tried to use the ZipKit framework ([http://bitbucket.org/kolpanic/zipkit/wiki/UsingZipKit](http://bitbucket.org/kolpanic/zipkit/wiki/UsingZipKit)) in the test application for iPad. I followed the "Traditional way" of the installation (as it is described on their page) with no success. Hope somebody can help me with i...
ZipKit and iPhone
CC BY-SA 2.5
null
2010-10-20T02:43:34.697
2011-04-11T21:25:13.333
null
null
384,115
[ "iphone", "xcode", "ipad", "gzip", "unzip" ]
3,974,406
1
3,982,818
null
3
492
I have gone over a silly amount of forum posts and questions here. while i would love to take this advice: [http://www.cocos2d-iphone.org/forum/topic/2003](http://www.cocos2d-iphone.org/forum/topic/2003) I suppose i just don't trust 'them' as much as this community. so, I ask, is this a 'negligible leak' if it only s...
I can't track down this leak. Audio Toolbox
CC BY-SA 2.5
null
2010-10-20T02:51:37.810
2010-10-20T22:24:04.753
null
null
252,428
[ "cocoa-touch", "avaudioplayer", "avaudiosession" ]
3,974,720
1
3,974,766
null
1
86
I have a lot of small images like ![this orange box](https://i.stack.imgur.com/UlhIW.png) that I want to compose into a PNG file (for CSS sprites) like ![this orange box with a magnifying glass and shopping cart next to it](https://i.stack.imgur.com/zMxpu.png). I'm using Photoshop to do this, but I think there should b...
What tools can I use to create a single PNG from multiple images?
CC BY-SA 3.0
null
2010-10-20T04:16:46.283
2011-09-01T22:57:04.453
2011-09-01T22:57:04.453
709,202
165,589
[ "java" ]
3,975,245
1
null
null
4
5,793
I am looking for a way out in cross tab, so that if the columns exceed in cross tab, they shouldnt go on next page..rather a new cross-tab should repeat after the first one. For example, two columns are displayed in a cross tab : ![alt text](https://i.stack.imgur.com/MyqFw.png) Now if a new column is added, and assu...
Crystal Reports: Cross-Tab Column Arrangements
CC BY-SA 2.5
null
2010-10-20T06:26:06.163
2010-10-22T17:58:56.820
2010-10-21T09:18:22.130
395,500
395,500
[ "crystal-reports", "reporting", "report", "crystal-reports-2008" ]
3,975,445
1
3,981,334
null
0
4,845
I'm currently trying to populate an flex 3 AdvancedDatagrid with xml received from a `HTTPService` with `id="produktMatrix_data"`. The layout is as follows: [http://pastebin.com/NqFqgj86](http://pastebin.com/NqFqgj86) The result should look like: ![adg](https://i.stack.imgur.com/pSkaW.png) The further rows like KID, M....
Flex AdvancedDatagrid populating with groupingCollection based on xml
CC BY-SA 2.5
null
2010-10-20T07:05:06.847
2010-10-20T18:59:43.427
null
null
468,886
[ "xml", "apache-flex", "advanceddatagrid", "groupingcollection" ]
3,975,994
1
3,976,308
null
30
9,697
In a Windows Phone 7 application, when I place a TextBlock in the grid and set its `HorizontalAlignment` to "`Center`" and its `TextWrapping` to "`Wrap`", why does the text that overflows the width of the container and is placed on the next line, align with the left side of the otherwise center-aligned block? Is there...
TextBlock.TextWrapping - how to make the text wrap so that the lines are center-aligned?
CC BY-SA 2.5
0
2010-10-20T08:27:54.827
2010-10-20T09:16:33.167
null
null
81,520
[ "silverlight", "windows-phone-7", "textblock", "word-wrap", "alignment" ]
3,976,379
1
3,976,950
null
0
3,873
Basically, I want to create a table like this: ![alt text](https://i.stack.imgur.com/UppMe.jpg) I created a grid, and added the text values, and the checkboxes. Exactly like in your email box, where you select some mails, and delete them or mark spam. This is what I have done till now: ``` Grid grid = new Grid(4, ...
Checkboxes to select an entry in a grid (GWT)
CC BY-SA 2.5
null
2010-10-20T09:25:20.937
2010-10-20T10:44:24.960
null
null
174,936
[ "gwt", "gridview" ]
3,976,751
1
4,133,151
null
2
408
I am getting R6034 error, but can't see the related library/executable since it's name is shortened (see the picture below). Is there any way I can see the full name? ![alt text](https://i.stack.imgur.com/oidKC.png)
How to see library name loaded with R6034 error?
CC BY-SA 2.5
0
2010-10-20T10:14:37.117
2010-11-09T11:30:01.200
null
null
178,315
[ "manifest" ]
3,976,754
1
3,976,820
null
0
94
I have a texture in my Square. The problem is when I assign floating texture points the image gets rotated 45 degrees at right. I want it without the rotation. The current texture points: ``` texture = new float[]{ 0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f, }; ``` Any ideas? Thanks in advance! This is how it ...
Texture floating ponts - problem with rotation
CC BY-SA 2.5
null
2010-10-20T10:15:20.380
2010-10-20T10:52:42.460
2010-10-20T10:35:40.267
386,562
386,562
[ "java", "android", "opengl-es" ]
3,977,382
1
3,977,624
null
1
1,332
I've got a problem with a project repository setting in Redmine, in that; I've tried to set a repository with GIT, entered an invalid GIT path, and now I'm stuck as I can't seem to delete the path which has been set. ![alt text](https://i.stack.imgur.com/NgYbb.png) Clicking delete sends me to the next page, stating th...
Resetting Redmine project repository
CC BY-SA 3.0
null
2010-10-20T11:44:04.663
2014-06-04T10:34:03.197
2014-05-28T12:30:31.640
320,120
271,200
[ "git", "svn", "redmine", "svn-repository" ]
3,977,444
1
4,113,718
null
1
1,886
in my project i have hierarchical data and i want to display it in following format ![Grid View](https://i.stack.imgur.com/pQ6cg.jpg) i have just downloaded jquery treeview and tried it on a small ul. i want to know if i can make such a display with jquery treeview. if not please suggest some other controls. i m usin...
Grid like styling with jquery Treeview
CC BY-SA 2.5
null
2010-10-20T11:51:21.713
2010-11-06T15:26:08.863
null
null
331,174
[ "jquery", "asp.net-mvc", "treeview", "grid" ]
3,977,463
1
null
null
4
3,977
In SharePoint 2010, I would like to create a list in one `SiteCollection` that queries data from several other `SiteCollections` that have common fields: ![alt text](https://i.stack.imgur.com/qnlVk.png) Is this possible, and if so - can it be done efficiently? The current proposed solutions involves setting up `Even...
SharePoint 2010: efficient union query across site collections?
CC BY-SA 2.5
null
2010-10-20T11:53:06.640
2010-10-24T15:31:35.490
2010-10-20T13:08:45.577
64,519
64,519
[ "sharepoint", "union", "sitecollection" ]
3,977,566
1
null
null
8
20,623
It appears that Android doesn't offer such a useful widget. However, my screen design requires a view like this: ![Design example](https://i.stack.imgur.com/GmNvB.png) Also, the interaction design requires that such boxes are displayed and hidden, depending on other data. Of course, I could construct such box from s...
Android: how to make a GroupBox widget?
CC BY-SA 3.0
null
2010-10-20T12:06:46.637
2022-09-27T11:32:49.287
2017-10-03T22:08:55.647
3,755,692
457,086
[ "android", "groupbox" ]
3,977,685
1
3,977,761
null
6
12,498
I am trying to add a custom icon to setup project. So instead of standard installer logo I have my custom logo. To make it clear, here is the icon, which I want to change: ![installer icon](https://i.stack.imgur.com/oAjDE.jpg)
How to add a custom icon to Setup Project in Visual Studio?
CC BY-SA 2.5
null
2010-10-20T12:19:37.437
2010-10-20T17:58:54.717
null
null
230,506
[ "visual-studio", "installation", "icons" ]
3,978,176
1
3,979,563
null
0
2,868
WE developed system integrated with crystal Reports, with Crystal Report viewer on page. but the problem is we hosted it on 32 bit server but when access it and try to print the report it gives the error and does show any dialogue. we have installed full crystal report version with License but error is there. I tried t...
Print Dialog Does not show up in Crystal Report Viewer ... giving error
CC BY-SA 2.5
null
2010-10-20T13:10:53.113
2011-04-05T18:51:21.087
2020-06-20T09:12:55.060
-1
228,755
[ ".net", "asp.net", "crystal-reports", "reportviewer" ]
3,978,211
1
3,978,353
null
2
1,295
Hopefully a quick one? I am creating a custom uitableviewcell and have added an imageview. I have some PNG images which are around 200x200 in size. I want to create a thumbnail to put in the tableview, but when I resize the image, it results in a poor quality image. I use `UIViewContentModeScaleAspectFit` to resize i...
UIViewContentModeScaleAspectFit iphone sdk gives poor quality image
CC BY-SA 2.5
0
2010-10-20T13:14:10.057
2010-10-20T13:36:54.893
null
null
235,267
[ "iphone", "resize", "uiimageview", "uiimage" ]
3,978,680
1
3,978,781
null
4
5,545
in SQL Server Management Studio (SSMS) 2008 R2 Dev on the table (because I cannot ask without it) ``` --SET ANSI_NULL_DFLT_ON ON create table B (Id int) ``` I create unique constraint ``` ALTER TABLE B ADD CONSTRAINT IX_B UNIQUE (ID) WITH (IGNORE_DUP_KEY = ON) ``` SSMS shows that I do not have any constrai...
Constraint is key is index is constraint?
CC BY-SA 2.5
0
2010-10-20T14:02:55.823
2012-04-29T13:48:59.127
2012-04-29T13:48:59.127
null
200,449
[ "sql", "sql-server", "database", "indexing" ]
3,978,764
1
null
null
1
2,425
I'm using [Text::MultiMarkdown](http://search.cpan.org/perldoc?Text::MultiMarkdown) to print from Perl to HTML. I would like to create a table where some of the cells contain a few strings, each in a separate line within the cell (see "four five six" in the picture below).![sample table](https://i.stack.imgur.com/1gQH...
How can I make table cell span multiple lines in MultiMarkdown?
CC BY-SA 2.5
0
2010-10-20T14:10:17.443
2019-01-19T23:10:09.437
null
null
377,031
[ "perl", "markup" ]
3,978,889
1
3,987,355
null
12
3,504
I need to place several instances of a custom `QPushButton` subclass adjacent to one another. For some reason, the buttons overlap one another when painted. A simplified example of the problem is below. Here is the (incorrect) output: ![overlapping](https://i.stack.imgur.com/RT7Fi.png) Here is the code: ``` #includ...
Why is QHBoxLayout causing widgets to overlap?
CC BY-SA 2.5
0
2010-10-20T14:24:46.137
2010-10-21T12:26:00.767
2010-10-21T12:26:00.767
183,339
183,339
[ "c++", "qt" ]
3,978,919
1
3,981,101
null
1
923
How can I get the description from an WMI class using vbscript? I found this example but it's in C#: ``` // Gets the class description. try { // Gets the property qualifiers. ObjectGetOptions op = new ObjectGetOptions(null, System.TimeSpan.MaxValue, true); ManagementClass mc = new ManagementClass(namespa...
get the description from an WMI class using vbscript
CC BY-SA 3.0
0
2010-10-20T14:28:31.867
2016-02-10T18:13:31.733
2016-02-10T18:13:31.733
2,476,260
167,454
[ "windows", "vbscript", "wmi" ]
3,979,086
1
3,979,185
null
2
922
Using C#/.NET for my application, I've got a series of classes in my main data model that represent "binary" (as opposed to text) content. I've got a inheritance setup like this: ![alt text](https://i.stack.imgur.com/UGWBt.jpg) Basically, the abstract class `BinaryContent` contains a `MemoryStream` that stores arbitrar...
How do I store arbitrary binary data in a binary serialized class?
CC BY-SA 2.5
null
2010-10-20T14:43:56.613
2010-10-20T14:57:26.427
2020-06-20T09:12:55.060
-1
262,748
[ "c#", "exception", "serialization", "binary-data", "memorystream" ]
3,979,135
1
3,979,173
null
4
172
On behalf of zefrank @ [pumpkins.zefrank.com](http://pumpkins.zefrank.com/): I reported a bug to ze that if you continue to draw on the pumpkin, it will redraw the parts you already cut out. He said that if you draw any filled object in flash it will happen. Is there another way to structure the drawing code so this...
How can I get the flash drawing api to not "inverse" fill during a filled object drawing operation?
CC BY-SA 2.5
null
2010-10-20T14:48:20.693
2010-10-20T22:48:38.967
null
null
245
[ "flash" ]
3,979,145
1
3,980,548
null
0
573
I'm new to CSS, so this question maybe is stupid, but... I have a web page (the code below is a simplification), where I put some structure and a css for positioning. If you look, in the code the content comes before the headers (not the html headers, the "pages menus"), but with CSS I put that menus on top of the pag...
Internet Explorer CSS position problem
CC BY-SA 2.5
null
2010-10-20T14:49:26.153
2010-10-20T17:13:29.383
2010-10-20T15:41:31.957
145,190
234,580
[ "internet-explorer", "css" ]
3,979,293
1
null
null
0
129
Say, I build a dynamic map in WPF. I need to represent in this map locations(say, cities). The representation of a city is simple: a dot (circle or image) and the text. Both text and dot image are customizable. What would you recommend using as a CityControl in WPF? ![alt text](https://i.stack.imgur.com/dwNOX.jpg...
Represent a City in WPF
CC BY-SA 2.5
0
2010-10-20T15:04:06.617
2013-01-13T19:48:23.767
2013-01-13T19:47:27.387
305,637
185,593
[ ".net", "wpf", "user-controls", "wpf-controls" ]
3,979,465
1
3,979,492
null
2
1,801
I have a coding project that I would like to maintain at GitHub. I went to [http://github.com](http://github.com) and created an account. I downloaded and installed Git on Windows 7 choosing the option to use it via the command line. Through some googled tutorials . I'm following the following instructions: ![alt ...
Why can't I commit my code to GitHub?
CC BY-SA 2.5
null
2010-10-20T15:21:33.627
2011-11-21T13:03:29.917
2010-10-20T15:26:56.203
4,639
4,639
[ "windows", "git", "repository", "commit" ]
3,979,549
1
3,979,597
null
4
2,028
![alt text](https://i.stack.imgur.com/cs5fw.jpg) ``` <?php // Page class class Page { // Declare a class member variable var $page; var $title; var $year; var $copyright; // The Constructor function function Page($title, $year, $copyright){ // Assign values to member variables $this->page = ''; $this->title = $tit...
EOD not ending?
CC BY-SA 3.0
null
2010-10-20T15:28:48.147
2020-07-03T14:03:49.120
2015-03-17T14:27:29.323
709,443
363,004
[ "php" ]
3,979,752
1
3,979,891
null
1
235
I'm currently following the great tutorial on Geekpedia to create my own [Chat Client](http://www.geekpedia.com/tutorial239_Csharp-Chat-Part-1---Building-the-Chat-Client.html) and [Chat Server](http://www.geekpedia.com/tutorial240_Csharp-Chat-Part-2---Building-the-Chat-Server.html). Connecting the clients to the serve...
Odd Behaviour with Lines in TextBox and .AppendText() - C#
CC BY-SA 2.5
null
2010-10-20T15:49:24.837
2010-10-20T16:02:12.233
null
null
218,159
[ "c#", ".net", "networking", "tcp" ]
3,979,824
1
null
null
5
145
Only on my machine this happens. Basically if i run the following all is as expected: ``` double d = 500.22; int i = (int)d; Console.WriteLine(i.ToString()); ``` Output is 500. However if i put a breakpoint on the first line and step through, i always reverts to zero and the output is 0. I've teste...
Why does cast always returns zero only when debugging in VS2010?
CC BY-SA 2.5
null
2010-10-20T15:55:55.323
2010-10-20T16:49:52.337
2010-10-20T16:29:37.753
11,989
11,989
[ "c#", "visual-studio", "visual-studio-2010" ]
3,980,059
1
null
null
9
28,900
I downloaded beautifulsoup.py for use on a little project I'm making. Do I need to import this .py file in my project? Do I just copy and paste the code somewhere inside my current python script? Thank you for the help. I found this but it doesn't say anything regarding Windows. [http://mail.python.org/pipermail/t...
How do I use an external .py file?
CC BY-SA 2.5
0
2010-10-20T16:19:55.327
2010-10-20T19:41:48.250
2010-10-20T16:28:26.327
null
null
[ "python" ]
3,980,251
1
3,987,038
null
15
14,518
I have a weird problem. I am trying to setup User Defined Runtime Attribute in the IB. As shown below I setup a NSString attribute in my viewController and wanted to give it a test value in IB ![User Defined Runtime Attributes](https://i.stack.imgur.com/haSR3.jpg) When I compile that I get this error when buildin...
User Defined Runtime Attributes in IB for iPhone not working
CC BY-SA 2.5
0
2010-10-20T16:40:35.690
2012-06-27T10:14:03.960
2010-10-21T07:37:26.517
277,021
277,021
[ "iphone", "interface-builder" ]
3,980,543
1
3,983,254
null
2
1,294
I would like to create the configuration editor plugin for my XML configuration file which would be similiar to this. ![Configuration editor](https://i.stack.imgur.com/xI9qu.png) I was searching how I can create Eclipse plugin and I didn't find any plugin option which would allow me to do that. Only thing which is cl...
How to create custom configuration editor plugin for Eclipse?
CC BY-SA 2.5
null
2010-10-20T17:12:31.170
2010-10-20T23:56:22.357
null
null
97,934
[ "java", "eclipse", "plugins" ]
3,980,670
1
5,778,467
null
3
1,499
They say a single image is worth 1000 words: ![alt text](https://i.stack.imgur.com/wwytq.png) I'll just note that the size is set to default. (build in NetBeans) any idea how do I fix this? Adam.
Text is not fully shown in JTextField
CC BY-SA 2.5
null
2010-10-20T17:33:38.997
2011-04-25T12:48:11.510
null
null
348,189
[ "java", "swing", "text", "jtextfield" ]
3,981,117
1
3,981,557
null
6
2,920
Sometimes I "Mark for Add" and add files to Perforce which I actually didn't want Perforce to worry about. Is there a way to revert it so it just goes back to showing in P4V as an "untracked" item? See my example: I've added `mil.ico` and `mil3.ico` by mistake. I just want them to go back to looking like `test.ico`...
"Actually, Perforce I don't want you tracking that file after all ..." how do I get Perforce to listen?
CC BY-SA 3.0
null
2010-10-20T18:36:00.957
2013-10-22T12:42:25.317
2013-10-22T12:42:25.317
180,430
180,430
[ "perforce", "p4v" ]
3,981,250
1
3,995,839
null
63
91,814
I have a regular DataGrid from WPF 4.0 RTM, where I put data from a database. In order to make clean & light style of `DataGrid` I use a tall/high rows and by default `DataGrid` aligns row content in top vertical position, but I want to set a center vertical alignment. I already tried to use this property ``` VerticalA...
DataGrid row content vertical alignment
CC BY-SA 4.0
0
2010-10-20T18:50:09.923
2022-11-22T11:42:25.510
2022-11-22T11:38:50.577
462,347
462,347
[ "c#", "wpf", "xaml", "datagrid", "vertical-alignment" ]
3,981,437
1
3,981,533
null
3
1,034
I'm working on some applications that require very low latency and push a lot of memory and was doing some testing of how e.g. allocating a list ad-hoc vs. pre-allocating and clearing a list performs. I was expecting the test runs that pre-allocate the memory to perform a lot faster but to my surprise they're actually ...
.NET pre-allocating memory vs ad-hoc allocation
CC BY-SA 2.5
null
2010-10-20T19:11:42.757
2010-10-20T19:37:15.567
2010-10-20T19:37:15.567
178,189
178,189
[ ".net", "memory", "garbage-collection" ]
3,981,567
1
3,984,404
null
0
732
I am trying to create a simple image viewer in silverlight. my code is this: ``` <ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto" Margin="0" Padding="0" Width="300" Height="300"> <Canvas Width="600" Height="400" Margin="0"> <Image Source="/MapViewer;component/I...
ScrollViewer cuts my the image - silverlight 4
CC BY-SA 2.5
null
2010-10-20T19:29:13.550
2010-10-21T04:58:16.263
null
null
307,323
[ "silverlight-4.0", "scrollviewer" ]
3,982,159
1
3,983,864
null
12
6,510
My probel is that images in my Gallery are bleeding in into each other once I begin scrolling towards the next image. I am using a `android.widget.Gallery` connected to a custom adapter I extended from `BaseAdapter`. The adapter's GetView() method is like this ``` public View getView(int position, View convertView, ...
Gallery items overlapping (bleed in)
CC BY-SA 2.5
0
2010-10-20T20:47:30.233
2011-11-02T12:34:24.413
null
null
271,395
[ "android", "gallery" ]
3,982,408
1
3,982,710
null
2
3,736
I have a matrix in an SSRS 2008 report. The rows are grouped on the Time field, and the columns are grouped on the FieldName field. Pretty standard stuff, you can see the designer view of it below. ![The matrix I'm working with, with the Time column highlighted](https://i.stack.imgur.com/x0bNx.png) This works pretty ...
How do I hide the left-most column in an SSRS 2008 matrix?
CC BY-SA 2.5
0
2010-10-20T21:19:48.907
2010-10-27T21:45:29.597
2010-10-27T21:45:29.597
16,911
16,911
[ "ssrs-2008", "reporting-services", "ssrs-tablix" ]
3,982,422
1
3,982,485
null
224
612,165
When I use the following code to create an iframe: ``` <iframe src="mypage.html" style="border: 0; width: 100%; height: 100%">Your browser doesn't support iFrames.</iframe> ``` The iframe doesn't go all the way—a 10px white "border" surrounds the iframe. How could I solve this? Here is an image of the problem: ![S...
"Full screen" <iframe>
CC BY-SA 3.0
0
2010-10-20T21:21:44.257
2022-05-18T22:31:35.553
2014-07-14T17:04:52.880
1,549,818
463,065
[ "html", "iframe" ]
3,982,461
1
null
null
0
2,342
Why does the tab text overlap the drawable in the tab? Is there a way to prevent this? Is the drawable always centered? What's the point of being able to add text as well as a drawable to the indicator if it gives this output. ![alt text](https://i.stack.imgur.com/zrlTu.png) ``` <?xml version="1.0" encoding="utf-8"...
Why is the drawable overlapping the text in my tabview
CC BY-SA 2.5
null
2010-10-20T21:28:34.870
2011-05-04T14:15:41.180
2010-10-21T16:16:40.327
375,874
375,874
[ "android", "tabwidget" ]
3,982,955
1
null
null
14
2,137
after multiple days of banging my head against the wall and having sleepless nights I'm hoping to find some help here. I've gone through various posts here, but none of the answers seem to provide a resolution for me. In short, my problem is that my App crashes after heavy usage (>10min) of the UIWebView (e.g. opening...
UIWebView - When (or how) does CFData get released?
CC BY-SA 3.0
0
2010-10-20T22:55:21.620
2014-11-05T23:51:09.003
2014-11-05T23:51:09.003
64,046
482,109
[ "ios", "memory-management", "uiwebview", "cfdata" ]
3,983,039
1
null
null
1
836
I am using a django with apache mod_wsgi, my site has dynamic data on every page and all of the media (css, images, js) is stored on amazon S3 buckets liked via "[http://bucket.domain.com/images/](http://bucket.domain.com/images/)*.jpg" inside the markup . . . . my question is, can varnish still help me speed up my web...
Django Performance
CC BY-SA 2.5
0
2010-10-20T23:15:12.990
2010-10-21T03:39:27.060
2010-10-21T03:39:27.060
289,472
289,472
[ "django", "caching", "apache", "varnish" ]
3,983,457
1
3,983,466
null
1
1,110
I have a form that looks like the following (see image). If the user hits the Login button, I want the keypad to disappear. How do I do that. Note that TextFieldDelegate methods wouldnt get called since the user is simply hitting the UIButton (Login). Hence, anything I can put in the IBAction for this button? ![alt tex...
hiding the keypad on iphone
CC BY-SA 2.5
null
2010-10-21T00:45:58.357
2012-08-16T06:35:51.717
2020-06-20T09:12:55.060
-1
302,351
[ "iphone", "hide", "keypad" ]
3,983,508
1
4,002,472
null
5
660
## Problem ### Problem shaping Image sequence and are fixed and known beforehand (it's ). It will be quite short, maximum of 20 frames and in a closed loop. I want to verify (event driven by button click), that I have seen it before. Lets say I have some image sequence, like: [http://img514.imageshack.us/i...
Verify image sequence
CC BY-SA 2.5
0
2010-10-21T00:56:27.850
2010-10-26T08:58:28.643
2010-10-23T13:51:42.017
97,754
97,754
[ "c#", "image-processing", "computer-vision" ]
3,983,613
1
4,013,342
null
11
4,802
I have some map files consisting of 'polylines' (each line is just a list of vertices) representing tunnels, and I want to try and find the tunnel 'center line' (shown, roughly, in red below). ![alt text](https://i.stack.imgur.com/5aBy0.png) I've had some success in the past using [Delaunay triangulation](http://en....
Find tunnel 'center line'?
CC BY-SA 2.5
0
2010-10-21T01:24:05.187
2013-08-06T12:01:51.167
2011-02-28T02:42:53.770
353,410
338,803
[ "algorithm", "image", "language-agnostic", "graphics", "geometry" ]
3,983,824
1
null
null
3
1,017
I have a tab control ``` <TabControl Height="Auto" Grid.Row="1" ItemsSource="{Binding Tabs}" IsSynchronizedWithCurrentItem="True"> ``` That is bound to `Tabs` in the `ViewModel`. I also used `CollectionViewSource` to focus tabs ``` protected ObservableCollection<TabViewModel> _tabs; protected ICollectionView _tabs...
C#/WPF: Why is tab not focusing properly
CC BY-SA 2.5
0
2010-10-21T02:16:07.570
2010-10-22T00:42:08.040
2010-10-22T00:42:08.040
292,291
292,291
[ "c#", "wpf", "mvvm", "collectionviewsource" ]
3,983,894
1
3,983,976
null
0
543
I have two types of accounts (customer and provider), I chose the single-table strategy for persistence. Customer creates Orders (one2many) and provider bids on the orders in auction style (many2many relationship, because he can bid on many orders as well as other providers). My question is, is it possible to have thes...
data model, many2many with many2one relationship
CC BY-SA 2.5
null
2010-10-21T02:37:54.510
2010-10-21T03:01:32.297
2010-10-21T02:42:12.033
135,152
306,488
[ "database", "database-design", "many-to-many", "data-modeling", "one-to-many" ]
3,984,239
1
3,984,291
null
4
786
i using doctype: ``` http://www.w3.org/TR/html4/strict.dtd ``` full code: ``` <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <BODY> <div style="border:1px solid red;background-color:blue;"><img src="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png"></div> <...
in chrome or firefox,why has padding-bottom in this code?
CC BY-SA 2.5
0
2010-10-21T04:19:12.717
2010-10-21T05:02:18.750
2010-10-21T04:26:56.433
165,589
165,589
[ "html", "css" ]
3,984,549
1
3,986,393
null
1
2,589
Please help, how do I configure apache (wamp) in windows when I want to use symfony as my php framework, I followed the guide(pdf) from the symfony site. But I end up with this when I access [http://127.0.0.1:8080/](http://127.0.0.1:8080/): ![alt text](https://i.stack.imgur.com/EWtk1.png) But I end up with this, when ...
How to configure symfony when using apache
CC BY-SA 2.5
null
2010-10-21T05:28:35.117
2012-12-18T13:49:56.277
null
null
225,269
[ "php", "apache", "symfony1", "wamp" ]
3,984,678
1
4,035,316
null
0
3,700
I'm creating a web part page in SP 2010 with one column only , but it's covering my left navigation. How to make it appear only in body area of the page ? ![alt text](https://i.stack.imgur.com/YVl5X.png) Also, Is it possible to create "web part" library where by clicking of "new document" button it allows to create ...
SharePoint Web part page covering the left navigation
CC BY-SA 2.5
null
2010-10-21T05:59:09.730
2011-03-30T14:59:42.070
2010-10-21T07:26:00.547
263,357
263,357
[ "sharepoint-2010" ]
3,984,809
1
null
null
0
435
I try to map NHibernate to an existing database structure. Unfortunately . First I'll give some background and then explain the problem itself Relational analysis is quite simple: ![alt text](https://i.stack.imgur.com/dfuwm.png) is the main Entity. he has one-to-one relationship with . the foreign key is . Buyer &...
Foreign key is null when NH save the childs collection
CC BY-SA 2.5
null
2010-10-21T06:23:08.660
2010-10-21T12:27:16.097
2010-10-21T06:55:10.813
54,801
54,801
[ "nhibernate", "fluent-nhibernate" ]
3,984,856
1
3,985,223
null
0
230
code: ``` <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <style> #boxTop{ margin-bottom:20px; border:1px solid green; } #box1{ float:left; border:1px solid blue; } #box2{ clear:both; border:1px solid red; } </style> </HEAD> <BODY> <div i...
margin-bottom question,is this IE's BUG?
CC BY-SA 2.5
null
2010-10-21T06:31:20.020
2010-10-21T07:31:54.460
null
null
165,589
[ "html", "css" ]
3,985,020
1
3,985,072
null
2
2,997
I did like following ``` tableview.separatorStyle = UITableViewCellSeparatorStyleNone; ``` However, when I add new row , separator will appear like following picture. ![alt text](https://i.stack.imgur.com/LbE4j.png) How to remove separator in UITableViewCell ?
UITableViewCell clear separator
CC BY-SA 2.5
null
2010-10-21T06:58:17.687
2013-02-07T03:45:48.173
null
null
215,939
[ "uitableview" ]
3,985,064
1
null
null
1
1,145
Tested on Access 2003 Pro (build 11.8321.8324) SP3. Steps to reproduce: - - - - > `Debug.Print Workspaces.Count` `Debug.Print CurrentDb.Name` - - - - - - You should see the following error dialog: > You do not have exclusive access to the database at this time. If you proceed to make changes, you may not b...
What is this Access bug? You do not have exclusive access to the database at this time
CC BY-SA 3.0
null
2010-10-21T07:04:25.053
2017-08-22T16:38:17.080
2017-08-22T16:38:17.080
1,033,581
15,069
[ "ms-access", "locking", "ms-access-2003" ]
3,985,200
1
null
null
3
620
I am using eclipse-jee-helios-SR1-win32,I found that it can not format the html file well,please check this img(this is effection after I use the "ctrl+shift+F"): ![alt text](https://i.stack.imgur.com/sWFej.png) As the img shown , it does not format the file perfectly. The body tag should be indented. I have not set...
eclipse can not format the html file
CC BY-SA 2.5
null
2010-10-21T07:28:55.190
2010-11-28T09:01:35.663
null
null
306,719
[ "eclipse", "html-editor" ]
3,985,151
1
4,004,364
null
0
1,114
I need to place objects 40% 40% 20% and that there were no scroll ``` <Grid Grid.Row="1"> <Grid.RowDefinitions> <RowDefinition Height="40*" /> <RowDefinition Height="40*" /> <RowDefinition Height="20*"/> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition/> <ColumnDefinition/> <ColumnDef...
How to arrange the elements?
CC BY-SA 2.5
null
2010-10-21T07:20:12.353
2010-10-23T14:05:59.737
2010-10-21T17:53:47.550
450,466
450,466
[ "wpf", "xaml", "user-controls" ]
3,985,316
1
null
null
1
157
My models look like this: ``` Location: state county city street Building: name location = ForeignKey(Location) ``` Now, in admin, when editing the `Building`, I want to have the ability to edit the Location in this way:![how the admin should look like](https://i.stack.imgur.com/79BxJ.png) ...
How can I change the way the foreign key field is displayed in django admin?
CC BY-SA 2.5
null
2010-10-21T07:49:02.827
2010-10-21T17:10:41.863
null
null
4,172
[ "django", "django-admin" ]
3,985,404
1
3,985,469
null
1
625
I have an odd problem with an enhanced WinForms ComboBox I wrote in C#. The box shows a list of colors with the color itself and the name of the color and is set to ComboBoxStyle.DropDownList, double buffering and DrawMode.OwnerDrawFixed. The items are drawn when the DrawItem-event is raised. If I open the DropDown me...
How to avoid overlaying strings in a customized combobox dropdown panel while scrolling?
CC BY-SA 2.5
null
2010-10-21T08:02:50.000
2010-10-21T12:20:02.203
2010-10-21T08:52:03.737
9,470
9,470
[ "c#", "winforms", "combobox" ]
3,985,453
1
3,985,578
null
5
1,571
I want to implement a tree structure which has fixed depth, i.e. when adding children to the leef nodes, the whole tree structure should "move up". This also means that several roots can exist simultaneously. See example beneath: ![alt text](https://i.stack.imgur.com/inhO3.png) In this example, the green nodes are adde...
Fix depth tree in Python
CC BY-SA 2.5
0
2010-10-21T08:12:07.640
2010-10-21T09:16:14.380
null
null
441,337
[ "python", "data-structures", "tree" ]