Search Type: Posts; User: darrylm

Search: Search took 0.03 seconds.

  1. I agree - not fixed at 2.1.1.

    I have applied the fix that is indicated above and it now works.
  2. I have the same problem

    Regards,

    Darryl
  3. Looking forward to this feature - as developings apps for multiple target devices is cumbersome without it being supported in the native tool.
  4. +1
  5. It's the organisation of the components in designer that I am after - not that concerned with how the generated app folders look like. A true design and generation (CASE) tool should divorce you from...
  6. Just created a new Touch project and noticed that it represents the NavigationBar correctly. It must be due to the fact that the Touch Project I am using has been upgraded over the past month or so...
  7. G'day Sencha,

    Is it possible to have the ability to enter descriptive text and notes against all objects in Designer? This would help very large projects with multiple people working on it to...
  8. G'day Sencha,

    Is it possible to have the ability to create sub-folders under Views and Stores to help organise large projects with various profiles? The examples have this in the folder structures...
  9. I have defined a NavigationView in designer with a NavigationBar explicitly declared so I can add additional buttons.

    When I selected docked=top (the default for designer) the navigation bar...
  10. I have created a list class as follows:


    Ext.define('myApp.view.myList', {
    extend: 'Ext.dataview.List',
    alias: 'widget.myList',
    config: {
    layout: {
    type:...
  11. This is not jst on custom properties - the missing comma also appears below:


    Ext.define('myPoliBot.controller.Main', {
    extend: 'Ext.app.Controller',
    config: {
    views: [
    ...
  12. I added a basic event to a store that I wanted to be named "beforeload" - but only value in drop down list for name is "berforeload". Notice slight difference in name.
  13. I've added a format validation to a model that requires a regex to be entered.

    The format validation object does not have properties for matcher or message - so I have added them. But when I enter...
Results 1 to 13 of 13