Search Type: Posts; User: someuser
Search: Search took 0.02 seconds.
-
13 Feb 2009 1:33 AM
- Replies
- 2
- Views
- 855
no solution for my problem? :(
-
12 Feb 2009 12:37 AM
- Replies
- 2
- Views
- 855
Currently, window can drag just until edges of browser window. But I need to make possible dragging it of the screen completely. How can I make it?
-
23 Jan 2009 5:49 AM
Jump to post Thread: [CLOSED] Window z-index by someuser
- Replies
- 10
- Views
- 2,587
sorry I didn't see you changed som code :) thanks, its works!!!! =D>
-
23 Jan 2009 4:07 AM
Jump to post Thread: [CLOSED] Window z-index by someuser
- Replies
- 10
- Views
- 2,587
On my computer it shows at background immediatly after it created. But this is a bug. In new project there are no other components or elements.
-
23 Jan 2009 3:09 AM
Jump to post Thread: [CLOSED] Window z-index by someuser
- Replies
- 10
- Views
- 2,587
I can't post my code, but I tryed make in clean project and found the same situation:
Hyperlink link = new Hyperlink("asdasdas", "#");
link.addClickListener(new ClickListener()
{... -
22 Jan 2009 7:13 AM
Jump to post Thread: [CLOSED] Window z-index by someuser
- Replies
- 10
- Views
- 2,587
unfortunatly it didn't help :(
-
21 Jan 2009 2:12 AM
Jump to post Thread: [CLOSED] Window z-index by someuser
- Replies
- 10
- Views
- 2,587
I have 2 windows, one is main and second works link popup, when I popup make show() for popup it views at background of main with less z-index.
I had tryed make... -
21 Jan 2009 1:12 AM
Jump to post Thread: Grid width/height by someuser
- Replies
- 13
- Views
- 6,267
I solved this problem. My program contained also gwt panels with theirs layouts. and when i had replaced them to gxt panels with gxt layouts it workes fine.
-
18 Dec 2008 6:43 AM
Jump to post Thread: Grid width/height by someuser
- Replies
- 13
- Views
- 6,267
One more question about Grid in GXT. There was ObjectFieldDef for RecordDef in Gwt Ext to set custom object to cell, in GXT there is just GridCellRenderer that returns Html string.
Is there any... -
18 Dec 2008 5:23 AM
Jump to post Thread: Grid width/height by someuser
- Replies
- 13
- Views
- 6,267
for more information i use this structure:
-MyPanel extends LayoutContainer(FilLayout)
-ContaintPanel that has all another panels
-Grid in ContainerPanel
all them have FitLayout, and for all I... -
18 Dec 2008 5:17 AM
Jump to post Thread: Grid width/height by someuser
- Replies
- 13
- Views
- 6,267
no, when I use ContentPanel it works like I said in first post.
with LayoutContaner seems it works, but i have another problem and now i am trying to solve it ) -
18 Dec 2008 4:44 AM
Jump to post Thread: Grid width/height by someuser
- Replies
- 13
- Views
- 6,267
1. sorry :) move please my post there
2. i migrate from gwt ext to gxt, so i put it to content panel like in gwt ext :) so i thought that it is a bug. -
18 Dec 2008 4:15 AM
Jump to post Thread: Grid width/height by someuser
- Replies
- 13
- Views
- 6,267
Hello everyone!
I have a problem with a grid, when I set width or height to 100% it resizes grid to current conteiner size, but I need make it dynamical.
for example
...
Results 1 to 13 of 13
