The attributes tag should be used for any issues relating to a property of an object, element, or file, etc.

learn more… | top users | synonyms (1)

0
votes
0answers
9 views

Modify attribute in LDAP (Java)

I am connecting to LDAP, which is working fine. However, I need to change the value of one attribute. I am able to read the current value, but I can't modify the value. This is my code: I have tried ...
0
votes
0answers
9 views

Magento: Multiple Attributes with same (identic) values - inheritable?

I am about to set up an online store and I am kinda "testing" if magento fits my needs. I think I got the idea behind categorizing and attributing products. But I have a question to the attributes ...
3
votes
3answers
59 views

Passing static array in attribute

Is it possible to circumvent the following restriction: Create a static readonly array in a class: public class A { public static readonly int[] Months = new int[] { 1, 2, 3}; } Then pass it ...
0
votes
1answer
15 views

How I get with a attribute value from a xml the other attribute values from the same node?

hi guys i try to filter a xml file with a attribute value that I have and get all other attribute values of this node. here is my c# code: string search_string = "GlobalZoneEU"; ...
0
votes
1answer
13 views

Converting Rails attributes to property-value pairs

I have a Media model that has a bunch of standard metadata attributes and is persisted in the database as normal. What I want to do now is to add some configurable metadata attributes to this model on ...
0
votes
1answer
16 views

access a users predictions scores via has_many/belongs_to association

Feel a bit ridiculous asking this question, but seems i still cant quite grasp it, thought i had but more learning needed it seems. Ok so models set up like so class User < ActiveRecord::Base ...
0
votes
0answers
5 views

Attribute Grouping in Woocommerce

I am in the process of creating an online store and have found a serious lacking in the woocommerce plugin. I need to create groups for Product Attributes. For Example, Printers will have different ...
0
votes
1answer
23 views

Php Yii looping and comparison through object attributes

I'm doing a project in Yii, but i'm quite a newbie in php. so my problem is i need to compare two models...and check each attribute whether they are the same or not. this is basically a php problem i ...
3
votes
2answers
32 views

Intercepting Property Assignment with Attributes

Is it possible to have an attribute placed on a property intercept an assignment call to that property? An example of how I would use this is to make it so that a string property with this attribute ...
1
vote
1answer
44 views

PHP add attribute to objects in foreach loop

So my problem is - I've div with this kind of structure: <div> <strong> Value 1</strong> <strong> Value 2</strong> <strong> Value 3</strong> </div> ...
0
votes
1answer
34 views

how to obtain $attr manually in angular

I want to know how I might manually obtain the attribute from the linkFn call back. e.g. if I want scope, I do, angular.element(element).scope() controller ...
0
votes
1answer
14 views

VBScript Active Directory Retrieve attributes/properties

As I said, I would like to know if there is a way to retrieve all attributes/properties of an active directory object. I keep seeing ways to retrieve attributes for a user, a computer or else but I'm ...
0
votes
0answers
6 views

magento ATTRIBUTES showing in database but not in admin

magento attributes are showing in database table but not in my magento backend or store. I tried deleting the cache, logging out then back in but still can't see them. How do I go about importing the ...
0
votes
1answer
83 views

magento link to cms page in product attribute not working

I'm trying to add an 'a href' / link in an Attribute Field for a product. However, the methods that I'm using are not working - although they work in CMS page content. When I view the product, the ...
1
vote
0answers
38 views

Avoid empty interfaces and classes vs. easy code and readability

I am working on a hobby-project of mine and am in a bit of a dead-end. Let me explain the situation and how I came to my dead end I am trying to create a complex questionnaire system to help my ...
0
votes
1answer
12 views

No mapping exists from object type System.Xml.Linq.XAttribute to a known managed provider native type

I'm parsing xml that looks something like this: <record rid="112152"> <woods___plastics /> <thermal_and_moisture_protection /> <doors_and_windows /> ...
0
votes
1answer
29 views

how does angular compile attribute into directives

I want to be able to have the second directive phone compiled to alert, how should I do this <div ng-app="website"> <div ng-controller="MyController"> <div ...
0
votes
2answers
21 views

