One of our customers is using Google Chromebox and Chromebook.
On this platform scrolling isn't working in the Grid panel (when the mouse is over the grid panel and then if we scroll ideally the...
Type: Posts; User: rcbeuker
One of our customers is using Google Chromebox and Chromebook.
On this platform scrolling isn't working in the Grid panel (when the mouse is over the grid panel and then if we scroll ideally the...
There's a bug in the new GridSelectionModel from version 4.0.3
57596
GridSelectionModel.java row 329 .isSelectableTarget() prevents grid row selection when editors are used (AbstractGridEditing...
What do i need to do with ExtJS themes to use them in GXT (how did you create this wrappers)
This old thread from 2008/Cypher shows a wrapper to use ExtJS themes in GXT;
http://www.sencha.com/forum/showthread.php?47222-More-ExtGWT-themes-derived-from-ExtJS-ones
Why doesn't Sencha...
For GXT there are only the three themes; Blue, Gray en Neptune. For Ext JS there're also a lot of third party themes;
https://market.sencha.com/extensions?types%5B%5D=themes
It seems to me the...
Hello Colin,
Styling is getting more and more important for our customers... What are your recommendations for graphic adjustments regarding to GXT3 programs? We want to outsource this to...
Looks good, i'll take a look B)
New Browsers support the HTML5 File API;
http://dev.w3.org/2006/webapi/FileAPI/
Here are some cool examples (with drag/drop etc.);
http://robertnyman.com/html5/fileapi/fileapi.html...
The Sencha explorer demo shows a nice Draw example with logo's;
http://www.sencha.com/examples/#ExamplePlace:logos
PathSprite senchaPath1 = new PathSprite();
...
I want to store/restore the column width, sort-order and column visibility from a Grid. After some searching around i found some answers which describe StateManager and applyState. For example a...
Hello Colin,
Due to our deadline we had to remove the functions in our software in the situations where the above mentioned errors occurred... Our customer is 'really' not happy... When and how...
Hello Colin,
Any suggestion or workaround when using store.update? Did you already try the example code I posted 8 Jan?
Regards,
Roland
Hello Colin,
I updated the sample code with drag/drop functionality which shows the store.update bug;
package com.arcus.pba.client.shared.widget.drivefile.bugtest;
import...
Hello Colin,
Any suggestion or workaround when using store.update? This produces the same error as mentioned in this issue...
Regards,
Roland
Hello Colin,
I implemented your suggestion (update item and invoke store.update). This works but also produces the error (with the Ghost items) like described above...
Regards,
Roland
I want to extend the standard Loader<C, M> (Loader.java) with some extra handers. Therefore i need acces to;
SimpleEventBus ensureHandler() {
return eventBus == null ? eventBus = new...
Hello Colin,
Nice to see that the ball starts rolling B) First off all your fix is working =D>
But there are some concerns;
When choosing this fix you should beware of using your...
Hello Colin,
The following example code reproduces the bug. it is a variation on the AsyncTreeGridExample;
package com.arcus.pba.client.shared.widget.drivefile.test;
import...
The previous post shows the trace from replaceChildren(M parent, List<M> children) ;
replaceChildren(M parent, List<M> children)
parentNode.addChildren(0, wrap(children))
fireEvent(new...
Hello Colin,
Thanks for your extensive attention, and my apologies for the missing bug template in this story; where're facing a strict deadline in December and this bug involves a lot of code.
...
Now i need to know how to start the additional render/refresh after the data update :-?
I've found the cause of the problem ~o)
Nothing happens after the data update because the GridView is not updated (onUpdate, doRender, renderUI, renderRows, refreshRow etc.) after a data update...
Hello Colin,
I'm using version; <gxt.version>3.0.1</gxt.version> with Maven.
To refute your statement about colliding keys i enabled the key values in the TreeGrid (right side);
40408
...
Moved to GXT Bugs;
http://www.sencha.com/forum/showthread.php?250130-Data-update-bug-in-TreeGrid&p=915816#post915816
In my program I have a TreeGrid which is connected with live data via a RpcProxy and a TreeLoader.
40380
Now there's is a bug in the TreeGrid when the Parent 'Map' is open while there's a data...