Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
2k views

Android - Layout Layers? Z-Axis?

I have seen numerous applications that use layering in their layouts. When I speak of layering I am referring to layers in the z-axis relative to the view of the user. One such app is the Craigslist ...
6
votes
3answers
1k views

z-index layering for HTML5 video (ipad) [closed]

Possible Duplicate: iPad Safari mobile seems to ignore z-indexing position for html5 video elements I am using the BrightCove smartplayer code to write an HTML5 video tag into the page. ...
3
votes
1answer
75 views

Layering ASP.NET MVC application

I'm starting my first serious ASP.NET MVC application and I need someone to explain me how to properly layer it. (all of apps I have created so far where just test apps and I didnt care about properly ...
3
votes
1answer
57 views

Widget Layering in Tkinter

I'm using the place geometry manager to make draggable widgets. I've noticed however, that the last widget made gets priority in layering. In other words it always appears over the widgets made before ...
3
votes
4answers
157 views

Should a service class be more than a wrapper of a repository class?

I have the understanding that using data access routines directly from presentation code is considered evil. So I have a separate Repositories project, as well as a Services project. From what I can ...
3
votes
2answers
101 views

Is this 'layering' of my web-service correct? Can it be improved?

I am writing a Web Service to retrieve Invoice information from a database table. The specifics are as follows: I intend to give InvoiceAgentId as input and retrieve PayerId,PayerName, EffDate and ...
2
votes
1answer
427 views

UIView display order issue?

The problem When drawing a custom movie player controller on-screen (iOS 4), I use an AVPlayerLayer to display. I wish to composite some overlays on top of the player (ad banners, player controls, ...
2
votes
1answer
108 views

Making windows appear on Bottom

How can I make a window appear at the bottom of the window stack? Preferably with Tkinter (However, WXPython works too). I'd like it to appear below every other window. This is in Windows 7, btw.
2
votes
4answers
1k views

HTML5 Canvas eraser

There's a way of implementing an eraser (other than using a white pencil?). I'm using layering, I have an image below the canvas, so, if eraser paints white, the user is going to notice since the ...
2
votes
1answer
542 views

CSS JQuery Tools Slider Z-Index Layering Issue

I have a complex layering situation for the website: http://andstones.ca/contact/ where I use a large background image for the content to scroll in and out of... Only problem is the transparent image ...
2
votes
2answers
803 views

WPF: How to display a layer over all Controls

I've got a Window which opens a borderless Dialog where you select some options. Once the options are set the Dialog closes and the main Window is enabled again. Not too difficult. But due to the ...
2
votes
3answers
4k views

HTML over flash without stopping interaction with flash

I have a html div layered on top of an interactive flash movie, but when the mouse moves over the div, it can't interact with the flash (the view changes as the mouse moves or is clicked). Is there a ...
1
vote
1answer
65 views

Stack canvases bitmap on top, but changes on bottom canvas shows through

I am trying to figure out how to layer two canvases, where one has a bitmap and the second is what I will actually draw on. So basically what I have is: Bitmap newBitmap = ...
1
vote
1answer
149 views

Tkinter Canvas Problems

I'm trying to change the layering of Tkinter Canvas widgets. With most widgets you can force the widget above other widgets by using the lift method. However, if I try the same on a Canvas widget I ...
1
vote
2answers
270 views

Layering images inside a table-cell

I want to layer 4 images on top of each other inside a table cell with css. Here is what I want the final image to look like: The 4 images are: The gray rounded corner rectangle with the red ...
1
vote
1answer
634 views

CSS: Vertical Centering, Unknown Height, Other Content on Page

Alright, so this is basically the usual "how to vertically center with CSS" question, but with some catches. 1) No Javascript. HTML and CSS only. CSS3 is fine as long as it's reasonably well ...
1
vote
2answers
144 views

Z-Index in Internet Explorer

I am trying to get the z-index to work in my html code. I have looked this up at several places, and it says that I need to add a position to my my div. Which I already have done and it still isn't ...
1
vote
2answers
329 views

VS 2010 Layer Diagram Validation Error is Showing A Dependency That Doesn't Even Exist (AV0001)

I'm getting the following validation error on my layer diagram Error 65 AV0001 : Invalid Dependency : Weld.Interface.Core(Assembly) --> Weld.Interface(Namespace) Layers: Application Framework ...
1
vote
4answers
386 views

3-Tier architecture-layering and the term-mishmash

I am confused about the different possibilities to express a 3-Tier architecture. Data-Access-Layer Business-Layer Presentation Layer (User Interface) or Database (aka Backend) Business-Layer ...
1
vote
1answer
825 views

WinForm Controls + Transparency

Don't be frightened by the length of the post, it should be pretty straightforward. I'm just trying to be very speciffic, because lots of people have misunderstood me when I explained the problem ...
1
vote
4answers
146 views

Exposing your core on the wire data model

I have a C# client and a java server. I have data object that go on the wire back and forth. Lets call them FooData.cs where everything is just a get and a set (no logic) FooData data = new ...
0
votes
1answer
24 views

How to bring link to layer on top of tr/row?

I've got a table which looks like this: <table id="display"> <tr class="trigger"> <td>Info here</td> <td><a href="example.com">Link ...
0
votes
3answers
3k views

z-index not working as expected (Chrome and Opera)

I have a div with class "opaque" and another with class "product-info", which are both on the same level. The code is as follows: <div class="opaque"></div> <div ...
0
votes
1answer
119 views

Context-sensitive layout - change visibility of set of WPF tools based on a combobox

I have a UI issue with layered editing where a different set of tools needs to be visible depending on the ComboBox selecting the layer and am stewing over the idiom to use. The tools should not be in ...
0
votes
2answers
180 views

CSS Layering Quirks

Alright, so I've got a couple divs wrapped in a container. The two interior divs overlap each over by 15px; The problem is I'm not able to layer them like I want. <div class="headerButtons"> ...
0
votes
1answer
138 views

Service facade calls - security checking

for a service facade implemented in .NET, is there a posibility (e.g. a 3rd party library) that can be used to perform some security checking? I mean, a kind of access controll list based checking for ...
0
votes
2answers
425 views

Flex 3 and Javascript layering issue

I have a flex object embedded in a velocity page. Above the flex object i have my navigation bar which has a number of drop down components built with Javascript. When i click on the drop down list ...