Search Type: Posts; User: kodak

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thanks mitchellsimoens for your answer!
    I know there are a lot people asking questions here in the forum every day...

    I don´t know exactly where the display problem came from but it´s working...
  2. Does anyone has a bugfix for that?
    It`s just unusable for me with this display problem :s
  3. Hey!

    I have the same problem :-/

    @mitchellsimoens
    What do you mean with 'very low'? I tried a couple of values with the left and top attributes e.g. setting top to -100 but the problem still...
  4. When I push a new view to my navigationView , a back button gets added...
    I need to know which view the user sees when he taps the back button.

    I have news -> newsDetails and events ->...
  5. Hi!

    I have a tabpanel with 2 items: news and events and both of them have detail views.
    When the user (in the detail view) hits the back button and sees the news/events list again... which action...
  6. Replies
    1
    Views
    170
    Hi!

    Iam trying to apply several filter which I get from a localStorage store.

    I load the store and can apply some filters:



    var newsStore = Ext.getStore("cityStore");
  7. Replies
    3
    Views
    464
    Hey!
    Iam trying and searching for hours now how to disable the transition animations in sencha touch2.
    I tried to disable the animations within my tabpanel but it didnt worked...

    What is the...
  8. Hey! I have a problem here...
    I have an list and an add button and when the user clicks the add button I would like to show a settings panel. When the user taps on an item, the settings panel sould...
  9. Replies
    3
    Views
    2,979
    Thanks for your answers. But I have problems to access the panel body...

    Iam trying to use amCharts and this is the call:

    chart.write('chartContainer');

    Ok, so instead the div chartContainer...
  10. Replies
    3
    Views
    2,979
    Hi!
    I have a panel and I would like to render 3rd party js into the items of the panel.
    But I need to render the js into a div (not class) like this:


    <div id='externjs' height='460'...
  11. Thanks for your help, its working now!
  12. Any ideas?
    The simple question is: How can I get a formpanel and disable a filed in it from the controller init function?
  13. I found the problem!

    I had to disable private browsing in safari, I think it blocked the HTML5 local storage.
  14. Hi!

    Iam working on an App for a couple of hours and its nearly finished.
    Iam testing the app normally on Chrome, Safari (both desktop) and my mobile Safari (iPhone 4s).

    Now I have these...
  15. Hi!

    Iam trying to disable some selectfields when the app starts up.
    My main Nav is a tabpanel and I have a settings form here:



    {
    xtype: 'formpanel',
    ...
  16. Replies
    1
    Views
    438
    Hi!

    Iam trying to hide the address bar with Touch in Sencha Architect.
    I would like to put this:


    Ext.setup({ viewport : {
    autoMaximize : true
    },
    ...
  17. Got it woking with a reference on the Panel :

    gwiPanel: '#gwiPanel'

    and then:


    var gwiPanel = me.getGwiPanel();
    gwiPanel.setData(...);
  18. I have one other problem with updating the Panel:

    I have two buttons in the panel and would like to change the record wenn I click the next button.

    The Button:


    {
    ...
  19. Hi!

    Iam trying to load data from a store and update a panel with this store so that I can use the records in the panel template.
    But I have problems updating the Panel.
    Here is my Tabpanel with...
  20. Replies
    1
    Views
    369
    I got it... it was strange, I deleted the label and created a new one and it worked.
    I used Sencha Architect...
  21. Replies
    1
    Views
    369
    Hi!

    I have a problem here which seems really simple but I just cant get it to work.
    I have a DetailView with a couple of Labels. I fill the Labels with a ajax proxy and all works fine.

    But as...
  22. Perfect, thanks.
  23. Hey!

    I have I stacked bar chart with three colors: blue, red and grey.
    I want to get the color and value of the bar which was clicked.

    How can I get this?
    Which value do I have to pass to the...
  24. Replies
    1
    Views
    258
    Hi!

    Iam developing an app that shows events and news.
    The user can apply some filter and favorites.

    These filter settings should be saved so that they are available next time the user starts...
  25. Got it working with controller and this code:



    var me = this;


    if (!me.details) {
    details = Ext.create('MyApp.view.newsDetail', {
    title: 'Details'
Results 1 to 25 of 36
Page 1 of 2 1 2