The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
2answers
23 views

Can Controller layer call directly to DAO layer?

I've webapp with JSF, Spring and Mybatis. Those frameworks are utlized in controller, business and dao layers respectively. In my DAO layer I've methods for CRUD operations. Now, in my controller ...
0
votes
0answers
13 views

How can I show popups from different layers with all of the visible?

I'm making a map with 3 different layers, one for each year, so frequently the popups are in the exact same place. I'm using a marker cluster so when zooming the map you can see the individual marker ...
0
votes
1answer
26 views

how to remove a gallery call when i click in any other button in AS3.0?

so i have this photo gallery with 2 external classes, this code is the timeline code that calls the classes in to import the gallery and make it work. So far so good, the problem starts when i want to ...
0
votes
0answers
14 views

Design catalog for transparant PNG Canvas Layers with Jquery and HTML5

I need to start a project that will include a catalog of drawing files. Dragged and dropped onto a Canvas. I have decided against SVG due to the customers unwillingness to allow his vector files into ...
0
votes
0answers
32 views

Properties of CALayer in layer-backed view won't display, and variable losing value in cocoa app

I have a collection view containing objects (cards) bound to a core data entity. Each of those cards has a type attribute that gets set from user input when the card is added. The class of the ...
0
votes
1answer
10 views

CALayer Troubles when loading an image from a UIImagePicker

I have a UIViewController with a UIImageView (imageView), and I'm defining several layers that will be nested in the imageview as follows in viewDidLoad: //container layer - the very top layer ...
0
votes
1answer
24 views

UIButton shadow color and shadow offset don't show

the shadow doesn't work,why?I write a UiBarbuttonItem like ,ex: UIImage *imageNomal = [UIImage imageNamed:@"Back_A"]; UIImage *imageHight = [UIImage imageNamed:@"Back_B"]; UIButton ...
0
votes
1answer
25 views

'NSInvalidArgumentException', reason: '-[HelloWorldLayer starGame:]: unrecognized selector sent to instance 0x96764d0' [closed]

