Tagged Questions

0
votes
2answers
22 views

WPF ControlTemplate: How to provide a default value for TemplateBinding?

I am writing a WPF control that subclasses a Button. I then provide a default style in Themes\generic.xaml, that looks like this (simplified): <Style TargetType="{x:Type …
0
votes
0answers
21 views

Set a Default Digital Certificate [closed]

We have a site that requires SSL digital certificates and have issued client side certificates to allow users to connect. The users are now complaining that when they browse to our site they are …
0
votes
1answer
18 views

change mysql data directory

Hi All, Is it possible, if I change my default mysql data directory to other. But, will I be able to access the databases from old location. any inputs will be a great help. Thanks in advance …
0
votes
3answers
52 views

How to save default context settings in c#?

Hello, could somebody tell me why I can not save dynamic data in Settings.Default.Context? My code: Settings.Default.Context.Add("myKey", "myValue"); Settings.Default.Save(); …
4
votes
2answers
142 views

Require a default constructor in java?

Is there any way to require that a class have a default (no parameter) constructor, aside from using a reflection check like the following? (the following would work, but it's hacky and reflection is …
0
votes
1answer
19 views

Declaring a default constraint when creating a table

Hi, I am creating a new table in Microsoft SQL server 2000 by writing the code instead of using the GUI, I am trying to learn how to do it "the manual way". This is the code I am actually using, and …
0
votes
1answer
20 views

Google Translate set default language

Maybe this has an obvious solution that I'm overlooking, but I can't seem to find the correct parameter to put in to make this happen. Using the Google Translate widget on a site, I need to set the …
3
votes
2answers
48 views

Ruby Configure IRB to Pretty_Inspect by Default

Hi Guys, I'm fairly new to ruby, and am configuring IRB. I like pretty print (require 'pp'), but it seems a hassle to always type pp for it to pretty print it. What I'd like to do is make it …
1
vote
8answers
125 views

Visual Studio - why are line numbers off by default?

Seems totally backward to me that such an excellent IDE would hide line numbers by default. This seems like an obvious oversight, or poor default. Which means I'm missing something - because in the …
0
votes
4answers
148 views

stl vector and c++: how to .resize without a default constructor?

how could I tell STL, specifically for the method resize() in vector, to initialize objects with a constructor other than default, and with which parameters? I mean: class something { int a; …
0
votes
1answer
28 views

WPF - How do I default the Visibility of a databound Textblock?

Hi This Textblock, defined below, shows when the window first loads because it has no Datacontext (and hence the converter code is not run) until an item has been selected from another control e.g. …
1
vote
1answer
37 views

MacVim set as default text editor: How to set files to open in a new tab as opposed to a new window?

I've set MacVim as my default text editor, and when I double click files it opens up a new window. Is there a way to set it to open up in a new tab instead?
0
votes
3answers
19 views

Default Values in XForms Input

I have an XForm that has certain fields that may often be left blank (optional street address). Is there is technique to set a default value for that field, preferably a space (I am running into weird …
1
vote
5answers
123 views

default arguments in constructor

Can I use default arguments in a constructor like this maybe Soldier(int entyID, int hlth = 100, int exp = 10, string nme) : entityID(entyID = globalID++), health(hlth), experience(exp), name(nme = …
0
votes
2answers
89 views

Default Picker Value iphone

Is there a way to set a default value for a picker? I save the last selected row from all the pickers and I want to be able to have the pickers load those saved rows at start up. As of now I have …

1 2 3 4 5 9 next
15 30 50 per page