Sencha Touch 2.x: Q&A

Page 461 of 557 FirstFirst ... 361 411 451 459 460 461 462 463 471 511 ... LastLast

+ Post New Thread

  1. Unanswered: How to create a Object of Class ?

    Hi, Can sameone explain me how can i create a Object of class in the launch function for example. I have defined (sencha 2) one view...

    Started by mirmidon, 14 Mar 2012 4:27 AM
    • Replies: 4
    • Views: 734
    14 Mar 2012 8:24 AM Go to last post
  2. Unanswered: Controller reference xtype for store

    I don't see a listing for a store's xtype...??? I'm adding a listener to the store so I can write some custom code based on the store loading with...

    Started by baushaug, 14 Mar 2012 8:12 AM
    • Replies: 3
    • Views: 999
    14 Mar 2012 8:22 AM Go to last post
  3. Answered: Nested List with Icons

    I am trying to add icons to a nested list so that the items look like buttons.

    Started by Darigon, 16 Feb 2012 4:23 AM
    • Replies: 5
    • Views: 1,209
    14 Mar 2012 8:10 AM Go to last post
  4. Answered: Problem with scrollable

    Hi, i made a mainpanel, inside it there are 2 panels each is about 50% of the width of the main panel the point is i want to make one of the child...

    Started by Bassem Samy, 14 Mar 2012 5:51 AM
    • Replies: 4
    • Views: 320
    14 Mar 2012 8:07 AM Go to last post
  5. Unanswered: Get element by Id and replace with something else

    I am upgrading my app from 1.x 2.x and want to make use of the JsonP request feature to pull in the latest tweet from a twitter feed. I have...

    Started by _entreprenerd, 14 Mar 2012 7:24 AM
    get element, jsonp, sencha 2
    • Replies: 3
    • Views: 2,318
    14 Mar 2012 7:38 AM Go to last post
  6. Unanswered: Dynamically changing the proxy url?

    Can an AJAX proxy's url config be set dynamically ? I've tried this that I found on another post on this matter var subcatlist =...

    Started by baushaug, 13 Mar 2012 1:30 PM
    • Replies: 3
    • Views: 494
    14 Mar 2012 7:14 AM Go to last post
  7. Answered: Changing from Ext.Panel to Ext.form.Panel makes everything invisible?

    Not sure what I am doing wrong here.. I have a view that extends Ext.Panel and everything is fine. If I change that to Ext.form.Panel, the screen...

    Started by Marc-QNX, 12 Mar 2012 1:30 PM
    • Replies: 9
    • Views: 1,270
    14 Mar 2012 7:04 AM Go to last post
  8. Answered: Extending a container

    I am using SenchaTouch2 and in my application i have Extended the Ext.Container please go throw the code below. This code is not working will any...

    Started by ziaullhaq.s, 13 Mar 2012 3:32 AM
    • Replies: 7
    • Views: 987
    14 Mar 2012 6:33 AM Go to last post
  9. Answered: NestedList with Custom Button on Root Level

    I want to add a button to the toolbar on a NestedList, but I only want it to appear on the root level. I can't seem to find an event/property that...

    Started by mmandell70, 14 Mar 2012 3:14 AM
    • Replies: 4
    • Views: 644
    14 Mar 2012 5:19 AM Go to last post
  10. Question Unanswered: Sencha Touch 2.0 IPad Application

    Hi, I want to build a I Pad App. I use Windows 7 OS. I want to build MVC structure Sencha Touch 2.0 Application for an I Pad. For any CRUD...

    Started by senchaSaurav, 11 Mar 2012 3:34 AM
    • Replies: 6
    • Views: 1,364
    14 Mar 2012 5:03 AM Go to last post
  11. Answered: Add panel to an existing tabpanel

    Hi, I have searched for hours thru the forum and read all the API docs but still am not able to accomplish this. What I have? A simple tabpanel...

    Started by stoertebeker, 5 Mar 2012 2:56 PM
    2 Pages
    1 2
    add, panel, tabpanel
    • Replies: 10
    • Views: 1,294
    14 Mar 2012 4:09 AM Go to last post
  12. Answered: ST2 animations

    Hi there. I need to be able to animate elements, for example to move an element from the top of the screen to the bottom of the screen, and I was...

    Started by badsyntax, 14 Mar 2012 1:54 AM
    • Replies: 2
    • Views: 366
    14 Mar 2012 4:01 AM Go to last post
  13. Unanswered: native iOS packing on project under subversion control

    Does the native iOS packaging has problems with projects under subversion control? When I call the package command I get following error: Copy...

    Started by dark_night, 13 Mar 2012 7:50 AM
    • Replies: 3
    • Views: 418
    14 Mar 2012 2:42 AM Go to last post
  14. Unanswered: stupid Json problem

    I don't know why but Ext.Ajax's post return a stringified json, whereas Ext.formpanel's submit() gives a real json response but when using Ajax, I...

    Started by ci11111, 13 Mar 2012 11:58 AM
    • Replies: 2
    • Views: 587
    14 Mar 2012 2:29 AM Go to last post
  15. Answered: How to Load a Panel with data from a Store

    I have a panel that I am calling the setRecord method on to load the data from a store, once I locate the correct record in the store using the find...

    Started by SButts, 8 Mar 2012 11:55 AM
    • Replies: 8
    • Views: 1,380
    14 Mar 2012 2:15 AM Go to last post
  16. Answered: 'updateXXXX()' was not called, dunno it is feature or bug

    When I add a property named 'XXXX' in a view, setXXXX(), getXXXX(), applyXXXX() and updateXXXX() were auto-generated, it is really good, However,...

    Started by chulochula, 13 Mar 2012 11:55 PM
    • Replies: 1
    • Views: 188
    14 Mar 2012 12:05 AM Go to last post
  17. Unanswered: Cannot go to/load a detail view on item disclosure

    I am using senhca 2 mvc. My viewport is as follows: Ext.define('Myapp.view.Viewport', { extend: 'Ext.Panel', xtype:'newviewport', ...

    Started by Shafnas, 12 Mar 2012 5:00 AM
    itemdisclosure, sencha2, view
    • Replies: 3
    • Views: 711
    13 Mar 2012 8:40 PM Go to last post
  18. Unanswered: Method overloading.

    Feel free to delete this thread

    Started by Soenhay, 13 Mar 2012 1:12 PM
    • Replies: 1
    • Views: 351
    13 Mar 2012 2:28 PM Go to last post
  19. Unanswered: Ext.List label font size

    I know I can change the font size of the label in the app.scss file which I am doing and works fine .x-list-item-label { font-family:'Open Sans',...

    Started by rondog, 12 Mar 2012 11:33 AM
    • Replies: 2
    • Views: 1,617
    13 Mar 2012 1:50 PM Go to last post
  20. Unanswered: Blackberry support on ST2 GA

    Hi, I didnt spot anything in the GA release notes to say that Blackberry optimizations are now in place. I see the BB logo is used alongside...

    Started by parky128, 13 Mar 2012 1:42 PM
    • Replies: 0
    • Views: 214
    13 Mar 2012 1:42 PM Go to last post