Questions tagged [layered]
117 questions
1
vote
1 answer
OpenGL Render Multiple Layers Efficiently
I have a main scene, and I have a scene I want to render on top of it. I want to use early depth testing for performance, so I want to render everything together, front to back. But I cannot segregate each scene to half the depth buffer because that…

JAKJ
- 289
- 1
- 4
- 14
1
vote
1 answer
Attribute not showing in Layered Navigation ( drop down is disabled )
Attribute not showing in Layered Navigation ( drop down is disabled )
I want certain attributes to apply to a certain category .. but the drop down is disabled ...
Please help!
Use In Layered Navigation Select Box Is not clickable
Can be used only…

Adam Steinhauser
- 11
- 2
0
votes
3 answers
Modules on the same layer in layered architecture
In theory in layered architecture you can have multiple modules on the same layer. Can this modules cross reference to each other? Is is possible technically, eg. using .NET?

mgamer
- 13,580
- 25
- 87
- 145
0
votes
1 answer
WCF-based federated security in a service-oriented setup
So i have the following scenario:
I have a WPF-application which includes a login-box.
Users enter credentials, which is used to get a security token from a SecurityTokenService (STS).
This token is parsed to a backend web-service, and in this way…

Lars Tabro Sørensen
- 33
- 5
0
votes
2 answers
Should multiple databases share the same DAL?
We have applications that must reach into multiple databases. Previously, we had separate DALs that would reach into only a single database. A separate business layer would sit on top would reach only their particular DAL. Applications (different…

user550096
- 43
- 1
- 6
0
votes
0 answers
How can I close automatically or block modal(?) popup?
modal popup and marked blue left below
Is there any way to block modal(? - this is my understing for the box) popup automatically? I'm working on Mac, The bule color marked in left below is saying "do not open one day". I clicked check-box but it…
0
votes
0 answers
Layered pinning with ScrollTrigger and sticky element
I want to use a scroll trigger for my landing page.
When scrolling down, the next section comes from the bottom. All is ok.
But I want some element, in this example, the deer stay in front of other sections.
Absolute positioning? Sticky? No way...…

angelilo_
- 143
- 9
0
votes
1 answer
Cannot implicitly convert type 'System.Collections.Generic.List' to 'int'
I'm trying to make a 3 layered C# Library Management project.
I'm trying to select a book from bookDAL (dataacceslayer) through booksBLL(businesslogiclayer and show it on winforms.
i get this error message on BLL
error
DAL:
public static…

atsntc
- 5
- 2
0
votes
1 answer
pygame transparent window alpha?
I was trying to make a pygame window background transparent, I did it with this code:
import win32gui, win32con, win32api
import pygame
pygame.init()
w,h = 400,200
screen = pygame.display.set_mode((w,h))
#font
pygame.font.init()
font1 =…

xWourFo
- 35
- 4
0
votes
1 answer
How can I implement dynamic Layered ImageView Programmatically?
I want to have layered images as attached below.
Currently, I am doing it like this
layout.xml

Amit Gupta
- 633
- 1
- 8
- 19
0
votes
1 answer
How to delete a list item with an query from a different form in c#?
I try to delete a list item from my list 'Ship' which is in my database.
I use 2 classes to split apart my SQL queries (ShipDB.cs for my queries, Ship for my Ship properties). I want to use the delete button in my form to delete the selected row in…

Robin R
- 21
- 5
0
votes
1 answer
How should a DAO layer be implemented? One table DAO or multiple table DAO?
I am implementing a module as per layered architecture. It will have a presentation layer, service layer, a business layer and a DAO layer.
As per layered architecture guidelines, the communication flow should be top to bottom. Similarly, the…

Ni3
- 31
- 4
0
votes
1 answer
Typical layered architecture - project structure
What is the most popular project structure in n-layered applications (not DDD or onion architecture)?
1.
UI project has reference to BLL and DTO project
BLL project has reference to DAL, Entities and DTO project
DAL project has reference to…

user2017341
- 145
- 1
- 8
0
votes
1 answer
How to build a responsive layered image with content below?
I've tested creating a layered image using a png with transparency over a jpg and using absolute positioning for the top image, however that upsets the positioning of content that should appear below the image. So then I tried without absolute…

Nick W
- 877
- 2
- 15
- 30
0
votes
1 answer
Adapt layered R data frame so that values of variables match in rows (based on group and date)
I want to research group A's effect on B regarding certain dependent variables I dubbed "target_n". Due to the way in which the data was generated I have "layers" of information in my dataset that are ordered by group. That means, in rows for which…

Dr. Fabian Habersack
- 1,111
- 12
- 30