Tagged Questions

1
vote
1answer
1k views

NHibernate - Composite-Id on relation - Where ID of parent is not same composite

Say I have these table in an Oracle database Person: PersonId <- PK ID (int, from sequence) PersonFirstNameID <-- int PersonLastNameID <-- int PersonSecurityID <-- int …
0
votes
2answers
41 views

ASP.NET Custom Server Control Build — Validator

I am writing a DateValidator control to function as a validator of all type for dates. It will function as an Required validator, a Min/Max validator, and a Range Validator for da …
1
vote
2answers
27 views

Composite Application Framework Equivalent in Java

Just wondering what the opposing framework in Java would be for creating modular GUI applications, with things like event aggregation, etc. I know for Java there isn't a single de …
0
votes
3answers
125 views

Best way to merge hex strings in c++? [heavily edited]

I have two hex strings, accompanied by masks, that I would like to merge into a single string value/mask pair. The strings may have bytes that overlap but after applying masks, no …
0
votes
2answers
832 views

WPF, Prism v2, Region in a modal dialog, add region in code behind

I have a composite WPF application. In one of my modules I want to make a wizard and have the steps show up in a region so I can switch between the steps easier. Originally I had t …
0
votes
2answers
26 views

ASP.NET: JavaScript object Component for Composite Control

Hi! I have two doubts: 1. I would like to add some client side support for my server composite control but I can't find the correct way to add JavaScript to him. 2. Another feat …
1
vote
1answer
124 views

python multiprocessing proxy

I have a 2 processes: the first process is manager.py starts in backgroung: from multiprocessing.managers import SyncManager, BaseProxy from CompositeDict import * class Compos …
1
vote
3answers
105 views

Is the Composite Pattern SOLID?

the leaf in the composite implements the Component that has the Add Remove and GetChild methods that he is never going to use (violation of the Interface segregation) so is the us …
0
votes
2answers
58 views

Difference between a WebControl and a CompositeControl?

Hello! I have been looking around on the web and found some articles about the topic, but i still can't figure out the difference between them. I have the code show below, if i in …
0
votes
2answers
156 views

python how to create different instances of the same class into an iteration

My problem is: I would like to add to a Composite class Leaf objects created at runtime inside a Composite routine like this: def update(self, tp, msg, stt): """It updates c …
0
votes
1answer
43 views

django - Showing multiple child forms inside parent

I have been studying the modalforms & inline formsets but am not able to wrap my head around my composite objects, and want to see how things are done in django world - I have …
1
vote
2answers
180 views

How do I associate a keypress with a DelegateCommand in Composite WPF?

I am building a composite application using CAL/Prism. The main region is a tab control, with multiple types of views in it. Each view has a custom set commands that it can handle …
3
votes
7answers
282 views

Composite primary key: to use or not to use

I am working on the design of a database that will be used to store data that originates from a number of different sources. The instances I am storing are assigned unique IDs by t …
0
votes
3answers
112 views

In Prism (CAL), how can I RegisterPresenterWithRegion instead of RegisterViewWithRegion

I have a module in a Prism application and in its initialize method I want to register a presenter instead of a view with a region, i.e. I want to do this: PSEUDO-CODE: regionMan …
0
votes
2answers
66 views

Using the MVP for a composite structured object model.

(Edited a lot) I've got some classes with Abstracts Members. The concrete type of the abstract members is to be determined at the class instanciation, based on the user's input. Ho …

1 2 3 4 next
15 30 50 per page