Questions tagged [sencha-architect]

Sencha Architect is a desktop application that helps you create interfaces for Ext JS and Sencha Touch faster than ever in an easy-to-use, drag-and-drop environment.

Sencha Architect is a desktop application that helps you create interfaces for Ext JS and Sencha Touch faster than ever in an easy-to-use, drag-and-drop environment.

Trial version of application can be downloaded here: http://www.sencha.com/products/architect/download/

Routing

The Ext JS router supports multiple routes in a single URI. Each route’s handling is sandboxed from others, allowing for much more flexible application control.

Architect 3.1 offers an intuitive interface to designate urls on which to fire functions. This should allow you to create custom actions to add “deep linking” to your application.

Sencha Charts

With Sencha Touch 2.1 Sencha introduced a new, high performance, touch-optimized charts package. With Ext JS 5 Sencha has enhanced this charts package to work on both Ext JS and Sencha Touch.

This new charts package brings many new features to Ext JS 5, including:

Candlestick and OHLC series Pan, zoom and crosshair interactions Floating axes Multiple axes SVG and HTML Canvas support Better performance Greater customization There are some significant differences between sencha-charts and the older Ext JS charts.

Sencha Architect 3.1 no longer supports the use of the “ext-charts” legacy package. They are available as a stand-alone package for native framework use, but Architect 3.1 does not integrate the older version of charts.

That said, Sencha has made every effort to provide helpful migration information for updating to the sencha-charts package.

Sencha CMD

The latest Sencha Cmd integration has a number of optimizations to make Architect and Cmd work faster together.

Sencha Architect 3.1 leverages Sencha Cmd’s app watch functionality. Sencha Cmd can automatically digest and recompile your application as it monitors changes to your code.

Architect can also deploy its own lightweight webserver. This is primarily for users that are doing proof of concept projects or are just getting started and do not have a server environment already set up. You can find the preferences for the web server under Preferences -> Web Server. You can enable or disable it, as well as change the designated port number.

Theming

Users should be able to adjust the look of a theme by simply modifying a few variables. This premise is what brought about the introduction of Quick Themes. By using Quick Themes, you can create comprehensive variations to the Neptune, Neptune Touch, Crisp, and Crisp Touch themes in just a few clicks. This prevents users from having to customize every component and provides a clear path towards simpler theming.

Quick Themes works just like a regular custom theme. However, Quick Themes expose a handful of variables that smartly control the entire look of the theme using some additional SCSS behind the scenes.

Need more detailed customization? Not to worry. A Quick Theme can always be converted to a regular custom theme, if you decide that you need more detailed customization.

743 questions
-1
votes
1 answer

How to implement listview item tap event in controller in sencha touch

Can anybody tell How to implement listview item tap event in controller in sencha touch Thanks
user386430
  • 4,837
  • 13
  • 41
  • 45
-1
votes
2 answers

How to enable login button after user enter user name and password in sencha touch

Can anybody tell How to enable login button after user enter user name and password in sencha touch.initially login button is in disable state Thanks
user386430
  • 4,837
  • 13
  • 41
  • 45
-1
votes
1 answer

Extending Grid Panel in Sencha Architect

I want to write my own Grid panel by extending the native grid panel provided by Sencha in Sencha Architect. i am new to sencha architect. Can some one help in providing the steps to do that ?
user1058913
  • 321
  • 1
  • 4
  • 20
-1
votes
2 answers

Change child-view inside main-view Sencha Touch 2.4

I am learning sencha touch and extjs using citybars sample app provided by sencha itself. Here is the link http://docs.sencha.com/architect/3/tutorials/first_mobile_application.html This app is very good for learning purpose and now i want to…
Mohit Pandey
  • 3,679
  • 7
  • 26
  • 38
-1
votes
1 answer

Sencha Architect/Touch nested list issue

Hello, I am working with sencha architect, in a touch 2.4 project. I have a issue dealing with nested list and tree store: This is my store: Ext.define('App.store.Tree', { extend: 'Ext.data.TreeStore', requires:…
-1
votes
1 answer

Native Android build in Sencha Architect for Mac

Im using Sencha Architect in a iMac, but I can't find the option to native build for Android. In the Sencha webpage I found a image that shows options to build web app, android app and iOS app. (I can't post the image cos I don't have 10 reputation…
martinsch
  • 11
  • 3
-1
votes
1 answer

Integrate Sencha Touch 2.x with Twitter REST API v1.1

How to use the REST API of twitter last version with sencha touch 2.x ?
-1
votes
1 answer

EXTJS - custom VTYPE

I have created a custom vtype that I want to reuse, the vtype will be used to confirm data in the textfield matches another textfield, i.e. confirm email address, etc. The vtype works perfectly except I need a custom error validation message for…
user3524762
  • 582
  • 4
  • 15
-1
votes
1 answer

How to sort float value with hyphen in descending order in grid using extjs4.1

I have a grid in my application. It contains the field value stock. I want to sort the field in descending order. The stock field contains a value with a positive float number and negative float value and hyphen value. I want to always display all…
mohan
  • 13,035
  • 29
  • 108
  • 178
-1
votes
1 answer

How to call view from controller of the app in extjs4.1

Can anybody tell How to call view from controller of the app in extjs4.1 Thanks
mohan
  • 13,035
  • 29
  • 108
  • 178
-1
votes
1 answer

Action Sheet - Colors

I tried adding an action sheet to my viewport, it did work but it is totally black. I want to put the background of the actionsheet to white. What are the mixins or class used for it that would only modify the actionsheet's background. I can't seem…
Fawar
  • 735
  • 2
  • 11
  • 32
-1
votes
1 answer

How to distinguish nestedlistitemtap on same item name but different parent in Sencha Touch?

I’ve created a nested list with following structure: Now I’m performing different-2 task on these items using onNestedlistLeafItemTap as follows: if (record.data.text === 'Shop Item') // Item-1 Shop Item { // some line of code } if…
Arun Singh
  • 263
  • 8
  • 19
-1
votes
1 answer

How can open screen in particular nested list node in Sencha Touch 2?

I’ve created a tab panel which has 2 tabs; Stock Items and Favorite. In Stock Items I’ve added nested list with following tree structure. Stock Items -> Item1 -> Item2 -> Item3 -> MyForm Favorite -> MyForm When user clicked on Item3…
Arun Singh
  • 263
  • 8
  • 19
-1
votes
1 answer

Inline Nested Lists

How do I do this : http://try.sencha.com/touch/2.1.0/guides/nested_list.3/ I'm using sencha architect. I don't want to use JSON or XML or whatever. I want it to be inline.
Fawar
  • 735
  • 2
  • 11
  • 32
-1
votes
1 answer

Best practice for Java EE application development using extjs and Sencha Architect

I am a newbie to extjs and kind of new to javascript world also. I have developed applications in jsp/servlet, JSF etc. We are planning to use extjs along with Sencha Architect to develop UIs for our application. Being new I have several questions…
Kaushal
  • 665
  • 2
  • 9
  • 21
1 2 3
49
50