Most voted "property" questions
111 questions
Sort by count of
-
0
votes2
answers70
viewsOverride de Propriedade
According to some examples I found I’m trying to implement an override of a property, but the override does not work. I think this is a theme still a little obscure with few examples and little…
-
0
votes0
answers70
viewsUpload.properties file
I’m having trouble reading a.properties. file.I created a separate class with a static method. However, it throws an exception and returns null. Follow my code below. public class LoadLog4jProperty…
-
0
votes2
answers49
viewsHow to use desired CSS file property
the SELECT element is "taking" the height property of a file. css . But Inputs "use" this same property of another css file ( which is the ideal file). And with this the height of the SELECT is…
-
0
votes2
answers74
viewsCreate methods in classes to manipulate fields
I made a code of a binary association between two classes Cliente and Caixa, some methods I might not understand how they are inserted into the code in logical way, but the code itself is working, I…
-
-1
votes2
answers3298
viewsHow do I view VBA button properties of an excel spreadsheet?
I have a spreadsheet with buttons that hide and re-export fields according to the filled data set. When I try to see or change the properties of the controls, I can’t. VBA only shows the properties…
-
-1
votes1
answer975
viewsDelphi _How to pass data to a record array type property
unit Exemplo; interface uses Classes, SysUtils, typinfo; const type {TRecordRateio} TRecordRateio = Record IdContaCorrente : Integer; CodBanco : String; Agencia : String; DVAgencia : String;…
-
-1
votes1
answer47
viewsPerformance JSON x Properties in Java
Good night. I used to use several files .properties to save the data from the desktop application I develop. I studied the possibility to exchange these files for files .json, because I see that…
-
-1
votes1
answer94
viewsPass props to React grandson component
I have 3 components, Login, Loginpresentation and Cpfpresentation. Login is the component where I contain all the logic and that call the respective "... Presentation", Login and Cpf Presentation…
-
-1
votes1
answer4663
viewsProperty '' does not exist on type ''
I’m picking up an error while doing the Build of my angular application, the error is this: Property 'resource_name' does not exist on type 'Produto[]' Here is my TS code and HTML. The call by form…
-
-2
votes2
answers143
viewsInstantiating a class as being property of another class
I have the classes: using System; namespace Model { public class Profissionais { public int idProfissional { get; set; } public String Nome { get; set; } public String CPF { get; set; } public…
-
-3
votes2
answers115
viewsManipulating audio properties in HTML/JS
My teacher passed a project to make an audio player, and for that I was inspired by Rdio Music, then in my player I was planning when opening an audio he load the image (corresponding to the album…