Tagged Questions
The setvalue tag has no wiki summary.
24
votes
8answers
8k views
C# - setting a property by reflection with a string value
I'd like to set a property of an object through reflection, with a value of type string.
So, for instance, suppose I have a Ship class, with a property of Latitude, which is a double.
Here's what I'd ...
9
votes
1answer
811 views
Whats the difference between Dependency Property SetValue() & SetCurrentValue()
The reason why I am asking this is because I was recommended by @Greg D (from this question) to use SetCurrentValue() instead, but a look at the docs and didn't see whats the difference. Or whats does ...
4
votes
3answers
396 views
Are the SetValue/GetValue methods of System.Array thread-safe?
We had a little discussion in the office, and got no documented answer:
Is System.Array.SetValue thread safe?
using System;
using System.Text;
using System.Threading;
namespace MyApp
{
class ...
4
votes
5answers
6k views
SetValue on PropertyInfo instance error “Object does not match target type” c#
Been using a Copy method with this code in it in various places in previous projects (to deal with objects that have same named properties but do not derive from a common base class or implement a ...
3
votes
4answers
419 views
Objective-c: why private ivars are not hidden from the outside access when using KVC
After trying to access ivars using KVC, I have noticed that there was no protection on private and protected ivars. It doesn't matter what I put a in front of the ivar (private or protected keyword) - ...
3
votes
2answers
169 views
Strange Reflection problem - can't get it
please help me understand what's going on in here and whether it should work like that ?
I have a generic list of objects from a CMS:
For example List<MyCMS.Articles.Article> myArticles = ...
3
votes
2answers
2k views
NSManagedObject setValue problem (Core Data)
I wish to edit an existing record in core data. At the moment, I have this code, but it creates a new record (and inserts the correct data into the correct column):
NSManagedObjectContext *context = ...
2
votes
3answers
2k views
Non-static method requires a target in PropertyInfo.SetValue
Ok, so I'm learning about generics and I'm trying to make this thing run, but its keep saying me the same error. Here's the code:
public static T Test<T>(MyClass myClass) where T : MyClass2
...
1
vote
1answer
31 views
Using set_value + another value in codeigniter
I've got a login form and I'm using Tank Auth for form validation, etc. For the form, I'm not using labels; instead I am populating the value field to tell users what to input (e.g., Email Address in ...
1
vote
3answers
156 views
How set value a property selector Expression<Func<T,TResult>>
i need associate a entity property Address in my Person class entity with expressions linq in my FactoryEntities class using pattern factory idea, look this is what I have and I want to do:
Address ...
1
vote
1answer
394 views
How to set rich:calendar Date via JavaScript?
I have the following components on xhtml page.
<h:inputText id="dateFromText" value="#{fileSearchCriteria.fromDateStr}">
<a4j:support event="onchange" reRender="datePanel1"
...
1
vote
1answer
286 views
PropertyInfo.SetValue(object obj, object val, object[] index) property value doesn't change on changing “object val”
I have come across a very weird problem. I am trying to set a property of a particular object assigning it a value of another project via
/* PropertyInfo.SetValue(object obj, object val, object[] ...
1
vote
2answers
37 views
Code works great, except needs to set values not formula
Private Sub CommandButton1_Click()
Dim rCell As Range
Dim i As Long
Dim rNext As Range
'loop through the cells in column A of the source sheet
For Each rCell In Sheet1.Range("A3:U25")
'loop as ...
1
vote
2answers
2k views
extJS RadioGroup setValue() function
I have created RadioGroup using the code
var radios = new Ext.form.RadioGroup({
columns : 2,
items: [
{boxLabel: 'E-Mail', name: 'communication', inputValue: 1},
...
1
vote
4answers
120 views
PHP GET Question: How do I set a variable value only if it's not in the query string?
I know how to get the value from the query string if the parameter exists:
$hop = $_GET['hop'];
But I also need to set a default value IF it's not in the query string. I tried this and it didn't ...
1
vote
1answer
561 views
Greasemonkey failing to GM_setValue()
I have a Greasemonkey script that uses a Javascript object to maintain some stored objects. It covers quite a large volume of information, but substantially less than it successfully stored and ...
0
votes
1answer
37 views
Set-valued Attribute DBMS
I'm looking for a database that handles (fast, subsecond) queries on set-valued attributes. For instance, if I have a database of documents with tags, I'd like to be able to do a superset search. For ...
0
votes
2answers
40 views
setText and setValue not working properly
i'm trying to create a simple program that will upload a few files for me to a windows share. I have all the basic functionality but i have problems with some finishing touches. I have a GUI and i ...
0
votes
0answers
19 views
PropertyExtension.SetValue() not working in Layer Diagram Extensions of Visual Studio 2010 modeling Project
I'm creating Custom Properties for the Layer Diagram in Visual Studio 2010 Modeling Projects (these custom properties are displayed in Property Window).I have gone through msdn samples. Below is the ...
0
votes
1answer
75 views
NSMutableURLRequest's addValue does not work?
This is for iOS:
I am trying to resume a file download from a previously interrupted connection. To do so, I simply use the HTTP header's range field to set the starting point of the download request ...
0
votes
2answers
174 views
Save NSDate to CoreData
i want to save NSDate from XML to coreData.
I dont know how to set the Value for NSDate. Can someone give me little help?
My Entity attribute is NSDate. Or should it be a String and Save the Date as ...
0
votes
4answers
360 views
objective-c nsmutablearray setValue forKey issue
My codes:
NSArray *array = //objects here
NSMutableArray *mutarray = [[NSMutableArray alloc] init];
for (NSString *s in array)
{
NSRange ran = [s rangeOfString:@"abc"];
if ...
0
votes
1answer
324 views
can't get grid after window.close() ExtJS
I've got a button that works well it's click-function is:
listeners: {
click: function() {
store = this.grid.view.store;
if (store.baseParams['parent_id'] > 0 ) {
...
0
votes
1answer
54 views
JNA set pointer to Boolean
How is possible to set a pointer to a boolean value?
For long I use
Pointer pointer = new Memory (size);
pointer.setLong(0, longValue);
pointer.setBoolean(...) is not definde, so
for boolean I tray ...
0
votes
2answers
157 views
.NET PropertyInfo.SetValue seemingly ignoring my commands
As the topic suggests I have some problems with PropertyInfo.SetValue. To get to the point, here is my example - I have created my own class and the main thing about it is the presentation object:
...
0
votes
1answer
72 views
using PropertyInfo to assign a value to a wrapper class with a custom indexer
I need to assign a value via PropertyInfo.
I'm having some problems when the type of the property is my custom class (a wrapper around a dictionary, designed to contain multiple language versions of ...
0
votes
0answers
261 views
Ext js4 gauge chart and setValue
I'm trying to setup a gauge chart in extjs 4 that should be feeded from a "static" value calculated from data.Store data.
The calculated data is obtained in a datachange listener in the store.
I ...
0
votes
1answer
264 views
Problem setting value of wx.TextCtrl in wxPython
Im trying to pass the directory the user chooses back to the wx.TextCtrl named ChooseRoot. This has not worked so far.
What am I doing wrong? Tried different things, but either it hangs or I get this ...
0
votes
4answers
109 views
Set value of a string without setting it to str type?
I'm looking for a way to set a string's value without changing the type of the string.
class testStr(str):
myattr = ""
# this works fine.
t = testStr("testing")
t.myattr = "Yay!"
print "String ...
0
votes
1answer
420 views
help me out with nsuserdefaults when using method setValue: forPath
my code as follow:
NSMutableDictionary *configure = [[NSUserDefaults standardUserDefaults] objectForKey:@"configure"];
if (!configure){
configure = [NSMutableDictionary dictionary];
[configure ...
0
votes
2answers
897 views
Zend-form setValue , view has empty value like <input value=“” >
I have a quite complex form setup using Zend-Form. At one point I'm setting value of a hidden input using :
$oHidden = new Zend_Form_Element_Hidden('ratings'.$k);
...
0
votes
1answer
381 views
C#, WPF - setting alignment property by reflection with a string value
I'd like to set align property (horizontal/vertical) of an object through reflection, with a value of type string. I use something like
private void SetPropertiesFromString(object nav, string ...
0
votes
2answers
5k views
Set Hidden Field value to Javascript Variable using Jquery or Javascript
Very Brief Background:
I am using Jquery Autocomplete to lookup the the value of an item from a database. That value is then somehow given to a hidden field within the same form and then inserted to ...
0
votes
3answers
337 views
Fastest PHP Type Jugling with settype() vs *val() functions?
I am trying to figure out the fastest way (in PHP 5) to check that a value is the type I need it to be. I created two lines of code which both do the same thing. The problem is that I can't figure out ...
0
votes
1answer
231 views
It throws an stackoverflow exception when I user PropertyInfo.SetValue()
When I use PropertyInfo.SetValue in asp.net , it throws a stackoverflow exception.
That I write this code:
for (int i = 0; i < rivalSeriesIDList.Count; i++)
{
cardb_series ...
0
votes
2answers
150 views
how to store an array in the controller and use in the view file in cakephp
In my Users controller, I find the number of forms that the user has created by querying the 'Forms' table and store it in an array. But how to use the array variables in the view file.
Normally, I ...