The inherit tag has no wiki summary.
0
votes
0answers
19 views
Child div height exceeding parent div height
My header has two child divs, both of which are floated to the left. Both of the child divs do not inherit my parent div's height. I tried clearfix, but it moved my second child div under the header. ...
0
votes
1answer
10 views
Error when inheriting from Ektron.Cms.Content.Targeting.Rules.RuleTemplate
I have a C# class called MyCustomRuleTemplate which is inherited from Ektron.Cms.Content.Targeting.Rules.RuleTemplate class. In that I have added a constructor such as below
public ...
0
votes
1answer
26 views
JS: jQuery selector problematic, dont have a clue
I question how to select a specific object by jQuery.
Following situation:
<figure class="box col1">
<img class="fade" src="first.jpg" style="background-image: url(second.jpg)" />
...
2
votes
1answer
31 views
WPF : How to inherit from a base(or default) style in an ItemContainerStyle
I'm having trouble inheriting from a default style in an ItemContainerStyle of a TabControl.
The aim to inherit from the theme style and only changing a few properties.
If I write this XAML code, ...
0
votes
0answers
24 views
jqGrid use page font size
I am trying to get jqGrid to use the font-size that is defined on the page.
As a quick solution, i edited the ui.jqgrid.css file to change the row
.ui-jqgrid .ui-jqgrid-view {position: ...
0
votes
0answers
9 views
Value of type 'System.Web.HttpApplication' cannot be converted to 'ASP._global_asax' on webform inheritance?
ReportViewer.ascx:
<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="ReportViewer.ascx.vb" Inherits="System.Web.MVC.ViewUserControl(of LMS_Model.HomeViewModel)" %>
<%@ Register ...
-2
votes
0answers
43 views
How to merge objects in javascript and still have the reference
I'm quite new in web developing, and i'm struggling here with a problem.
I have 2 objects instances a & b from 2 different types A and B.
I want that instance b will contain instance a and still ...
0
votes
0answers
15 views
Inherited template classes
First - I'm know this is really noob question - but hey - we all start with being noobs, aren't we?...
So, to the Q:
I'm want to use inherited template classes, and I've having hard time dealing with ...
0
votes
2answers
30 views
Objective C - basis class of UIButton and UILabel
I am currently creating my own table model. My problem is that i wanna be able to put UILabel as well as UIButtons in the fields. To do so i have to make the field * to something both of them inert ...
3
votes
1answer
83 views
Can't access protected member in base class from derived class
Heres my code :
#include <iostream>
#include <cmath>
#include <sstream>
using namespace std;
class root
{
protected :
int size;
double *array;
...
0
votes
2answers
127 views
Changing winform style in C#
Okay, so some of you may be familiar with the Krypton Toolkit by Component Factory. If not, check it out here.
Anyways, you can change the form style completely using this toolkit by opening the ...
3
votes
2answers
108 views
Is there a way to “cut down” a Java object to a inherited class?
So this is what I noticed in Java:
If I make a class:
class IntStorage
{
public int i;
public void setInt(int i) { this.i = i; }
public int getInt() { return i; }
}
And inherit it, ...
0
votes
2answers
44 views
How to make an events base class in javascript?
I am trying to make an events class for a little canvas library that I am making!
This is what I have so far,
function Events() {
};
Events.prototype.addEvents = function() {
this.mousemove = ...
0
votes
1answer
61 views
asp.net reusing class methods from another codebehind aspx.cs
I have 2 aspx pages A and B which share the same logic on codebehind aspx.cs except for 1 method and i am thinking to reuse the code of A by letting class of B inherit the class of A in the codebehind ...
0
votes
4answers
157 views
C# Override virtual function without having to implement another class
I am trying to override a virtual function only for a single defined element (without having to create another class that implements it and then adding a function to override it..).
Example:
public ...
0
votes
2answers
71 views
Inheriting product category in description field - OpenErp
I have this code for a product in my module:
_name = "purchase.requisition.line"
_description="Purchase Requisition Line"
_rec_name = 'product_id'
_columns = {
'descripcion' : ...
1
vote
0answers
67 views
ProcessBuilder redirected to standard output
I would like to redirect a java process output towards the standard output of the parent java process.
Using the ProcessBuilder class as follows:
public static void main(String[] args) {
...
1
vote
2answers
41 views
Need to clarify some concept of the relation of the class. new to programming
Here is the sample:
class A{
class AA{}
}
class B:A{
}
For class A, We can say AA is the subclass of A.
However, for class AA, A is the ???? of AA?
For class A, B is the child class of A
Can ...
-1
votes
2answers
77 views
C# Generic inheritance from ArrayList
I want to create my own class that inherit from ArrayList. (I want to add some functionality that I need to the ArrayList)
I want my MyArrayList to still be geneirc, means - MyArrayList.
How can I ...
0
votes
1answer
50 views
Assign php function to an object created dynamically
I have a php function which autocompletes an input of my websit, which i call it through jquery.
<script type="text/javascript">
jQuery(document).ready(function(){ ...
0
votes
2answers
38 views
CSS padding keeps inheriting
I'm making a dropdown menu, but all the styles from the first ul is being added to the styles on every ul beneath the first ul.
I've tried overriding the styles using !important, and moving the css ...
0
votes
1answer
116 views
Adding “UOM” (Unit of Measure) in field - OpenErp
I need to add A unit of measure field in module, this is my code
_columns = {
'Items' : fields.integer('Items'),
'Codigo Arancelario' : fields.integer('Codigo ...
0
votes
3answers
161 views
Inherit a parent Menu OpenErp
I would like to have my module menu "nested" inside Purchase Orders in the OpenErp's Purchase App.
Right now my module has the following statements (The parent being itself)
<menuitem ...
0
votes
2answers
402 views
C++ Calling a function from the header file in the main
I'm writing an integral calculator. I'm trying to get the main.cpp file to read in the functions from the functions class which is in the functions.h.cpp files. I have a function defined as the ...
0
votes
1answer
58 views
Vertically aligning text in a link box, negating inherited CSS properties
Fiddle: http://jsfiddle.net/jgallaway81/ax9wh/
<a href="lcars.jfx.php" class="leftbuttons buttonlinks antibutton">
LCARS Locomotive O.S.
</a>
My problem is the text label in the ...
0
votes
2answers
57 views
Inheriting CSS Width
Hello. My problem is that I would like .mylargeframe to strecth across the entire width of the browser.
CSS
.mylargeframe {
background: linear-gradient(top, #fff, #f8f8f8);
border: 1px solid ...
0
votes
1answer
40 views
Implementing an Interface with Child Classes
I have the following interfaces:
Interface IViewModel
...
End Interface
Interface ISpecialViewModel
Inherits IViewModel
...
End Interface
Interface IView
WriteOnly Property ...
1
vote
1answer
151 views
Calling a Base class method from Child class c++
i have 4 classes Product and MultiBuyProduct (which is a child of product) which are used to work out price, and a shopping cart which you can add to which calls functions from MultiBuyProduct gets ...
1
vote
2answers
99 views
PHP OOP Interface typing inheritance
A code like that :
interface entite
{
}
class Foo implements entite
{
}
$foo = new foo;
if( $foo instanceof entite ) echo "he is";
Displays "he is". Foo inherit type "entite" from the ...
1
vote
3answers
79 views
Using params in a Delegate as a base class
I have a delegate expecting parameters of type A as parameters. So A is the base class. Class B and C inherit from A.
The problem is that although B and C inherit from the base class A, the ...
0
votes
0answers
57 views
struts2 solr Cannot inherit from final class
I'm starting with struts2 and solr and tomcat, when trying to call solserver tells me it can not be inherited, should I configure something in struts.xml?
In the examples I've seen is called like ...
0
votes
0answers
49 views
Providing a sharepoint 2010 Foundation solution to all pages without activation
I am a bit puzzled with the different possible combinations in Visual Studio 2010 to change masterpage layout in Sharepoint 2010 Foundation.
I need to add two JS Files, one CSS File and some images ...
0
votes
1answer
44 views
Assign OberservableCollection to ListBox and exclude some entries
I have different classes inherited from one Interface, all of them are added into a OberservableCollection. Could someone explain me how to assign all values of Observablecollection to my Listbox, ...
1
vote
1answer
129 views
Style not inherited after ul li tag to a span text
Consider the following html code. The parent paragraph style should be inherited to and to the last text. However, the paragraph style is not inherited to last text. The tag is causing some ...
0
votes
1answer
81 views
Sass Mixin for CSS Inherit
I've just written this mixin to help solve a few CSS inherit issues for IE7:
=inherit($property)
$property: inherit
.ie7 &
$property: expression(this.parentNode.currentStyle.$property)
...
2
votes
2answers
298 views
Div fit according image width
I have a portfolio page with a image display with zoom.
I have this code: http://codepen.io/Mpleandro/pen/LvrqJ
The div that shows the image has a class of .display, on line 13 of the HTML and the ...
0
votes
1answer
292 views
Typo3 [globalVar = TSFE:id=6] - inheritance
I have a typo3 site and i wanna add a seperated css for one menu point with the subsite.
To the typoscript i added:
[globalVar = TSFE:id=6]
page.headerData.10 = TEXT
page.headerData.10.value (
...
-1
votes
3answers
54 views
Field inheritance [closed]
I have next code. Why field userId is invisible in InheritUser?
class User{
private $userId;
function User($userId){
$this->userId = $userId;
}
function getId(){
return ...
-1
votes
7answers
160 views
C# basic Object and Classes [closed]
I have posted my code below.
My problem is program crashes when Im using:
myCarLabel.Text = MyCar.ToString();
What did I do wrong ?
I want to output the values from MyCar.Brand and MyCar.Year ...
0
votes
1answer
35 views
Inheriting CSS properities causing an issue with Tablet layout?
I've used the Dreamweaver Fluidlayout for this website however I'm having trouble trying to get the tablet layout on the index page to turn out like this.
I'm currently at a mind block at what to do. ...
1
vote
1answer
133 views
Inherrit Page_Load from base class. Correct Object Oriented programming
I have functionality I reuse in every web form. So I want this reuse in a base class and have the web form inherit the base class. Does my example use correct Object oriented practice ??
Here is an ...
0
votes
1answer
39 views
Revoke User Role from inhertied Group
I´m Using FOSUserBundle and set up a User / Group environment.
I can give Roles to Groups and Users.
Basically i give the Roles to the Group.
Now, i want to revoke some Users in a Group a Role ...
1
vote
2answers
85 views
Exchanging variables between 2 classes
Whenever I call the method Draw in Sprite, it won't draw it because X, Y, Width and Height are 0. :(
code:
class Sprite
{
protected int Y;// { get; set; }
protected int X;// { get; set; } ...
1
vote
1answer
145 views
How do I get a DataGridView bound to BindingList declared using an abstract parent class argument?
I am using .NET 3.5
I have a class Member that inherits from an abstract class Person
public class Member : Person
{
public int Number { get; set; }
public string LastName { get; set; }
...
0
votes
6answers
162 views
How to prevent a subclass inherit a static method in the super class
Considering some security issues, I don't want the subclass inherit the static method from its super class,not even call this method, how can I do this? Please help!
1
vote
2answers
153 views
How to 'inherit' from IDbConnection - just add one property (DatabaseType)
How do you inherit from IDbConnection? I would like to add one property (DatabaseType like MS Access, SQL server, Paradox...). From what I can tell IDbConnection is an interface and thus I believe ...
0
votes
0answers
39 views
Is there a shim for IE's lack of support for 'inherit' in CSS?
IE 6 & 7 fail to properly support the 'inherit' value for CSS. Is there any shim or automatic work-around? Or do we just have to live with it and use dumber CSS to support IE?
(There is another ...
0
votes
1answer
68 views
Scala: to inherit abstract methods
I have a class hierarchy like this.
abstract class Element {
var name: String
var description: String
}
class Group (var name : String, var description : String, var members: Set[Element] ...
1
vote
1answer
109 views
How to inherit all event handlers from a custom object in Javascript
My JavaScript application is based on prototypal inheritance. Consider a chain of constructors, whereas a new instance of a higher member is used as a prototype of a lower member. By that, properties ...
0
votes
0answers
50 views
How to make a class inherit from QDomElement?
I wanted to make my own DOM tree using the QDom* basic classes and I have a problem.
According to the documentation (http://doc.qt.digia.com/qt/qdomelement.html#QDomElement), the only actual way to ...






