Community Questions & Answers

Import in Alloy an external class

Hi there, I am looking into Alloy and I'm having a problem to import an external class : + lib/externalclass.js ~~~ var gExternalClass = {        // --- global vars & flags        globs :{            nited: false,        },    ...

Create a new class based on View

Hi, I would like to create a new class based on view. this view will have 2 buttons, with label1 and label2. So I need something like : myNewView = Titanium.UI.createNewView({ height:"50dp", left:"10dp", ...

Ext Core and the Mobile SDK

My understand is that Titanium will get my JS code and compile it down to native code, right? So if I use a framework like Sencha Ext Core to take advantage of the class structure it provides, will all of that be compiled to native code? Using Ext Core...

BUG in Mobile SDK 1.7.1

Hello It seems that the bugs signaled here, in the Q&A section, aren't very well analyzed and taken into account. Anyway, I just want to make sure this is clear: There is a bug in the 1.7.0 and 1.7.1 versions of the mobile SDK that prevents us to...

Change a class dynamically

Hi, Do you know if it's possible to change dynamically the classes associated to a TabViewRow (or any other kind of view)? I have tried : ~~~ row = Ti.UI.createTableViewRow({ classNames: ['class1', 'class2'] }); row.classNames = ['class3',...

Showing 1-27 of 27