Sencha Touch 2.x: Q&A

Page 512 of 557 FirstFirst ... 12 412 462 502 510 511 512 513 514 522 ... LastLast

+ Post New Thread

  1. Answered: ST2 B1 Ext.util.MD5() deprecated

    From ST2 pr1 to ST2 pr4 I used Ext.util.MD5('target'), but in beta 1 it deprecated(deleted). How use MD5 in ST2?

    Started by maxLodoss, 2 Feb 2012 4:05 AM
    • Replies: 1
    • Views: 337
    2 Feb 2012 12:41 PM Go to last post
  2. Answered: Correct way of Getting Values

    in ST 2 PRX I used to use Ext.define('Carriers', { extend: 'Ext.data.Model', fields: }); -------- ...

    Started by lennonnz, 2 Feb 2012 4:00 AM
    • Replies: 1
    • Views: 254
    2 Feb 2012 12:38 PM Go to last post
  3. Answered: Beta 1: Gave MVC a lot more flexibility when specifying models, etc.

    From the release notes: What does that mean?

    Started by Steffen Hiller, 1 Feb 2012 2:53 PM
    • Replies: 1
    • Views: 551
    2 Feb 2012 12:38 PM Go to last post
  4. Unanswered: grid editor active editor tip message

    am using grid panel editor there how i can get current active editor input element associated tip object and how i can change or update tip message...

    Started by prakashkadakol, 2 Feb 2012 1:08 AM
    tool tip
    • Replies: 1
    • Views: 301
    2 Feb 2012 12:32 PM Go to last post
  5. Question Unanswered: Ext.Video Remote File

    Hi, i'm devloping an simple iPhone App with Sencha Touch 2 an phonegap in a XCode Project. Inside an Ext.Video Component i want to load an...

    Started by bandicut, 1 Feb 2012 11:03 PM
    ext.video, remote, server, video
    • Replies: 1
    • Views: 557
    2 Feb 2012 12:31 PM Go to last post
  6. Answered: html decoding for the data of the store

    Hello, I made a dataview, and I want one of the data that it receives from the store to be html decoded. for example, below is the code. ...

    Started by jwjiwon, 2 Feb 2012 6:43 AM
    • Replies: 1
    • Views: 331
    2 Feb 2012 11:12 AM Go to last post
  7. Unanswered: [PR4] Store load event never called.

    I have this controller: Ext .define( 'TestApp.controller.TestController', { ...

    Started by tachtevrenidis, 1 Feb 2012 2:17 PM
    • Replies: 3
    • Views: 481
    2 Feb 2012 11:11 AM Go to last post
  8. Answered: Separate functionality for disclosure and normal list

    { xtype: 'nestedlist', title: 'Category', iconCls: 'star', cls:...

    Started by revmakx, 30 Dec 2011 4:37 AM
    • Replies: 4
    • Views: 1,104
    2 Feb 2012 11:07 AM Go to last post
  9. Unanswered: How to add/remove entry related to a store.

    Hi, I have a list feed by a store from a local json. I wanna know how to remove an entry from my store. Because it is feed by a json file, does...

    Started by Thierryg, 2 Feb 2012 8:23 AM
    • Replies: 1
    • Views: 353
    2 Feb 2012 11:01 AM Go to last post
  10. Answered: [PR4]->[B1] dom element remove

    Hi, In my html file : <body><div id="loading-mask"></div></body> and in my app.js : launch: function() { ...

    Started by Michou, 2 Feb 2012 8:33 AM
    • Replies: 4
    • Views: 1,115
    2 Feb 2012 10:43 AM Go to last post
  11. Exclamation Answered: Sencha Touch 2.0 Examples - Not Working

    So I followed the examples on the getting started page, http://docs.sencha.com/touch/2-0/#!/guide/getting_started, and am unable to get them to work....

    Started by azsl1326, 2 Feb 2012 7:50 AM
    • Replies: 2
    • Views: 586
    2 Feb 2012 10:31 AM Go to last post
  12. Answered: Problem accessing a local data file using Phonegap and ST 2.0?

    My app is intended to be a phonegap native app, not a web app. I have an MVC store object that I wish to populate with a fairly large data set....

    Started by mike lebowski, 31 Jan 2012 5:45 PM
    • Replies: 8
    • Views: 1,370
    2 Feb 2012 9:55 AM Go to last post
  13. Answered: get fiels's content

    Hi, Using a navigation view, i have added fields to a view and a (submit button) : { title: 'LiveSum', ...

    Started by Thierryg, 1 Feb 2012 9:46 AM
    • Replies: 6
    • Views: 499
    2 Feb 2012 9:51 AM Go to last post
  14. Unanswered:Moved: Schedule next MessageBox to appear

    Started by jlyman, 2 Feb 2012 8:53 AM
    • Replies: -
    • Views: -
    2 Feb 2012 8:53 AM Go to last post
  15. Unanswered: problem to display a toolbar and a list inside a box

    Hi, Because of problems with my navigation's view, i have hidden the topbar. Then i have decided to create a toolbar and a list inside my vbox....

    Started by Thierryg, 2 Feb 2012 7:18 AM
    • Replies: 1
    • Views: 431
    2 Feb 2012 8:14 AM Go to last post
  16. Answered: Hiding the NavigationBar

    Hi, trying to hide the navigationBar in a Navigation View by setting it to false like: Ext.define('dms.view.AppContainer', { extend:...

    Started by maddhippy, 1 Feb 2012 2:38 PM
    • Replies: 2
    • Views: 1,193
    2 Feb 2012 7:15 AM Go to last post
  17. Unanswered: PR4 Still looking for Viewport.js ?

    Hello, Does PR4 still need a Viewport.js and have autoCreate=true class ? In my code I have launch: function() { ...

    Started by UbuntuPenguin, 1 Feb 2012 10:19 AM
    • Replies: 3
    • Views: 393
    2 Feb 2012 5:59 AM Go to last post
  18. Answered: Aligning text and icons in button

    Hi, i need some advice to solve my problem I need for my application buttons with icons and text, so far i have { xtype:'button',...

    Started by diesalher, 31 Jan 2012 3:39 AM
    • Replies: 3
    • Views: 1,002
    2 Feb 2012 1:04 AM Go to last post
  19. Question Unanswered: How do I remove a row a Row from List?

    We have created a List using SenchaTouch Each row in a List have the Image of (Delete Icon). When a person clicks on the this icon(Image) the...

    Started by ziaullhaq.s, 31 Jan 2012 11:49 PM
    • Replies: 2
    • Views: 751
    1 Feb 2012 7:42 PM Go to last post
  20. Unanswered: Click event on the custom HTML element in XTemplate

    Hi. In Sencha Touch 1.x, I was able to add click event listener to any HTML element in XTemplate. For example: tpl: '<tpl for=".">' + ...

    Started by boniek83, 29 Nov 2011 10:55 AM
    • Replies: 7
    • Views: 2,973
    1 Feb 2012 4:11 PM Go to last post