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
0
votes
3 answers

Sencha Touch 2 carousel.setItems() not working

I am trying to build a dynamic image carousel using Sencha Architect. I have a carousel added to a tab panel. The carousel is set up to read images from a store called "pictureStore." I have a function to pull images from the store and create the…
Arkady
  • 393
  • 2
  • 9
  • 29
0
votes
1 answer

Getting error - utocreateviewport set into true but no component is designed as the initial view

I get this error, may i know what i am missing ? this application has autocreateviewport set into true but no component is designed as the initial view
Sharon Watinsan
  • 9,620
  • 31
  • 96
  • 140
0
votes
1 answer

Sencha Architect - creating a screen with a form

Just started to look at sencha touch Could anyone please explain where you would use "FieldSet, FormPanel and containers" For Example: a form with title, textfield and submit button? A login screen ... Title: Login TextField: username PasswordField:…
001
  • 62,807
  • 94
  • 230
  • 350
0
votes
4 answers

Change View in Sencha Architect

I am fairly new to Sencha Architect, as well as EXTJs. I have created an application with multiple Views (2 Containers). I am trying to switch views when clicking a button in container1. I have an event created which fires fine, what i don't know is…
Michael
  • 891
  • 2
  • 16
  • 32
0
votes
1 answer

How to develop Blackberry application in Sencha Touch 2

I created an application in Sencha Touch 2 and i gave it to Phonegap, it built APK but not blackberry OTA. Can anyone give me solution to create Blackberry OTA install in Phonegap using Sencha Touch 2?
0
votes
1 answer

How to cancel a nestedlist's listchange event?

I have a button inside of a nestedlist's item template which when the user clicks I do not want to move between lists. Thanks for your help
Arkady
  • 393
  • 2
  • 9
  • 29
0
votes
2 answers

How to add 'Ext.require' in Sencha Architect 2 for more than one item?

How to add 'Ext.require' in Sencha Architect 2 for more than one item? In the application node I have a required field, but it allow me only to include one item, e.g., Ext.data.proxy.JsonP What should I do to add more than one item?
Michael
  • 32,527
  • 49
  • 210
  • 370
0
votes
1 answer

Sencha touch 2 - how to override the nestedlist tap event for a custom component

I am using getItemTextTpl to add a checkbox component to a nested list - I would also like to be able to override the default tap event so that when the checkbox is checked a popup message shows and the list does not advance to the next items.…
Arkady
  • 393
  • 2
  • 9
  • 29
0
votes
1 answer

How to add a phonegap callback for an onTap handler in Sencha Architect 2

I was able to make a complete iphone app from my pc without the mac, runs great on the iphone. I created the certification and provisioning using openSSL, and the app using sencha Architect trial, then copied the app.html to index.html, uploaded it…
pashute
  • 3,965
  • 3
  • 38
  • 65
0
votes
3 answers

Sencha Touch 2 fixed header

Is there a way to have a fixed non animated header in a sencha app and still retain page animation and browsing history? I need my header to not animate on a page slide. The way i tried it is: -main container (v box) --header container --card…
pocorschi
  • 3,605
  • 5
  • 26
  • 35
0
votes
1 answer

How to validate birthday on datepickerfield?

I need validate born of birthday on datepickerfield, but I don't know try. I have this code: datepickerfield { xtype: 'datepickerfield', id: 'dob', name: 'dates', useClearIcon: true, renderData: { placeHolder :…
hekomobile
  • 1,388
  • 1
  • 14
  • 35
0
votes
1 answer

check the values send by form in extjs

I use a fieldset in extjs and want to submit the values. For now i want to check the values with an alert but i dont see how i can do this. {    "xtype": "fieldset",    "height": 377,    "id": "configurationDriversConfiguration",    "width":…
Rick Weller
  • 1,258
  • 9
  • 35
  • 54
0
votes
1 answer

First time app building

So my question is basically what is the best route to take for a webdesigner to build a native app for a website. I'd like to take the HTML5/jQuery route rather than the java/Objective C route. The two things I have found are PhoneGap and Sencha…
Silas
  • 582
  • 2
  • 9
  • 19
0
votes
1 answer

compliling sencha project to check error

I am really new to sencha, I am having tough time to identify whether the project has error or not . The only way is to check with firebug . I want to check if it has error or not before running it. Any idea? Any IDE for sencha
sumit
  • 15,003
  • 12
  • 69
  • 110
0
votes
1 answer

How to put color on -webkit-transform?

I'm try to put color or background color on -webkit-transform:rotate(45deg) skew(5deg); but I doesn't try. Please help me. I have this code of Sencha Touch: .x-checkmark-base,.x-item-selected .x-list-selected:before,.x-item-selected…
hekomobile
  • 1,388
  • 1
  • 14
  • 35