Search Type: Posts; User: Diego Garcia

Search: Search took 0.02 seconds.

  1. And it seems like the app is trying to render more than one icon, right??

    42799
  2. Ok, the Sencha version could be an "issue" for me. I'm still using Sencha Touch 2.0.0. Migration to 2.1.0 did not worked that well. I need to try it again.

    Thank you for your reply Mitchell.
  3. Well, GeoLocation works great when you deploy you app as a web app.
    But the same as other features, it breaks when you package your app as native, at least on Android. I've not tested on IOs.
    ...
  4. store.add(modelConfig/modelsConfig) should works. Is your store bounded to a certain model type??

    Try store.setData(config);
  5. Thank you very much Mitchell. It seems the atob method is exactly what I was looking for.
  6. Hi all. I have a Sencha Touch app which I already packaged as an native app. I'm using the Camera native API in order to take images (from camera or library, both of them) and then send them to my...
  7. Replies
    14
    Views
    8,283
    Hi there.

    This is a nice plugin. I'm trying to make it work on this sencha project I've been working for a couple of months. The examples are kind of easy, but what about a more "real" situation??...
  8. Replies
    2
    Views
    334
    "The last one" is the last example y mentioned. The "navigation" example.

    If you take a look on that example, you'll see a new style for maps on the .scss file, where the z-index is set to 999.
    ...
  9. Replies
    2
    Views
    334
    Hi all.

    I'm starting to work with maps. The first thing I did was take a look on the examples, both "map" and "navigationview" because this last one use a map as part of the detail of the contacts...
  10. Wird. Works for me if I use phoneStartupScreen, not the new configuration.
  11. I do something like that in my proyect. Just a couple of "things":

    Your view is already exteding from Ext.List, I think you don't have to set the xtype again like you are doing inside your config...
  12. I've being having the same doubt for days.

    Any advice could be great.
  13. I achieve that using "other way".

    Load the store by demand listening some event. For example, when a panel (your list container could be) is initialized. When this happens, you can call a function...
  14. Hi hotdp, I already use segmented buttons inside a navigation bar, like this:


    Ext.define('Yoinbol.view.friends.FriendsManager', {
    extend: 'Ext.navigation.View',
    xtype:...
  15. How can I create a custom ui to be applied to a navigation bar??

    I already create a ui to apply to tab bar, like this:


    @include sencha-tabbar-ui('mainTabBar', #66CC33, 'matte', #FFFFFF);
    ...
  16. Using this solution, if I set the ui to 'action', the button gets the right color, but it loses the 'natural back button' shape.

    What if I want to change the color but keep the default shape of...
  17. Hey very nice work mrsunshine!! It gaves me a very very good base to understand chat applications. Thanks a lot for sharing!!
  18. Hi. I saw you using this '
    GS.Properties.userUuid' and '
    GS.Properties.baseUrl'. I'm assuming that those are like 'config settings' or something like that. Is that true or am I wrong??

    I'm...
  19. That's exactly the right way!! I did that and everything works like a charmn now!!
    Thank you very much for your reply slemmon.
  20. Hi everybody. First of all, sorry for my english. I'm from Costa Rica and I'm just learning how to speak/writte it.

    I'm a newbie using Sencha Touch (terrific work by the way guys!!). I've already...
Results 1 to 20 of 20