Search Type: Posts; User: keckeroo

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. You need to ensure that your editor is rendered within the 'moving' component and not just to the document body. The editor needs to be a child of the container having the element you are aligning...
  2. Replies
    33
    Views
    27,587
    For development I have to say I'm a recent convert to Sublime. It's an awesome editor with many features including

    context sensitive editing environment,
    projects,
    tree navigation,
    tabs for...
  3. Bump....

    V4.1.0-rc1

    Yes - it appears this bug is still there....

    suspendEvents does not prevent the firing of events when called within a controller.

    Kev
  4. Wouldn't it be logical to say that if 20 of 20 records are loaded then 'Load More' would not really be an available action (you've loaded all the records).

    Using that logic - a grid component with...
  5. Found the answer - apparently you can map using the following to access the attribute in the record node itself.




    ..
    { name: 'shipcode', mapping: '@id' }
    ...
  6. I'm stuck - really ;-)

    So xml is as follows :



    <eparcel>
    <ratesAndServicesResponse>
    <statusCode>1</statusCode>
    <statusMessage>OK</statusMessage>
  7. Replies
    1
    Views
    273
    Any chance we could get other 'input' events added to input fields other than the
    sole 'keyup' event which is currently the only one recognized inherently in ST ?

    Would be nice to have the others...
  8. The list paging plug in will attempt to load the next page of records even when the store is considered
    fully loaded. Fix shown below to the plugin



    onScrollEnd: function(scroller, x, y) {...
  9. .x-list-paging .x-list-paging-msg {
    text-align: center;
    color: #06346a;
    padding-top: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    clear: both; /* NEW */
    }
  10. bump

    [V4.1b3]

    Adding to this ....

    it appears many of the other fields within the newly created tab also get weird values ....

    - new tab title is the same as the first tab in tabpanel
    -...
  11. Pick one ? please ?

    Thanks ;-)

    One more step towards convergence :-)

    KEv
  12. Found out that the CSS file is missing these two configs for left and right justification of tab text to work



    .x-tab .x-tab-left .x-tab-inner { text-align: left; }
    .x-tab...
  13. There seems to be some random cases where using a remotely loaded store, with mode 'local' will cause a combobox to need 2 clicks on any list item to trigger the selection. This apparently happens...
  14. Sorry - bump
  15. 2 days of debugging and this is what I have ....

    app.js


    Ext.application({
    name: 'MyApp',

    models: [ 'Category' ],
    stores: [ 'CategoryList' ],
  16. ARRGG!

    The data I use works fine if I *don't* include controllers in the app. The moment I include any controller (even if it is just an empty controller) the dropdown breaks and requires two...
  17. From my understanding, the 'models' is like writing 'requires' with 'MyApp.model' automatically prefixed to the model name as documented in the APIs.

    This appears not to be the case when...
  18. Hi Mitchell,

    I found the problem - but not sure if this is sencha or just something I have to live with. It turns out that the JSON had null values in it and that pretty much crapped out something...
  19. I get this problem using MVC and a 'defined' store.

    This code behaves properly :



    xtype: 'combobox',
    triggerAction: 'all',
    store: new Ext.create('Ext.data.Store', {
    model:...
  20. I get this problem too using MVC and a 'defined' store.

    This code behaves properly :



    xtype: 'combobox',
    triggerAction: 'all',
    store: new Ext.create('Ext.data.Store', {
    model:...
  21. How do i get the text in a tab to be LEFT aligned and not centered ?

    The config option for tabs 'textAlign' does not seem to 'drip down' or 'percolate up' when trying to configure the tabpanel...
  22. Replies
    4
    Views
    847
    Element has a style of 'x-tab-center' :-S

    That's the problem. There's no way of setting it to 'x-tab-left' or 'x-tab-right' using config options. Docs suggest that a 'Tab' itself has the config...
  23. Thanks for all your hard work, Ed. Very much appreciated and love to see how ST is allowing apps to become really indistinguishable from native phone apps. That's why I love this sh*t so much :-)
    ...
  24. Replies
    3
    Views
    859
    Any chance of having this cls put back ? It was nice to have the ability to have some control over the style of how emptyText was displayed in the grid.

    Thanks.

    Kevin
  25. Replies
    4
    Views
    847
    How do i get the text in a tab to be LEFT aligned and not centered ?

    The config option for tabs 'textAlign' does not seem to 'drip down' or 'percolate up' when trying to configure the tabpanel...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4