The extend tag has no wiki summary.
0
votes
0answers
6 views
Why Extend TCPDF Class ONLY Generate One PDF From Loop
I have a custom TCPDF class from extending the library.
But, I only able to generate ONE PDF file.
If I use default class/library, it generates more PDF from my loop, which I want this as result.
...
0
votes
1answer
46 views
Grails command that extends another command bug
I'm having a problem with Commands in Grails when I extends one generic Command to reuse it's custom validator.
When I clean the grails project, it loses the reference to the extended custom ...
0
votes
0answers
16 views
Is it possible to extend the range collection in VBA?
Is it possible to write an own method extending the range class (or collection. I'm new to it so I don't really know how MS calls it).
In the end, it would be great if I could call my method like this
...
3
votes
2answers
41 views
Android Java: best practice for common code in overrides for all Activities
I'm not entirely sure whether the following approach is a good or terrible one.
It would be great if someone more experienced could add his/her 2 cents :)
I have an app with lots of Activities.
In ...
0
votes
1answer
52 views
Why my extend() method in Javascript don't work for 3 and more objects?
I have 3 object.
netBuilder
Numbering
NumberingMethodDefault
And i have some extend method.
extend: function (Child, Parent) {
var F = function () {};
F.prototype = Parent.prototype;
...
0
votes
1answer
22 views
Include vs Extend for data access
This is a design question that has irked me because deep down I know I'm doing it wrong. This is not necessarily just a PHP problem, but I'm working on a PHP project now so that's where I'm coming ...
0
votes
1answer
18 views
Combine extend and mixin in with same rules
Okey!
I have couple of extends in sass like
%heading
%paragraph
%gutter
and so on...
I want to reuse thouse in media queries, but that doesnt work. I know that.
Then i came up with the idea to ...
3
votes
2answers
32 views
powershell extend an object
How can I add a column to an object in PowerShell?
For example, the Get-Childitem returns an object, with Mode, LastWriteTime, Length Name, etc....
And I want to extend this object with an extra ...
0
votes
1answer
27 views
Best way to add functionality to JAXB classes in NetBeans [closed]
what is the best way to implement some additional methods on JAXB generated class in NetBeans?
Actually, I copy generated classes into another package and modify it. But what if my xml schema will ...
0
votes
1answer
52 views
Creating a custom multi-key HashMap
I have been trying to create a custom HashMap which contains 2 keys.
The user creates an object of my class with two parameters K and V. The class is made of 2 HashMaps: natively extended <Integer, ...
0
votes
1answer
27 views
Typo3 6.0 - Extending EXT:news
I am new in Typo3, and I tried to extend News following this tutorial : http://docs.typo3.org/typo3cms/extensions/news/Main/Tutorial/ExtendingNews/Index.html
My main goal is to create a new ...
0
votes
2answers
25 views
extending logical volume in ubuntu
I have the following problem. I ' ve added a 20GB to my ubuntu machine (from 20 to 40gb). Now this is what i get from fdisk -l command :
Disk /dev/sda: 42.9 GB, 42949672960 bytes
255 heads, 63 ...
1
vote
1answer
24 views
jQuery rebind off on when loaded via ajax
I want to provide an extension for jQuery so that I re-bind the event handlers. This is because the event handlers are bound when a partial view is loaded using ajax and they are bound to $(document) ...
0
votes
1answer
57 views
Extend Zepto.js so don't need jQuery anymore
I like the idea of cutting out 80% of jQuery by using Zepto.js. However, when making the switch, it is clear some of the jQuery plugins I'm using, for example jQueryUI draggable(), can't find in Zepto ...
1
vote
1answer
86 views
Not able to extend partition on CentOS Linux VMware Virtual Machine - vgextend command not found
I am trying to extend partition on Linux VMware virtual machine (CentOS 6.4 64-bit) by following the instructions in the below link .
...
1
vote
1answer
31 views
Is there anything wrong with exending Activity in order to use runOnUIThread?
I have a class defined like so: (I have pages of code, but I'm only posting the relevant parts for readability).
Now, there's nothing 'wrong' with it, per se and it works great, but someone told me a ...
0
votes
1answer
38 views
Extending Element in MooTools gives error “Uncaught TypeError: Cannot call method 'set' of null”
I have this very simple MooTools script:
var MyElement = new Class({
Extends: Element
});
which gives the error: Uncaught TypeError: Cannot call method 'set' of null
I'm using MooTools 1.4.5, ...
0
votes
3answers
36 views
DIV background extend behind another DIV
First time asking a question :)
My header DIV has a background that is curved like a wave. I have a sidebar floated to the right located in a DIV underneath the header DIV. The background image for ...
0
votes
1answer
27 views
Something between @include and @extend with sass
Is it possible to include a css rule in sass without duplicate the code?
With extend we are extending the code, but i dont want that eiter. I want include it, without duplicating code.
For example
...
1
vote
4answers
53 views
Objects and casting java
I was given this statement for homework.
Mammal pet = new Dog ();
Samoyed s = pet;
we were given a diagram like so:
Animal ---> Vertebrate ---> Mammal ---> Dog ---> Husky, Samoyed, Beagle
my ...
-2
votes
0answers
31 views
Creating a singleton by extending an existing class?
I'm wondering whether it is a bad idea to create a singleton not by modifying an existing class, but by extending an existing class and just putting the singleton front in the new singleton class. I ...
1
vote
2answers
41 views
Symfony 1.4 extend model error
After read and re-read Symfony's 1.4 doc and research enough in Google, I decided ask about this here.
I have a model called "ot" and I want to have a method getUnreadMsg() to get some specific data.
...
1
vote
1answer
71 views
How this and $(this) end up being the same when extending jQuery?
I'm trying to work with a plugin which extends jQuery like so:
$.extend({
StatelessDeferred: function () {
var doneList = $.Callbacks("memory"),
promise = {
...
0
votes
2answers
39 views
Preventing Android dialog from extending activities
How can I prevent my dialogs from extending activities?
When I create it in my main activity it doesn't dismiss itself when I click "Okay", which creates a new activity. The new activity that is ...
0
votes
0answers
45 views
Simple Ruby Include Extend Example
I think I'm missing something basic in understanding include,extend, etc. in classes. I have a class OauthFigshare that uses calls to the OAuth gem in it's single method initialize. I would like ...
0
votes
0answers
82 views
Session timeout too fast in asp.net
I have develop a website where the session timeout too soon. I want to extend my asp.net session into 2 hours(120 mint). The app pool idle time is intact as i have no permission to change it.
In ...
0
votes
1answer
68 views
Can't create PyObject from integer [closed]
In writing a Python extension in C, I'm just trying to test some things out but realized that I can't build PyObject*s from a C int. Here a compilable code snippet that demonstrates the problem (you ...
-1
votes
0answers
27 views
Extend size of Android Action Bar to include more information [closed]
I'm new to Android development, so please bear with me. (Note: My app is targeted at tablets, so support of small screens is not necessary, although I am using a phone for proof of concept tests).
I ...
0
votes
0answers
47 views
Extending a jquery plugin / overwrite methods of a plugin - Example bxslider
i really need to overwrite a method in an existing plugin (bxslider).
original code of bxslider:
;(function($){
var plugin = {};
var defaults = {
//lots of settings
}
...
2
votes
1answer
65 views
Extend a JavaScript object by passing a string with the path and a value
Is there an easy way to extend a JavaScript object by passing a string and a value?
Basically I need something like this:
myObject = {}
var extendObj = function(obj, path, value){
}
var path = ...
0
votes
1answer
45 views
Sass Interpolation challenge
I'm trying to loop through a list of values in Sass and use interpolation of the current key to dynamically output class names that utilize @include and @extend, respectively.
Here is a pen showing ...
0
votes
1answer
78 views
jquery fn.extend() returning values and call values in object
I need some help in understanding something, that propably is easy for serious jquery and javascript programmers.
Lets say I have a code like this:
jQuery.fn.extend({
myNameSpace: {
...
0
votes
1answer
19 views
Connecting to multipe Coherence clusters without sharing POF configuration
I have a problem where .NET application is trying to connect to two completely unrelated Coherence clusters via Extend. Both clusters use their own POF configuration. Based on the research I've done ...
1
vote
1answer
29 views
optimizing python file related to heapq.nlargest and extend using loop
my objective is to find a few (=3 in this example) largest values in one list, fourire, identify positions in the list, and obtain corresponding (position_wise) values in the other list, freq, so the ...
0
votes
0answers
24 views
Resolving constants in ruby 1.9.3 and after
I have some constants in a module that I'd like to test:
module Stuff
Foo = #...
Bar = #...
#...
end
In rspec, running on ruby 1.9.2 and before, I'd use extend so I could avoid giving the ...
0
votes
0answers
26 views
Extending the default printdialog in PresentationFramework
I have been looking for a way to extend the default printdialog in PresentationFramework. I need to filter the available printers some how. Does anyone know if it is possible either to filter the ...
0
votes
2answers
33 views
can one use case be EXTENDed from more than one base use case?
I have this use case, suppose named A, which is in nature an extension of both use cases B and C.
Is there a standard way to illustrate this?
For example is this true?
1
vote
1answer
53 views
Finding extender from abstract class in static method
I have a set of basic classes,
ei:
public class Item{
}
I want to add feature to extend basic class with Storable ability:
new parameter to keep data from storage in an object
new static method to ...
2
votes
1answer
84 views
Creating and Defining base view for backbone.js
I am attempting to extend backbone views to add a basic implementation of a layout "skeleton". This will be used to piece together a page using the different components. The problem as listed below is ...
1
vote
2answers
42 views
Can you extend self.included?
Here's what I want to do, roughly:
module Foo
def self.included base
base.extend ClassMethods
end
end
module Bar
extend Foo
module ClassMethods
def hi
return "hello!"
...
0
votes
2answers
40 views
Compatability when passing object to class
Ok, so this might be me being pendantic but I need to know the best way to do something:
(This is psudocode, not actual code. Actual code is huge)
I basically have in my package a class that goes ...
1
vote
1answer
167 views
Sass @extend inside a media query [duplicate]
Right now there's no error but Sass throw me a DEPRECATION WARNING because I use an @extend inside one of my media queries.
I have something like this:
.root{
color: red;
}
@media (max-width: ...
0
votes
0answers
24 views
recursively extending and merging javascript objects
I have written two methods for extending and merging javascript objects. It might be bad question, but I'm not sure that I'm doing it right. Can you look at code and tell if I need something to ...
0
votes
1answer
40 views
Extending Activerecord through JSON Api
I am trying to do an App for mobiles, and want to use Rails as my backend. I like very much Activerecord and I want to offer the most used method of his query interface through the JSON API (find, ...
0
votes
2answers
118 views
Override/Extend Magento Abstract class?
I only need to add a method to the Mage_Core_Model_Abstract class.
For that, in my config.php I have
<models>
<mymodule>
...
-1
votes
6answers
129 views
Inheritance in Java: Extending another class when I've already extended one
I have to extend class A's variables into Class B. For that I have to write:
public class B extends class A
But in my case, the place is already taken up by "extends javax.swing.JFrame". It looks ...
0
votes
1answer
48 views
Extend Galleriffic buildImage
I am using the jQuery plugin "Galleriffic". I want it to resize the image after it calls it's buildImage method. I've found the following code here and it works but it seems to me like there is a ...
1
vote
5answers
42 views
jquery: extend method with two objects - result is object Object?
I'm doing some jQuery tutorial at jQuery.com and try to understand the extend method right now. it works ALMOST.
var object1 = {
apple: 0,
banana: {weight: 52, price: ...
0
votes
3answers
50 views
How does a php class determine which class to extend, given there are two class with the same name?
Given I have two User classes, one located in /model/User.php and the other located in /assets/User.php
Now I want to have a class which extend the User class from /model/User.php, yet it seems that ...
1
vote
1answer
168 views
Override \app\code\core\Mage\Core\Block\Messages.php
I am trying to override messaging block in magento but can't get it working.
I created needed files:
\app\etc\modules\Dss_Core.xml
\app\code\local\Dss\Core\Block\Messages.php
...







