Search Type: Posts; User: flyingbo
Search: Search took 0.02 seconds.
-
24 Feb 2013 10:24 PM
- Replies
- 3
- Views
- 849
I think, it happens because the underlying html-input-field renders the textfield over the GXT-Button (Cursor). In GXT 2 the html-input-field renders the text-input-field over the textfield and the...
-
18 Feb 2013 6:46 AM
- Replies
- 5
- Views
- 685
Hello,
maybe it helps:
btn.getElement().getStyle().setDisplay(Display.BLOCK); is my workaround...
A button receives the display:inline-block css-property but i could not find this property... -
1 Feb 2013 12:38 AM
- Replies
- 5
- Views
- 685
I use ToggleButton. Don´t know if it is important for your fix.
-
31 Jan 2013 4:06 AM
- Replies
- 5
- Views
- 685
We have the same problem in IE 8. IE 9 works.
Used versions 3.0.3 and 3.0.4-Nightly-Build -
31 Mar 2010 12:39 AM
- Replies
- 2
- Views
- 1,326
Hello,
i found a solution but i don't know if it's a bug or is there a reason to do it like that.
I rendered a "Radio" in a grid and don't set the boxLabel (by default it's null) because i... -
30 Mar 2010 11:47 PM
- Replies
- 0
- Views
- 379
Hello,
i found the problem but i don't know if it's a bug or is there a reason to do it like that.
I rendered a "Radio" in a grid and don't set the boxLabel (by default it's null) because i... -
20 Aug 2009 6:10 AM
Jump to post Thread: Form Submit opens new Window by flyingbo
- Replies
- 0
- Views
- 929
Hello,
i have a problem with forms. i´ve got the newest version of gxt from svn.
After submitting the form a new browser window opens.
public class InvisibleLoginSubmitForm extends... -
17 May 2009 10:16 PM
Jump to post Thread: Collapse/Expand Contentpanel by flyingbo
- Replies
- 6
- Views
- 1,941
i found the problem. all components are added to a viewport with borderlayout and regions.
now i use (borderlayout viewport).expand(LayoutRegion.WEST) and not (contentpanel or borderlayout... -
13 May 2009 10:15 PM
Jump to post Thread: Collapse/Expand Contentpanel by flyingbo
- Replies
- 6
- Views
- 1,941
Hey thanks for your reply!
Sorry i post only e short codefragment, here´s the full code:
if(event.getType().equals(AppEvents.SHOW_CHOOSE_ARCHIVE)){
ContentPanel cp =... -
12 May 2009 4:20 AM
Jump to post Thread: Collapse/Expand Contentpanel by flyingbo
- Replies
- 6
- Views
- 1,941
Hello @ all,
i´ve got a problem with a contentpanel and the functions expand() and collapse().
ContentPanel cp = new ContentPanel();
cp.setBorders(true);
cp.setHeaderVisible(true);... -
8 May 2009 12:02 AM
Jump to post Thread: Serializable by flyingbo
- Replies
- 4
- Views
- 1,360
I forget:
The Field-Class is used by the Archive-Class.
public class Archive extends BaseModel implements IsSerializable{
private static final long serialVersionUID = 01;
... -
7 May 2009 9:55 PM
Jump to post Thread: Serializable by flyingbo
- Replies
- 4
- Views
- 1,360
Hi @ all,
i´ve got this error message, after calling a rpc.
public class Field extends BaseModel implements IsSerializable{
private static final long serialVersionUID = 01;
... -
18 Aug 2008 1:06 AM
Jump to post Thread: Problems with IE7 by flyingbo
- Replies
- 2
- Views
- 754
Hey evant,
big thanks for your fast reply, it work -
17 Aug 2008 1:38 PM
Jump to post Thread: Problems with IE7 by flyingbo
- Replies
- 2
- Views
- 754
Hello @ all,
i got a problem with ext 2.2 and ie7.
I create a window with a formpanel to login a user.
No problem with ff2 and ff3 but ie7 does
Results 1 to 14 of 14
