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,213,853
1
null
null
0
248
``` <div class="wholediv"> <div class="rightdiv"> <strong>Your Company Name</strong><br /> Evergreen Terrace 742<br /> Kansas Missouri<br /> Phone: 432-653-3121<br /> sales@thetiecompany.com </div> <div class="sitemap"> <a href="#">Home</a>&nbsp;|&nbsp...
Below Code displays differently in Chrome and IE
CC BY-SA 2.5
null
2010-11-18T10:36:31.400
2010-11-18T10:57:28.987
2010-11-18T10:45:56.307
251,173
484,462
[ "html" ]
4,214,304
1
4,214,475
null
5
5,398
When the user focuses on a certain element, I display a save button. On `focusout`, I remove the save button. ![alt text](https://i.stack.imgur.com/4wiED.png) The user can submit the input by either hitting return or click save. When they click the save button, the input loses focus and the save button is removed, th...
Focusout only when another element not clicked
CC BY-SA 4.0
null
2010-11-18T11:35:30.483
2022-12-15T22:22:20.400
2022-12-15T22:22:20.400
4,370,109
114,696
[ "javascript", "jquery", "jquery-events" ]
4,214,435
1
4,217,365
null
5
3,614
I have a custom Line Shape that use an adorner to display an array and some text in the middle of that line. ![alt text](https://i.stack.imgur.com/FcYu0.jpg) The problem is that the adorned behaves independently of the adorned element, and does not "transfer" the event to it. In the following code I am forced to manu...
Adorner and Events on Adorned element
CC BY-SA 2.5
0
2010-11-18T11:53:15.520
2012-10-11T11:29:04.993
2010-11-18T12:25:20.180
185,593
185,593
[ "wpf", "wpf-controls", "adorner" ]
4,214,568
1
4,214,590
null
1
79
I've used this exact code with a slight modification of the values in another script and it worked just fine, but this time it's giving me errors. This is the line: ``` $result = mysql_query("INSERT INTO contacts (name, email, telephone, companyname, postcode, message, date) VALUES('" . $name . "', '" . $userEmail . "...
Weird mySQL error when adding to a database
CC BY-SA 2.5
null
2010-11-18T12:08:08.017
2010-11-18T12:20:26.353
2010-11-18T12:15:15.363
446,260
446,260
[ "php", "mysql", "database", "forms" ]
4,214,620
1
4,242,509
null
1
257
In TapToZoom sample(apple code), If i pinch(inwards) the image becomes smaller than the window size(If i remove fingers it will fit correctly to window). How to fix the image to the window if the content size of scroll view is less than window size. I spent a day to fix this problem but of no use... I am attaching the ...
ScrollView Zooming problem
CC BY-SA 2.5
null
2010-11-18T12:15:40.653
2010-11-22T05:19:33.270
2010-11-18T12:23:18.280
300,517
300,517
[ "iphone", "cocoa-touch", "uiscrollview" ]
4,214,770
1
4,215,139
null
0
294
So u can see that my test is blurred at the UITextfield in my cell. But I search in the internet about it, and the only solution is to use int-coordinates and I do that! But when I push to my other subview's ('Kollege', 'Fahrten', etc.) then the text gets more blurred and when I want to write another text in the text...
UITextfield blurred text
CC BY-SA 2.5
0
2010-11-18T12:35:15.973
2010-11-18T13:16:45.610
null
null
1,333,276
[ "iphone", "sdk", "uitextfield", "blurry" ]
4,215,095
1
4,215,238
null
1
754
I have seen a lot of related questions but none really helped. I'm trying to create a zip archive from a folder (on the iPhone). The structure of the folder is the following: ![alt text](https://i.stack.imgur.com/v5e6W.png) In this example the zip would be "folderToBeZipped.zip" What is the easiest way to accomplish...
How do I zip a folder on the iPhone
CC BY-SA 2.5
0
2010-11-18T13:12:56.260
2010-11-19T12:52:15.643
2010-11-19T12:52:15.643
106,435
508,462
[ "iphone", "cocoa-touch", "compression", "zip", "unzip" ]
4,215,182
1
4,215,716
null
0
1,802
I am having a tableView which lists the contents directory which includes jpg, pdf, zip, mp3, mp4, sql,.. files and even folders. In the next step, I am having a detailView which displays some properties of the selected file such as fileName, fileSize, filePath, fileType. Everything works perfect. But actually my plan...
iPhone - detailView controller
CC BY-SA 2.5
null
2010-11-18T13:22:02.817
2010-11-18T14:27:53.243
null
null
500,625
[ "iphone", "uitableview", "uiimageview", "detailsview" ]
4,215,475
1
4,216,140
null
6
3,817
Anyone know of a way that I can get CSS to make a PNG image with transparency look completely blacked out like a silhouette? In other words- Going from something like this: ![http://susanbuck.net/upenn/examples/images/apple.jpg](https://i.stack.imgur.com/somZ7.jpg) To this: ![alt text](https://i.stack.imgur.com/...
Silhouette a PNG image using CSS
CC BY-SA 2.5
0
2010-11-18T13:55:08.060
2016-12-04T13:21:16.220
2010-11-18T14:01:03.777
287,047
59,479
[ "css", "image", "image-processing" ]
4,215,608
1
4,215,640
null
3
1,020
I'm having a little problem using Navigation properties and inheritance on ADO.NET. This is my Data Model: ![ADO.NET Data Model](https://i.stack.imgur.com/gGtPO.png) First, some vocabulary: > Categoria = Category Formulario = Form Campo = Field Imagem = Image Paragrafo = Paragraph Escolha = Choice Texto...
ADO.NET Navigation Properties
CC BY-SA 2.5
null
2010-11-18T14:07:45.040
2010-11-18T14:40:31.963
2010-11-18T14:40:31.963
443,395
443,395
[ "c#", "ado.net", "linq-to-entities" ]
4,216,051
1
4,216,488
null
0
927
This is a CSS-Question. In [this fiddle](http://jsfiddle.net/cNY5v/1/) you can see a button. It has got two span-elements inside. One with `float:left;` the other with `float:right;`. The style is a normal button-style. When clicking that button on the iPhone or hover it in a Browser the style gets lost. This is becau...
hovered button-element loses style after changing background-color
CC BY-SA 2.5
null
2010-11-18T14:53:54.350
2010-11-19T10:58:17.867
2010-11-19T10:58:17.867
375,291
375,291
[ "css", "button" ]
4,216,148
1
null
null
1
104
I've had a report from the client who had issues printing (my) charts in WPF with a large number of data points. On the screen everything is visible. Here's a screenshot ![screenshot](https://i.stack.imgur.com/xwfhQ.jpg) But when he prints it the part of the graph disappears in a pretty strange way. Here's a screensho...
Issue printing complex visuals
CC BY-SA 2.5
null
2010-11-18T15:02:13.810
2010-11-19T10:21:38.187
null
null
19,546
[ "c#", ".net", "wpf" ]
4,216,147
1
null
null
6
7,456
i am trying to use the old facebook connect authentication to authenticate my android client to get the necessary session id's and other credentials thats needed to start using the web service of facebook. the issue i am having is that when my android application launces and tries to load the login page for facebook, ...
facebook connect for android returns a blank login screen?
CC BY-SA 2.5
0
2010-11-18T15:02:13.547
2014-01-29T03:30:50.773
2010-11-18T17:30:39.020
444,668
444,668
[ "android", "facebook" ]
4,216,427
1
4,216,920
null
1
598
I'd like to have a custom usercontrol based on textbox where I could type in text (for example names) and the names would be then converted to custom items (that would have an X button to remove them, etc). This is what I would like: ![alt text](https://i.stack.imgur.com/OFYkH.png) How can I achieve this? Can I repla...
WPF textbox usercontrol containing custom items, not simple text
CC BY-SA 2.5
null
2010-11-18T15:25:05.067
2022-03-20T09:03:50.873
2013-01-15T05:27:58.063
305,637
300,696
[ "c#", "wpf", "user-controls", "textbox" ]
4,217,304
1
4,242,411
null
16
4,824
In case somebody doesn't know: A [cartogram](http://en.wikipedia.org/wiki/Cartogram) is a type of map where some country/region-dependent numeric property scales the respective regions so that that property's density is (close to) constant. An example is ![Example cartogram](https://i.stack.imgur.com/p8O3c.png) from ...
Drawing cartograms with Matplotlib?
CC BY-SA 2.5
0
2010-11-18T16:41:52.230
2020-05-20T07:05:13.960
2015-09-07T20:07:37.883
3,576,984
453,616
[ "matplotlib", "visualization", "cartography", "cartogram" ]
4,217,370
1
4,218,537
null
6
2,405
The issue we are trying to solve the issue of locating a point in two different representations of a plane. The first plane we have is rotated to create perspective; the second is a 2d view of that same plane. We have 4 points on each of the plans that we know to be equivalent. The question is if we have an arbitrar...
How can I project an arbitrary plane identified by 4 points onto a 2d plane?
CC BY-SA 3.0
0
2010-11-18T16:48:55.090
2020-02-13T21:49:35.107
2011-04-28T22:49:32.537
311,525
311,525
[ "graphics", "3d", "geometry", "projective-geometry", "planerotation" ]
4,217,869
1
4,232,414
null
4
2,255
Imagine a red circle with a black dropshadow that fades away on top of a fully transparent background. When I open and resave the image with PIL the background remains fully transparent but the dropshadow becomes full black. The problem appears without even altering the image: ``` image = Image.open('input.png') imag...
Python PIL - All areas of PNG with opacity > 0 have their opacity set to 1
CC BY-SA 2.5
0
2010-11-18T17:44:50.710
2010-11-20T11:14:59.240
2010-11-19T19:16:20.253
176,323
176,323
[ "python", "png", "python-imaging-library" ]
4,217,936
1
null
null
1
3,711
Using CSS3 columns to take a somewhat large text document and make it scroll horizontally. I want each column to be close to the size of the iPad screen, as I am displaying the content in a UIWebView. If I make the -webkit-column-width: property a relatively small number, everything works great. The text stops at the ...
CSS3 Columns and UIWebView
CC BY-SA 2.5
0
2010-11-18T17:52:39.447
2010-11-19T21:26:23.880
2010-11-18T19:09:45.740
432,281
432,281
[ "ios", "uiwebview", "css" ]
4,217,946
1
4,220,732
null
1
2,195
I was just wondering how can I assign different cell style for same column? Cell style might be combo box or text box. Image uploaded. Is it really hard? I want to display a table in data grid. The first column should be name of the table field, second column should be the value of the column. now if the first column...
WPF DataGrid with cell style -- different cell style in same column
CC BY-SA 2.5
null
2010-11-18T17:53:56.467
2011-08-13T15:55:49.067
2011-08-13T15:55:49.067
305,637
205,291
[ "c#", "wpf", "styles", "wpfdatagrid" ]
4,218,062
1
4,630,605
null
2
112
Is there a way to configure the font used for the Query editor in Visual Studio 2008 or 2010? I found this same question for VS 2005 and the answer from Microsoft saying you can't. I'm hoping that this is not true with 2008 or 2010. [http://social.msdn.microsoft.com/Forums/en/vssetup/thread/a4aa8790-7a72-4e0f-8901-0...
Can you configure font for Query Editor in Visual Studio 2008 or 2010
CC BY-SA 2.5
0
2010-11-18T18:10:32.897
2011-01-07T21:47:48.197
2010-11-18T18:53:09.353
118,703
118,703
[ "visual-studio" ]
4,218,727
1
4,218,793
null
12
29,274
When running sp_who2, it appears one of my SQL commands is blocking but waiting on a process that is "Sleeping" and "Awaiting Command". This doesn't make any sense. ![alt text](https://i.stack.imgur.com/1mNHy.png) Any ideas what might be causing this? I know the DELETE is running inside a transaction that previously ...
sp_who2 BlkBy Sleeping Process Awaiting Command
CC BY-SA 2.5
0
2010-11-18T19:29:18.880
2014-04-15T11:44:04.403
null
null
13,257
[ "sql-server", "ssis", "sp-who2" ]
4,218,992
1
4,219,707
null
0
1,592
I am working on a bilingual site in the latest version of Drupal 6. I installed the Internationalization module and the Views translation module, among many others. The problem: On /admin/build/translate/search, some elements (e.g. the view title) appear in the text group "Views" and Drupal assumes they are in German,...
Drupal I18N - Default language of View elements
CC BY-SA 2.5
null
2010-11-18T20:00:53.390
2010-11-20T04:05:51.830
2010-11-20T04:05:51.830
58,880
58,880
[ "drupal", "internationalization", "translation" ]
4,219,125
1
4,219,542
null
0
654
I have an UIViewController subclass and an IBOutlet named map to an MKMapView instance. So far, so great, but sometimes the app crashes without a reason when the view controller triggers the `viewDidLoad` method. This is absolutely randomly, but only happens when I created around three instances and then create a new o...
MKMapView strange crash when tracking location
CC BY-SA 2.5
null
2010-11-18T20:14:56.250
2010-11-18T21:00:35.977
null
null
350,272
[ "uikit", "mapkit", "mkmapview" ]
4,220,228
1
4,220,290
null
0
385
I have a form that appears as shown in the attached image. I have two parts of the form that concern this question: the TabControl, and the Panel, as shown in the image. It should be noted that the panel is NOT within the TabControl. ![alt text](https://i.stack.imgur.com/Xojaq.jpg) My situation is that I have a thre...
How would I stop a thread, allow a UI event to be handled, and then "restart" the thread?
CC BY-SA 2.5
null
2010-11-18T22:23:03.917
2010-11-18T22:30:26.127
null
null
416,190
[ "c#", "multithreading" ]
4,220,422
1
4,220,471
null
2
7,407
When I am drawing `UIImage* image` on UIView using the below code, the image is mirrored horizontally. It is like that if I draw 4, it is drawing like this ![alt text](https://i.stack.imgur.com/6MJnZ.png) .. ``` CGRect rect = CGRectMake(x, y, imageWidth, imageHeight); CGContextDrawImage((CGContextRef) g, rect, ((UIIm...
Image drawing problem when using CGContext. Image is mirrored horizontally
CC BY-SA 2.5
null
2010-11-18T22:47:07.340
2013-04-25T12:49:17.260
2010-11-18T23:30:38.713
106,435
417,294
[ "iphone", "drawing", "uiimage", "cgcontext" ]
4,220,719
1
4,222,400
null
1
469
If you see google finance or other such charts, they usually have a small pentagon on the chart that indicates when the divident was paid. ![alt text](https://i.stack.imgur.com/qfNVk.png) note the markers in the screenshot [http://www.google.com/finance?q=NASDAQ:INTC](http://www.google.com/finance?q=NASDAQ:INTC) In...
Adding Custom Elements to Flex Charts
CC BY-SA 2.5
null
2010-11-18T23:26:59.923
2010-11-19T05:42:34.723
2010-11-19T05:42:34.723
87,002
345,522
[ "apache-flex", "charts", "element" ]
4,221,138
1
4,221,206
null
4
3,149
I'm trying to achieve this layout with CSS (without tables, I guess. Whatever). Any ideas? ![PUPPY!!](https://i.stack.imgur.com/2EC5P.png)
Vertically center a caption to the right of an image using CSS
CC BY-SA 2.5
null
2010-11-19T00:41:22.090
2012-01-30T13:05:52.673
null
null
25,068
[ "css", "vertical-alignment", "centering" ]
4,221,168
1
4,221,253
null
16
11,105
I am trying to use `geom_point` to illustrate the count of my data. I would also like to annotate a few of the points in my graph with `geom_text`. When I add the call to `geom_text`, it appears that it is plotting something underneath the points in the legend. I've tried reversing the order of the layers to no avail. ...
ggplot legend issue w/ geom_point and geom_text
CC BY-SA 3.0
0
2010-11-19T00:46:16.050
2014-10-14T10:09:01.457
2014-10-14T10:09:01.457
1,457,051
415,635
[ "r", "ggplot2", "legend" ]
4,221,200
1
4,226,846
null
2
1,403
I'm setting my MKMapView region inside the viewWillAppear: so that the map displays the good region right as soon as the user sees it: ``` [mapView setRegion:region animated:NO]; ``` The fist time I do it, I get the region trimmed like so: ![alt text](https://i.stack.imgur.com/QIhcf.png) Then from there on, when I...
MKMapView setRegion isn't constant
CC BY-SA 2.5
null
2010-11-19T00:54:18.863
2014-06-03T12:44:37.683
2010-11-19T15:58:08.687
87,158
87,158
[ "iphone", "mkmapview", "region" ]
4,221,439
1
4,221,456
null
9
24,646
I am looking a multi columns combo box by using HTML + JavaScript only. Is there any example or library available? As I came across some solution, they are in ASP.NET, but not pure HTML + JavaScript. Here is an example but it is implemented using Java Swing. ![alt text](https://i.stack.imgur.com/fpgK6.png)
Implement multi column combo box using HTML + JavaScript
CC BY-SA 2.5
0
2010-11-19T01:47:57.350
2010-11-19T02:28:08.360
null
null
72,437
[ "javascript", "html" ]
4,221,508
1
null
null
0
1,177
My DataGridView is not sorting my date column correclty and it doesn't seem to be sorting it by String either. The column is bound to a date property, all is done using the designer. The set which I'm viewing it on is 424 entries long, there should be two entries for each date and they should be next to each other (re...
Databound DataGridView not sorting date correctly
CC BY-SA 2.5
null
2010-11-19T02:07:25.573
2016-05-08T06:57:17.907
2010-11-22T04:25:04.150
250,324
250,324
[ ".net", "vb.net", "sorting", "datagridview" ]
4,221,633
1
4,221,678
null
0
1,043
I am trying to do a plot in Mathematica of something like ``` x^2 + y^2 ``` with x, y € [-10, 10]. Besides showing the plot, I'd also like it to include points (for example, (0, 0)) painted in a different color. Point (0,0) would be shown as (0, 0, 0). Point (1, 1) would be shown as (1, 1, 2), etc. Here is what I ...
Making plots that also show up points/dots for specific coordinates
CC BY-SA 2.5
null
2010-11-19T02:33:31.177
2010-11-19T04:20:33.917
2010-11-19T03:03:17.810
130,758
130,758
[ "wolfram-mathematica" ]
4,221,660
1
4,222,684
null
2
5,563
I have created the following form with qt designer. I added a Add Files button that works with QDir and QFileDialog and loads files into a listWidget. ![alt text](https://i.stack.imgur.com/QAhuX.png) Here are my methods that fill this form with the files. ``` void RightDoneIt::changeDirectory() { /* select a directo...
Browse, List and Delete files with qt
CC BY-SA 2.5
0
2010-11-19T02:42:09.060
2010-11-19T06:36:15.380
null
null
387,221
[ "c++", "qt", "qt4", "qt-designer" ]
4,222,057
1
4,222,085
null
4
5,011
This Is Not Homework. I have changed the names of the tables and fields, for illustrative purposes only. I admit that I am completely new to MySQL. Please consider that in your answer. The best way to illustrate the function of the query I need is like this: I have two tables. One table has a 0..1 to 0..n relatio...
Counting Distinct Records Using Multiple Criteria From Another Table In MySQL
CC BY-SA 2.5
null
2010-11-19T04:20:44.173
2010-11-19T05:45:04.777
2010-11-19T04:39:00.567
247,029
247,029
[ "sql", "mysql", "relational-database" ]
4,222,410
1
4,223,117
null
0
4,293
I'm working chequePrinting project using windows-form, where one of my requirement is to print Cheque Receiving voucher by clicking print button, but it's giving me the print out of whole window form instead of giving only white part of the following image. ![alt text](https://i.stack.imgur.com/DUnl9.jpg) The code,...
How to print only tablelayoutpanel and label of windows form?
CC BY-SA 2.5
null
2010-11-19T05:40:10.197
2010-11-19T08:09:07.620
null
null
153,086
[ "c#", "project" ]
4,222,511
1
4,224,528
null
0
1,168
i want to display google map in android emulator. i also follow the step described in below link. [http://developer.android.com/guide/tutorials/views/hello-mapview.html](http://developer.android.com/guide/tutorials/views/hello-mapview.html) when i run my application it will not display google map. just display grids l...
android google map view problem
CC BY-SA 2.5
null
2010-11-19T06:05:13.763
2013-02-25T05:24:08.763
null
null
489,902
[ "android", "google-maps" ]
4,222,756
1
4,223,036
null
0
261
Suppose I have a UserControl `Editor` it has a `TextBox`. It also have a property `Content`. Here I just set the text content to a static value "Hey" ``` <UserControl x:Class="WpfApplication1.Editor" ...> <TextBox Text="Hey" /> <!--<TextBox Text="{Binding Content}" />--> </UserControl> ``` Then I have a Wind...
TextBox in UserControl not rendering correctly
CC BY-SA 2.5
null
2010-11-19T06:47:53.120
2011-08-23T17:42:03.763
2011-08-23T17:42:03.763
305,637
292,291
[ "wpf", "binding", "user-controls", "textbox" ]
4,223,582
1
null
null
0
2,543
I am using Unix Language for scripting. I am in need of Unix Commands for FTP particular folder & its contents. Main Folder Contains many Sub-folders & Sub-folder contains many files inside. I need to FTP Main folder (with its Sub-folders & it's contents) to Local server using Unix Language. Or Suggest Command to FTP...
How to FTP particular Folder ? ??
CC BY-SA 2.5
null
2010-11-19T09:21:15.287
2010-11-19T09:37:33.293
null
null
404,512
[ "unix" ]
4,223,700
1
4,223,804
null
0
1,325
I need to create downloading bar, when URL is loading on UIWebview to my application. I need to following format when URL is loading time to my application. ![alt text](https://i.stack.imgur.com/OaOcA.jpg)
How to create Downloading Bar to UIWebview
CC BY-SA 3.0
null
2010-11-19T09:38:23.460
2017-08-07T00:05:46.633
2017-08-07T00:05:46.633
472,495
409,571
[ "iphone" ]
4,223,838
1
4,224,155
null
9
963
So I've got a web applcation in the midst of wireframing, but I've run into an issue that requires a technical solution before I can solidify this model; that being: - User creates new 'text-field' element (a div with a max-width.) User then begins typing into said element until...- The element reaches it's max-widt...
How to check when a div resizes, using Javascript or Jquery
CC BY-SA 2.5
0
2010-11-19T09:53:58.653
2010-11-20T02:04:57.690
2010-11-19T10:01:38.277
371,525
371,525
[ "javascript", "jquery", "events" ]
4,223,860
1
4,224,029
null
1
1,317
my program has a picturebox, and I want, apon a mouse click, or on ContextMenuStrip choice, to make something appear at the same spot of the click. as seen in the picture, i would like to add some kind of a note on the specific clicked date area (probably add a user control) How do i go at it ? how can i send the cli...
How to add a label apon mouse click on the same spot in C#?
CC BY-SA 2.5
null
2010-11-19T09:56:28.327
2010-11-19T10:21:23.537
null
null
437,997
[ "c#", ".net", "coordinates", "mouseclick-event", "onmouseclick" ]
4,223,953
1
6,425,092
null
1
1,194
I've always liked the ability to do simple calculations in the same place I'm entering a number when working in MS Money. ![alt text](https://i.stack.imgur.com/W6yYw.png) I know that [DevExpress](http://community.devexpress.com/blogs/theprogressbar/archive/2010/08/11/new-editor-controls-for-wpf-and-silverlight-coming...
WPF Numeric Textbox control with a calculator?
CC BY-SA 2.5
null
2010-11-19T10:07:22.990
2011-06-21T12:17:35.183
2010-11-23T23:48:39.363
2,385
2,385
[ "wpf", "user-interface", "controls" ]
4,224,216
1
null
null
2
335
I am new to ANTLR and am trying to parse queries using the following ``` grammar SearchEngineQuery; options { language = CSharp2; output = AST; } tokens { AndNode; } LPARENTHESIS : '('; RPARENTHESIS : ')'; AND : 'and'; OR : 'or'; ANDNOT : 'andnot'; NOT : 'not'; NEAR : 'near'; fragment CHARA...
ANTLR rewrite query text to repeat text with earlier nodes
CC BY-SA 2.5
0
2010-11-19T10:45:28.527
2012-01-19T20:40:44.947
2010-11-23T09:45:02.660
50,476
509,493
[ "antlr", "antlr3", "antlrworks" ]
4,224,301
1
4,228,080
null
0
603
I want to try to get nice buttons that will work similar to tabs down the bottom of my app, but I am wondering if there are buttons like this built in: ![](https://i.stack.imgur.com/DNv5F.png) It would make navigation better, and developing a lot easier & faster if they are.
Are there buttons like these built into the Android that Devs can use?
CC BY-SA 2.5
null
2010-11-19T10:59:07.227
2010-11-19T18:13:39.967
2010-11-19T11:46:28.360
348,261
348,261
[ "android", "button", "tabs", "navigation", "built-in" ]
4,224,418
1
4,224,431
null
0
410
I have this problem that my .php file is presented as clear text in the browser. I.e., the page is not transcoded in any way. This is my html-fil with a form ``` <html> <head> </head> <body> <form id="myForm" action="commentNoJQ.php" method="post"> Name: <input type="text" name="name" /> Comment: <texta...
My HTML/php page is presented as clear text in browser
CC BY-SA 2.5
null
2010-11-19T11:14:27.130
2018-11-17T17:32:25.877
null
null
229,144
[ "php", "html", "apache" ]
4,224,449
1
null
null
1
1,107
There is a need for selecting specified number of points on the image (actually on the part of that image). Darker parts of the image are more important. The easiest way of doing this is by selecting them randomly. But even dropping used points usually finished with some points being located too close to others especi...
Selecting points on image parts by color weight
CC BY-SA 2.5
null
2010-11-19T11:18:59.490
2012-04-12T11:04:29.897
2010-11-22T07:54:52.320
469,961
469,961
[ "c#", "image-processing", "opencv", "emgucv" ]
4,224,616
1
4,226,748
null
0
1,511
I am having a tableView which lists the contents directory which includes jpg, pdf, zip, mp3, mp4, sql,.. files and even folders. In the next step, I am having a detailView which displays some properties of the selected file such as fileName, fileSize, filePath, fileType. Everything works perfect. But actually I have ...
iPhone - Work with subfolder
CC BY-SA 2.5
0
2010-11-19T11:42:36.467
2012-02-21T23:59:50.307
null
null
500,625
[ "iphone", "uitableview", "detailsview" ]
4,224,910
1
4,225,873
null
0
599
I have a small problem with a list of tags into a wordpress blog! My list of tags are contained into a fixed width UL. I would like to avoid word-wrap like for the tag "Human Resources"... I would prefer that the entire tag goes on a second line. ![alt text](https://i.stack.imgur.com/vavej.png) I'm using the funct...
Problem with tags list <li> inside a fixed width UL
CC BY-SA 2.5
null
2010-11-19T12:23:19.997
2010-11-19T14:21:12.833
null
null
345,901
[ "html", "css", "wordpress" ]
4,224,917
1
4,226,069
null
2
15,037
I am trying to put some spinboxes,line edits in a layout. But the size extends more than the neccesity. Below is the figure ![alt text](https://i.stack.imgur.com/dP11u.jpg) Here I am adding a QScrollArea widget,and a QVBoxLayout into a QHBoxLayout. Then I am adding the line edits,spin boxes into the QVBoxLayout. But I...
Qt - How to control the widget sizes in QLayout
CC BY-SA 2.5
0
2010-11-19T12:23:57.100
2010-11-19T22:47:45.900
null
null
344,822
[ "c++", "user-interface", "qt" ]
4,224,933
1
4,224,975
null
12
8,974
I am intersted in building some text based GUIs, things that look like the terminal, but has functions like selecting rows and performing actions. You know, things like htop and atop, ex: ![atop](https://lh5.ggpht.com/_fF0LO28FGYY/Sc6CBjZICQI/AAAAAAAAAhE/9GcnTxk9J7w/s800/atop.png) ![htop](https://lh6.ggpht.com/_fF0L...
"htop" style gui with python, how?
CC BY-SA 3.0
0
2010-11-19T12:26:19.893
2020-03-26T17:36:48.447
2017-02-08T14:31:02.370
-1
513,449
[ "python", "user-interface", "text" ]
4,225,072
1
4,225,096
null
37
16,704
From the project "MarkdownEditorTest" I am trying to refer to controls from another project called "MarkdownEditor" but am getting the "Undefined CLR namespace" error as seen in the image below. Isn't the way to refer to that project something like below? ``` xmlns:me="clr-namespace:MarkdownEditor" ``` ![](https://im...
Referring to another project in XAML: Undefined CLR namespace
CC BY-SA 4.0
0
2010-11-19T12:42:03.307
2021-01-27T19:35:31.447
2021-01-27T19:34:48.367
3,195,477
292,291
[ "wpf", "xaml" ]
4,225,164
1
4,225,200
null
2
4,258
It’s been days that I’m working on a project which I have to use convex hull in it, and specific method of graham scan. The problem has been solved till the place I want to sort the points. So the story is that I have collected bunch of points which they are from the type Point and their coordinates are relatives. Mean...
find the angle of point related to pivot
CC BY-SA 2.5
null
2010-11-19T12:51:47.530
2010-11-19T13:17:33.660
2010-11-19T13:11:11.733
276,052
435,245
[ "java", "math", "trigonometry" ]
4,225,272
1
4,227,073
null
0
223
I have a very specific problem. I had a django project which was running the application [django-brookie](https://github.com/bread-and-pepper/django-brookie). Everything worked fine. I have since added [django-grappelli](http://code.google.com/p/django-grappelli/) to my project and everything works except for one small...
django-grappelli and django-brookie together cause the items for invoice and quote not to total up automatically
CC BY-SA 2.5
null
2010-11-19T13:06:29.710
2010-11-19T16:27:20.717
null
null
234,543
[ "javascript", "django", "django-grappelli" ]
4,225,355
1
4,227,751
null
0
130
I have used jCarousel to create what? A carousel. Then, the boss wanted me to create some selectors so that the user could select different lists of the results (as if it were the same carousel, but showing different results). The strategy I used was simple: I created multiple carousels and hide them. Only the selected...
Have to change tabs in order to HTML appear properly
CC BY-SA 4.0
0
2010-11-19T13:18:41.420
2022-02-24T13:33:33.547
2022-02-24T13:33:33.547
4,370,109
169,034
[ "javascript", "jquery", "firefox", "jquery-events", "jcarousel" ]
4,225,389
1
4,226,594
null
8
38,054
All I want to do is . I've tried all the of suggestions on [this question](https://stackoverflow.com/questions/4166648/why-doesnt-a-simple-click-function-work-in-extjs) plus all I could find elsewhere but in the ways described below. [: For the sake of others who may find this question later, I'll add some comment...
How do I attach an event handler to a panel in extJS?
CC BY-SA 2.5
0
2010-11-19T13:22:30.800
2015-11-18T19:23:55.720
2017-05-23T12:24:41.003
-1
4,639
[ "events", "extjs", "event-handling" ]
4,225,764
1
4,511,028
null
2
846
I'm attempting to create a grid of availability from a number of tables to present information as follows: ``` ------------------------------------------------------ venue | 22/11 | 23/11 | 24/11 | 25/11 | 26/11 | ------------------------------------------------------ Some venue | £24 | £25 | £32 | N/A...
Creating a grid of data with php/mysql - union queries?
CC BY-SA 2.5
0
2010-11-19T14:10:24.813
2010-12-22T16:01:57.320
2010-11-19T14:36:59.850
255,755
255,755
[ "php", "mysql", "union" ]
4,226,035
1
4,247,129
null
11
10,923
I have a recursive query which executes very fast if the `WHERE` clause contains a constant but becomes very slow if I replace the constant with a parameter having the same value. ``` ;WITH Hierarchy (Id, ParentId, Data, Depth) AS ( SELECT Id, ParentId, NULL AS Data, 0 AS Depth FROM Test UNION ALL SELECT h.Id,...
Why does a query slow down drastically if in the WHERE clause a constant is replaced by a parameter (having the same value)?
CC BY-SA 2.5
0
2010-11-19T14:40:19.700
2010-11-22T15:37:45.530
2010-11-20T09:35:53.970
513,599
513,599
[ "sql", "sql-server-2008", "where-clause" ]
4,226,127
1
4,226,190
null
2
151
How is it possible, that 2 ellipses with the same Radius where not (visually) with the same Radius? in the image bellow, Black and Red ellipses has the same RadiusX... but look on the picture! ![alt text](https://i.stack.imgur.com/gmo49.jpg) ``` <GeometryDrawing Brush="Red"> <GeometryDrawing.Pen> <Pen Bru...
WPF Drawing Paradox
CC BY-SA 2.5
null
2010-11-19T14:51:20.700
2010-11-19T15:03:30.340
null
null
185,593
[ "wpf", "drawing", "paradox" ]
4,226,276
1
4,226,332
null
1
5,411
I am working through a facebook-sdk example and trying to utilize the collection of classes as provided as a .JAR. I am relatively new to java and eclipse so I expect I am making some obvious blunder. The issue is that everything seems to compile fine, but when I run the project (using the android emulator) dalvik vm...
Android:Java Unable to find class at runtime from JAR I created
CC BY-SA 2.5
0
2010-11-19T15:07:55.940
2010-11-22T01:50:51.887
2010-11-21T15:40:51.043
104,975
104,975
[ "java", "android", "eclipse", "jar" ]
4,226,356
1
4,226,473
null
9
3,316
I'm struggling to find a rock solid solution to detecting collisions between a circle and a circle segment. Imagine a Field of View cone for a game enemy, with the circles representing objects of interest. The diagram at the bottom is something I drew to try and work out some possible cases, but i'm sure there are mor...
Circle to Circle Segment Collision
CC BY-SA 2.5
0
2010-11-19T15:17:54.533
2010-11-23T20:58:41.800
2010-11-23T20:58:41.800
151,111
151,111
[ "algorithm", "collision-detection", "trigonometry", "geometry", "game-physics" ]
4,226,813
1
4,227,268
null
0
814
I would like to re-design my application into components, so it is more modular and easier to re-use in the future, but I've never really designed applications, so I don't really know how I should do this. Here is a brief description of the application: - The purpose of the Application is to allow the User to create ...
Android components-based application design: How should I represent this model?
CC BY-SA 2.5
null
2010-11-19T16:03:39.337
2010-11-19T16:45:42.093
null
null
488,054
[ "android", "components" ]
4,226,852
1
4,230,118
null
0
5,001
The question says it all: My canvas application has been configured to enable the OAuth 2.0 for Canvas (beta) among other things. ![alt text](https://i.stack.imgur.com/7LPQj.png) This means I am getting the `signed_request` parameter on my iframe which I am successfully reading. From the [oficial documentation on...
Get oAuth 2.0 access token from asp.net webforms iframe canvas application
CC BY-SA 2.5
null
2010-11-19T16:06:37.950
2010-11-19T22:53:57.007
2017-05-23T11:55:10.850
-1
186,133
[ "facebook", "facebook-graph-api", "webforms", "facebook-c#-sdk", "facebook-authentication" ]
4,227,064
1
4,227,355
null
0
253
On one page on my site, I have a table in the right column that is too wide and rather than showing scrollbars, IE is wrapping it below the content in the left column. I can't find a fix for this because I don't know how to describe what's happening. Here's the code I'm using to demonstrate the problem: ``` <style> ...
Unwrappable float is clearing in IE, but renders with scrollbars in all other browsers
CC BY-SA 2.5
null
2010-11-19T16:26:41.357
2010-11-19T17:16:01.013
null
null
150,445
[ "css", "internet-explorer", "css-float" ]
4,227,185
1
4,229,096
null
1
2,283
I give... after days trying to figure out what I'm missing I give up. I cannot figure out how to get my simple container control to properly display in the designer. Here is the basic markup of the custom control: ``` <div> <div>Title</div> <div> <!-- ASP.Net child controls --> </div> </div> ``` ...
ASP.Net Container Control Designer
CC BY-SA 2.5
0
2010-11-19T16:37:21.470
2010-11-19T20:27:11.077
null
null
77,725
[ "asp.net", "custom-controls", "containers", "designer", "design-time" ]
4,227,299
1
4,238,436
null
1
264
Hi iam trying to use de NameScope.SetNameScope to start an animation in a xaml for a Silverligth application, but it seems like the visual studio does not recognise the NameScope.SetNameScope, why is that? ![alt text](https://i.stack.imgur.com/Rbod1.jpg)
NameScope.SetNameScope Not found
CC BY-SA 2.5
null
2010-11-19T16:48:07.883
2010-11-21T14:47:49.163
2010-11-21T14:47:49.163
17,516
333,838
[ "silverlight", "silverlight-4.0" ]
4,227,317
1
4,227,599
null
0
814
In a WPF label, is aligned like this, that if the font size is increased, the label size increases in -right. ![alt text](https://i.stack.imgur.com/vCbni.jpg) Is there a possibility to make it increase in -right direction? PS. The labels are contained in a `Canvas`.
WPF Label content alignment
CC BY-SA 4.0
null
2010-11-19T16:49:23.157
2019-05-03T13:30:39.163
2020-06-20T09:12:55.060
-1
185,593
[ "wpf", "wpf-controls" ]
4,227,424
1
4,227,701
null
5
10,098
I've been trawling the internet looking for an answer for several hours, but I can't seem to find anyone who has been able to solve this. I've got a listview which uses a custom adapter. A row looks like this ![alt text](https://i.stack.imgur.com/ugvGc.png) The list is filled by an array. Everything works great. N...
Android ListView with clickable items in it's rows causes problems continuing scrolling
CC BY-SA 3.0
0
2010-11-19T16:58:57.087
2015-01-19T12:18:30.200
2015-01-19T12:18:30.200
310,852
397,060
[ "android", "listview", "scroll", "onclick", "listadapter" ]
4,228,418
1
4,906,194
null
2
453
In visual studio 2010 professional, when I maximize the window on a monitor that is 2048 x 1152, Windows 7 changes to the basic color theme (disables aero). Most of the time now I manually resize the window to be the full screen, just not actually maximized which gets around the problem, but is quite annoying. Maximiz...
Why does maximizing Visual Studio 2010 trigger the Windows 7 Basic color scheme
CC BY-SA 2.5
0
2010-11-19T19:00:52.633
2011-02-17T11:31:09.203
null
null
379,395
[ "visual-studio-2010", "windows-7" ]
4,228,926
1
4,228,988
null
2
959
I want this kind of result ![alt text](https://i.stack.imgur.com/RKP66.jpg) from these tables. ![alt text](https://i.stack.imgur.com/9TvLh.jpg) ![alt text](https://i.stack.imgur.com/pwyKN.jpg) ![alt text](https://i.stack.imgur.com/Bs07s.jpg) I even can't figure out how to do it with php. I even tried to join paymen...
mysql query: show summary of all payments made and total of invoices by date
CC BY-SA 4.0
null
2010-11-19T20:05:56.247
2019-07-07T14:24:30.057
2019-07-07T14:24:30.057
1,033,581
395,206
[ "sql", "mysql" ]
4,228,992
1
4,229,006
null
170
240,054
I am getting this error: > The type or namespace name 'AutoMapper' could not be found (are you missing a using directive or an assembly reference?) The funny thing is that I have that reference in my project already: ![ProjectThatFails](https://i.stack.imgur.com/lbFBZ.png) And this is my code: ``` using System.Col...
Namespace not recognized (even though it is there)
CC BY-SA 2.5
0
2010-11-19T20:13:25.133
2021-03-31T23:11:33.267
null
null
16,241
[ "c#", "reference" ]
4,229,182
1
null
null
3
5,353
I've already looked at various approaches to solve my issue, so please read this before labeling this as a duplicate question I have a javascript running on `https://xyz.com` which has to retrieve information from an application `ABC` running on the user's local machine say port 8080. My constraints are that I canno...
Cross Domain Request to localhost
CC BY-SA 2.5
0
2010-11-19T20:40:59.317
2010-11-27T23:04:20.573
2010-11-23T10:27:09.947
427,582
427,582
[ "javascript", "ajax", "cross-domain" ]
4,229,430
1
4,229,977
null
0
197
I'm trying to draw a gradient in Flash using `beginGradientFill` and `drawRect`, but when the rect being drawn is partially outside the bounds of the parent, the gradient isn't drawn at all. For example, consider the code below: ``` function testGradient():void { var g:Graphics = container.graphics; var width...
Flash: gradient fill disappears when it's drawn outside the bounds of its parent?
CC BY-SA 2.5
null
2010-11-19T21:15:39.057
2010-11-19T22:34:54.300
null
null
71,522
[ "flash", "gradient" ]
4,229,759
1
4,229,795
null
1
516
![alt text](https://i.stack.imgur.com/5Sy8F.jpg) I have an entity called Incident, as you can see on the picture, it holds a list with several bugs. Then I have a datagrid that I connect a list with all my incident to: ``` List<ExtendedIncident> allIncidents; myGrid.ItemsSource = allIncidents; ``` ...
Help binding my silverlight datagrid
CC BY-SA 2.5
null
2010-11-19T21:56:04.813
2010-11-19T22:27:53.380
null
null
482,783
[ "c#", "silverlight", "datagrid" ]
4,229,760
1
4,230,514
null
1
1,099
The say: 1 View has 1 ViewModel. Sometimes Multiple Views has 1 ViewModel (using a ). If you regard my image you see 6 colored Views/UserControls. The YELLOW,GREEN and ORANGE UserControls are used multiple times in my application. The pink,blue and red UserControls are used only once. Questions: Should I make t...
MVVM: Design a ViewModel architecture with aggregated/depending ViewModels
CC BY-SA 2.5
0
2010-11-19T21:56:06.370
2010-11-20T00:16:38.773
2010-11-19T22:20:13.797
320,460
320,460
[ "wpf", "mvvm", "communication", "viewmodel", "mediator" ]
4,229,871
1
4,230,146
null
8
5,903
I have a `UIView` and within it I've drawn a line using Core Graphics by overriding `drawRect`. This view also contains one subview which also draws a line. However, whilst both views are using pretty much the same code (for testing purposes at least), the lines drawn on them do not appear the same: ![Image problem](...
iPhone Core Graphics thicker dashed line for subview
CC BY-SA 2.5
0
2010-11-19T22:15:51.207
2010-11-19T23:19:05.957
2010-11-19T22:56:42.350
348,308
348,308
[ "iphone", "uiview", "core-graphics" ]
4,229,894
1
4,230,105
null
1
590
I'm currently developing an application for Android which needs to use a custom made Tabs. I have encountered two problems: I will start from my first problem: ``` java.lang.NullPointerException at android.widget.TabWidget.initTabWidget(TabWidget.java:115) at android.widget.TabWidget.<init>(TabWidget.java:86) at andr...
nullpointerexception in wyswig xml layout in eclipse for android and visual-artifacts
CC BY-SA 2.5
null
2010-11-19T22:19:29.443
2010-11-19T22:52:01.353
2010-11-19T22:21:36.423
418,183
514,006
[ "android", "nullpointerexception", "tabwidget", "visual-artifacts" ]
4,230,353
1
4,235,335
null
3
4,925
I have a simple UITableView Controller that shows CoreData. I'm trying to implement - (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)fromIndexPath toIndexPath:(NSIndexPath *)toIndexPath; and having trouble with the animation. The Core Data store gets updated, but the animation is not working...
moveRowAtIndexPath in UITableView causes incorrect animation
CC BY-SA 2.5
0
2010-11-19T23:39:20.110
2012-11-03T03:05:33.873
2010-11-20T02:41:47.747
459,116
459,116
[ "iphone", "cocoa-touch", "core-data", "uitableview" ]
4,230,461
1
4,230,685
null
1
1,185
I have a "news" div and a "banner" div. I want user to see the "banner" div when page loads. This "banner" div should show over the "news" div, exactly over the position, covering the "news" div. So: - How should I do to detect position of "news" div and show the "banner" div over, floating, without affecting the grid...
Superimpose a banner div over another div, with jQuery if possible
CC BY-SA 2.5
0
2010-11-20T00:03:05.827
2010-11-21T10:28:56.360
2010-11-21T10:28:56.360
313,758
198,544
[ "php", "jquery", "css", "cookies" ]
4,230,646
1
4,230,655
null
0
4,557
> ``` Msg 515, Level 16, State 2, Procedure CreateParty, Line 16 Cannot insert the value NULL into column 'Id', table 'DEVIN.dbo.Party'; ``` column does not allow nulls. INSERT fails. The statement has been terminated.``` (1 row(s) affected) ``` What the hell? My table consists of ``` Id (Primary Key) FirstN...
SQL Server: Stored Procedure trying to insert NULL?
CC BY-SA 2.5
null
2010-11-20T00:59:27.527
2016-05-19T11:25:15.557
2010-11-21T07:07:45.100
337,806
337,806
[ "sql", "sql-server", "tsql", "sql-server-2008", "stored-procedures" ]
4,230,714
1
4,230,817
null
1
74
For example, I have a userControl that I want a user to be able to "Select". Here is the code I'm using: ``` private void ptbImage_Click(object sender, EventArgs e) { SelectControl(); } private void SelectControl() { this.BackColor = Color.FromArgb(235, 243, 253); } ``` If I have many controls inside of th...
How to visually let the user know that something is selected?
CC BY-SA 2.5
null
2010-11-20T01:15:33.203
2010-11-20T03:17:10.197
null
null
null
[ "c#", "winforms", "user-controls" ]
4,230,821
1
4,230,970
null
15
6,074
[Scott Hanselman](http://www.hanselman.com/blog/) ([alternate link](https://stackoverflow.com/users/6380/scott-hanselman)) suggested in a [twitter tweet](https://twitter.com/shanselman/status/5490500635205632) on November 18, 2010 that "OpenID might be Dead". ![OpenID is Dead](https://i.stack.imgur.com/vmtBE.png) ...
If OpenID "is dead", what is out there to take its place?
CC BY-SA 3.0
0
2010-11-20T01:59:41.973
2014-05-01T20:42:38.247
2017-05-23T11:46:15.097
-1
124,069
[ "openid", "single-sign-on" ]
4,230,933
1
6,190,485
null
13
4,715
I'm attempting to make an interface similar to the Photos app where the status bar & navigation bar fade in/out but I'm running into a problem. If I tap to hide the interface then rotate the device, then tap to bring it back up, then the navigation bar is repositioned underneath the status bar (see photo). If I then ro...
UINavigationBar Appears Under StatusBar
CC BY-SA 2.5
0
2010-11-20T02:41:13.433
2013-09-12T19:24:41.263
2020-06-20T09:12:55.060
-1
435,471
[ "iphone", "ios4" ]
4,231,004
1
null
null
0
540
I have a problem where everything looks as expected in Chrome and Firefox but when I open my homepage in IE, I have two tables in particular that shift to the left quite a bit. One part of the table kind of stays in place but the rest of it moves...seems really odd to me. How can I make these tables stay in the same p...
table in wrong place in different browsers?
CC BY-SA 2.5
null
2010-11-20T03:06:54.553
2010-11-20T03:46:53.997
2010-11-20T03:19:43.230
489,272
489,272
[ "html", "css", "internet-explorer", "web" ]
4,231,161
1
4,236,219
null
1
1,362
I am developing a Genetic Algorithm framework and initially decided on the following `IIndividual` definition: ``` public interface IIndividual : ICloneable { int NumberOfGenes { get; } double Fitness { get; } IGene GetGeneAt(int index); void AddGene(IGene gene); void SetGeneAt(int index, IGene gen...
How to better reduce classes dependencies so it is easier to Unit-Test them
CC BY-SA 2.5
0
2010-11-20T04:09:17.343
2010-11-21T03:06:01.113
2010-11-20T05:13:23.337
130,758
130,758
[ "c#", "java", "unit-testing", "oop", "dependencies" ]
4,231,478
1
4,232,004
null
1
2,961
I have a custom control with bindings like below ``` <DataTemplate DataType="{x:Type vm:EditorTabViewModel}"> <me:MarkdownEditor Options="{Binding Path=Options, RelativeSource={RelativeSource AncestorType=Window}}" /> </DataTemplate> ``` I find that binding (`Window1.Options`) is being set (after steppi...
Binding Setting Property but UI not updating. Can I debug within referenced project/control?
CC BY-SA 2.5
0
2010-11-20T06:13:54.237
2010-11-20T15:07:13.243
null
null
292,291
[ "wpf", "user-controls", "binding" ]
4,231,689
1
4,240,640
null
0
557
So, I have a Core data object, let's call it a session (Okay, that's what it actually is called), and it has four attributes (Name, Driver, Track and Car) that I'd like to show in a table view. I've had it working before, but, alas, I'm trying to make my view controllers a little more generic and reusable, so, I'm chan...
UITableView and CoreData - Displaying Data in Specific Rows and Efficiency?
CC BY-SA 2.5
null
2010-11-20T07:27:09.523
2010-11-21T22:02:02.500
2010-11-20T07:38:33.300
30,461
242,608
[ "iphone", "cocoa-touch", "uitableview", "core-data", "uikit" ]
4,231,830
1
4,244,678
null
0
853
I've created my own undo system for the RichTextBox whereby whenever you do something an undo action is added to a stack, and when you press undo, this action is undone. This behavior works perfectly with all controls I've implemented it for, except for RichTextBoxes. I have reduced the system down to its simplest ele...
RichTextBox Undo Adding Spaces
CC BY-SA 2.5
0
2010-11-20T08:17:21.237
2010-11-22T10:57:19.180
2010-11-22T01:52:53.713
2,148,718
2,148,718
[ "c#", "winforms", "c#-4.0", "richtextbox", "undo" ]
4,231,913
1
4,231,920
null
2
711
I'm using jQuery 1.2.7 (I cannot upgrade) In order to trigger events when a dropdown menu selected value changes, I've been told to use the following code: ``` $('#dropdownWidget').bind($.browser.msie ? 'click' : 'change', function(event) { //myEvent }); ``` This is a screenshot of the widget: ![alt text](...
jQuery: What's the correct code to trigger events in Internet Explorer?
CC BY-SA 2.5
null
2010-11-20T08:50:02.337
2010-11-20T09:12:38.190
2010-11-20T09:08:03.067
257,022
257,022
[ "jquery", "internet-explorer" ]
4,231,937
1
4,231,967
null
0
87
I have written c# application that uses mdf file for database.when i make setup of that project and runs on other computer having dotnetframework and sql server compact 3.5 then id dose not runs and exception is shown saying something sql server not found or not ready for connection something like that what should i do...
Database connection fails
CC BY-SA 2.5
null
2010-11-20T09:00:48.923
2010-11-20T09:26:36.827
2010-11-20T09:25:50.553
430,167
430,167
[ "c#", "sql-server", "installation", "desktop-application" ]
4,232,152
1
null
null
1
1,871
> Is it possible to generate a specific set of font from the below given image ?My idea is to generate a specific font for the below given image of text ,by manually selecting portion of the image and mapping it to a set of letter's.Generate the font for this and then use this font to make it readable f...
Generate font from an image of text
CC BY-SA 2.5
0
2010-11-20T09:59:04.190
2010-11-20T23:19:36.087
2010-11-20T10:19:45.223
306,855
306,855
[ "image-processing", "fonts", "ocr" ]
4,232,391
1
4,236,907
null
5
1,652
I want to listen for continuous changes from CouchDB using jQuery - now this works: ``` http://localhost:5984/testdb/_changes?feed=continuous ``` which means that I get a new line of json every time there is a db update - but how do I read updates off this URL using jQuery? I tried using this but it doesn't work: ...
Read continuous feed from CouchDB using Ajax/jQuery
CC BY-SA 2.5
0
2010-11-20T11:08:37.290
2021-03-31T05:27:18.693
2010-11-20T11:30:47.407
150,878
150,878
[ "jquery", "ajax", "couchdb", "jsonp" ]
4,232,857
1
null
null
0
1,304
![alt text](https://i.stack.imgur.com/YDqEi.jpg) I can only specify a single `.as` file,how can I have 2 classes in it?
How to use two .as files in Flash using actionscript 3?
CC BY-SA 2.5
null
2010-11-20T13:05:59.737
2010-11-20T13:45:17.963
null
null
417,798
[ "flash", "actionscript-3" ]
4,233,193
1
4,233,963
null
3
222
I have a `TabControl` bound to a `ICollectionView` with derives from `ObservableCollection<EditorTabViewModel>`. I think quite standard MVVM Multi-Document pattern? Anyways, `EditorTabViewModel` has a property `Content` that contains the string to be displayed. I find that the binding is working ... ``` // Add 2 defa...
Binding Does not Commit?
CC BY-SA 2.5
null
2010-11-20T14:30:22.663
2010-11-20T17:16:12.630
null
null
292,291
[ "wpf", "binding" ]
4,233,352
1
null
null
5
1,771
Since the Brazilian government does not have a public API for postal codes, I am trying to reverse engineer the code that [correios.com.br](http://www.buscacep.correios.com.br/servicos/dnec/menuAction.do?Metodo=menuEndereco) uses to generate the image below so I can generate my own images to train the OCR program. ![a...
Java awt font spacing options
CC BY-SA 2.5
null
2010-11-20T15:06:50.643
2010-11-20T20:29:49.100
2010-11-20T20:29:49.100
230,636
230,636
[ "java", "image", "fonts", "awt" ]
4,233,600
1
4,233,622
null
10
15,099
!!! and really can't stand the white background. ![alt text](https://i.stack.imgur.com/VXM1m.gif) Does anyone have a PyCharm schema for monokai by chance? :)
Does anyone have the monokai theme for PyCharm?
CC BY-SA 2.5
0
2010-11-20T15:58:37.490
2013-10-26T08:17:31.953
2010-11-20T16:08:02.560
208,827
208,827
[ "python", "django", "pycharm" ]
4,233,848
1
4,270,732
null
0
1,377
I am having this problem in the image: ![alt text](https://i.stack.imgur.com/UWE9B.jpg) even if in the path displayed is correct and exists. I tryed anyway to change this variable and the files in `C:\\Program Files\Java\apache-maven-2.2.1` or `C:\\Program Files\Java\apache-maven-2.2.1\bin` or `C:\\Program Files\apache...
Problem spring roo and Maven enviroment variables
CC BY-SA 2.5
null
2010-11-20T16:54:03.350
2010-11-24T19:30:09.050
2020-06-20T09:12:55.060
-1
457,208
[ "maven-2", "environment-variables", "spring-roo" ]
4,233,869
1
4,233,884
null
18
42,350
I'm using CSS (via JQuery , but not relevant to this question) to highlight certain elements within an HTML file: I'm using "pre" tags to separate out logical elements in my file, but I noticed that "pre" tags seem to leave newlines between elements. Can I get rid of these using CSS ? (Or what shall I use instead of...
HTML <pre> tag causes linebreaks
CC BY-SA 2.5
0
2010-11-20T16:59:08.547
2018-10-26T12:34:18.127
2010-11-21T13:01:46.667
184,456
184,456
[ "html", "css", "newline", "line-breaks", "pre" ]
4,234,176
1
5,489,118
null
2
3,107
I'm seeing a strange rendering issue in an SVG that I'm generating. I've narrowed it down to a small reproducible case. ``` <?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg"> <polyline points="41,36 40,35 42,37" style="stroke:black; stroke-linecap:round; stroke-linejoin:round; stroke-wi...
SVG Polyline with stroke-linejoin:round not showing a rounded corner
CC BY-SA 3.0
0
2010-11-20T18:05:45.763
2011-11-26T03:59:20.183
2011-11-26T03:59:20.183
234,976
514,633
[ "svg" ]
4,234,185
1
4,234,236
null
1
364
I want my row items to look like this: ![alt text](https://i.stack.imgur.com/2rwEQ.png) I want to have an image on the left, top and bottom text and a date. I have started to lay it out, but am not sure how to proceed with the rest of the XML: ``` <?xml version="1.0" encoding="utf-8"?> <RelativeLayout android:id="@+i...
How can I make my ListViewItem look like the Twitter app?
CC BY-SA 2.5
0
2010-11-20T18:06:55.133
2010-11-20T19:53:06.197
2010-11-20T19:53:06.197
19,875
19,875
[ "java", "android", "listview", "twitter", "android-layout" ]
4,234,330
1
null
null
15
4,598
In my app I have some complex logic surrounding the hiding and showing of the keyboard. I am interested in detecting when the user (who has an iPad) specifically taps on the iPad keyboard hide button: ![alt text](https://i.stack.imgur.com/68Yvx.png) I am interested in detecting when the keyboard is supposed to hide,...
How to detect iPad user tap on keyboard hide button?
CC BY-SA 2.5
0
2010-11-20T18:38:04.007
2011-09-23T05:38:00.953
null
null
353,137
[ "ipad", "ios", "keyboard" ]