Search Type: Posts; User: Abhishek Srivastava

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Hi
    I have list as child item inside carousel. when i swipe on carousel i want to disable vertical scroll of ma list.

    I know this issue has been discussed previously but I have started this...
  2. I think directionLock set to true on list will prevent horizontal scroll in list when scrolling it vertical but wont prevent the drag of carousel
  3. hmmm,
    even if you use badge text on button it wont show anything if value of text is null
    but this problem only comes when we use badge text on list.
    May be because list doesnt has badge text...
  4. I want to use a text area field in my formpanel but its not scrollable on iPad .
    Is there any alternate solution
  5. I have a list on which I want to show some Badge Text but the problem is when the value for this badge text is set to null , it doesn t removes from the list cell but appears as a red thin patch on...
  6. Hey i am using ST2.1 and following the article Taking Sencha touch app offline "http://www.sencha.com/learn/taking-sencha-touch-apps-offline/ " have tried to implement in my app.

    But i m getting...
  7. How can we refresh a view each time it is rendered on screen.
    for example if a view is rendered on screen when button is clicked it should be loaded again on click action of button each time button...
  8. Thanks a lot for the response....
    But fn config property doesnt seems to work correctly in alert()
    So i have used Ext.Msg.show() to solve my purpose...

    Pls confrm if the fn parameter wrks in...
  9. After alert I want to navigate from that page on press of OK button on alert.
    But navigation happens first and alert comes after that
    How to resolve this issue......

    my code
    Ext.Msg.alert("Hold...
  10. I am populating the data in selectfield from database.
    How to get the selected text value from selectfield.

    getValue() does n t wrks here.

    My Model is ....

    Ext.regModel('Reason', {fields:...
  11. Thanks....

    I had to simplify my response to get it working
  12. my json response is like this. how should I make my model class and populate value using itemtpl
    {
    "Orders": {
    "Order": [
    {
    "accountNumber": "282513",
    ...
  13. I am also getting the same error...


    How does it matter if we are hosting our app from localhost or live web server.

    I m hosting frm local host
  14. yes, this is my store

    var mwsStore = new Ext.data.Store({
    id: 'mwsStore',
    model: 'Responsibilities',

    proxy: {
    type: 'ajax',
    url:...
  15. This is my json response
    {
    "Responsibilities": {
    "Responsibility": {
    "applicationId": "660",
    "operatingUnitId": "474",
    "operatingUnitName":...
  16. How to set color of line chart.

    I mean how we can individually set the color of each line in line chart.
    give an example
  17. can u give an example?
  18. hey , can ny1 help me out in calling ios methods from my sencha file.

    (I have integrated ST wid my xcode using phonegap)
  19. Can we change the color of disclosure button based on the color values in the list items
    how?
  20. 37655


    Hi I have integrated touch chart wid sencha touch 2.
    Now i have pblm in using legends on charts.
    legends are not resized properly.
    can ny1 help
  21. Hi this is my code,


    Ext.application({
    name: 'Sencha',
    launch: function() {
    var store = new Ext.data.JsonStore({
    fields: ['name', 'data1', 'data2', 'data3', 'data4', 'data5'],
    data: [...
  22. I know that we need to include sencha-touch-all.js and sencha-touch.css file.
    But if I want to use charts also then wat all files need to be included?
  23. Hi I want to know wat all js and css files shud be included in html file for sencha touch beta version.
  24. the x and y axis label fields.
  25. I have tried wid charts but on borders it gets slighlty cut, why?
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4