Search Type: Posts; User: |ZUTI|
Search: Search took 0.02 seconds.
-
6 Jan 2013 3:07 AM
- Replies
- 0
- Views
- 225
Hi.
Three points in question:
- Collapse/expand animation in AccordionLayoutContainer
As soon as I put ContentPanel that is animating its collapse/expand events to accordion layout container,... -
11 Dec 2012 4:36 AM
- Replies
- 2
- Views
- 413
Hey.
No, that does not work. What the problem was that I NEEDED to set appearance for the list. With the default one the horizontal scroll would not shot. As soon as I created my onw appearance... -
4 Dec 2012 12:52 PM
- Replies
- 2
- Views
- 413
Simple, in the below code I am using listview for showing quite simple items. Basically a little icon with a name beside it. The name can be quite long so I need the listview to be able to show...
-
16 Nov 2012 9:57 AM
- Replies
- 1
- Views
- 424
Update.
Hm, this is interesting, I was having the above issue at work on work pc running Win7 Ent and IE, whichever version it comes with it (presumably 9?). I was unable to test with other... -
16 Nov 2012 6:53 AM
- Replies
- 1
- Views
- 424
Hey guys. The explorer for GXT 3.0.0 is quite straight forward when it comes to this. Nothing special. Still, I am having problems to make it work on my simple test case. Strangely enoug, something...
-
5 Aug 2012 1:23 AM
- Replies
- 0
- Views
- 506
Hi guys.
The problem is this: I am loading a bunch of HtmlContainer objects into a list. Selected item in that list gets full opacity (100%), others have it set to 60%. By doing that user can... -
14 Mar 2012 11:40 PM
- Replies
- 6
- Views
- 2,176
Old topic, still, I have the same problem with desktop background... and here is the code:
- html file
<!doctype html>
<html>
<head>
<meta http-equiv="content-type"... -
28 Oct 2011 7:05 AM
- Replies
- 1
- Views
- 500
Oh, at the moment I just made that widget a modal one. This does mean that it is always shown :) Though my wish is not to have it as a modal one.
-
28 Oct 2011 7:04 AM
- Replies
- 1
- Views
- 500
Hey guys.
I have a little problem that is not a show-stopper but is annoying. Anyhow, this is my async callback class.
public abstract class ZPortalAsyncCall<T> implements AsyncCallback<T>
{... -
23 Sep 2011 1:01 AM
- Replies
- 2
- Views
- 1,220
Hey Sven.
Thanks for fast heads up. So, where do I paste this code? Directly to the BorderLayour java file?
Thanks again. -
23 Sep 2011 12:07 AM
- Replies
- 2
- Views
- 1,220
Hey.
With GXT 2.2.5 I have annoying problem. Best to show the simple code:
public class AATestWindow extends Window
{
public AATestWindow()
{
setSize(400, 200); -
15 Sep 2011 9:22 PM
- Replies
- 3
- Views
- 844
Update: Sven, thank you, you were correct. There was a small Form being added to one other form. Like I said, must have been something I did :>
Thanks. -
15 Sep 2011 5:13 AM
- Replies
- 3
- Views
- 844
I've checked for that earlier as I do get "Imvalid source HTML for this operation" description but no. One panel is form panel. I add this panel to different containers and finally to window.
I'll... -
15 Sep 2011 2:54 AM
- Replies
- 3
- Views
- 844
Simple source that you can add anywhere and just try to show/add this form. You should see JavaScriptException in GWT Development mode. I did not try it on apache because I need this also in dev...
-
5 Jul 2011 4:44 AM
- Replies
- 2
- Views
- 1,178
Thanks.
Well, need is... you know, once someone tries that and then does not have it any more, there is your need :D But it'll do for starters, thanks! :) -
5 Jul 2011 2:58 AM
- Replies
- 2
- Views
- 1,178
Hi.
For my app I need to have a area collapsed when window is first rendered. Then user can, if he so wishes, expand it. The problem is that the content of that collapsed are only renders it's... -
6 Jun 2011 12:43 AM
- Replies
- 1
- Views
- 1,523
Simple enough...
private void createChild()
{
Window child = new Window();
child.setHeading("Child");
child.setContainer(this.getElement());
child.show(); -
5 Jun 2011 6:00 AM
- Replies
- 1
- Views
- 1,523
Hey guys.
A simple problem that I am facing. I would like to constrain a child window inside it's parent window boarders. I am unable to solve this problem. The child is always constrained by the... -
2 Jun 2011 9:58 AM
- Replies
- 6
- Views
- 1,586
Hi.
That is exactly how I am doing it now :) But it would be much more elegant to be able to call any method from that class. -
2 Jun 2011 8:21 AM
- Replies
- 6
- Views
- 1,586
Hi.
Thanks for that, I'll try it as soon as I am back behind that PC. But my question was far far more stupid :D I know exactly which method I want to invoke. I just got nothing back. No errors,... -
2 Jun 2011 1:02 AM
- Replies
- 1
- Views
- 875
Well, if you are interested, I managed to get a temporary solution that seems to work.
I have changed layoutData for the content panel that holds the image and should center it. On the getLayout()... -
2 Jun 2011 12:15 AM
- Replies
- 2
- Views
- 1,819
Hey.
I was playing with layouts and beside the problem with centerLayout that does not center, I have also rowLayout problems. Here is test code for a simple widget:
import... -
1 Jun 2011 9:36 PM
- Replies
- 6
- Views
- 1,586
Hi all.
One question. I am wondering is there is a way to call a specific METHOD from the template that you set for, say, listview. I have few classes that extend BaseModelData and as such make... -
24 May 2011 9:19 PM
- Replies
- 1
- Views
- 875
Hey guys.
I've been playing with GXT for some time now and I really like it. One "issue" that I came across while doing my sample learning project. I was creating a window for showing images....
Results 1 to 24 of 24
