Search Type: Posts; User: kescatefou
Search: Search took 0.03 seconds.
-
5 Aug 2008 3:51 AM
Jump to post Thread: Tooltip on cell by kescatefou
- Replies
- 10
- Views
- 2,372
up!
-
1 Aug 2008 3:30 AM
Jump to post Thread: Icon as Table Cell Content by kescatefou
- Replies
- 2
- Views
- 975
col.setRenderer(new CellRenderer()
{
public String render(Component item, String property, Object value)
{
return"<img src='images/test.jpg'>";
}
}); -
1 Aug 2008 1:20 AM
Jump to post Thread: Tooltip on cell by kescatefou
- Replies
- 10
- Views
- 2,372
No solution?
-
29 Jul 2008 11:54 PM
Jump to post Thread: Tooltip on cell by kescatefou
- Replies
- 10
- Views
- 2,372
Thanks gslender,
Here my code and no tooltip where is my error?
public String render(Component item, String property, Object value)
{
Html img = new Html("<img... -
29 Jul 2008 6:53 AM
Jump to post Thread: Tooltip on cell by kescatefou
- Replies
- 10
- Views
- 2,372
Yes don't work with GXT!
One solution for GXT? -
24 Jul 2008 11:12 PM
Jump to post Thread: Tooltip on cell by kescatefou
- Replies
- 10
- Views
- 2,372
Sorry, but <img src="..." ext:qtip="tooltip"> don't work :-(
Another idea? -
24 Jul 2008 6:18 AM
Jump to post Thread: Tooltip on cell by kescatefou
- Replies
- 10
- Views
- 2,372
Hello,
I have a table with on cellrenderer; this cellrenderer display an image and i want add a tooltip on this image. How can i do?
TableColumn col1 = new TableColumn("col1", "", 30);... -
25 Jun 2008 12:50 AM
- Replies
- 2
- Views
- 1,095
Sorry, duplicate thread => 39190
-
25 Jun 2008 12:37 AM
- Replies
- 2
- Views
- 1,095
Same problem when I resizing a column in my table (not possible when i have show a modal dialog first)
-
25 Jun 2008 12:32 AM
- Replies
- 2
- Views
- 1,095
Hello,
When i create a viewport with BorderLayout (no problem here I can resize the panels).
When i create a viewport with BorderLayout and if I show a non modal dialog on this viewport (no... -
9 Jun 2008 10:21 AM
- Replies
- 6
- Views
- 7,291
There is a bug when using setEmptyText on a PasswordField (TextField with setPassword to true). The empty text is replaced by ****.
-
9 Jun 2008 2:06 AM
Jump to post Thread: i18n & DateField by kescatefou
- Replies
- 1
- Views
- 1,227
Hello,
How to do for change the day & month label of DateField for i18n? -
7 Jun 2008 12:45 AM
Jump to post Thread: [FIXED] Firefox & Window BUG by kescatefou
- Replies
- 1
- Views
- 1,318
Hello
I have create a Window on it seen that when i move this window on screen, this window don't follow the cursor but go outside of the screen. -
7 Jun 2008 12:42 AM
Jump to post Thread: Table layout by kescatefou
- Replies
- 5
- Views
- 1,540
Yes, I have only one widget in my FitLayout. TopComponent is not another widget but add with setTopComponent method of ContentPanel
-
5 Jun 2008 11:42 PM
Jump to post Thread: Table layout by kescatefou
- Replies
- 5
- Views
- 1,540
Hello
I have create a ContentPanel (FitLayout) with a TopComponent and a Table and when I render my Table is truncated. No probleme when i remove the TopComponent. -
5 Jun 2008 12:09 AM
Jump to post Thread: [RESOLU] Colspan by kescatefou
- Replies
- 2
- Views
- 1,354
Probleme resolu
-
4 Jun 2008 6:56 AM
Jump to post Thread: [RESOLU] Colspan by kescatefou
- Replies
- 2
- Views
- 1,354
I have inspect the DOM create with extGWT and the colspan has mysteriously disappeared.
In my consol (println) I have
<TD class=my-tbl-item-expanded-hidden id=my-tbl-item-expanded-my-69... -
4 Jun 2008 3:58 AM
Jump to post Thread: [RESOLU] i18n by kescatefou
- Replies
- 1
- Views
- 1,337
I want change the ExtGwt dialog button yes and no for internationalization; for this i have use the noText and yesText member:
Dialog dialog = new Dialog()
;
dialog.noText = "Non";... -
4 Jun 2008 1:36 AM
Jump to post Thread: [RESOLU] Colspan by kescatefou
- Replies
- 2
- Views
- 1,354
Hello
I want create my own TableViewer because I want have under each table line another line where I can put a content (on entire line). Here the code of renderItem method:
public
... -
28 May 2008 3:51 AM
- Replies
- 1
- Views
- 1,268
Since I pass to Beta 3 I have the following error:
[ERROR] Errors in 'jar:file:/D:/gwt/gxt-1.0-Beta3/gxt.jar!/com/extjs/gxt/ui/client/fx/Fx.java'
[ERROR] Line 15: The import...
Results 1 to 20 of 20
