Search Type: Posts; User: enno

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    172
    What i saw your _totalCount was set to null, could it be that your store is not ready at this moment with loading all your data? write in the store:

    config: {
    ....
    listeners: {
    load: function...
  2. Nice Try please give me working code for copy and paste.
    first suggestion: If your Submit Value is two times called have you looked who called it?
    Because i had some behavior on show or painted or...
  3. Replies
    4
    Views
    172
    The store have no Entry with the 'id' of Home, if you type in the Command line of your Browser
    (Safari Right Click Element Information - > Tab Console)
    ...
  4. Replies
    5
    Views
    211
    An XTemplate is simpler for the first time you can easily make an if statement.


    itemTpl: Ext.create("Ext.XTemplate", {
    // code here
    }),
    store....
    The docs currently not loading on my...
  5. so simple and stupid


    could be:
    // on success the user is on the loginPanel and you remove it, insert your new view and set the position to active Item


    // removes the active panel you...
  6. Iam using the launch function from the app for it and find all things loaded:


    [/URL][/B][/FONT][/COLOR]
  7. Replies
    5
    Views
    211
    Us an XTemplate with the if clause
    http://docs.sencha.com/touch/2-1/#!/api/Ext.XTemplate

    Have you looked at the Dataview?
    http://docs.sencha.com/touch/2-1/#!/guide/dataview
  8. Replies
    2
    Views
    100
    Why not define a close button und give them a number or so and use from the tab Panel:
    http://docs.sencha.com/touch/2-1/#!/api/Ext.tab.Panel-method-removeAt
  9. Replies
    5
    Views
    211
    ---
  10. Why don't you disable the elements and when the login is successfull the user can access it.

    So you can use the Navigation View from the Start.

    The next thing is you have to get the tabbar and...
  11. Replies
    1
    Views
    148
    use in the refs:
    tabBar: 'customtabbar'

    because u named your Tabbar widget.customtabbar and the tabbar at the front generates for you the getTabBar() funktion.
  12. Replies
    3
    Views
    300
    I think too it is the reference in the Controller could be wrong.

    In your first example you have not defined the action like in the second this could also be the problem.

    The Code of the...
  13. Replies
    4
    Views
    317
    Yesterday it was working for me so i thougt you have fixed it in the time. So i had posted nothing.
  14. Replies
    5
    Views
    345
    Ah OK then,


    extend: '...',
    myTitle : "",

    constructor : function(config, titleText) {
    this.myTitle = titleText;
    }
  15. Replies
    5
    Views
    345
    Use the tap function or create an eventlistener in the controller here an example for the listener both fields are on the panel, you can also use the scope function

    listeners: {
    change : function...
  16. Looked a little bit arround and would say to do this use the xmlhttprequest from the browser to do this.

    there you can set your request type
  17. //now add some Searches
    store.add({name: n,add: a,mail:e}), <--- use a ; here

    //finally, save our Search data to localStorage
  18. Replies
    7
    Views
    333
    add in PROJECT_FOLDER/.sencha/app/sencha.cfg

    skip.sass=1this disbable the compass compiler in the build processhttp://stackoverflow.com/questions/13664736/sencha-cmd-3-0-0-250-build-error
  19. Replies
    7
    Views
    333
    If you are using sencha touch less 2.01 you need senchaSDK Tools
    If you are using the newest sencha touch 2.1 you use the SenchaCmd in the latest version iam using 3.0.2 for it.

    Can you provide...
  20. Hi Brett why not set the title on the initial?

    like:



    Tabpanel
    items: [{
    {xtype: 'tab1', title : 'myTitle1'}
    },
  21. Ok so you will not change the code of the server there is another thing that cames me to mind.

    If i click on a link from Google or so to a pdf file on my webview it automatically saves it. why not...
  22. Replies
    7
    Views
    333
    For your first problem loading all these files:
    To prevent it i use the sencha command in an testing build where all needed files where collected and put into one big javascript file. The good thing...
  23. Why don't you buffer the response in an json array redirect the view to an url with the blob and then the select file dialog should appear.

    I haven't tried it, i only catched some plain pdf files...
  24. First the best thing would be download the sencha Command or use an other Project to have the right files to reference to.
    I couldnt find the app.js to initialize the sencha App also iam missing...
  25. Replies
    10
    Views
    2,606
    I have tested the Geolocation with Chrome a several weeks ago and it works like it have to do, in Chrome and Safari so i think the Google Settings have changed that time.


    This Post is also over...
Results 1 to 25 of 36
Page 1 of 2 1 2