The layer tag has no wiki summary.
0
votes
0answers
6 views
Tow images in a single layer of psd file
A single psd layer has two images , is there any way to get an image out of these two images.
Any idea will be help full to me.
0
votes
0answers
4 views
How to make a DejalActivityView over a popover view
I have a split view controller within a navigation controller and I want to put a DejalActivityView over everything it when I'm doing certain operations. Right now I'm using the following code:
- ...
0
votes
1answer
12 views
CSS Layers Z-Index IE8 Compatability Mode - Drop Down Menu
I'm fairly incompetent at this but after months of playing, exploring and reading I've finally got my company website to a presentable state. Only one minor issue before I release it. And I realise ...
0
votes
3answers
28 views
Add just a top border to an UIView with Quartzcore/layer?
Is it possible to add a border just on top of a UIView, if so, how please?
0
votes
0answers
20 views
Changing the color of an entire tile layer in Cocos2D for iOS
In Coco2D, I can loop through every tile, and apply a color to each tile individually. Problem is, that it is slow loading the map.
if([blocksCollidable tileAt:tileCoord]!=nil){
[blocksCollidable ...
-2
votes
0answers
12 views
View's background color set to clear color but still shows up to be black [on hold]
1.Call custom xib file from cocos2d layer
2.xib file got two view,let say:A and B,A is the background View,B embed to A,and i set A's background color to clear color,Only need B to be visibile
3.also ...
0
votes
1answer
13 views
How do I make triangles layer in OpenGL?
I wrote some code to load a .obj file one triangle at a time in 3d. Each of these triangles are placed in the correct location, and are given a random color. When the full shape is loaded some ...
-2
votes
0answers
12 views
Layering in Visio and Presentation Problems [closed]
I am trying to make a flow chart in Visio, and I have multiple layers. Some broad and then they break down to more detailed layers. Is there a way to zoom out and only see the broad layers but as I ...
0
votes
1answer
31 views
how to move, zoom in or out the layer like coc in cocos2d-x?
I create a level layer which include all the game stuff, such as background, enemies, bullets, player and other decals, I want to make this layer can be moved, zoom in and out, most likely clash of ...
0
votes
1answer
12 views
create a transparent layer on top of a base webpage
I have a base webpage with some data displayed. A user can upload his own data in my page. I want to display this (newly) uploaded data on a transparent layer on top of my base webpage. Any pointers? ...
0
votes
1answer
32 views
How to update a layer property for UIView and keep the layer for it subview?
This is probably a beginners question about layers in iOS but I could not figure out a proper way to handle it...
I programatically create a UIView and add a button to it.
UIView *subview = ...
0
votes
0answers
17 views
Radio boxes that change images visibility/zindex
I've been looking for 2 days now but can't seem to get this to work with all the snippets of code i've pulled in from everywhere so i'm not including any of that mess in this question.
What i'm ...
0
votes
2answers
31 views
Is it possible to store constructed images for display later using Java Swing?
I am a C/C++ programmer trying my hand at Java for the first time. I'm currently working on a program that reads in a bunch of data and builds a map. I want to give the user the option to toggle ...
0
votes
0answers
17 views
Drawing features on a layer in OpenLayers?
my question is simple. For a small demo, I just need to draw some features (point, square, circle, etc.) in OpenLayers.
I read the tutorials based on the official OpenLayers website, but still I ...
0
votes
1answer
27 views
How to call sprite layer draw methods from different classes with desired depths?
I'm totally new to working with sprites.
I need to draw opaque sprite layers for a game interface. The methods for these draw calls are defined in two different classes:
public class ...