The composite pattern describes that a group of objects are to be treated in the same way as a single instance of an object.
0
votes
0answers
8 views
Composite C1 undo & redo buttons grayed out on latest install of Conposite C1
Have just installed latest source code for Composite, Notice that the undo and redo buttons on the text editor used for adding content to pages are both disabled. Anyone else had this issue?
thanks
0
votes
0answers
24 views
How to use Unity to build composite asp.net mvc 4 application?
I need to build an asp.net mvc 4 web application which can be extended by plugins. These plugins could be build by different development teams. These teams do not have access to the sourcecode of the ...
0
votes
2answers
24 views
symfony2 + doctrine2: map many entity to join to the same entity composite primary key
I need to map many entities as one to many to the same entity primary key.
For the sake of brevity i will try to semplify a little bit:
Suppose I have a news and a product table that need to be ...
3
votes
1answer
91 views
Haskell: Couldn't expected type 'Integer' with actual type 'Int'
I've been staring at this code for quite some time now and I can't get my head around that error message.
divisors :: Integer -> [Integer]
divisors n = [t | t <- [1..n], mod n t == 0]
length' ...
0
votes
1answer
21 views
JPA: Retrieve a list from secondary table using a composite key
well, here I have an example of what I'm trying to do with no success. Sorry for the dummy example. I have the following tables:
CREATE TABLE HOUSE(
HOUSE_NAME VARCHAR2(255),
OWNER_ID ...
0
votes
1answer
36 views
GWT: Exception: This widget's parent does not implement HasWidgets, but it does
I am trying to create a structure where I have this larger UI with small parts that I can swap in and out and you get to more detailed areas. In essence I am making top level panels which hold ...
0
votes
0answers
10 views
how to add text in composite shape when double clicking it
I want to double click a composite shape to add textCtrl on it, but when I double click the composite shape, it do nothing, it can't response to the double click event. Can you help me to solve this?
...
-1
votes
0answers
38 views
How to zoom a Composite?
I have a ScrolledComposite and on top of this I have a simple Composite and on top of this simple Composite I have 10 ChartComposites. Each ChartComposite contains a JFreeChart (Bar Chart).
I want ...
0
votes
2answers
66 views
Composite Pattern in C#
The exercise is about making a software to manage a Robot Factory.
In my program I can create single parts and then robots with them but I also can have robots with smaller robots inside. That's ...
0
votes
1answer
57 views
composite primary key persistance in doctrine 2
i face quite a tricky problem for me...
I'm building an application with composite primary key in symfony 2.
My problem is that I can't persist my entities because I have to build a custom id ...
0
votes
0answers
6 views
Default theme Splash text formating
I use composite c2 default theme
I would like to format the appearance of the splash text.
I have tried to mix html code with text and all appears as text.
I would also like to add images...
Is there ...
1
vote
1answer
104 views
Inserting rows in Cassandra table with 3 fields as composite key
I'm a newbie to Cassandra and I need it for a quick and small adhoc job.
However, I'm on a stalemate with a problem. I have a column family created
with the CQL below:
CREATE TABLE dummy_file_test
...
-1
votes
1answer
31 views
Make SQL queries composite? [closed]
Lets I have a site that list restaurant reviews. When I click a restaurant I want to show the 5 top or most recent reviews. No problem.
Now lets say I want to show all restaurants in a city and their ...
0
votes
2answers
58 views
Dereference iterator as part of a boost::bind composite chain
I am trying to use bind to produce a function that:
Receives a map m
returns m.begin()->first
For that I am trying to use boost::bind:
typedef map<int,int>::const_iterator ...
3
votes
1answer
218 views
Composite, component and entities in C++ game engine
I'm working on a school project developing a game. We use an engine made by one of the teams we have. The build-up of the engine is unclear to me and seems an anti-pattern. However, it seems that no ...
0
votes
0answers
23 views
ImageMagick Composite Dissolve - alignment is wrong in iPad 3 Safari
I use ImageMagick composite -dissolve 1% with a -gravity south to watermark user uploaded images.
When I test it on desktop browsers it works perfectly, android phones too (Samsung Galaxy s2 built ...
-1
votes
1answer
68 views
Set value of composite classes using Reflection
I'm trying to create instance of an object that also have classes composed in to it:
[DataContract(Name = "share", Namespace = "")]
public class RequestShareDocument
{
[DataMember(Order = 0)]
...
0
votes
1answer
164 views
Entity Framework - Join table with composite key and a primary key
I am struggling with the way entity framework handles join tables, specifically because entity framework requires that a join table has a composite key composed of the primary keys on the two related ...
0
votes
0answers
52 views
The WCF service shows timeout error when the returning object is composed with another two objects
I've developed a WCF service and it runs on local TCP port. The service returns an object which has following definition:
/// <summary>
/// Report Data(memory stream) with ResponseData.
/// ...
1
vote
1answer
70 views
Copying complex data structures in Java
I am using Composite pattern in my Java program, such that a Component is being extended by three classes.
Leaf class extends Component
Composite extends Component
Decorator extends Component (for ...
0
votes
0answers
79 views
Serialize list of objects derived from abstract class
I'm trying to serialize list of pointers to objects, which derive from same abstract class. To be more specific: i've implemented composite pattern, and now i'm trying to serialize composite in single ...
0
votes
2answers
30 views
Can the Composite (from the Composite Pattern) have an isLeaf() method?
Is there a reason the Composite should not have an isLeaf() method?
(Since the point of this pattern is (if I'm not wrong) to be able to use both the Leaf and the Composite as the same thing, without ...
0
votes
1answer
38 views
Composite Primary Key and Auto_Increment [duplicate]
I'm trying to do the composite key with one of them auto incrementing, but when i try to enter a new row it just continue the sequential.
Here's the example of what happens:
Item_1 | Item_2
1 | ...
4
votes
1answer
100 views
Binding monads into composites (Haskell)
Good day folks. I'm seeking some clarifications on monads please and using bind (while going into a composite .) please.
So for this example:
--Monadic parts:
readFile :: String -> IO File
putStr ...
0
votes
1answer
59 views
Trouble implementing strategy and composite pattern to give varying behaviour in a game
I'm running into real trouble trying to complete a practical that requires using strategy and composite pattern. I am trying to create a collection of vehicles which can have different behavior ...
0
votes
0answers
55 views
SWT group composite border disappers
SWT group composite border disappers when i press TAB key. Shell has 3 group composites but the disappering problem is only with one group.
Group grpCustomerDetails = new Group(this, SWT.NONE);
...
0
votes
1answer
57 views
How do I get a FlowLayout inside a ScrolledComposite grow vertical and not horizontal
I'm trying to create a FlowLayout Composite inside a ScrolledComposite so that the FlowLayout Composite inherit it's width from the ScrolledComposite but grows in height dynamically, I've searched ...
1
vote
2answers
176 views
using insertChildren AND getting child attributes
I am actually trying to create a custom composite table component because h:datatable or p:datatable do not fit my needs. Nevertheless it shall be used like a primefaces datatable.
After I found JSF ...
1
vote
0answers
101 views
Error Rendering View PENDING_I18N: Unable to find composite component root for composite component with id
First of all, I'm a newby
I'm trying to implement a simple composite component in JSF 2.
I wish to initialize an attribute of my CC from java code.
this is the using view:
<!DOCTYPE html ...
0
votes
1answer
58 views
False Color Composite with MODIS data in ArcMap
I'm trying to make a false color composite from a .hdf MODIS file in ArcMap. I know how to do it with Landsat data and I've seen tutorials for working with MODIS in other programs, but I can't figure ...
0
votes
1answer
49 views
Create a Composite that adapt to my data in Eclipse SWT
My First try is:
public MultiLangugeText(Composite parent, int style) {
super(parent, style);
setLayout(new RowLayout(SWT.HORIZONTAL));
Map<Locale, String> texts = new ...
0
votes
0answers
84 views
Why does Composite have no actual value?
I have an Eclipse RCP application with 2 Parts (Main Menu and New Macro) in a Part Stack.
When the application starts it calls the CreateMainUI contributing class below which constructs the UI and ...
3
votes
1answer
92 views
What design pattern could be used to connect elements of a composite?
If you have an implementation of a composite design pattern(or any graph/node type system), which design pattern would best describe the process of connecting nodes and creating links between class ...
0
votes
1answer
36 views
pass a custom data type list in a composite
I created a composite, who has two method
public void intItem(List dataList) //can take primitive data type
public void vipInfoDataList(List dataList) // can take custom data type like: PlxVipInfo
...
6
votes
4answers
167 views
Solving design involving multiple inheritance and composite classes in c++
I have struggled with this design problem for some time. I will do my best to explain what I am trying to do and the various approached that I have seen, what I am trying and why.
I work in a ...
0
votes
1answer
159 views
FileDialog and Composite
I am trying to create a browse button with FileDialog and composite in Java SWT. (Composite because, I am use CTabFolder and CTabItem. I felt to add components to CTabItem composite is good enough)
...
0
votes
0answers
58 views
Get invalid parameter / attribute in jsf composite
Given the following:
<composite:interface>
<composite:attribute name="value" type="java.lang.String" />
<composite:attribute name="action" method-signature="void action()" ...
0
votes
1answer
181 views
Linkbutton inside ASP.NET custom composite control template losing its ViewState
I've made an ASP.NET custom composite control which has an ItemTemplate for its children.
It's based on the RssFeed (http://msdn.microsoft.com/en-us/library/aa479322.aspx) example. The template has a ...
0
votes
1answer
64 views
Maximum number of states in State Pattern
I am trying to use state pattern and i have a question. Is state pattern designed only for situtations with limited number of states like this:
TCPState:
1- TCPEstablished
2- TCPLisenting
3- ...
1
vote
3answers
70 views
Need a solution to combine an amount of images one by one on the screen
I have thousand of small images. I need to combine them into a big image one by one dozens at the same time and live on the screen. The user should be capable watch the small image shown one by one ...
-1
votes
1answer
95 views
Bi-directional OneToMany error: why does Hibernate think I am using a composite key?
I am getting this infamous error:
Foreign key (FK69848D5097EB6FB4:DOCUMENT_HISTORY [VOTERDOC_ID])) must
have same number of columns as the referenced primary key
(VOTER_DOCUMENT [VOTER_ID,ID])
...
-1
votes
1answer
43 views
[C++]How to use std::stack to deal with the file/directory hierarchy?
I have 3 class, Root, CFile, SubDirectory. Root is a abstract class. CFile and SubDirectory are derived from Root. CFile has attributes: name:string , size:int, level:int. SubDirectory has attributes: ...
0
votes
0answers
54 views
ASP.NET Redraw of composite control after property has been updated
I have defined a Composite control which contains a different number of child controls. One of these is a label that contains the number of pages for a table outside of the composite control. Its text ...
0
votes
0answers
87 views
Draw rectangle with text on top of Image
How can I draw a white/blank rectangle of size 30 by 10
at location X-axis : 25, Y-axis :20 on a JPEG/PNG Image file.
After this, I want to add some pre-defined text on the Image
2
votes
2answers
210 views
Composite web application without frames
I have built two web applications lets call them App1 and App2.
App1 has multiple pages (Page1.jsp and Page2.jsp). App1 is a standalone application which has a menu which links to the two pages.
...
1
vote
1answer
90 views
Generic gridview for Liferay portal
Hope you are doing fine.
This is my scenario.
I have multiple (20+) Liferay portlets that use grids/tables to display data.
Each portlet retrieves data based on a different criteria.
However, the ...
1
vote
0answers
20 views
Mongoid composite query
I'm kind of a newbie to mongoid, I have a problem querying the db for inner relations:
this is the first model of whom I wish to create a query
class User
include Mongoid::Document
include ...
0
votes
0answers
17 views
Composite C1: Is there a way to add the username parameter IN A MASTERPAGE coz it is only readonly?
Composite C1 3.2: Is there a way to add the username parameter IN A MASTERPAGE because it is in read-only mode, when applied in the markedup of the masterpage.
This seems to be a problem for the ...
11
votes
1answer
340 views
Java AWT custom CompositeContext & anti-aliasing: RasterFormatException when drawing outside of the client area
I am trying to implement SWT GC-like xor-mode drawing for an AWT Graphics2D. Using the built-in XORComposite is not an option as it does not implement xor-mode drawing as in SWT.
The SWT xor-mode ...
0
votes
0answers
18 views
Can increase in column for an already existing composite uniquekey ever lead to constrain violations?
Unique keys are constructs of permutation rather than combinations! -
therefore as long as there exists an enforced unique key constraint on a given column and as long as that column remains in new ...


