Search Type: Posts; User: alfa19

Page 1 of 3 1 2 3

Search: Search took 0.16 seconds.

  1. Replies
    8
    Views
    479
    Ok..for my purpose generate the app with sencha cmd is not possible...too many files and i have to organize the app in completely another way...

    So what i need to do for using neptune only...
  2. Replies
    8
    Views
    479
    Thanks a lot
  3. Replies
    8
    Views
    479
    mmm...because with this approach i have a little error in tabpanel...isn't there an official way to do the theme change?

    Thanks anyway for the help :)
  4. Replies
    8
    Views
    479
    Hi everyone,

    i wanna switch my application to the neptune theme, but what's the correct way to do this? Which files i need to include excactly for do this change?

    Thanks a lot.
  5. Replies
    2
    Views
    70
    So is there a way to have a viewport title directly with extjs4.2 supports?
  6. Replies
    2
    Views
    70
    Hi

    how can i have a green titlebar like in Kitchen sink?

    http://docs.sencha.com/extjs/4.2.0/extjs-build/examples/build/KitchenSink/ext-theme-neptune/#basic-panels

    Thanks
  7. Replies
    2
    Views
    185
    An update:

    what i'm searching for is obtained with processConfig. But i've another problem: if into processConfig i write:

    console.log(this);

    i obtain the object myformpanel...
  8. Replies
    2
    Views
    185
    Hi everyone,

    i've override a FormPanel create my custom class. In this class i've added a property called datas in this way:


    datas: {
    name: null,
    last: null
    }
  9. Hi everyone,

    i'm building an app using architect. I've create a class

    Custom.view.MyGridPanel

    that extend Ext.grid.Panel. After in my controller i create an object like this:


    var grid =...
  10. Replies
    1
    Views
    104
    Hi everyone,

    in ExtJs 4 i've often used formBind for enable submit button only on required field correctly inserted.

    Is possible to do the same in sencha touch 2? If yes, how can i do this?
    ...
  11. Replies
    3
    Views
    243
    But i wanna test my app on a mobile browser...not on a desktop one
  12. Replies
    3
    Views
    243
    Hi everyone,

    i'm starting with ST2 and i've create a little application. Than i've installed Opera Mobile 12 Emulator on my Windows PC for trying this...but when i go to
    ...
  13. Replies
    1
    Views
    320
    Hi,

    i've a store based on a model like this:


    Ext.define('Ext.ux.Month', {
    extend: 'Ext.data.Model',
    fields: [
    { name: 'name', type: 'string' },
    { name: 'workers', type: 'number'...
  14. i must add my panel to a tab not to body...for the rest the code is identical to my
  15. Hi everyone.

    I want to create a panel with 2 child: one collpsible on the west and the other that fit the rest of the space.
    After i want to add that panel to a tab panel.

    This is my code:

    ...
  16. Replies
    3
    Views
    755
    My code is more than 1500 row and is generated by the server, so is completely not readable;

    i have checked it for commas but they are ok; other ideas?

    thanks a lot
  17. Replies
    3
    Views
    755
    Hi every one.

    A code that work perfectly in chrome and ff does not work in ie.

    The errors are:

    SCRIPT87: Invalid argument.
    miframe.js, Row 7 Character 13767
    SCRIPT438: Object does not...
  18. any ideas? :(
  19. Replies
    6
    Views
    1,286
    this not solve my problem. My problem is to initialize the checkbox as off but with the fieldset open. The mouse event is still correct fixed
  20. Replies
    6
    Views
    1,286
    the action associated to checkbox aren't importat, cause i manage it completely.

    How can i override the CSS?

    Thanks
  21. Replies
    6
    Views
    1,286
    anyone can help me? :(
  22. Replies
    6
    Views
    1,286
    Hi,

    i wanna create a fieldset with initial checkbox deselected but non collapsed.

    For prevent the collapse when the checkbox value became false i have added this listener:


    beforecollapse:...
  23. No no the tip is displayed, so no error occour. But it isn't displayed in the correct place.

    If i add the anchor: 'top' properties to the tip it no longer appears and in the console the same error...
  24. No, it seems work....so? what i have to do?

    thanks a lot for reply :)

    EDIT: no, it work only if the panel is in the top-left corner. If i put it in other part of the page the tip continue shows...
  25. of course, this is the code after onReady (in fact another tip in the code work fine)


    Ext.tip.QuickTipManager.init();
Results 1 to 25 of 54
Page 1 of 3 1 2 3