sencha

Dynamically changing gxt/Sencha widgets

Hi everyobodyI was trying hands on Gxt/Sencha and bumped on this issue of adding widgets into HorizontalPanel etc to change widgets dynamically but not got it to worked as I assumed it is gwt in base may be applicable to it too. I tried repaint() and adding widgets at runtime also but had not luck there too. Kindly suggest some solution/...

JsonStore - Load single record with a restful url?

All, I have a JsonStore backing a form panel in my extjs app. I want to have the jsonStore load a single record based on an id value, but haven't found a good way to do that yet, and still keep the url restful. My first attempt was to add a param to the jsonstore load() method with the id in it. That only adds the id as a request para...

Navigating with a button in sencha touch

Hello, I am taking my first steps with Sencha touch. The results are just what I am after, getting there however is a struggle to get how sencha is put together. I am slowly figuring it out but sometimes the way the code works is a bit WTF. I am trying to build a very simple app that does the following. 1) Has three tabs, Search nearby...

How to access the attributes of a class in sencha.........?

hi everyone, i'm very new to sencha.i have a bit problem in accessing the data from framework.. what i planned is to access the attribute "selectedIndex" from the class Ext.Picker.Slot so that i can place it the index.js file and loop the "selectedIndex" attribute so that i can create a rotating effect to my list , i'm trying to dynam...

Stuck scrolling of a list, using Sencha Touch

What I am trying to do is have a "load more" button at the bottom of a ajax populated list. I have got all the code working with a docked button, but I would now like to have it at the bottom. What is happening is when the listView card is show I see my list but the list won't scroll. It pulls up and down a little but just won't have it...