Tagged Questions

0
votes
3answers
44 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(); M …
4
votes
2answers
140 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 hac …
3
votes
2answers
39 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 …
1
vote
8answers
121 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 somethin …
0
votes
1answer
27 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 an …
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 a …
0
votes
4answers
136 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 someth …
1
vote
1answer
29 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?
1
vote
5answers
118 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), experienc …
0
votes
1answer
36 views

MySQL Default Keyword usage errors

When am trying to set default date and default sysdate am getting following errors: MySQL Query: create table product_offer_type(object_id INT(19), snapshot_id INT(19), PRIMARY K …
0
votes
2answers
77 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. …
0
votes
1answer
20 views

Changing the default TestRunner in Eclipse.

All tests should be run with jUnit3, if i run a non-configured Test, it tries to use the default-TestRunner (jUnit4). So, i have to go into the run/debug configuration, change the …
2
votes
2answers
108 views

Drupal - Set default value in hook_form_alter?

Trying to prepopulate some of my form fields, and am using hook_form_alter(). I've tried a couple of different ways, but in both cases, the fields still come up empty. I'm assumi …
1
vote
2answers
67 views

What’s the default heap size for IBM’s J9VM?

I have IBM's J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3) installed. After getting an OOM, the size of the heap dump is 383MB. How much heap does the JVM have? The reason why I ask is …
0
votes
2answers
55 views

Creating a default image in a UserControl

I have a User Control that has one child - an Image. I'm trying to set a default image using code in the User Control's default constructor to display an image resource, but so far …

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