layering

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 way to have the flash recieve the mouse movements and clicks but leaving the html visible? I can't modify the flash SWF file. Edit: To ma...

flex 3 and javascript layering issue

Hi guys. 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 they appear to be falling behind the Flex object. Its like as if the Flex object is ontop of the layer the Javscript is on. Has...

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 FooData(); data.Price = 10; data.Quantity = 20; i have other derived fields that i want to use in the application but dont need to be sent on th...

Service facade calls - security checking

Hello all, 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 every method, based on the roles. Thanks, Lucian ...

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"> <div id="WorkTableButton" class="WorkTableButtonActive"> Work Table </div> <div id="additionalCostsButton" class="additionalCosts...

Layering intersecting elements with jQuery

I have a page with draggable/droppable elements that once dropped need to calculate their left position and width in regards to other draggables that they may be touching. This isn't too hard in and of itself, but where I'm really having trouble is getting them to fill in empty space. How do I get the draggables to fill in the empty spa...

WinForm Controls + Transparency

Hi everyone, 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 before. I looked around for a solution to this, but I didn't quite find what I'm looking for. . I'm trying to set the transpa...

3-Tier architecture-layering and the term-mishmash

Hi! 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 Presentation Layer (User Interface) Why can you skip the database in the 1st approach? Both use a database! Does the database belong to ...

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 Core, Application Framework | Dependencies: Namespace Reference D:\Projects\Windows Projects\Weld\Weld\ModelingProject1\Weld.layerdi...

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 covers up the content and makes links unclickable? Any idea for a fix that keeps the slider looking the way it does now? Thanks, Kor...

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 InvoiceAgentId. Now, 1. In the InvoiceInfoSearch.asmx.cs file I have the WebMethod ... GetInvoiceInfo 2. I have the DTO objects InvoiceInfoReq...

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 working. Below is the css and the html that I used for the z-index. Any help that you would like to give would be greatly appreciated. CSS:...

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 tell, typical use of a service layer is to insulate the data access from the presentation. All well and good. I have a pretty simple domain...

z-index layering for HTML5 video (ipad)

I am using the BrightCove smartplayer code to write an HTML5 video tag into the page. This code replaces the object tag with video tag so that it works on the iphone and ipad, whils still working in browser that dont support The problem I am having is with the layering of this dynaically written in tag. It does not seem to obey the ...

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 below image isn't solid white. Thanx. ...

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 Notification app where on top of the listView there is a plus sign near the bottom to allow user access to adding an additional list item. ...