python 'function' object has no attribute 'GzipFile' [closed]

I write a function for compress file as following: def gzip(filename): '''Gzip the given file and then remove original file.''' r_file = open(filename, 'r') w_file = ...
0
votes
0answers
8 views

Object Relation Class Diagram

I am designing a Object Relational Database and here is my Class Diagram: http://canning.co.nz/AdvancedDatabase/Class_Diagram.png My Computer Class has a 1-1 relationship with the CurrentUser Class. ...
1
vote
2answers
63 views

Make sure attribute is used with static methods only

Is there a way to tell attribute to work only when used with static methods? AttributeUsage class does not seem to allow such specyfic usage. [AttributeUsage(AttributeTargets.Method, ...
-1
votes
0answers
25 views

Magento attribute range [closed]

I have a question regarding an attribute I have to set up in Magento. Here I have the following values: 0-1000 1000-2000 2000-3000 3000-4000 4000-5000 5000-6000 6000-8000 8000-10000 >10.000 If I ...
1
vote
1answer
18 views

knockout js: range slider - syntax to change attribute

I am working with a range slider. The slider has an attribute sliderOptions, one of the values is for setting the maximum range. I cannot figure out if I am doing this the right way, what is the ...
0
votes
1answer
28 views

how does angular compile attribute into directives at a later time

I want to be able to have the second directive phone compiled to alert, how should I do this <div ng-app="website"> <div ng-controller="MyController"> <div ...
0
votes
1answer
15 views

How can I deal with multiple values in some attribute?

I'm using WEKA tool for clustering data analysis, however in some of my attributes, there are many values within the domain. Specifically, I need to represent some information about proteins and the ...
0
votes
0answers
28 views

Need powershell script to, Cange a folder creation date to file modified date (that file is inside the directory)

I have a huge media library...MP3... All the directories creation dates modified recently.. I found that all the media files inside the directories modified date is remains same.. Now I want to ...
0
votes
0answers
8 views

browsable attribute applied to a class?

In VS8, is there a way to prevent any instance of a class from appearing in the VS Property Browser altogether (i.e., remove it from the dropdown list at the top of the Property Browser)?
0
votes
0answers
34 views

Powershell - Set 'title' in photo file using Taglib-sharp not working

I'm trying to change the 'title' (extended file attribute) in multiple photos using Taglib-Sharp in Powershell. While it works fine for most, it doesn't for certain photos. So far from my initial ...
0
votes
1answer
41 views

Is there a DOM or CSS property for height or width that XML objects honor

I am in the process of manipulating the height and width of xml elements in an SVG file. It seems the only way to do this is to alter the height and width attributes. This is because the CSS & DOM ...
0
votes
2answers
41 views

Run a method instead of yelling AttributeError

Is it possible to create a class that, when instantiated, would never throw AttributeError, but instead would call own method to define the attribute? Currently, I can do: class O: pass o = O() ...
0
votes
0answers
22 views

Change JQuery Mobile Page Background Color from Button Click

Dynamically adding attributes via JQuery doesn't seem to be working, and looks like I'm not the only one who's had that problem (example - jQuery Mobile dynamically load attr) I was wondering if ...
1
vote
1answer
60 views

Powershell - how to set “title” in extended file properties

I'm trying to write a tagging system in Powershell. I would like to be able to set a 'tag' of my choice in a file for example by using the 'title' field as I don't use it. The files I'd like to tag ...
0
votes
1answer
44 views

Dealing with 5,000 attributes

I have a data set which contains 5,000 + attributes The tables looks like below id attr1 attr2, attr3 a 0 1 0 a 1 0 0 a 0 0 0 a 0 0 1 I ...
0
votes
1answer
36 views

Objective-c. Fetching distinct values of attribute from core data

i have run into a problem that i can not solve. I have a "database" - read core data - where i have attribute that holds a value and level. Something like that value -------- level 55 -------------4 ...
0
votes
1answer
27 views

How do I change the same parameter on multiple objects efficiently in Blender?

Starting with a single cube, I have changed some properties (material, color, reflection attributes), and then duplicated the object into a dozen cubes, placing them in the scene. After rendering, I'd ...
0
votes
1answer
47 views

What serializer to use?

I was using DataContractSerializer and so far it provided everything I need. Now I need two more features and I already know that they are not possible with DataContractSerializer. I need to be able ...
1
vote
0answers
19 views

escape and replace part of an xml attribute in scala

I have an xml file in which I want to modify parts of several of the attributes. In scala, it is entirely possible to replace the entire attribute very easily. Replacing part of an attribute is ...
0
votes
2answers
76 views

.NET Attributes on Property

If I have: [SomeAttr] public Int32 SomeProperty { get; set; } Is it possible for SomeAttr to tell what property it's tacked onto? Is it atleast possible to tell what Type the property is?
0
votes
2answers
37 views

Grabbing Name attribute of Tags/Tag in Rally

I have been looking at the rally Object model, but I can't figure out how to grab the Name attribute of a Defect's Tag. I made sure to include Tag and Tags in my fetch statement. I am storing all the ...
1
vote
0answers
19 views

Large Attributes in HDF5 (C++)

I am using the HDF5 C++ API. I have a program that very occasionally has to write attributes larger than 64 kB. It throws an H5::AttributeIException when trying to write such a large attribute. The ...
1
vote
1answer
49 views

Should I inherit a subclass if some of the instances don't use an attribute of base class?

The question might be a bit unclear, so I'll just provide the code: class HitPoints { int m_current; int m_maximum; int m_regeneration; }; So basically current means the hit points you ...
0
votes
0answers
18 views

Retrieve attribute values of specific customer in magento

We've been trying to find a way to get a list of customer attributes including their values for one specific customer in Magento. So far we haven't gotten very far, the only way were getting the ...
0
votes
1answer
35 views

Rails - How can I sum all the fields and use the sum as a validation before entering values in database?

I have a form containing multiple fields that have integer inputs. I have basic validation on the fields like presence, inclusion, and numericality. The part that I am stuck at however is checking ...
19
votes
1answer
121 views

Deprecation behavior using the [Obsolete] attribute

While removing some obsolete code I came across an unexpected scenario, recreated below: class Program { static void Main(string[] args) { ViableMethod(); ...
0
votes
5answers
51 views

Retrieve all the attribute values from XML using XSLT

I can't figure out how to access all the attributes in a tag from an XML document. Let's say I have the following XML: <names> <name firstname="Rocky" lastname="Balboa" divider=", "/> ...
0
votes
2answers
25 views

html “data-” attribute as javascript parameter

Lets say I have this: <div data-uid="aaa" data-name="bbb", data-value="ccc" onclick="fun(this.data.uid, this.data-name, this.data-value)"> And this: function fun(one, two, three) { ...
0
votes
2answers
36 views

Is there a possibility OnChange doesnt shoot?

probably someone has a idea: We want to force the users to write in a textbox called txtShirtName just in Uppercase. To force this, we add this attribute: txtShirtName.Attributes["onchange"] = ...
0
votes
0answers
13 views

Email input in Magento Product

I need to add this 3 custom attributes to a Magento product: Name Email Contact I need it to be in the product page so that the user can add the information. I can't use and don't want to use the ...
0
votes
0answers
16 views

Get counting special product

I added 'special' attribute for product. Just logged user can see special product. In category page, it's show product have 'special'=NO. But at toolbar, it count total product ( include special and ...
0
votes
1answer
33 views

CSS show element attribute value, not element content

I have elements with this pattern (XML, not HTML, but CSS should still work): <expan abbr="XX">YY</expan> Sometimes I want to see "YY" in the output, sometimes I want to see "XX". No ...
0
votes
1answer
35 views

Is it possible to add to class extension method via attribute?

Say I have a simple class tree: public class Operation { public int callback; } public class OperationResponse : Operation { } Now I would love to add a new class OperationRequest that would ...

1 2 3 4 5 95