I have button in helloworld layer. When i click the button i need to replace gmaelayer scene. But when i click button i got error. code: - (id) init { if ((self = [super ...
1
vote
0answers
55 views

KineticJS (4.4.3) achieve swiping between multiple pages (layers)

I'm trying to develop an app with multiple pages (layers with additional items) and a swipe-functionality to switch between them. I've tried several variants, but somehow none of them could satisfy my ...
1
vote
1answer
16 views

Adobe Illustrator doesn't export what I see

I made a vector image in illustrator using mask and several layers. When I try to export it as an image (png, jpg) or save it as a pdf, eps or svg, the image looks as if the masks were deleted. Here ...
0
votes
0answers
28 views

Magento layered navigation colors

I have a bunch of shirts in a category. A lot of them have special colors like night owl black and some that are black / red. So on and on. I was wondering how to have them show up in layered ...
0
votes
1answer
19 views

Google Map API reverse geocoding from KML Layer

I have a KML Map Layer on google map which contains the Administrative boundaries of an administrative unit called "BLOCKS".Each Block has different ID. How can i get the ID of the Block if i get the ...
0
votes
3answers
31 views

Dropdown menu, z-index problems

I've got a problem. I have a drop down menu, but the drop down list is always one layer behind the body although the z-index of menu is set to 999 and z index of body set to -999 Please chceck ...
-1
votes
0answers
27 views

Why is my canvas image not being overwritten by subsequent images?

I have a clock at http://ancient-clock.stornge.com in which the intended behavior is to, at an interval, write the clock background image [all intended clock positions have the hands completely ...
0
votes
2answers
60 views

How to put image div container over another div, yet keep it clickable? [closed]

I want to put my image over accordion div container and keep it clickable, so my image override it only visually. How I can do that? My page that I need to edit is there. That's what I want to make ...
-1
votes
1answer
53 views

How to put image div container over another div container?

I'm new to wordpress and website building. Just bought a theme and faced an issue. I want to put my image over accordion div container. How I can do that? My theme has content building option, but as ...
0
votes
1answer
24 views

search and zoom Fusion table map to a particular point

I have a sample fusion table map layer with a search box. I want to serach a particular location in fusion table using that box and zoom to that point. The autocomplete in serach box is working ...
0
votes
0answers
18 views

showHideLayers working in Firefox, but not in IE

Please make sure to view my edit at the bottom On my site, I have a representation of a Notepad with four tabs on it and the tabs are links to other parts of the site. When the user highlights a tab, ...
0
votes
1answer
22 views

No overload for method 'GetRows()' takes one arguement

I am developing a view page.. here is my code: int idses = Convert.ToInt32(Session["ID"].ToString()); // address DataTable adrDT = new DataTable(); adrDT = ClassView.GetRows(idses); houseN.Text = ...
0
votes
1answer
47 views

Chess Layering Issue

I'm fairly new to Java, and I decided to try to make a Chess game with Swing. I know that my program is extremely inefficient, but that is not really my problem. My issue is that I cannot view the ...
0
votes
1answer
29 views

java ME creating your own layer

Is it possible to create your own Layer? like: public class MyLayer extends javax.microedition.lcdui.game.Layer{ (...) } i get the error: "Layer() is not public in Layer; cannot be accessed from ...
2
votes
0answers
38 views

opencv image loading using buffer without saving?

plugin for gimp to capture a frame from camera and to load it to gimp workspace.till nw i got the code to capture image and load the image but it is done by saving the captured image but i want to ...
0
votes
1answer
43 views

Openlayers- Show another Image Layer based on zooming region

Is it possible in OpenLayers to open another Image layer (OpenLayers.Layer.Image) from a base Image Layer based on certain predefined regions on the base Image Layer. For example if I have five ...
0
votes
1answer
32 views

Transition of one layer with multiple background layers

I have an imput field in form with multiple(two) backgrounds like this: background: url(framework/images/search.png) no-repeat 6px 7px, /*this is a magnifying glass icon - this is important later */ ...
0
votes
1answer
43 views

Bitmap with a color layer

I have a ImageView where I put a Bitmap (left), sometimes I wanna see bitmap with a semitransparent blue layer (right). I try with a ColorFilter (LightingColorFilter and PorterDuffColorFilter) but I ...
1
vote
1answer
55 views

Finding collision between moving sprite and moving tile map

Hi i m developing one tile map based game in cocos2d. In this i need to find the collision between moving sprite and the layer of the tile map. i followed the raywindlich tutorial. I scaled the tile ...
-1
votes
2answers
59 views

Can someone give me an example of a layered architecture? [closed]

I have to do a java application for bank employees hat can add/delete/update accounts and I don't know how to implement a layered architecture. I have the Gui, the database, I know something about the ...
0
votes
0answers
29 views

esri javascript api symbolize layers

I have a working application here: http://dola.colorado.gov/gis-cms/sites/default/files/html/census2000v2.html I'm using the Javascript API with ArcGIS Online. I have a bunch of layers loaded and ...
0
votes
1answer
54 views

How to use JavaScript move layer in Photoshop using the relative coordinates

I'm just starting to work with JS to Photoshop. I need to align 2 or more layers between as? for example- on top. Each layer has a mask that is smaller than the image. Using Photoshop menu I can ...
0
votes
0answers
36 views

Add Overlayer to my custom map

I'm try to add a tile map overlayer to my custom map, for example I wish to be able add an NCTR overlayer (like the one in the 2nd code) set at 25% opacyty and toggle it like for the fusion table in ...
0
votes
0answers
17 views

CALayer render ontop of subview

I'm creating an custom UIView which uses the CALayerDelegate. I'm creating a view and put a little glossy style ontop. In my -initWithFrame: method I'm also putting UILabels as subviews into my view. ...
0
votes
1answer
49 views

3 layer li ul menu

I want to create a 3 layer li ul menu but the 3 layer is covering the second layer. Can someone help me to align the 3 layer just right next to the second layer? I very much appreciate your comments! ...
0
votes
3answers
82 views

setFrame not working properly for AVCaptureVideoPreviewLayer

I am trying to add a AVCaptureVideoPreviewLayer into my view like this [captureVideoPreviewLayer setFrame:CGRectMake(10.0f,10.0f,300.0f,300.0f)]; [self.view.layer ...
0
votes
0answers
13 views

adding 2 imageviews in the same view

I am trying to add 2 images on top of each other in 2 different imageviews. image1 and image2 Each image will be loaded by a designated button imagebutton1 and imagebutton2 This is what I have done ...
-1
votes
3answers
80 views

Best way to transfer the data between layers [closed]

I would like to know the best way to transfer the data between layers ( ex: Custom classes, Dataset, DataReader ..). Let us consider MVP design pattern. I would like to know the best way to transfer ...
4
votes
1answer
96 views

Take a screenshot of an UIView where its subviews are camera sessions

I'm building an app where I need to take a screenshot of a view whose subviews are camera sessions (AVFoundation sessions). I've tried this code: CGRect rect = [self.containerView bounds]; ...
0
votes
1answer
41 views

Google Fusion Table Layer turned off by default

Stackoverflow is a very stunning site!!! I learn a lot here, Now I'm try to do something nice for my comunity: a gmaps v3 with some fusion table and some custom base map... I'm looking at this ...
0
votes
1answer
166 views

DirectX11 ReportLiveObjects Instantiation

MSDN Page for ReportLiveObjects I am unsure how to call the ReportLiveObjects method as the classes I am attempting to declare are abstract, or in the case of IDXGIDebug "undeclared" (I think I'm ...
0
votes
6answers
77 views

expose a referenced type (class) without need for additional reference

I have a layered system of .dlls between my application, where the lowest level has a class that provides certain functionality - an instance of this class can be received through a GetClass() ...
0
votes
0answers
9 views

Abstraction shared libraries and SONAME

I would like to realize shared libraries, providing the same service (i.e. API) but on a different "target" (for example, one for mysql, one for postgresql, etc.. - but it has nothing to do with ...
0
votes
2answers
34 views

How can I make my inserted images in flash obey my layer order?

So I am inserting images dynamically into Flash with actionscript; that's no problem. However I want to set the image to appear underneath my buttons layer, because when I insert the image it covers ...
0
votes
0answers
82 views

Visual Studio 2012 crashes when code file is mapped to Layer Diagram of modeling project

I have a web application that consists of both ASP Class and ASP.NET pages. This web application is under TFS source control I created another modeling project that is currently NOT under source ...
0
votes
1answer
106 views

Having difficulty using Z-Index in WPF

I've followed some examples trying to layer a rectangle over the WebBrowser object: http://blogs.msdn.com/b/wpfsdk/archive/2006/06/13/controlling-zorder-using-the-zindex-property.aspx (I got this ...
0
votes
1answer
50 views

Unit tests and Integration tests definitions & Maven

How do you define border between Unit testing and Integration testing? Where is it exactly? In what part is layers testing ? Related Terminology for integration tests which test each layer and the ...
0
votes
1answer
45 views

how to check KML layer has active feed or not?

I created a kml layer for the URL - http://www.nhc.noaa.gov/gis/kml/nhc.kmz. This layer is applied on the map and i could not see any layer. The reason is there is no active feed for this Kml layer. ...
0
votes
1answer
53 views

Styling fusion table layers polygons

I have a fusion table with 5 populations (columns), for each these I want to display the polygons with the highest concentration of population in a different color. In the example for styling fusion ...
1
vote
1answer
44 views

how to get id which is defined after “type”: “Feature” on feature select.?

how to get id which is defined after "type": "Feature" on feature select.?first i set it as u see. then i try to get this id alert(e.feature.id),it gives me like this OpenLayers.Feature.Vector_2345 ...
0
votes
0answers
46 views

change a tiles layer dynamically on function call in j2me

i am developing a j2me game using wtk but stuck in a small problem and dont know how to proceed... i have created a map using tiled layer and set a origin and destination for a sprite i want the map ...
0
votes
2answers
109 views

Draw 2d layered map javascript

im building an 2d rpg game in javascript and using canvas,a bit like browserquest. I know how to draw a simple 2d array to show a single layered tile map to the canvas. But to get a better effect ...
0
votes
0answers
67 views

Drawing an Isometric image split into layers

I've seen quite a bit of questions regarding how to draw isometric tiles, and most all point at being drawn back to front, top down. However I'm trying to find a way to prevent clipping with a single ...

1 2 3 4 5 14