iOS - 3d Transforms Not Respected When Converting A View/Window To Image
Hi All, When converting a window or view to an image, child objects that have had a 2d transformation applied will appear in the resulting image as expected (i.e. with the transformations preserved)....
View Articletranslate Z axis
so the translate method offers an argument for an amount to move in the z direction. but when I try to set something for that argument, it seems to be ignored. for example. var b1 =...
View ArticleCreate ImageView Dynamically Not Working....
I am trying to create an ImageView dynamically. When I create a single ImageView it works just fine. I can also create a dynamic ImageView okay, but not with the ability to drag and drop it. When I...
View Article3DMatrix rotate origin
Hi guys Quick question I hope there's a solution to: CSS3 has a declaration called: -moz-transform-origin "The -moz-transform-origin CSS property lets you modify the origin for transformations of an...
View ArticleIs Titanium.UI.3DMatrix/Animation support for Android?
Hi, My requirement is MUST have cover flow in android app. So, after fail for CoverFlowView (not support on android). I try to find the new solution, then I've planned to use Titanium.UI.3DMatrix and...
View Article[iOS] Use of Ti3DMatrix inside module
I have a module that uses Ti3DMatrix.h Then i use my module in an app. The problem is that the use of Ti.UI.3DMatrix is not required in your JS file. This cause a link error when building for the...
View ArticleDraggable menu (view)
Hi, I have a view (a menu) at left:0, top:0. I want to drag it only horizontally, but it should NEVER go over its width (when dragging right) and it should never go too much left (-menu.width)....
View Article