Search Type: Posts; User: kenhwallis
Search: Search took 0.01 seconds.
-
11 Apr 2012 2:55 PM
Jump to post Thread: (Beta) ComboBox issues by kenhwallis
- Replies
- 24
- Views
- 3,718
The underlying issue is that Sencha fires a Selection event but it's not the GWT Selection event; it's their very own version. It doesn't have the same API or class hierarchy.
Their change is an... -
4 Apr 2012 3:16 PM
- Replies
- 2
- Views
- 518
During 3.0 testing there have been multiple threads discussing the faulty implementations involving the ComboBox and the failure to implement behaviours expected by users. The thread you mention...
-
4 Apr 2012 7:46 AM
- Replies
- 2
- Views
- 518
Your release notes do not indicate that you changed the inheritance classes of the SelectionHandler and SelectionEvent. In Beta4, these were the Google classes. In RC, they are now Sencha GXT...
-
7 Mar 2012 6:56 AM
- Replies
- 5
- Views
- 1,345
Experiences with other UIs raises the expectation that the event will fire immediately upon selection of the option. The collapse of the dropdown implies the value has changed and application is...
-
19 Dec 2011 10:07 AM
- Replies
- 3
- Views
- 918
Same behaviors for placement of South region confirmed in Chrome and Firefox 3.6 using previous post's code snippet
-
19 Dec 2011 9:06 AM
- Replies
- 3
- Views
- 918
Porting working code from GXT 2.2 into 3.0 Beta 1, the South region content is appearing at "-height" above the North region. The effectively makes it invisible above the browser viewing area.
... -
19 Dec 2011 8:55 AM
Jump to post Thread: E by kenhwallis
- Replies
- 6
- Views
- 960
The standard "RootPanel.get().add(widget)" technique must be used with care when a BorderLayout is also being accessed.
BorderLayoutContainer implements the HasOneWidget interface so it supports... -
19 Dec 2011 8:43 AM
- Replies
- 3
- Views
- 918
BorderLayoutContainer example (http://www.sencha.com/examples-dev/#ExamplePlace:borderlayout) has issues when one of the border regions is hidden. Its corresponding collapse icon remains visible in...
-
2 Nov 2011 6:54 AM
- Replies
- 10
- Views
- 1,557
I believe the issue relates to the RAM availability versus requirements for IE. My laptop only has 2GB. Since Chrome is able to display the pages, I'm assuming IE requires a larger footprint. I'm...
-
2 Nov 2011 6:32 AM
- Replies
- 0
- Views
- 491
Use of properties files as lookup maps to translate known program words and phrases into messages for specific locales is straight forward. However, once data entry values from these diverse locales...
-
27 Oct 2011 3:34 PM
- Replies
- 17
- Views
- 7,436
Several dependencies seem to be missing from Snapshot. Have gradually been working thru list of dependencies to find references. However, a published list would be significantly more productive.
-
21 Oct 2011 2:49 PM
- Replies
- 10
- Views
- 1,557
Both Sencha's example-dev link & my local Tomcat work when viewed from Chrome.
-
21 Oct 2011 2:43 PM
- Replies
- 10
- Views
- 1,557
Clicked directly on both of the Sencha examples links at bottom of your previous response. They open new IE browser windows but do not populate UI content. On first set of attempts, the posted...
-
21 Oct 2011 2:07 PM
- Replies
- 10
- Views
- 1,557
Links you provided return the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows... -
21 Oct 2011 1:42 PM
- Replies
- 10
- Views
- 1,557
I simply dropped the war from within the bundle into my deploy folder. The following errors were logged. I presume they are related since neither occurs without the new GXT deploy.
ERROR... -
21 Oct 2011 1:25 PM
- Replies
- 0
- Views
- 587
GXT 3.0 DP5 example does not compile because referenced CSS is omitted from bundle.
[java]
package com.sencha.gxt.explorer.client.view;@Detail(name = "ListView", icon = "listview", category =... -
21 Oct 2011 12:36 PM
- Replies
- 10
- Views
- 1,557
I'm trying to install the GXT 3.0 DP5 examples webapp in JBoss so that I can familiarize myself with its features before SenchaCon. However, deployment fails because OpenJPA is not configured. I've...
Results 1 to 17 of 17
