-
15 Jun 2009 3:59 AM #11
MenuItems also have imageBundle support.
will transform your iconstyleCode:IconHelper.create("yourstyle")
-
15 Jun 2009 5:31 AM #12
Hi,
I've just find an interesting issues with charts and "https" protocol with IE (7 & 8).
We use JBoss for our application server, and we have a security policy to login to our application.
So we navigate with the https protocol. The issue is when we want to use Chart in the application, it doesn't works, the DOM looks correct, and I think the browser forbid the access to the swf file, but it's works well on Chrome, Safari, FF3.5 (don't know why).
I've change the location of the swf file to an none-secure address, and now it's working on IE7 & 8.
I know it's not a GXT bug, but i think it could if someone use a secure access.
-
15 Jun 2009 10:31 AM #13
edit: nevermind. Misread the release notes.
-
16 Jun 2009 8:22 AM #14
Set context menu on ListView
Set context menu on ListView
I relied quite heavily on DataList in my application but managed to switch to ListView. Only problem left is you can't set a context menu on a ListView (protected access). Of course I can wrap it in something else but wouldn't it be preferable to make the setter public on ListView ?
-
16 Jun 2009 8:33 AM #15
The next release will have it public on component level.
-
16 Jun 2009 9:00 AM #16
My app also uses a lot of DataLists. I didn't switch them to ListViews yet, but the context menu is very needed. Are there other changes between the DataList and ListView (besides the store)?
Talking about context menus, what about the context menu of the TabPane? Has that also been made public?
-
16 Jun 2009 11:52 AM #17
-
16 Jun 2009 11:32 PM #18
-
17 Jun 2009 12:58 AM #19
ExtGWt M3 release
ExtGWt M3 release
I upgraded to M3 yesterday. One thing I have to change heavily in my application is Trees. However I can't find how to add a selectionchange listener to a TreePanel ? Any have any idea or is there a doc on it. I tried to attach a listener by doing :
Code:tree.addListener(Events.SelectionChange, new TreeListener());
but it doesn't work for selection change event. Still works for OnClick !!!
-
17 Jun 2009 2:37 AM #20
The selectionmodel is friing that event, not the tree


Reply With Quote