Search Type: Posts; User: blessan

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    43
    Views
    24,124
    Have you looked into Ext.ux.TouchCalendar plugin from Sencha Market?

    https://market.sencha.com/users/24/extensions/17

    It supports Sencha Touch 2.
  2. Hey,
    Ya i kinda got a hang of the new mvc pattern. Still understanding the command line tool. Ext.ux.Knob was my plan to create a component completely with css with no dependencies on images....
  3. Hey folks,
    Its been more than a year since i've posted anything on this forum. I was on andorid native development for a while. Last time I worked on sencha it was on 0.97 i think....
  4. Replies
    43
    Views
    24,124
    Here is the link to the updated version from TomAlex.

    https://github.com/tomalex0/SenchaTouch-JqueryFullcalendar
  5. oh i see. will check it out thanks for the info
  6. looks good. did u use any library for the physics?
  7. I would also like to know that.
  8. THanks for the info and demo. Had no idea this was possible. Look awesome..
  9. I would like to know the opinions of the people who have experience in both areas. From what I understood after initial trial on titanium, sencha wont work with it, right?
  10. Welll you can use css to style the menu. Add different classes. You do understand that {cls} is filled from the attribute value in the structure.js. So put a class and add styles to it.
  11. Replies
    5
    Views
    1,048
    You will have to inspect the code from the jquery example and see what hes done.
  12. in the index.js add this config to navigationpanel

    getItemTextTpl: function() {
    return '<div class="{cls}"><div>{text}</div></div><tpl if="leaf !== true">/</tpl>';
    ...
  13. Looks good. It would be great if you could attach a zip file with the extension and a test file so the we can download and check right away.
  14. Replies
    9
    Views
    1,264
    is this really better than using eval?
  15. thats a base 64 encoded image. u can replace it with a path to the image on the server.
  16. Just remove the toolbar from the navigation panel. If its not created, there wont be any need to hide it.
  17. Wrong section. This is for sencha touch not ext js. Try there.
  18. Replies
    6
    Views
    1,772
    setLoading is new and I havent used it. But if its masking u need i do it by adding and removing mask in the 'beforeload' and 'load' events of store respectively.

    In the data.store add a listeners...
  19. Replies
    9
    Views
    1,264
    i guess the quotes are causing the trouble. try to use a eval method on it. might work.
  20. Replies
    2
    Views
    864
    then use a card layout on panel. Use the swipe event to switch between cards. In that case the card wont move. At least thats what i think.
  21. Replies
    4
    Views
    1,061
    is the panels scroll set to false. Try setting the list scroll false. and scroll the panel. Im using the same code and it works for me. But im still using 0.96.
  22. Replies
    8
    Views
    6,603
    Thats good ghuntley.
  23. Replies
    10
    Views
    26,692
    Well I guess the selections were strange but I think they did mention somewhere that they are checking th designs.
    hmm
  24. Replies
    8
    Views
    6,603
    I have created a datetimepicker by extending Picker.
    http://img580.imageshack.us/img580/4504/datetimepicker.png

    Here's the code for anyone if needed.
    http://www.mediafire.com/?rirdgbu1tbf4xeu
  25. Replies
    5
    Views
    798
    what brand of the android would be good? samsung etc. we also have a htc wildfire and its performance is bad.
Results 1 to 25 of 115
Page 1 of 5 1 2 3 4