Ext: Discussion

Page 391 of 421 FirstFirst ... 291 341 381 389 390 391 392 393 401 ... LastLast

+ Post New Thread

  1. Charts: auto-scaling the negative axis AND filter performance

    Good morning, I have another little problem concerning charts. The workflow is as follows: I get an array of JSON objects (12 properties) from...

    Started by Moes, 26 Apr 2011 1:15 AM
    • Replies: 1
    • Views: 571
    26 Apr 2011 2:14 AM Go to last post
  2. Question Manipulating data from 2 database tables

    Hi, I have just been pointed to ExtJS as a good candidate for a project I'm on, but there is too much information to get an overview of where to...

    Started by iohannis, 19 Apr 2011 12:05 AM
    ajax, grid, mysql, php
    • Replies: 7
    • Views: 798
    26 Apr 2011 1:15 AM Go to last post
  3. How to store.setBaseParams?

    How to set/override new extraParams in store(proxy) config? It's possible to make store.load({params: {name: value}}), but how to set new params...

    Started by nee, 13 Apr 2011 4:50 PM
    • Replies: 2
    • Views: 761
    26 Apr 2011 12:49 AM Go to last post
  4. Custom Data Store/Proxy

    Hello, i was wondering if an existing feature to utilizing custom Store/Proxy? The basic idea for instance the API: api: { read:...

    Started by khebs@live.com, 25 Apr 2011 6:43 PM
    • Replies: 1
    • Views: 811
    26 Apr 2011 12:35 AM Go to last post
  5. How to setTitle of the tabPanel when I listen the treePanel click event

    In my application, there are a treepanel and a tabpanel, when i click the item of treepanel, i want to change the title of the activetab. i write...

    Started by jiyee, 18 Apr 2011 2:25 AM
    • Replies: 4
    • Views: 1,449
    25 Apr 2011 2:25 PM Go to last post
  6. Outputting External Data

    First let me say that while I like Sencha Touch I am a newbie and am catching the blue trying to learn this stuff. I wish there were more aides out....

    Started by konvurt, 25 Apr 2011 1:04 PM
    displaying data, nested list
    • Replies: 0
    • Views: 322
    25 Apr 2011 1:04 PM Go to last post
  7. Using Pie Series as a Summary kind of a series for the larger chart

    I am using HighCharts currently with ExtJs 3.x and have started writing new code with ExtJs 4.x and the built in Charting functionality. One thing...

    Started by r_honey, 25 Apr 2011 12:43 PM
    • Replies: 0
    • Views: 945
    25 Apr 2011 12:43 PM Go to last post
  8. Issues migrating a 2.x TreePanel extension to 4.x Ext.tree.TreeLoader() constructor.

    Starting to work through issues updating a rather large app from ExtJS 2.x to 4.x, first issue I'm running into is an attempt to extend the TreePanel...

    Started by jfizer, 22 Apr 2011 9:23 AM
    • Replies: 5
    • Views: 1,057
    25 Apr 2011 11:32 AM Go to last post
  9. Controller Event question

    hello, I am creating a Ext.Application that creates a Viewport that Contains a view of aPanel (MainPanel). In defining the Application I give the...

    Started by stratboogie, 21 Apr 2011 2:04 PM
    • Replies: 9
    • Views: 1,163
    25 Apr 2011 11:03 AM Go to last post
  10. Paging Toolbar load pages issue

    Hello, In paging toolbar api there is no doLoad() method like in Ext3 despite that it is written in ext-all-debug file. In turn paging is done via...

    Started by ucabazz, 25 Apr 2011 9:48 AM
    • Replies: 0
    • Views: 333
    25 Apr 2011 9:48 AM Go to last post
  11. Firefox and Non-scrolling banners

    I have a sticky problem. I use non-scrolling banners (top & bottom). Works great in Internet Explorer. In Firefox, I lose color in tables and some...

    Started by emkramer, 25 Apr 2011 7:18 AM
    • Replies: 0
    • Views: 555
    25 Apr 2011 7:18 AM Go to last post
  12. Adobe Air??

    Hey, Is there an Adobe Air adaptor yet?!

    Started by deanie, 24 Apr 2011 6:01 PM
    • Replies: 1
    • Views: 423
    25 Apr 2011 5:26 AM Go to last post
  13. Question Large forms within Window costs Too much Time to show ,any good idea?

    I just made a large form and put it in a Window, it cost me nearly 2 sec to show,any good suggestion to shortcut the showing time? the code like...

    Started by terrycursh, 24 Apr 2011 6:48 PM
    • Replies: 0
    • Views: 510
    24 Apr 2011 6:48 PM Go to last post
  14. Recommendations for "Fit to Child"

    I'm using a Window object, whose content is loaded dynamically. Any recommendations on how to fit the Window size to its child content? I've dorked...

    Started by stevil, 23 Apr 2011 11:44 AM
    • Replies: 3
    • Views: 751
    24 Apr 2011 6:36 PM Go to last post
  15. New EXTJS starter, should I try EXTJS v4.x, or stick with EXTJS v3.x ?

    I have been spending a day working with EXTJS v4.0 BETA 3. It feels like bit like I am entering a nightmare, but I am new to JS and EXTJS so that...

    Started by flotter, 22 Apr 2011 1:05 PM
    • Replies: 2
    • Views: 1,754
    24 Apr 2011 12:28 PM Go to last post
  16. Anything like forceFit for the gridPanel?

    I have a gridpanel in the center portion of a border layout, in a Viewport. I want the columns of the grid panel to fill the entire width of the...

    Started by aghextjs, 13 Apr 2011 12:39 PM
    forcefit, gridpanel
    • Replies: 2
    • Views: 709
    24 Apr 2011 7:18 AM Go to last post
  17. Ext.grid.Panel and models with relations

    I have 2 models: {Users} and has many {Comments}. One grid - list of users, other - their comments. How to pass Comments to the second grid by...

    Started by vuliad, 24 Apr 2011 2:15 AM
    • Replies: 0
    • Views: 581
    24 Apr 2011 2:15 AM Go to last post
  18. REST success false?

    Hi, I checked the API and the examples, but can't find the solution. My REST server does all the data validation. So if I update a record and...

    Started by KimSchneider, 24 Apr 2011 12:35 AM
    • Replies: 0
    • Views: 717
    24 Apr 2011 12:35 AM Go to last post
  19. Multiple TreePanels sharing the same TreeStore

    Can anyone help me out on this? I'm trying to have multiple treepanels share a single treestore. Each of the treepanels is supposed to have a...

    Started by Ronald Hofstede, 23 Apr 2011 3:37 PM
    • Replies: 1
    • Views: 688
    23 Apr 2011 6:08 PM Go to last post
  20. Extjs 4 Grid RadioButton column

    Hi. I have to create a radio grid column. The main idea is that one row can be set as "default". i make it this way: data: {id,name,isDefault}....

    Started by vuliad, 23 Apr 2011 4:21 PM
    • Replies: 0
    • Views: 3,324
    23 Apr 2011 4:21 PM Go to last post