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,659,138
1
3,661,457
null
1
1,357
My textbox is the only control on a window, which is a part of a bigger application. The textbox contains a certain amount of text, large enough to show vertical scrollbar. The scrollbar appears, but without a thumb: ![alt text](https://i.stack.imgur.com/1wdns.png) I can still scroll the contents, either with mouse...
WPF: Textbox scrollbar has no thumb
CC BY-SA 3.0
null
2010-09-07T13:42:00.407
2013-10-25T10:17:14.100
2011-08-20T19:38:48.440
318,795
318,795
[ "c#", "wpf" ]
3,659,267
1
3,659,418
null
1
318
The program works in its current for but I would like to make it more object oriented like its design using constructors and such but I don't know where to start and how to make it work. I would like your insight and examples on how you would accomplish this task? Here is a sample UML for what I am trying to do. ![UML]...
Converting a program with just static methods to one that uses objects instead
CC BY-SA 2.5
null
2010-09-07T13:57:20.227
2010-09-07T15:19:52.620
2010-09-07T14:18:37.657
327,073
327,073
[ "c#" ]
3,659,383
1
3,659,398
null
3
506
When I press Ctrl+P in NetBeans PHP while writing down function call parameters I get a tooltip reminding me of the parameters: ![netbeans screenshot](https://i.stack.imgur.com/n0Kyi.png) Is there an equivalent for this in Eclipde PDT? It seems I can only get the autocomplete box while typing the function name - as so...
Eclipse PDT equivalent for NetBeans PHP Ctrl+P inside function call parenthesis
CC BY-SA 2.5
0
2010-09-07T14:07:23.517
2010-09-07T14:30:40.337
null
null
360,593
[ "eclipse-pdt" ]
3,659,630
1
3,659,749
null
6
6,551
I'm using a box as a shared repo, and my team connects to it via . What I do is: 1. Create an empty git repository on the central machine git init 2. Then from each workstation do something like git clone ssh://user@central-box/Users/user/Projects/my-project/.git/ This works nice, but git keeps yelling at me ever...
Right way to share a git repo over ssh
CC BY-SA 2.5
0
2010-09-07T14:35:06.393
2010-09-08T03:25:22.243
null
null
7,595
[ "git", "ssh" ]
3,659,794
1
3,659,846
null
0
811
I'm currently redesigning a website and have run into an issue with some elements in the header. The header contains a logo, some text and a navigation bar. Between the bottom of the logo and the top of the navigation bar there is a relatively thick gap, shown in this screenshot: ![Problem](https://i.stack.imgur.com/h...
Unexpected gap between CSS header elements
CC BY-SA 2.5
0
2010-09-07T14:55:05.660
2010-09-08T01:34:36.213
2010-09-08T01:34:36.213
222,454
222,454
[ "html", "css" ]
3,660,063
1
3,668,591
null
1
1,355
I have built a UserControl for display a list of other UserControls which themselves are bound to individual data objects. The link below shows an example implementation of this control. ![alt text](https://i.stack.imgur.com/ST2Vf.jpg) Each of the individual user rows is its own UserControl/XtraUserControl, laid out...
Winforms Usercontrol: Perfomance issues when creating and adding to parent
CC BY-SA 2.5
null
2010-09-07T15:22:53.803
2010-09-23T13:19:39.473
2010-09-23T13:19:39.473
213,707
213,707
[ "winforms", "performance", "user-controls", "devexpress" ]
3,660,288
1
3,660,321
null
6
508
I've made a class (code below) that handles the creation of a "matching" quiz item on a test, this is the output: ![alt text](https://i.stack.imgur.com/UV062.png) It works fine. However, in order to get it , I have to put the for at least 300 counts between the random shuffling of the two columns, anything lower th...
How can I get true randomness in this class without Thread.Sleep(300)?
CC BY-SA 2.5
0
2010-09-07T15:52:25.180
2010-09-07T16:11:07.380
null
null
4,639
[ "c#", "random" ]
3,660,441
1
3,660,712
null
0
1,213
i have generated a Linq to Sql class which looks like this. ![alt text](https://i.stack.imgur.com/zMsua.jpg) so i have 3 querys which gets my data. ``` private IQueryable<Gesellschaft> loadedGesellschaft; private IQueryable<Anschrift> loadedGesellschaftAnschrift; private IQueryable<Email> loadedGesellschaftEmail; pr...
C# WPF Linq to SQL Databinding
CC BY-SA 2.5
null
2010-09-07T16:10:04.513
2010-09-07T16:42:25.107
null
null
424,226
[ "c#", "wpf", "linq-to-sql", "data-binding" ]
3,660,841
1
null
null
0
332
My ListView has to be customized like, it should have three imageView in each ListItem along with the name and date that has to populated from the DB,added with that, once i click upon the a list item ,that corresponding Listitem information has to be displayed in another Screen...The Size of the List should be based o...
ListView in Android
CC BY-SA 3.0
0
2010-09-07T16:57:16.427
2011-12-04T00:30:32.607
2011-12-04T00:30:32.607
84,042
384,193
[ "android", "listview" ]
3,661,954
1
3,662,025
null
6
4,977
I have an `ol`/`li` listing (in one `ol` tag), I need to list in two columns. There must be a way to do it in CSS. ![alt text](https://i.stack.imgur.com/jnwUh.jpg)
Listing ol li up to down in 2 column with CSS
CC BY-SA 3.0
null
2010-09-07T19:21:15.403
2015-12-14T23:17:05.927
2012-06-03T17:53:29.693
387,076
150,225
[ "html", "css", "html-lists" ]
3,662,479
1
3,663,317
null
2
1,088
I'm currently redesigning a website and have run into an issue with horizontal scrolling when the page is viewed in a narrow browser window. The header contains a logo, some text and a navigation bar and spans 100% of the page width, but the header content is centered with a fixed width of 940px. When shown properly, ...
Fixed full-width CSS header not scrolling correctly with narrow browser windows
CC BY-SA 2.5
0
2010-09-07T20:31:22.620
2010-09-07T22:51:04.587
null
null
222,454
[ "css" ]
3,662,634
1
3,662,848
null
0
1,000
I have a custom workflow implementation what requires updation of an external DB. I created a simple workflow for text purpose and found a strange thing! my Db update/insert code is placed in a code activity of the workflow. it seems the code activity is executed multiple times when the workflow is invoked on a simple ...
Repeated execution of code activity in SharePoint workflow?
CC BY-SA 2.5
null
2010-09-07T20:50:50.687
2010-09-07T21:18:07.810
2020-06-20T09:12:55.060
-1
185,655
[ "sharepoint", "workflow", "sharepoint-2007", "sharepoint-workflow" ]
3,662,649
1
3,662,655
null
5
27,520
I want to show two lines in `<td>`. And it is showing, next to each other. ``` <td bgcolor="White"> First Name (on external website) </td> ``` I want to be like below. 1st line bold and 2nd line will be small letters. ![alt text](https://i.stack.imgur.com/3MndH.jpg)
How make 2 lines in <td>
CC BY-SA 4.0
0
2010-09-07T20:52:50.717
2019-09-24T06:27:49.690
2020-06-20T09:12:55.060
-1
158,008
[ "asp.net", "html", "css" ]
3,662,657
1
3,662,824
null
0
1,816
I need to add a form to my existing application i have it all laid out but how do I get it to use the code from the form as to make it seamless. Any thoughts? and sorry for the wall of code just thought it might help. The Validate button should get its info from the console like below ![alt text](https://i.stack.imgu...
Adding a Form to an existing console application?
CC BY-SA 2.5
null
2010-09-07T20:53:48.610
2010-09-07T21:13:31.920
null
null
327,073
[ "c#" ]
3,662,809
1
3,664,534
null
0
958
I like the comment box at the top with the posts going in reverse order. Comment rating, highest rated comments, all great features, remaining character count, spam flag. My question is, is there a open commenting system available for Django that already has these features?![alt text](https://i.stack.imgur.com/0q7ru.p...
django comment system: How to make it more like YouTube's?
CC BY-SA 2.5
null
2010-09-07T21:10:57.580
2010-09-08T03:53:59.493
null
null
355,697
[ "python", "django", "comments", "youtube" ]
3,662,959
1
3,662,968
null
16
7,191
In the iOS clock app, the font in the table view cells has a slight shadow to it which gives the effect that the text is engraved.... ![alt text](https://i.stack.imgur.com/pWYZx.png) How can I recreate that font with the engraved look? Thanks in advance for your help!
How can I recreate this iOS font that has a shadow?
CC BY-SA 2.5
0
2010-09-07T21:37:13.453
2012-02-20T10:13:04.540
null
null
191,808
[ "iphone", "ipad", "ios", "uifont" ]
3,663,306
1
null
null
7
42,305
I've found an example [here](https://stackoverflow.com/questions/1910478/centering-text-within-a-multirow-cell-in-latex) but that only centers one column and I can't really adapt it to my needs. What I'd like is something like this: ![alt text](https://i.stack.imgur.com/jy7mt.png)
Is it possible to vertically center multiple columns in a table?
CC BY-SA 3.0
null
2010-09-07T22:45:09.217
2017-01-14T23:22:28.193
2017-05-23T10:29:24.460
-1
383,330
[ "alignment", "latex", "multiple-columns", "multirow" ]
3,664,027
1
null
null
0
231
![alt text](https://i.stack.imgur.com/mOdK2.png) The attached image is what happens sometimes when I try to size a `MKMapView` to fit one or more placemarks. It's intermittent, but the display is always in exactly the same position. Here is the code: ``` // loc1 is always non-null, and is equal to one of the annotat...
iPhone Map Region Weirdness
CC BY-SA 3.0
null
2010-09-08T01:29:43.493
2017-09-18T11:24:01.127
2017-09-18T11:24:01.127
1,000,551
104,181
[ "ios", "objective-c", "mapkit" ]
3,664,365
1
3,664,436
null
2
6,842
I have a ListView with a lot of data (200+ items) so to save space it's making use of a UniformGrid to display 3 columns instead of 1 ``` <ListView.ItemsPanel> <ItemsPanelTemplate> <UniformGrid Columns="3" /> </ItemsPanelTemplate> </ListView.ItemsPanel> ``` I also modify the style so that each item i...
Best approach for WPF multi-column list view
CC BY-SA 2.5
0
2010-09-08T03:02:48.167
2010-09-08T03:23:04.430
2010-09-08T03:13:50.073
44,540
44,540
[ "wpf", "listview", "uniformgrid" ]
3,664,441
1
3,664,485
null
0
1,350
I have a requirement by which I need to have something like below as the background of my asp.net menu item background. NOTE: The menu is populated by sitemapdatasource which is dynamic depending on querystring. ![alt text](https://i.stack.imgur.com/iHXfJ.png) I was doing some googling up and found that I can apply J...
asp.net menu item with jquery rounded corner
CC BY-SA 2.5
null
2010-09-08T03:23:56.693
2010-09-08T03:45:03.193
null
null
375,777
[ "asp.net", "jquery", "css" ]
3,665,168
1
3,667,948
null
1
6,307
Say, I have a script nicely formatted in SSMS and it's annotated with all kinds of comments in different languages. But when I copy and paste this nice thingy into Word with syntax highlighted I will get a syntax-highlighted message with those comments garbled, as if reading the source text with one code page and pasti...
How to copy and paste script text from SSMS to Outlook or Word without garbling it?
CC BY-SA 2.5
0
2010-09-08T06:33:45.000
2010-09-08T14:36:01.813
2010-09-08T14:36:01.813
124,681
124,681
[ "sql-server", "sql-server-2005", "ssms", "sql-server-2008" ]
3,665,385
1
3,665,442
null
45
30,368
I am creating a UITextField programmatically and placing it inside a UIView. The font size is set to 15.0f (system font). But the placeholder that appears is not centered in the text view. Any one know how to resolve this? I found some references on SO for blurred text etc and tried setting the frame of the textfield...
Placeholder text not centered for UITextField created programmatically
CC BY-SA 3.0
0
2010-09-08T07:11:43.533
2017-05-10T11:02:47.367
2017-04-04T12:06:40.343
1,033,581
46,297
[ "iphone", "uitextfield" ]
3,665,390
1
3,665,476
null
2
2,964
I'm quite new in C++ after few years in Java and eclipse, I got little bit confusing using code::blocks, no autogenerate setter/getter and also implement interface :D. I wanna ask about code structure in code::blocks, I create new console application, my header will be put to Headers/include folder called Employee.h, ...
Question about C++ folder structure for header file
CC BY-SA 2.5
0
2010-09-08T07:12:28.900
2012-07-31T20:11:56.507
2010-09-08T08:05:57.633
15,416
231,007
[ "c++" ]
3,665,707
1
null
null
0
312
I'm using `TAdvOfficePager`component from [TMS Software](http://www.tmssoftware.com/site/aop.asp). Inside each page I use a frame. When switching between pages I get some ugly display artefacts like this: ![alt text](https://i.stack.imgur.com/Qlb6N.jpg) The controls from the old page and the controls from the new pag...
Display Artefacts when Switching Pages in TMS TAdvOfficePager
CC BY-SA 2.5
null
2010-09-08T08:04:00.157
2010-09-08T08:40:46.943
null
null
62,391
[ "delphi", "delphi-2010", "tms" ]
3,666,131
1
4,322,138
null
2
1,397
If you have used the Google Maps web app on your iphone or ipad you know what i am talking about. You can't see my fingers in this screen grab, but this is mid-pinch (if you will) zooming out. The detailed area was the initial map viewing area and the blurry bit outside is the extra map that has come into view mid-pinc...
How is google maps (web app) scaling so smooth on the iphone/ipad with the gesture/pinch?
CC BY-SA 2.5
0
2010-09-08T09:02:42.437
2010-12-01T07:31:41.550
2010-10-04T06:05:45.970
56,145
56,145
[ "google-maps", "ios", "touch", "multi-touch", "gesture" ]
3,666,541
1
3,666,563
null
25
208,013
I'm currently stuck setting borders in an html table. (I use inline styles for a better rendering in e-mail-clients) I have this piece of code: ``` <html> <body> <table style="border: 1px solid black;"> <tr> <td width="350" style="border: 1px solid black ;"> ...
How to format html table with inline styles to look like a rendered Excel table?
CC BY-SA 3.0
0
2010-09-08T09:58:49.243
2018-04-23T22:10:55.550
2015-05-20T20:13:34.697
3,281,476
225,808
[ "html", "css", "border", "html-table" ]
3,666,791
1
3,667,211
null
0
398
![alt text](https://i.stack.imgur.com/fJqus.png)I have a UIScrollView which has a UIView embedded in it. It have 2 buttons "scroll" and "unscroll".On clicking the "scroll" button, my scrollview scroll up from the bottom of the parent view. Everything works fine until here but when I click the "unscroll" button to push ...
UIScrollView "scroll back"
CC BY-SA 2.5
null
2010-09-08T10:31:56.637
2010-09-08T11:28:01.830
2010-09-08T10:48:02.853
null
null
[ "iphone" ]
3,666,956
1
3,667,374
null
1
655
How do I blend these two sets of pixelData? The maskArray specifies the pixels to use from the OverlayData. These need to be merged with the backgroundData, and inserted back into the main canvas as newBackgroundData, and as offsetX changes update as needed. I think I have found a solution: simply create another hid...
Overlay Canvas Pixel Data
CC BY-SA 2.5
null
2010-09-08T10:55:00.263
2010-09-08T12:03:59.957
2010-09-08T12:03:59.957
219,609
219,609
[ "javascript", "graphics", "html", "canvas", "pixel" ]
3,667,213
1
3,667,301
null
0
205
i want to embed an open source editor to my java desktop application. But i am not sure yet how to do it. I got jnlp web start and jar file to import library. The program which will be imported is like below. ![alt text](https://i.stack.imgur.com/P97IH.png) In fact i just need internal frames but if it is too completed...
Java, using another java program in jar format
CC BY-SA 2.5
null
2010-09-08T11:28:07.567
2010-09-08T11:40:36.017
2010-09-08T11:40:36.017
265,143
396,563
[ "java", "jar" ]
3,667,257
1
3,667,428
null
2
8,516
I managed (as you can see in older posts from me) to insert a onetomany relation through hibernate. My two entity classes look like following: Project.java: ``` @Entity public class Project { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private int id; @OneToMany(cascade = CascadeType.ALL, mappedB...
Hibernate retrieving list from onetomany
CC BY-SA 2.5
null
2010-09-08T11:33:21.190
2018-10-25T19:58:29.590
2010-09-09T06:18:00.223
70,604
389,430
[ "java", "hibernate", "orm", "hql" ]
3,668,123
1
3,670,079
null
1
5,882
I have a `CheckedListBox` that has X number of items. These items are placed there at runtime. These items are supposed to represent reports that can be displayed in the `DataGridView`. What I need to do now is display the record count for each report in parenthesis right next to the report name. I tried, not for t...
How do I edit the name of an item in a CheckedListBox?
CC BY-SA 2.5
null
2010-09-08T13:19:48.343
2017-04-13T10:43:57.170
2010-09-08T15:06:17.090
76,337
419,603
[ "c#", "winforms", "checkedlistbox" ]
3,668,341
1
null
null
1
5,533
In , `tb.HorizontalContentAlignment = HorizontalAlignment.Center` : ![alt text](https://i.stack.imgur.com/zfSIZ.png) ``` <Window x:Class="TestText2343434.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Heig...
Why doesn't HorizontalContentAlignment work in Silverlight as it does in WPF?
CC BY-SA 3.0
0
2010-09-08T13:47:05.187
2016-01-21T15:16:07.117
2016-01-21T15:16:07.117
201,078
4,639
[ "silverlight", "textbox", "centering" ]
3,668,359
1
3,681,645
null
1
1,629
I'm trying to produce a shader to replicate a white plastic object with a colored light inside. Either by having a shader that will be translucent and if I put a light inside the object the light will show through or by having a shader that fakes the effect of a light inside. The effect im going for is kinda like a li...
HLSL Translucent Plastic Shader
CC BY-SA 2.5
0
2010-09-08T13:48:41.250
2022-02-20T19:35:19.070
2010-09-09T10:34:10.633
298,745
298,745
[ "graphics", "3d", "shader", "hlsl", "pixel-shader" ]
3,669,582
1
3,677,809
null
0
1,646
I have a UserControl that contains a DropDownList and an ObjectDataSource. That control is used in the markup of my MasterPage. In the Designer of a ContentPage that uses that MasterPage I can see the DropDownList and the ObjectDataSource. See for yourself. ![alt text](https://i.stack.imgur.com/HWCYM.png) I know that...
How to hide the inner controls of a UserControl in the Designer?
CC BY-SA 2.5
null
2010-09-08T15:54:56.793
2014-05-15T07:41:10.770
null
null
225,808
[ "c#", "asp.net", "user-controls" ]
3,669,784
1
3,669,865
null
1
163
I have the following RegularExpressionValidator on one of my pages: ``` <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="InKindTextBox" ErrorMessage="The value entered for 'Cash' must be i...
Validator throwing error
CC BY-SA 2.5
0
2010-09-08T16:17:59.523
2010-09-08T19:19:24.253
2010-09-08T17:26:13.340
226,897
226,897
[ "asp.net", "regex", "validation" ]
3,669,874
1
3,669,927
null
1
2,468
I have an image and text beside it with this code. A sample can be seen [here](http://uploadpic.org/view-pic.php?img=92579): ![alt text](https://i.stack.imgur.com/L53j2.png) The problem is that the text is starting from the center of the image (on the right side) whereas i want the text to start from the top right-ha...
position text on top just beside the image in html
CC BY-SA 2.5
null
2010-09-08T16:29:23.680
2010-09-08T16:35:57.987
2010-09-08T16:32:13.797
82,548
370,657
[ "html", "css", "image" ]
3,670,114
1
3,671,820
null
9
866
Wondering if anyone knows if the feature to allow add-in's for Visual Studio 2010 xml comment viewer was cut in the final release?? What I am talking about specifically is this: ![alt text](https://i.stack.imgur.com/ZlHxO.gif) I took this image from this page on MSDN ([http://msdn.microsoft.com/en-us/magazine/dd72281...
XML Comment Viewer Add-in for Visual Studion 2010?
CC BY-SA 2.5
0
2010-09-08T17:00:11.187
2012-09-06T12:44:13.630
2011-12-21T04:11:04.820
3,043
177,312
[ "visual-studio-2010", "comments", "add-in" ]
3,670,353
1
null
null
2
2,129
Can someone tell me how to achieve iBooks Library turning effect.(Not the pages). Could that be achieved via Core Animation perhaps? ![enter image description here](https://i.stack.imgur.com/erhfK.png)
iBooks library like effect
CC BY-SA 3.0
0
2010-09-08T17:28:19.997
2012-01-24T10:34:14.073
2012-01-24T10:34:14.073
401,137
442,680
[ "ios", "ibooks" ]
3,671,040
1
null
null
0
195
I want to do something like ![alt text](https://i.stack.imgur.com/5AA1N.jpg) This is screenshot of google transliterator that can be found [here](http://www.google.com/transliterate/). In this application user writes in Roman script and when he/she presses space an ajax request goes to server bringing back list of wo...
Caching ajax result on client side in asp.net mvc2
CC BY-SA 4.0
null
2010-09-08T19:00:13.390
2018-05-18T07:52:03.287
2018-05-18T07:52:03.287
472,495
331,174
[ "user-interface", "asp.net-mvc-2", "asp.net-ajax", "jquery" ]
3,671,069
1
3,671,920
null
0
532
I'm using a XML ([click here to see](http://gist.github.com/570591)) with to render this: ![alt text](https://i.stack.imgur.com/DMUrx.jpg) which `Menu Principal` is the first level, then `Home` and `Quem Somos`, then the dropdown is the third and last level. I want this last list to be dynamic (querying from the datab...
How to add a page inside some levels using Zend_Navigation?
CC BY-SA 2.5
null
2010-09-08T19:05:13.350
2010-09-08T21:08:37.117
2020-06-20T09:12:55.060
-1
336,945
[ "arrays", "zend-framework", "zend-navigation" ]
3,671,532
1
3,673,902
null
1
943
I have been working on extracting the peak values from a graph [(see previous question)](https://stackoverflow.com/questions/3495892/how-can-i-extract-peak-values-from-auto-correlated-data-in-matlab) which looks like this: ![alt text](https://i.stack.imgur.com/Ch1PE.png) but I have noticed that for some of the xcorr ...
How to extract specific values from auto-correlated data in MATLAB?
CC BY-SA 4.0
null
2010-09-08T20:14:47.793
2019-08-06T21:06:51.070
2019-08-06T21:06:51.070
4,751,173
372,752
[ "matlab", "math", "audio", "correlation" ]
3,671,733
1
3,671,750
null
7
15,481
I have a normal `UITableViewCell` with custom colors, but how can i change the border? Currently it looks very ugly: ![Screenshot](https://i.stack.imgur.com/3bMdD.png) I only want a tiny little white border.
UITableViewCell set Border
CC BY-SA 3.0
null
2010-09-08T20:45:49.637
2012-05-20T13:38:37.460
2012-05-20T13:38:37.460
1,028,709
438,679
[ "iphone", "objective-c", "uitableview", "ios" ]
3,671,817
1
3,671,881
null
3
624
I have a simple (hopefully) scenario. - - - I have a strongly typed "Edit" view for "Seats". I have managed to get a multi select list on that page in order to assign or unassign computers (jquery to add/remove items). However, when I submit the form, the contents of select list are not posted to the controller a...
Strongly Typed Views - post additional data via edit/create form
CC BY-SA 2.5
null
2010-09-08T20:53:47.840
2010-09-08T21:02:26.607
2010-09-08T20:59:00.737
16,522
16,522
[ "asp.net-mvc", "asp.net-mvc-2" ]
3,672,134
1
3,673,944
null
1
828
![alt text](https://i.stack.imgur.com/9WHE3.png) Hi, Although I have a lot of experience in database development, I'm having a hard time conceptualizing linking relationships in Core Data. As I understand it, the many relationship is an NSSet attached to the one file. After reading the documentation, I've understood ...
add<Key>Object vs insertNewObjectForEntityForName Core Data Relationships
CC BY-SA 2.5
null
2010-09-08T21:41:30.640
2010-09-09T05:13:23.590
null
null
289,667
[ "core-data", "import", "entity-relationship", "one-to-many", "key-value-coding" ]
3,672,258
1
3,784,949
null
11
9,870
When you clear the box on the new WPF 4.0 DatePicker control it shows "Select a date" ![alt text](https://i.stack.imgur.com/ZqYHr.jpg)
How to localize the WPF 4.0 DatePicker control
CC BY-SA 2.5
0
2010-09-08T22:07:33.430
2015-06-04T14:16:12.977
2010-09-09T14:37:31.227
2,385
2,385
[ "wpf", "localization", "wpf-controls", "datepicker" ]
3,672,422
1
3,678,656
null
1
1,613
I'm using Zend_Form with a registration page. I have a checkbox, that if checked, will show additional billing fields. In my form instance, I only want those extra fields to be setRequired(true) if that checkbox is checked. Is there a way to do this? The problem now is I have to set all the billing fields as setRequire...
zend_form set fields required only if checkbox is checked
CC BY-SA 2.5
0
2010-09-08T22:37:25.440
2012-06-05T08:06:38.350
null
null
284,630
[ "validation", "zend-form" ]
3,672,803
1
3,688,953
null
5
822
I am looking for a property in a font file (either from WPF's `System.Windows.Media.Fonts` `Typeface` or `GlyphTypeface`) or directly accessing the .ttf/.otf file that will allow me to determine if a program like Write/WordPad in Windows will apply Bold to the font. Basically, some fonts that have the Bold attribute wi...
What property in a font file makes a program decide to simulate bold?
CC BY-SA 2.5
null
2010-09-08T23:53:06.277
2010-09-11T15:17:44.253
2010-09-09T05:39:16.680
149,573
149,573
[ ".net", "wpf", "fonts" ]
3,672,886
1
null
null
1
3,386
I'm using a jqGrid and a horizontal scrollbar appears. How can I stop this from happening? ![jqGrid with scrollbar](https://i.stack.imgur.com/NwMyP.png)
How do I prevent a scroll bar from displaying in jqGrid?
CC BY-SA 2.5
0
2010-09-09T00:12:47.547
2013-11-29T11:09:37.187
null
null
80,282
[ "jquery", "jqgrid" ]
3,673,008
1
3,674,036
null
2
11,020
I am having problem with download my android application from my own web server. First I sent a html content with java script to ask Android phone to open my download link ``` <html> <head> <script> window.onload=function() {{ window.location = "downloadURL"; ...
download apk from own Webserver
CC BY-SA 2.5
null
2010-09-09T00:44:22.413
2012-07-12T13:16:09.077
2010-09-09T03:21:49.107
399,820
399,820
[ "android" ]
3,673,189
1
null
null
1
74
I get a leak on the code below, any idea why? I am not allocating anything so why does it leak? It leaks 32 bytes ``` NSString *username = @""; NSString *myString = @"some text"; NSRange range = [myString rangeOfString:@"username="]; //instrument shows a leak on the line below username = [myString substringToIndex:ra...
iPhone - Why do I get a leak?
CC BY-SA 2.5
0
2010-09-09T01:36:18.573
2010-09-09T11:25:08.930
2010-09-09T02:16:58.227
242,769
242,769
[ "iphone", "memory-management", "memory-leaks" ]
3,673,268
1
3,673,821
null
2
2,014
I'm now in problem about how to function in jQuery to expand proportionally. Normally, it expand one-sided only just like expand to bottom or expand to right. What I want is to expand proportionally left-right-top-bottom by using animate. ![alt text](https://i.stack.imgur.com/UQZ5W.jpg) Following is my coding. What...
jQuery animate expand proportionally
CC BY-SA 2.5
null
2010-09-09T01:55:38.383
2011-10-05T20:02:01.810
null
null
2,555,911
[ "javascript", "jquery" ]
3,673,279
1
3,673,314
null
4
6,885
I have a `TextBox` in my form and I added this event on it: ``` private void txtValue_KeyDown(object sender, KeyEventArgs e) { MessageBox.Show(e.KeyData.ToString()); } ``` But it always prints the upper case of the letter even though I entered a lower case letter in the textBox. Please s...
Always in upper case... (C# winforms)
CC BY-SA 2.5
null
2010-09-09T01:59:14.440
2010-09-09T02:49:59.020
2010-09-09T02:49:59.020
33,225
396,335
[ "c#", "key-events" ]
3,674,272
1
5,546,606
null
2
3,460
I'm developing a site with jQTouch, but it doesn't have style for a search bar. Has someone come across a library or css for the iPhone search bar like the image below? ![alt text](https://i.stack.imgur.com/AZKeB.png)
Does anyone know where I can find iPhone search bar style?
CC BY-SA 2.5
0
2010-09-09T06:27:22.773
2011-04-05T02:39:34.633
null
null
404,033
[ "iphone", "css", "uisearchbar", "jqtouch", "searchbar" ]
3,674,352
1
3,675,100
null
0
887
![alt text](https://i.stack.imgur.com/6omYg.png) In the figure, what you see in "red" is another view that slides up once you click the first + button. This "red" view does not have a separate view controller. On every "+" button click, I want this view to slide up with a different element embedded in it. For instance...
UIView animation
CC BY-SA 2.5
0
2010-09-09T06:44:53.217
2010-09-09T11:44:15.677
2010-09-09T07:58:49.567
null
null
[ "iphone" ]
3,674,374
1
3,674,387
null
0
1,132
I raised a question about this a while ago but I'm still having an issue. I have a mysql5 database with a sales table that contains a timestamp to represent a sale. If a field in the sales table in amended or altered the timestamp updates to the current time (the time of the change). To prevent this I have unselected t...
mysql timestamp updates when record is amended
CC BY-SA 2.5
null
2010-09-09T06:49:46.337
2010-09-09T06:57:25.853
null
null
197,420
[ "php", "mysql", "phpmyadmin" ]
3,674,444
1
3,674,469
null
-1
152
I have the following markup: ``` <div class="ui-accordion ui-widget" style="margin: 10px 0px 12px 0px;"> <h3 class="ui-helper-reset ui-corner-top ui-accordion-header ui-state-default" style="height: 24px; font-weight: bold; padding: 5px 0px 0px 12px">Title</h3> <div class="ui-accordion-content-active ...
Hyperlink on the baseline of a DIV
CC BY-SA 2.5
null
2010-09-09T07:03:57.917
2010-09-10T07:47:24.390
null
null
431,537
[ "html", "css", "jquery-ui" ]
3,674,510
1
3,675,228
null
1
2,793
I am developing one application in which i am getting an exception, and i know this one is the silly or small mistake which i am doing but your help may catch me out and make my day: ``` public class Demo extends Activity { Button btnDemo; Thread t; AlertDialog alertDialog; @Override publ...
Android - Getting Exception
CC BY-SA 2.5
0
2010-09-09T07:16:49.790
2010-09-10T23:56:04.763
2010-09-09T09:49:33.153
379,693
379,693
[ "android", "exception", "try-catch", "android-context" ]
3,674,577
1
3,676,149
null
0
757
Yesterday I read something abouth application optimization and how a programmer should find the most used parts of the program and by profiling and modifying them getting the most benefit (when looking at the time/work invested vs. memory/speed gains). Now, I've run the Eclipse profiler, got VisualVM but I don't how to...
How should I start profiling/optimizing my java application/oracle database?
CC BY-SA 2.5
null
2010-09-09T07:29:30.880
2010-09-09T11:58:20.013
2010-09-09T11:58:20.013
348,389
348,389
[ "java", "oracle", "optimization", "toad", "visualvm" ]
3,675,041
1
3,682,399
null
1
1,664
Greetings all, This is going to be a long question,skip the [Background] if its not that neccasary ;) ] I am developing a modular QT based application.Application is extentible via QT based plugins. As shown in the figure, there are mainly 3 parts .(numbers in red) ![alt text](https://i.stack.imgur.com/FYnDE.png) ...
QT Plugin , VTK QT Widget , Multi-thread and Linking question?
CC BY-SA 2.5
null
2010-09-09T08:44:08.730
2010-09-10T05:22:31.647
null
null
180,904
[ "c++", "qt4", "linker", "vtk" ]
3,675,135
1
3,675,485
null
40
56,622
How would you structure the below page in Codeigniter? ![alt text](https://i.stack.imgur.com/7vHtF.png) I thought about creating seperate controllers for each section 1. Left nav 2. Content nav 3. Login name 4. Leaderboard Excluding the content section (as this changes depending on the link on the left nav and c...
Codeigniter: Best way to structure partial views
CC BY-SA 2.5
0
2010-09-09T08:58:59.427
2014-09-04T11:48:39.653
null
null
63,523
[ "php", "design-patterns", "codeigniter" ]
3,675,195
1
null
null
11
22,697
![alt text](https://i.stack.imgur.com/PaiPc.png) Hi friends, I am using `GridView` inside a `ScrollView` for displaying images. In the GridView I have 16 images which were dynamically added, but the `ScrollView` does not display all 16 images (see screenshot). I want the `ScrollView` to display the whole `GridVie...
How to increase ScrollView height in Android?
CC BY-SA 3.0
0
2010-09-09T09:07:32.457
2017-12-13T02:13:05.917
2014-02-28T15:05:37.847
1,542,891
410,757
[ "android", "scrollview" ]
3,675,246
1
3,675,384
null
2
3,026
I'm using XSL-FO with Apache FOP to take a sexy looking XML file and output it as a PDF, however I'm having a really basic problem trying to get a particular bit of information (the address) to be positioned from the right of the page, I can force it over to the right by increasing the `left` attribute, but if I change...
Aligning an element to the right using XSL-FO, Apache FOP
CC BY-SA 2.5
null
2010-09-09T09:13:37.190
2010-09-09T09:35:28.120
null
null
80,111
[ "xslt", "xsl-fo", "apache-fop" ]
3,675,300
1
3,675,355
null
0
318
I'm trying to get the maximum value in a line in an 2d array. For example is this greyscale image. For me it's no problem to calculate the horizontal and vertical maximum grey value. However, I don't have a clue how to calculate an angled line (green line) from this 2d array. Anyone can help me out with this. ![alt...
2 dimensional array, calculating maximum value
CC BY-SA 2.5
null
2010-09-09T09:21:32.420
2010-09-09T09:30:27.277
null
null
241,513
[ ".net", "arrays", "2d", "line" ]
3,675,538
1
3,681,061
null
6
4,648
my image processing project works with grayscale images. I have ARM Cortex-A8 processor platform. I want to make use of the NEON. I have a grayscale image( consider the example below) and in my alogorithm, I have to add only the columns. How can I load in parallel, which are , as into one of the 128-bit NEON regist...
Load 8bit uint8_t as uint32_t?
CC BY-SA 3.0
0
2010-09-09T09:58:26.127
2014-04-10T15:30:21.253
2014-04-10T15:30:21.253
1,880,339
317,331
[ "arm", "neon", "intrinsics", "cortex-a" ]
3,675,624
1
3,675,805
null
0
949
I'm currently designing a page with a footer split into two divs. The top div displays a background-image to separate it from the main page, and the second div contains the actual footer content. It looks like the following in all browsers: ![Good](https://i.stack.imgur.com/O1kiV.png) ...except IE6, where it looks l...
IE6 background-image margin/padding/spacing issue
CC BY-SA 2.5
null
2010-09-09T10:13:36.203
2010-09-09T10:41:54.940
null
null
222,454
[ "css", "background-image" ]
3,676,448
1
3,676,491
null
1
191
I've got these interfaces: ![alt text](https://i.stack.imgur.com/DWDZJ.jpg) And this code: ``` IList<IFinder<IDomainObject>> finders = new List<IFinder<IDomainObject>>(); IFinder<IOrder> orderFinder = this.mocks.StrictMock<IFinder<IOrder>>(); finders.Add(orderFinder); ``` I get this error on the third line: > Arg...
Adding a derived interface to generic interface
CC BY-SA 2.5
null
2010-09-09T12:22:45.750
2010-09-09T12:28:28.943
null
null
94,923
[ "c#", "generics" ]
3,676,513
1
null
null
6
894
I have a query that has appropriate indexes and is shown in the query plan with an estimated subtree cost of circa 1.5. The plan shows an Index Seek, followed by Key Lookup - which is fine for a query expected to return 1 row from a set of between 5 and 20 rows (i.e. the Index Seek should find between 5 and 20 rows, a...
Database reads varying dramatically on a query with indexes
CC BY-SA 2.5
0
2010-09-09T12:29:34.970
2010-09-11T06:25:49.350
2010-09-11T06:25:49.350
6,004
6,004
[ "sql-server", "database", "performance", "sql-server-2008", "sql-server-2008-r2" ]
3,676,594
1
3,676,632
null
0
286
I have a `background-image` used to separate my page footer from the main content. It displays fine when viewed in a browser window wider than the supported `min-width` of the page. However, if the window is resized to be narrower the image is pushed to the right relative to the main body. How it displays in wide brow...
background-image being pushed right on narrow pages
CC BY-SA 2.5
null
2010-09-09T12:41:15.640
2010-09-09T12:48:55.297
null
null
222,454
[ "css", "background-image" ]
3,676,872
1
3,677,439
null
0
3,088
I want to see how I can get the value entered in this console application to work inside a form textbox how can I do this? Example entering 00000000 in console to be as if it were entered in the form so I guess I want them to be separate but work seamless any ideas. I cant figure out how to get the textbox to get the...
Get input from console into a form
CC BY-SA 2.5
null
2010-09-09T13:18:26.203
2010-09-09T14:23:59.287
null
null
327,073
[ "c#" ]
3,677,362
1
null
null
0
315
I have 7 to 8 buttons in my application. Like this. ![alt text](https://i.stack.imgur.com/4v9KN.jpg) How can I do this? I used: ``` LinearLayout ll = (LinearLayout)findViewById(R.id.searchdialog_layout); ll.setOrientation(0); Button btn = new Button(context); btn.setBackgroundDrawable(getResources().getDrawable(R....
How to set buttons in Android?
CC BY-SA 2.5
null
2010-09-09T14:08:55.430
2012-06-03T20:51:58.507
2010-09-09T14:27:30.293
50,846
435,025
[ "android" ]
3,677,368
1
null
null
97
104,733
I have a matplotlib figure which I am plotting data that is always referred to as nanoseconds (1e-9). On the y-axis, if I have data that is tens of nanoseconds, ie. 44e-9, the value on the axis shows as 4.4 with a +1e-8 as an offset. Is there anyway to force the axis to show 44 with a +1e-9 offset? The same goes for...
matplotlib: format axis offset-values to whole numbers or specific number
CC BY-SA 3.0
0
2010-09-09T14:09:11.183
2020-09-02T19:26:21.600
2016-11-25T10:54:15.667
2,062,965
277,241
[ "python", "matplotlib" ]
3,677,844
1
3,678,630
null
0
719
i am facing one font problem, my website is to operate in five languages, one of them is german, so few characters like ü etc.are not getting displayed properly. so for example, in english, i have one word "unhappy", in german it has to be displayed as "unglücklich", actually i m still using Flex3.0, so![alt text](h...
Font Embedding german characters( "ü") problems
CC BY-SA 2.5
null
2010-09-09T15:02:53.643
2010-10-22T10:06:31.123
2010-09-10T06:34:53.207
340,116
340,116
[ "flash", "actionscript-3", "actionscript", "flex3", "flex4" ]
3,678,224
1
null
null
2
621
So for example I have ![such image](https://i.stack.imgur.com/Q4FQp.png) such lines with coordinates. how (using what algorithm) is it possible to generate some kind of simple 3d scene meaning get relative distance from camera to the wall that is facing us?
How to get camera position from such data generated by LSD lines detector?
CC BY-SA 2.5
null
2010-09-09T15:49:51.183
2011-05-22T08:00:00.963
null
null
434,051
[ "algorithm", "3d", "camera", "2d", "line" ]
3,678,326
1
3,683,665
null
0
1,401
I'm currently using the [Facebook Developer Toolkit](http://facebooktoolkit.codeplex.com/) to publish to my organization's Facebook page. I'd like to be able to attach a link, but can't quite seem to figure out the syntax. Here's what I'm trying. ``` ConnectSession fbSession = new ConnectSession(API_KEY, API_SECRET);...
Facebook publish to stream and attach link
CC BY-SA 2.5
null
2010-09-09T16:01:00.927
2010-09-10T09:53:56.190
null
null
228,014
[ "facebook" ]
3,678,335
1
3,678,604
null
5
4,406
I'm looking for a quick method/algorithm for finding which nodes in a graph is critical. For example, in this graph: ![alt text](https://i.stack.imgur.com/1reXa.png) Node number 2 and 5 are critical. My current method is to try removing one non-endpoint node from the graph at a time and then check if the entire netw...
What is a fast algorithm for finding critical nodes?
CC BY-SA 2.5
0
2010-09-09T16:02:18.710
2020-05-18T17:40:12.770
2012-12-16T16:01:43.230
1,288
242,348
[ "algorithm", "graph" ]
3,678,647
1
3,678,870
null
3
1,285
Using this library, [ZXing](http://code.google.com/p/zxing/), we have a project at school in which we'll implement a inventory system using Android phones. We aim to use an Android phone to be a inexpensive replacement to this: ![Scanner... thing](https://i.stack.imgur.com/LD8DR.jpg) I've read some of the warnings o...
Preferred Developer Android Phone for using the ZXing library
CC BY-SA 2.5
0
2010-09-09T16:43:18.623
2010-12-22T00:32:41.673
null
null
269,694
[ "android", "camera", "barcode", "zxing" ]
3,678,691
1
3,678,828
null
1
1,777
So I have noticed that things (for lack of a better word) like this ![alt text](https://i.stack.imgur.com/Xf4Xd.png) and ![alt text](https://i.stack.imgur.com/OKGKW.gif) are just done in the console using special characters and changing their color. I know how to accomplish this on windows but how would I go about...
Color console boxes in linux terminal
CC BY-SA 2.5
0
2010-09-09T16:48:14.173
2014-02-27T09:14:17.147
2010-09-09T18:11:43.460
420,892
357,882
[ "c++", "linux", "console", "ncurses" ]
3,678,964
1
3,693,507
null
0
480
![text templating visual studio 2010](https://i.stack.imgur.com/DCLgI.jpg) I have installed Visual Web Developer Express 2010 but my .tt templates don't have icons. Do you know how to solve this issue?
Visual Web Developer Express 2010 T4 Templates no icon?
CC BY-SA 2.5
null
2010-09-09T17:24:07.670
2010-09-12T02:27:03.757
null
null
372,935
[ "visual-studio-2010", "t4" ]
3,679,014
1
3,711,323
null
6
9,387
I'm using [imagettftext](http://php.net/manual/en/function.imagettftext.php) to make a and at the I want to put the . I have the (which are really rectangles) `$x1` `$y1` `$x2` `$y2` `$imagesx` `$imagesy` `$font_size` Also, The ![alt text](https://i.stack.imgur.com/wBqMX.png)
PHP GD ttftext center alignment
CC BY-SA 2.5
0
2010-09-09T17:30:55.727
2015-07-04T09:46:31.870
2010-09-11T22:48:34.707
1,246,275
1,246,275
[ "php", "image", "text", "graph", "gd" ]
3,679,022
1
3,679,051
null
1
1,646
I'm using the jQuery [qtip](http://craigsworks.com/projects/qtip/) plugin. I want the content of the qtip to be an image, loaded dynamically. The url I'm using works. If I go to the url, I see an image. However, the qtip shows something... weird. Here is the result: ![alt text](https://i.stack.imgur.com/FCdyC.jpg)...
jQuery qtip - loading an image into the qtip via ajax
CC BY-SA 2.5
null
2010-09-09T17:31:58.680
2010-09-09T17:42:20.577
2010-09-09T17:42:20.577
190,902
190,902
[ "jquery", "ajax", "qtip" ]
3,679,457
1
3,748,081
null
4
4,182
I've been having a problem to show large images on a scrollview, the images are 2,4 - 4,7 MB. It runs fine on the 3GS and on the simulator. But whenever I try to run on a 3G or iPod Touch 2G, it crashes. I searched across the web and found the "imageNamed is evil" article. Ok I changed all my image calls to imageWithC...
App Crashing when using large images on iOS 4.0
CC BY-SA 2.5
0
2010-09-09T18:28:57.333
2010-09-21T01:15:44.253
null
null
239,028
[ "iphone", "image", "memory", "crash", "uiimage" ]
3,679,751
1
3,679,955
null
2
2,273
I'm developing an simple art program in Java and I was curious if it was possible to create an gray empty space around the canvas like is most art programs(Meaning, an empty space that isn't locked down and is scrollable). Is this possible and how could I go about doing this? Example: ![alt text](https://i.stack.imgur...
Creating a gray space around a JPanel in Java
CC BY-SA 2.5
null
2010-09-09T19:09:34.577
2017-10-08T20:55:23.313
null
null
383,940
[ "java", "swing", "awt" ]
3,680,429
1
4,839,672
null
1,976
954,154
I have a `div` that has `background:transparent`, along with `border`. Underneath this `div`, I have more elements. Currently, I'm able to click the underlying elements when I click outside of the overlay `div`. However, I'm unable to click the underlying elements when clicking directly on the overlay `div`. I want...
Click through div to underlying elements
CC BY-SA 4.0
0
2010-09-09T20:42:54.743
2021-11-29T07:23:06.887
2021-11-29T07:23:06.887
8,112,776
398,434
[ "css", "click", "mouseevent", "layer" ]
3,680,465
1
3,878,903
null
0
667
I'm having trouble getting this code to set the prompt: ``` // Create a PeoplePicker ABPeoplePickerNavigationController *objPeoplePicker = [[ABPeoplePickerNavigationController alloc] init]; [objPeoplePicker setPeoplePickerDelegate:self]; // Customize colors objPeoplePicker.topViewController.navigationController.navig...
Setting a prompt in an ABPeoplePickerNavigationController
CC BY-SA 2.5
null
2010-09-09T20:48:20.793
2010-10-07T05:35:15.060
2010-10-07T05:35:15.060
60,488
277,757
[ "iphone", "objective-c", "cocoa-touch", "abpeoplepickerview" ]
3,680,467
1
3,680,606
null
1
6,656
I built form here, When I input utf-8 data to it at firefox 3.6.8 it is like this: but it works fine with IE.8 ![alt text](https://i.stack.imgur.com/zta3G.png) It seems that while typing (or filling) the input box, the characters are all uppercase. Just like that you are holding shift and type it. anyone knows what...
HTML form, inputing utf-8 string firefox and IE !
CC BY-SA 2.5
null
2010-09-09T20:48:35.257
2010-09-09T21:09:12.910
2010-09-09T20:54:52.373
238,952
238,952
[ "html", "utf-8" ]
3,680,674
1
3,682,356
null
3
654
I have TWebBrowser embedded in a TForm. Whenever I press Alt button the browser window becomes white. If I drag the form around it repaints correctly. What I am doing wrong? I have DevExpress Bars and Quantum Grid if that matters? I use Delphi 2010 and Windows 7 and XP SP2. IE version is 7 and 8. Reproducible on all...
Pressing Alt clears the embedded TWebBrowser
CC BY-SA 2.5
null
2010-09-09T21:22:08.990
2010-09-14T05:12:24.987
2010-09-14T05:12:24.987
91,299
69,358
[ "delphi", "key", "delphi-2010", "twebbrowser" ]
3,680,860
1
5,602,266
null
1
1,594
![alt text](https://i.stack.imgur.com/zupG5.png) I dont know where to save the script or how to link it in this field. I found this script on a different website, and I feel that it would work fine for what I need it to do, just alert me via email when the truck is down. ``` #!/bin/bash echo "You're screwed, the trun...
How can I setup in Elastix 1.5 the "Monitor Trunk Failures" feature?
CC BY-SA 2.5
null
2010-09-09T21:55:10.900
2011-04-09T01:21:48.887
null
null
328,536
[ "email", "alert", "voip", "asterisk", "trunk" ]
3,681,373
1
3,681,386
null
4
3,619
I would like to bind the same event to a list of anchor link. Why this does not work? Markup: ``` <a tabindex="0" href="#contactRoles" class="fg-button fg-button-icon-right ui-widget ui-state-default ui-corner-all" id="contactAdd"> <span class="ui-icon ui-icon-triangle-1-s"></span>Aggiungi contatto</a> ...
jquery bind on multiple anchor
CC BY-SA 2.5
null
2010-09-09T23:46:31.537
2010-09-10T00:29:16.940
2010-09-10T00:29:16.940
431,537
431,537
[ "jquery" ]
3,681,502
1
3,681,891
null
0
1,019
how do i set up a Flash CS5 Slider component to trace decimal values, from 0.00 to 10.00 when the slider is dragged? i can't seem to find where i need to set these options to permit decimals. is it possible to set this in ActionScript? ![alt text](https://i.stack.imgur.com/X4CRo.png)
Flash Slider Component With Decimal Value?
CC BY-SA 2.5
null
2010-09-10T00:24:54.340
2010-09-10T02:17:05.473
null
null
336,929
[ "flash", "actionscript-3", "slider", "decimal" ]
3,681,629
1
3,687,882
null
3
3,008
I'm just beginning Silverlight, yet I thought this would be easy to do. I simply add a button to a new Silverlight 4 application but no matter what I change the Background property to (SolidColorBrush, any color), only part of button's gradient changes, I can never get a solid, flat color fill. This shows what I mean...
How do I create a flat (i.e. solid, non-gradient) color fill on Silverlight 4 button?
CC BY-SA 2.5
0
2010-09-10T00:56:50.853
2010-09-10T19:55:37.360
null
null
11,314
[ "silverlight-4.0" ]
3,681,693
1
3,681,937
null
0
2,219
I have a faceted plot (about which I had this [other](https://stackoverflow.com/questions/3681647/ggplot-how-to-increase-spacing-between-faceted-plots) question). I would like to control the interval of ylim() to reduce the clutter because it looks like this: ![alt text](https://i.stack.imgur.com/Znukm.png) It's too ...
ggplot: How to override the ylim interval?
CC BY-SA 2.5
null
2010-09-10T01:12:36.893
2010-09-10T02:32:48.317
2017-05-23T12:30:39.393
-1
277,434
[ "r", "ggplot2" ]
3,681,872
1
31,572,599
null
41
35,552
How do you add a shaded area between two points in a [matplotlib](http://matplotlib.org/index.html) plot? In the example [matplotlib](http://matplotlib.org/index.html) plot below, I manually added the shaded, yellow area using [Skitch](http://www.skitch.com/). I'd like to know how to do this sans-Skitch. ![alt text](...
Shading an area between two points in a matplotlib plot
CC BY-SA 3.0
0
2010-09-10T02:08:20.667
2022-06-07T13:38:56.393
2015-07-22T20:06:41.767
3,358,223
95,592
[ "python", "matplotlib" ]
3,681,950
1
3,682,218
null
35
17,279
I have installed Mono 2.6.7 in Snow Leopard and would like to run LINQPad. I've gotten LINQPad (v2.21) to start but immediately get a FileNotFoundException. Has anyone been able to run it successfully? I assume the exception is because it's trying to read/write a config file or something but hopefully there is some ...
Is it possible to run LINQPad with Mono (Mac)
CC BY-SA 3.0
0
2010-09-10T02:36:50.800
2020-12-06T21:41:42.137
2020-12-06T21:41:42.137
213,269
45,852
[ "linux", "mono", "windows-subsystem-for-linux", "linqpad" ]
3,681,976
1
3,684,148
null
3
2,694
I've got an Activity with two views set up in a ViewFlipper. One of the views is a layout with a GLSurfaceView and a few other widgets, the other just has a layout with a TextView and a VideoView. When I click on something in the GLSurfaceView, the ViewFlipper swaps so the video can play. In this screenshot, you can se...
VideoView in ViewFlipper is transparent when video is playing
CC BY-SA 2.5
0
2010-09-10T02:46:44.800
2010-09-10T11:14:24.683
null
null
1,384
[ "android", "viewflipper", "android-videoview", "glsurfaceview" ]
3,681,990
1
4,925,776
null
27
51,105
I noticed that the titleView's position depends on the rightbarbutton title. How can I set the frame of the titleView to be in the center instead? I've tried setting titleView.frame, but to no avail. Here's the code: ``` UIButton *titleLabel = [UIButton buttonWithType:UIButtonTypeCustom]; [titleLabel setTitle:@"Rig...
Adjusting navigationItem.titleView's frame?
CC BY-SA 2.5
0
2010-09-10T02:52:57.603
2020-06-04T01:38:55.843
null
null
338,926
[ "iphone", "uinavigationitem" ]
3,681,854
1
3,681,979
null
4
11,109
i have a strange problem with sending HTML mail in c#. Basically i am trying to email myself the weather every morning and I begin by downloading the weather in HTML markup from an ftp site. After obtaining the source file i then read it into a string and create a mailMessage using the following code. ``` string bod...
HTML email not displaying correctly
CC BY-SA 2.5
null
2010-09-10T02:00:43.707
2012-10-19T10:02:23.703
2010-09-10T02:33:36.570
96,854
96,854
[ "c#", "html", "css", "markup", "mailmessage" ]
3,682,021
1
3,684,095
null
2
917
I am willing to do this widget: ![alt text](https://i.stack.imgur.com/PuTkj.png) Just A-B-C can be chosen. Any idea if someone already did something similar? If not, how would you do it?
UISlider with certain possible values
CC BY-SA 2.5
0
2010-09-10T03:06:25.343
2010-09-10T11:07:26.510
null
null
119,895
[ "iphone", "uislider" ]
3,682,409
1
3,682,421
null
10
30,792
I have a mysql table with contents the structure is here: ![alt text](https://i.stack.imgur.com/HaH2F.png) I want to read and print the content of this table to html This is my code: ``` <?php include("config.php"); $global_dbh = mysql_connect($hostname, $username, $password) or die("Could not connect to ...
reading utf-8 content from mysql table
CC BY-SA 4.0
0
2010-09-10T05:25:11.330
2022-03-01T23:52:01.633
2022-03-01T23:52:01.633
238,952
238,952
[ "php", "mysql", "utf-8" ]
3,682,532
1
3,682,727
null
1
1,234
I have a text field, and it's good everywhere except Opera, where it takes the color of the background. ![bad opera](https://i.stack.imgur.com/ZjFGH.png) How can I make just the inside white? Setting background(-color) to white makes the entire square element background white, which is not what I want. ![background ...
CSS for inner background color of a text field
CC BY-SA 2.5
null
2010-09-10T05:57:31.700
2010-09-10T22:12:21.153
2010-09-10T22:12:21.153
4,657
4,657
[ "css", "forms", "opera" ]
3,682,704
1
null
null
0
791
I want a horizontal field manager to act as a button, changing the background image on focus: ![http://i52.tinypic.com/2cgzqe0.jpg](https://i.stack.imgur.com/JEmbh.jpg) set background image for HorizontalFieldManager and it should change onfocus(select) and it should act as a button to push some other screen... Unde...
Button HorizontalFieldManager, change background image on focus?
CC BY-SA 3.0
null
2010-09-10T06:44:14.643
2013-04-12T06:32:50.210
2011-09-09T02:43:56.900
669,202
442,058
[ "blackberry", "button", "screen", "horizontalfieldmanager" ]