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
1 answer

Carousel in mobile development

We’ve created an ASP.NET MVC 4.0 (Beta) web site with Visual Studio 2010. The web site will be used (or viewed) by standard browsers and by mobile devices. Because of this, we’ve decided to use the new .mobile.cshtml pages offered in MVC 4.0. We…
Vlince
  • 5,885
  • 7
  • 45
  • 62
0
votes
2 answers

Sencha Architect Calling function from other function

I have a FormPanel (See below) that has several functions defined. I need to call one function from another function, but I get error that the function I am calling is undefined. If I call the ShowInspections from the OnMyButtonTap function it…
0
votes
2 answers

Sencha Architect 2: onLaunch never called

I have a small application created by Sencha Architect 2. I noticed several times already that I can very well override onLaunch of both Controller and Application object, the function is never called. I'm using trial version 2.0.0, build 412. Here…
kaidentity
  • 609
  • 4
  • 10
  • 26
0
votes
1 answer

Show view on button event in Sencha Architect

I have just started using Sencha Architect, and I have problems doing even the simplest of things. I'm trying to go to the next view, when a button is clicked. The code I have so far makes an alert when the button is…
danielsvane
  • 613
  • 3
  • 8
  • 18
0
votes
1 answer

Is there an editor for building web UIs using JavaScript frameworks like jQueryUI?

Is there an editor that can build web based UIs using a JavaScript framework like jQuery (jQueryUI)? The desirable editor should allow me to do page layouts and templates. Then I should be able to organize my content and forms and apply requisite…
Kabeer
  • 4,138
  • 7
  • 40
  • 62
0
votes
1 answer

Create customs template components Sencha Architect 2

How can I create a customs template for my component. Has anyone used the Sencha Architect 2 ? I found import of unknown XDC file only, but I do not have, and how to create do not know. thanks.
zoh
  • 175
  • 3
  • 13
0
votes
1 answer

Creating a ListView from JSON with Sencha

I just started playing with Sencha Touch using Architect and I'm trying to populate a list from a MySQL database using PHP to JSON. I let Architect do the script generation but I cant seem to get it to populate/show the data at run time. I am sure…
user742030
-1
votes
1 answer

Sencha Architect 4.3 for M1 chip

Sencha Architect 4.3 on Apple M1 (Monterey 12.0.1) cannot upgrade a old project made with SA 4.2.9 on Apple Intel. "Project Needs Upgrade(s)" window appear, after 30 minutes remains the same window with "Loading instances 323/322". The animation on…
Lucaele
  • 39
  • 4
-1
votes
3 answers

How to get value from reference in ExtJS

i have problem with ext js, i want to get value from my field using reference in my store, but when i console.log i got error lookupReference is not a function. my form items: [ { xtype: 'combobox', name: 'REC_TERMINAL_CODE_2', …
Jazuly
  • 1,374
  • 5
  • 20
  • 43
-1
votes
1 answer

How to align label to left in extjs 7.1.0?

By default it is aligned to left
-1
votes
3 answers

Not able to retrieve selected records in grid

I am using ExtJS 7.1 and created a grid panel. I am not able to retrieve the selected row using the code Ext.getCmp("tempGrid").getSelectionModel().getSelection(), this line of code always returns length of 0.…
xxestter
  • 441
  • 7
  • 19
-1
votes
2 answers

Font awesome with the class: fas fa-user gives pack a rectangle instead of a plus sign (+)

According to this page: https://fontawesome.com/icons/plus?style=solid should give a plus sign (+) And according to this page: https://fontawesome.com/icons/user?style=solid should give a…
-1
votes
1 answer

How to restrict a combobox to show only few records coming from the store

I have a grid panel with columns which are editable out of those column one of them has an editor type combobox . so this combobox i have a store which is returning data. From the data returned i want to populate only few records records which…
Sweety
  • 31
  • 6
-1
votes
3 answers

Extjs Set value to end timefield with respect to input in start timefield

I have a question. I have 2 timeFields in my form, startTime and endTime. On selection of time from startTime I need the endTime to be filled with a value which is 2 hrs greater than the selected value in startTime field. Can anyone help me…
Sreekanth
  • 31
  • 1
  • 11
-1
votes
4 answers

Hide grid Panel Column programmatically ExtJs 5

I want to hide a column in grid panel of ExtJs 5 when store associated with grid panel loads .