parsing html response using htmlparser and soupselect to get the result...
<div> <b>M: </b>39452727 </div>
View Articlehmtl parsing to get all the inner divs which is inside a main div
html parsing to get the inner div which is inside a main div and get the div rows alone or get the result as 39844315 usign html parsing or anything using javascript for titanium studio <div>...
View ArticleHow to specify options in Titanium Studio?
[WARN] : The ti.deploytype tiapp.xml property has been deprecated, please use the --deploy-type option [WARN] : The ti.android.compilejs tiapp.xml property has been deprecated, please use the...
View Articlemove the label or image by click on it
Hi , I have 5 labels in a page. I want to get data from each by click each one respectively and while one label shows data other four move down .I tried it so many times . please anyone guide me to...
View ArticleExpand view with backgroundImage
I have a View like this: var view = Ti.UI.createView({ backgroundImage: "image.png", width: "25%", height: 160 });and I want to expand with a view.addEventListener('click', function(){}); for the user...
View ArticleApplication crashes on resume
Hi Our crash reports tool logs frequently the application crashes when app is being resumed. You may see the details on the log below. The logs point to AppModule.m line 221, where inside the fireEvent...
View ArticleUsing Require tag with Collection tag instance.
Hi! I'm going to use collection tag to reference on instance. The view should look like this: <Alloy> <Collection src="contact" instance="true" id="contactCollection"/> <Window...
View ArticleAlloy collection instance tag doesn't work.
Hi! I'm going to show populated collection instance like so (main.xml): <Alloy> <Collection src="contact" instance="true" id="contactCollection"/> <Window id="addressee">...
View ArticleListview dosen't refresh when adding model items to the collection
Listview dosen't refresh when adding model items to the collection. alert(info.length) is counting up however.. When I restart the app alla the data is showing up. What is the problem? Thanks in...
View ArticleListView SearchBar disappears when used with NavigationWindow
Hi, I have a problem with SearchBar hiding when navigating away and then back to a window with a ListView. I have tried many possible workarounds, but none work so far. I am using API: 3.2.2 GA ->...
View ArticlePageFlip with Pinch/Zoom
Currently I am using PageFlip with Pinch/Zoom to zoom in/out pdf on my app. var scrollView = Ti.UI.createScrollView({ zoomScale:1.0, minZoomScale:1.0, maxZoomScale:4.0 }); var pageflip =...
View Articlepost webservice problem
In my appliction there is problem of post webservice. whenever i send data to webservice its send perfect json format. but whenever response come from server the response is always null. we are trying...
View ArticleSetting current playbacktime Video Player does not work.
Hello everyone. I am using Titanium SDK 3.2.2 and iOS SDK 7.1 I am trying to reproduce Live-TV, by calculating playback times. When I am trying to set the current playback time of my video, it's not...
View ArticleQuestion about events and selectable calendar boxes
Hello, I am making a calendar view with functionality in Titanium Classic. I have made the calendar view but I am trying to get the date boxes to be selectable. My end goal is to have a calendar where...
View ArticleAndroid transform animations
Hello, Does anyone has fresh info on what animations we can or cannot use on android? I'm trying to translate views and results are odd. All I can find in Q&A are 4 years old answers about what can...
View ArticleIntegrating Twitter question
I am integrating Twitter support in the app I am developing. I already succeeded in posting a tweet to Twitter using Alloy.builtins.social. Basically what I have right now is a popup which shows the...
View Articleshow notification in onather window
Hi i have successfully made a local notification now i want when i clik in the notification i want it tobe shawn in onther window how can i do that this my code: app.jsvar win = Ti.UI.createWindow({...
View ArticleAndroid Emulator: not able to run in the android Emulator
I have installed the sdk and when I try to run the project on Android Emulator then I get this below output with error: Titanium Command-Line Interface, CLI version 3.2.1, Titanium SDK version 3.2.2.GA...
View ArticleProblem running Titanium Studio on OS X while managing Node.js with `nodenv`?
I've looked at other threads for this error but can't seem to pin point it. Obviously it's a contextual issue based on the shell session that Titanium is running in but I can't seem to resolve it....
View ArticleiOS7 autoAdjustScrollViewInsets gets overwritten when focusing textfield
Hey, i'm searching for a solution for days now and this problem is slowly driving me nuts. I've created a window with a scrollview and in this scrollview there are several textfield inputs. Whenever i...
View Article