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

Extjs create a grid feature or grid plugin that sets a tooltip for each column in the grid

This question has the answer to adding the tooltip: Extjs4 set tooltip on each column hover in gridPanel I have a follow up question to the most upvoted answer to this question, which is modifying the renderer function to add the tool tip like…
dreamerkumar
  • 1,540
  • 1
  • 18
  • 28
3
votes
1 answer

Sencha bug tracker url

Can anyone give me the sencha bug tracker url. I have to check one bug's status. I am facing an issue which I found in sencha blog also and found it was added in bug tracker.
skmaran.nr.iras
  • 8,152
  • 28
  • 81
  • 116
3
votes
3 answers

Load page data after clicking tab in sencha

I have to develop a sencha page with few tabs in tab panel. When I go to that page, it loads all data for all tabs. but I need to avoid loading data for all tabs and load tab data when ever I needed them (after clicking appropriate tab).
Madura Harshana
  • 1,299
  • 8
  • 25
  • 40
3
votes
1 answer

How to set url and root dynamically in extjs

Can anybody tell how to set the url and root of a store dynamically in Ext JS? I have created a store like the one below. I need to update the root and dynamically set the url inside a controller. Ext.define('Test.store.TestStore', { extend:…
mohan
  • 13,035
  • 29
  • 108
  • 178
3
votes
1 answer

How to bring fieldLabel without colon for combo box in extjs

can anybody tell How to bring fieldLabel without colon for combo box in extjs Thanks
mohan
  • 13,035
  • 29
  • 108
  • 178
3
votes
1 answer

How to round off a float value in extjs4.1

Can anybody tell me how to round a float value in extjs4.1? For example, if I have the value 24.536, I need to round it to 24.54. If I have 24.534, I need to round it to 24.53.
mohan
  • 13,035
  • 29
  • 108
  • 178
3
votes
1 answer

How can I use a custom gif loader for Lists in Sencha Touch?

When you use the Ext.dataview.List in Sencha, it automatically inserts a nice loading spinner while the data is loading. That's all fine and dandy, but I'd like to know how to use a custom loader .gif. I've looked around and think I need to change…
Alex
  • 113
  • 3
  • 10
3
votes
1 answer

get active item in a card layout

is there a way to get the active item of a card layout panel? I used to use it until the last update [ today ]. after update it just stopped !! is there any other way to check which panel/card is activated ?
Noon
  • 1,181
  • 6
  • 20
  • 38
3
votes
3 answers

Sencha Architect 2 - how to edit code

I am using Sencha Architect 2. I need to know how i could edit the code using the IDE. i clicked on the code tab but the code is in readonly format. How can i edit this code ?
Sharon Watinsan
  • 9,620
  • 31
  • 96
  • 140
3
votes
2 answers

How to create a function in Sencha Architect?

Ext.Ajax.request({ url: 'foo.php', // where you wanna post success: passFn, // function called on success failure: failFn, params: { foo: 'bar' } // your json data }); I am following How to post json data with extJS and got a…
Karl
  • 5,613
  • 13
  • 73
  • 107
2
votes
1 answer

C1005: Closure Compiler Warning (Parse error. name not recognized due to syntax error.) -- compression-input:

[WRN] C1005: Closure Compiler Warning (Parse error. name not recognized due to syntax error.) CMD 7.6.0.87 after update from CMD 7.4.0.39 …
Luca Migliori
  • 99
  • 1
  • 5
2
votes
1 answer

Sencha Architect "Unable to open your app.json file"

I've been trying to follow Sencha's basic tutorial on Sencha Architect with the Sencha Architect trial version, but I've been stuck on the step of the tutorial titled, "Save Your Project". I've been encountering this error in the Sencha Architect…
2
votes
4 answers

I Can't style the size of my icons in Sencha Architect with html and css

I was wondering why I can't seem to increase the size of my icon. This is my config html: in my stylesheet I'm doing this: .fa-hand-o-up{ color: white; font-size: 50px; } The color works but the font-size…
2
votes
1 answer

How to add a tooltip/hoverover to a filter for a grid column Extjs

I have a grid panel with columns containing filters I want to add a hover on the filter. How can I achieve this. I tried adding tooltip it didn't work. Any suggestions please. See fiddle
Imran
  • 57
  • 1
  • 10
2
votes
3 answers

How to hide tab panel in ext JS/ Sencha

there is I am getting problem during hiding tab panel in my application. Ok. I try to what is I am doing in my application.. please see below image you can see there is multiple tabs. I want to hide it if user not have access provide by admin. I…
1 2
3
49 50