Questions tagged [layered]

117 questions
1
vote
1 answer

SSRS Layered Transparent Chart

I have 2 charts, one with a transparent background, that I want to layer on top of each other. When I do it in design mode, it works fine, but when I run it in preview, the charts separate and stack. Any help would be much appreciated. Design:
bobsnin
  • 21
  • 1
1
vote
1 answer

Can a LayeredLayout be used on Tabs component Tab?

Is it possible to implement a LayeredLayout over a specific Tab within a Tabs container? I would like to place a couple of buttons over an image which takes of much of the screen.
Jeff Crump
  • 131
  • 7
1
vote
1 answer

Is it double work creating a data access component and business component?

I am designing my first Layered Application which consists of a Data, Business, and a Presentation layer. My business components (e.g, Business.Components.UserComponent) currently has the following method: public void Create(User entity) { using…
1
vote
1 answer

How do you make a layered solution's UI project resolve EF Entities without referencing the data access layer

I am working on a WinForms application which I have structured with 3 layers, each layer a separate project, as follows: Within the SampleNtierDAL project is a DalServices class which is defined as follows: namespace SampleNtierDAL { public…
Robertcode
  • 911
  • 1
  • 13
  • 26
1
vote
0 answers

Onion and Layers Architecture real world example

Can you guys give me a real world small business case example where the Onion architecture would be a better choice than the 3 layered architecture? Thanks, Miguel
Miguel
  • 53
  • 7
1
vote
1 answer

Magento Ignore Child Attributes in Layered Navigation

I have some bundled products that have attributes associated with them. The child products also have the same attributes associated with them, however they are sometimes different. My issue is that with layered navigation, it is looking at both the…
cc2517
  • 13
  • 5
1
vote
0 answers

WooCommerce incredibly slow with Layered Nav/Taxonomy Filters

Having some major issues with Attribute/Taxonomy/Category filters. First up, when adding WooCommerce layered nav widgets, 1 widget slows the entire page down 10 times, then adding another one leads to a 502 gateway. From there, I switched over to…
Ali Zandi
  • 11
  • 1
1
vote
0 answers

Changing in magento Category layered navigation

i am using magento 1.9 ce edition for creating an ecommerce site. I am new to magento and have no experience in that. On my Category page i want to change the layered navigation to plus sign selection not > this anchor selection. i am using ultimo…
1
vote
1 answer

Saving to DATABASE MVC pattern

I am fairly new to programming so please bear with me. I have written following code in different classes throughout my project, and I am wondering why my input does not get stored in my database. I really hope someone can help me, since I have been…
Matt Baech
  • 404
  • 11
  • 23
1
vote
0 answers

How to have two layer tabs in android?

I want to implement two layers of tabs like the image below. With the use of support library I have been able to make a single layer tab set for all android versions. But since I am new to android and I don't have a good grasp on this I don't know…
Fatima
  • 869
  • 10
  • 35
1
vote
2 answers

How do I get a transparent windows dialog and drawing primitives to remain on top of a window that is drawing streaming video?

I have an activeX control that contains one window that has streaming video being drawn to it. I have a separate dialog that I create in another window that I have made transparent or semi-transparent in various ways (i.e. using the…
1
vote
3 answers

CakePHP - How to setup multiple apps/portals that use same functionalities

We are building a intranet web application in PHP with CakePHP. However we have barely experience with CakePHP Our Intranet will have two user portals. Employee portal Client portal Both portals will use the same data but have their own user…
user667751
  • 43
  • 1
  • 5
1
vote
1 answer

Is this a layered architecture?

I am having a confusion while mapping my software design with an architectural pattern. the below diagram describes my proposition. What I wanted to ask is - Is the third layer really a layer, or just a constituent part of layer 2? The fourth…
khoks
  • 33
  • 5
1
vote
1 answer

Magento multiselect attribute behavior in layered navigation

I'm using the layered navigation of Magento to let the users select filters to determine their choice. Because I have a large set of choices, I chose to use multiselect attributes so that the amount of attributes would be smaller. The normal Magento…
Niels
  • 61
  • 2
  • 5
1
vote
1 answer

Layered Architechture & Encapsulation

I'm developing a project, ultimately it is going to be a web app. But I'm trying to follow a sort of layered approach for the business objects and data access, i've created the following class library projects in a single blank…
Tickles
  • 11
  • 2