any idea how to fix it ?
i took RowNumberer.class from GXT in my app i made a file called RowNumberer.java and i'm importing my RowNumberer
i assume the problem is here in those 2 functions:, any...
Type: Posts; User: ByReaL
any idea how to fix it ?
i took RowNumberer.class from GXT in my app i made a file called RowNumberer.java and i'm importing my RowNumberer
i assume the problem is here in those 2 functions:, any...
i did some more tests
added in the data structure a new column called index, and gave it values from 1 to 1000 (added 1000 rows)
if i do like this problem is still there absolutely no change in...
any update on this ?
live grid with select all, or selecting one and scrolling it's not working properly.
GXT4 GPL has the same issue
take the live grid sample/exmaple (gxt-examples/#ExamplePlace:livegrid)
slap on it
RowNumberer<Post> numbererColumn = new RowNumberer<Post>();
and notice the numbers are all over the place,...
RowNumberer<XYZ> rowNumbererColumn = new RowNumberer<XYZ>(new IdentityValueProvider<XYZ>());
after scrolling few times up and down
i see values like (they repeat..)
1 2 3 4 5 6 1 2 3 4 5 6 7 8...
/gxt-examples/#ExamplePlace:asynctree
how can we add a filter to it ?
if i add a store filter, unless the node is expanded the item will not be found.
if i expand all and then filter the...
anyone worked with checkbox tree ? i'm trying to get it working with 50K items and performance is really bad, any suggestion will be highly appreciated.
so how do you make checkbox tree that will...
what is the minimum code needed to be able to implement Theme switching in GXT4.0 live from app.
i looked at http://examples.sencha.com/gxt/4.0.2
in the top right corner you can switch the theme...
i have a GXT 4.0 app on top of GXT desktop (i made it work in 4.0 by converting css to gss)
it takes to compile it ~1 minute with <collapse-all-properties />
if i add in gwt.xml
<set-property...
i just tried to download GXT 4.0 and i ended up with an email pointing to http://cdn.sencha.com/gxt/gxt-3.1.1-gpl.zip
looked inside and release notes and all are from version 3.1.1 how can i get...
any solution for loading the tree selection ? (performance wise)
any idea here ?
Hi,
i have a GXT app done with GXT2, migrated to GXT3 and now using GXT4/GWT2.8, all the migrations were pretty easy i would say. just few changes here and there and testing to make sure it still...
hi,
i have a checkbox tree with ~40K items (5 level deep) representation of the files on the hdd.
it is very easy to save the selection, you ask the tree/datastore what is the selection and it...
create a check box tree (tri state) with
~10K leafs, (currently i have 40K nodes and it's almost unusable keep getting the "wait" window from browser when i select a folder )
4-5 levels of depth ...
how to I add a custom event handler to the a grid cell?
for some reason the below code is not working and i'm not sure why, or how do i create a custom event, i need to know when somebody expands...
works for me with minimal changes,
what i did i ran the css to gss converter from gwt library, and it converted all files automatically with no problem. not sure if mandatory for GWT2.7 but i plan...
any update on this? is still any info required ?
47150
i have attached the view, the object , the data in excel format
public List<DbResultsTestCase> getTestCasePageXY(String aUser, String aPath, String aRunDate) throws...
Required InformationVersion(s) of Ext GWT3.0.1 GPLBrowser versions and OS(and desktop environment, if applicable)
«Internet Explorer 11, Windows 7 x64»
Chrome 32.0.1700.19 beta-m Aura, windows...
i added
Date date = new Date();
DateTimeFormat.getFormat("H:mm:ss.S").format(date)
and i print the date in a text area (built in logging) after each call in java
there are 8 visible columns...
GXT3.0.1, Chrome 32, windows 7 x64
I have a grid with a GroupingView, if i enable the grouping
view.groupBy(myColumn)
before the data (max 2500 rows) is added to the store the browser gets...
same problem here
Hi,
i'm trying to create a table with a variable number of columns
i have an object with 2 properties:
- the name
- a list of values
i want the table to display the name as column 1 and for...
create a check box tree (tri state) with
~10K leafs,
4-5 levels of depth
~20 elements per level evenly distributed (till we have 10K leafs)
now
- expand the tree 1 level and maybe from...