Search Type: Posts; User: baskor
Search: Search took 0.05 seconds.
-
22 May 2013 7:36 AM
- Replies
- 0
- Views
- 121
Sencha 2.3.0, GWT 2.5.1, Windows 7, IE10
I have a toolbar with large icon buttons that are displayed incorrectly in IE10. It works in all other browsers (also other versions of IE). See attached... -
12 Sep 2012 6:48 AM
Jump to post Thread: GXT Mobile by baskor
- Replies
- 6
- Views
- 1,298
I lost patience with the Sencha team on this issue, so now I'm using m-gwt for the mobile version of our application. I can highly recommend m-gwt (m-gwt.com).
-
3 Jul 2012 6:37 AM
Jump to post Thread: GXT Mobile by baskor
- Replies
- 6
- Views
- 1,298
Hi
Could you please give us some information on if you intend to develop a mobile version of GXT. I learned on a SenchaCon video that you would focus on mobile after GXT 3, but we haven't heard... -
19 Dec 2011 3:29 AM
- Replies
- 7
- Views
- 2,947
Could you please give us some indication on when to expect a mobile version of GXT? We have a large implementation based on GXT, and are looking at a mobile library. Should we wait for GXT Mobile or...
-
24 Nov 2011 1:47 AM
- Replies
- 4
- Views
- 1,487
Hidden buttons are displayed in the overflow menubar, even though these buttons are not displayed in the toolbar when they fit.
-
24 Nov 2011 1:43 AM
- Replies
- 1
- Views
- 712
There is a layout bug with overflow toolbar when I'm using large buttons with large icons (32x32). The overflow menubar displays these icons, even though they don't fit. See attached image.
Could... -
12 Oct 2011 4:30 AM
- Replies
- 10
- Views
- 3,251
Ok I see now that you have a company that delivers and supports GWT4Touch. But I'm still concerned about licensing when developing a closed source application.
-
12 Oct 2011 4:25 AM
- Replies
- 10
- Views
- 3,251
I'm not questioning the quality of your work; not at all. I think what you are doing is great. I just don't want to end in a situation like GWT-Ext vs. MyGWT some years ago.
I would like to know... -
11 Oct 2011 12:42 PM
- Replies
- 10
- Views
- 3,251
Thank you for pointing that out. But I would still like to know, what the GXT team is planning. I think it is great work you are doing with the Touch wrapper, but I would prefer an official version....
-
11 Oct 2011 6:22 AM
- Replies
- 10
- Views
- 3,251
Any thoughts on this from the GXT team? I would love to see such integration or a GXTouch library built from the ground up. It would be cool to reuse lots of code from the desktop client to implement...
-
8 Sep 2011 2:37 AM
- Replies
- 5
- Views
- 3,012
When will GXT 2.2.5 be released? I really need this release, since LiveGrid is useless for production in 2.2.4, because of this and the empty loop bug.
-
13 Jul 2011 2:24 AM
- Replies
- 14
- Views
- 5,532
I'm using OS X, Firefox 5.0.1, Safari 5.0.5
Example: http://www.sencha.com/examples/explorer.html#livegrid
When opening the example in Firefox, the scrollbar doesn't work. See attachment. I... -
3 Dec 2010 2:24 AM
- Replies
- 3
- Views
- 1,512
Strict mode works :) and thanks for the hint on FormData("-19"). I have been using padding or margins to handle scrollbars, but "-19" is easier.
-
2 Dec 2010 6:55 AM
- Replies
- 3
- Views
- 1,512
Hi
Environment: GXT 2.2.1, GWT 2.1, Internet Explorer 8
I have a FormPanel that uses Scroll.AUTOY. It used to work fine, but now I'm having issues with IE layout. I don't remember in which... -
16 Nov 2010 3:15 AM
Jump to post Thread: [2.2] GridView autoExpand bug by baskor
- Replies
- 1
- Views
- 1,166
Environment: OS X, GWT 2.0, GXT 2.2.
I have an application with many tabs and grids in these tabs. The grids use auto expand column, and in some cases (not always) when I switch between tabs, the... -
17 Mar 2010 1:39 AM
Jump to post Thread: [FNR] HtmlEditor tooltip bug by baskor
- Replies
- 1
- Views
- 1,247
You have selected the wrong messages for some of the tooltips in HtmlEditor:
​Bold - Title is wrong.
Bullet list and Numbered List needs to be switched.
... -
3 Mar 2010 2:12 PM
- Replies
- 10
- Views
- 3,524
Ok now I know what you mean. This is some sort of ARIA/Section 508 accessibility improvement.
But can't you use a different stylesheet to indicate that a button has focus instead of using the... -
3 Mar 2010 2:03 PM
- Replies
- 10
- Views
- 3,524
I'm glad too see you back again Sven :)
No this is a bug, because we have a different behavior in WebKit browsers than all other browsers. The button should not be graphically highlighted after a... -
12 Feb 2010 3:29 AM
- Replies
- 10
- Views
- 3,524
I can add that this wasn't a problem prior to version 2.1.1,
-
8 Feb 2010 3:59 AM
- Replies
- 10
- Views
- 3,524
Sorry. My bad. It does work in Firefox. I have changed the text in the original post.
-
8 Feb 2010 2:49 AM
- Replies
- 10
- Views
- 3,524
Hi
Tested on Mac with Safari 4 and Chrome 4.
Link: http://www.extjs.com/examples/explorer.html#basictoolbar
Do the following:
- Click on "Button w/Menu"
- Select "I like dogs" -
4 Dec 2009 12:09 PM
- Replies
- 4
- Views
- 1,688
This is exactly the same issue that I mentioned. The problem is that LiveGridView uses two ListStores: One display ListStore that contains only the displayed models, and one cache ListStore that...
-
4 Dec 2009 2:32 AM
- Replies
- 2
- Views
- 3,046
I have created my own LiveGridSelectionModel that supports what I want. If anyone is interested, I posted how I did it on this thread http://www.extjs.com/forum/showthread.php?t=86411
-
4 Dec 2009 1:42 AM
Jump to post Thread: Need LiveGrid w/ RpcProxy example by baskor
- Replies
- 4
- Views
- 4,825
I managed to get LiveGridView working with RcpProxy. I don't use BeanModelReader but my own subtype of ModelData. I didn't do anything special to get it working.
But I had a problem using the... -
27 Nov 2009 3:32 AM
- Replies
- 2
- Views
- 3,046
I have managed to get LiveGridView working with RcpProxy, but I think there is a bug in the implementation.
The selection model works fine at the beginning, but when I scroll down and select an...
Results 1 to 25 of 58
