Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (globalpoint)
Browsing all 8 articles
Browse latest View live

globalPoint in tableview click event missing

Seems like a bug: tableview.addEventListener('click', function(e) { Ti.API.info(e); });   [INFO] { detail = 0; index = 7; row = "[object TiUITableViewRow]"; rowData = "[object TiUITableViewRow]";...

View Article



Bug in the Slider or apidocs?

Hi! According to the docs the slider change event should have globalPoint property? http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.Slider-object When I do:...

View Article

Problems with scrollview events

Hie. I'm trying to get the x,y coordinates of touch/scroll over a scrollview but I can't get it to work. If I add a touchstart/touchmove event listener it doesn't always capture the touch event and...

View Article

SDK 1.7.2 on Android 2.2: globalPoint is null

Hey everyone, According to the docs http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.View-object, the globalPoint object in titanium exists: touchmove fired as soon as the device...

View Article

Migrating from GlobalPoint to X,Y

I have a drag script that works great (based on TiDrop), except it uses globalPoint. In Ti 1.8, globalPoint is now deprecated. So I was looking at switching to the new event.x and event.y. In my code,...

View Article


Drag and Drop problem on Android

Hi, i have some problems with the following code. It works finde on iOS but not on android. I think it's because of the 'globalPoint' and i have to use the 'convertPoint to view' to get this code...

View Article

globalPoint.x and globalPoint.x

The globalPoint.x and globalPoint.x does not work in Titanium 3.1, whats the substitute for these ? It is the sample code from Kitchen sink , which does not work anymore:...

View Article

sliding menu not working anymore due to deprecated globalPoint - now what?

I am using a sliding menu concept which you can drag to open and close it. It's using globalPoint, but I just read it's deprecated? When I build the app on SDK 3.0.0GA it's still there, but with the...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images