Search Type: Posts; User: g1_
Search: Search took 0.03 seconds.
-
6 Dec 2011 12:34 AM
Jump to post Thread: Detect iframe fail to load by g1_
- Replies
- 3
- Views
- 917
Good idea. Thanks!
-
6 Dec 2011 12:19 AM
Jump to post Thread: Detect iframe fail to load by g1_
- Replies
- 3
- Views
- 917
No-one have any ideas?
-
29 Nov 2011 1:43 AM
Jump to post Thread: Detect iframe fail to load by g1_
- Replies
- 3
- Views
- 917
Does anyone know of an effective way to detect whether an iframe loaded or whether it got a 404 / 500 / etc?
I have a TabItem with setUrl set, that I point at user documentation. The problem is... -
17 Jun 2011 2:25 AM
- Replies
- 8
- Views
- 1,243
Thanks Sven, that sorted it :)
-
17 Jun 2011 1:36 AM
- Replies
- 2
- Views
- 930
Schönen Dank
-
17 Jun 2011 1:28 AM
- Replies
- 2
- Views
- 930
I would like to reload the page after an Info message has finished being displayed. I've tried with Events.Hide and Events.Close, neither seem to work. What event should I be watching out for? Any...
-
14 Jun 2011 4:01 AM
- Replies
- 8
- Views
- 1,243
The Select event seems to fire before the tab is rendered, I need something that fires after :-/
-
13 Jun 2011 12:26 AM
- Replies
- 8
- Views
- 1,243
Are there any events I can listen for that will allow me to call layout after a tab is selected?
-
10 Jun 2011 5:49 AM
- Replies
- 3
- Views
- 5,203
Thanks for the reply.
You can close. -
10 Jun 2011 5:35 AM
Jump to post Thread: FileUploadField file validation by g1_
- Replies
- 2
- Views
- 1,442
Okay so I have to upload the image and then decide whether I want to allow them to use it.
Thanks for the feedback. -
10 Jun 2011 5:23 AM
Jump to post Thread: FileUploadField file validation by g1_
- Replies
- 2
- Views
- 1,442
When using a FileUploadField is it possible to check the size of the file and do some validation on the meta data of the file before deciding whether to upload it?
Anyone have any pointers?
... -
10 Jun 2011 2:28 AM
- Replies
- 3
- Views
- 5,203
When using a FileUploadField to select a file from my ubuntu system it shows a path of "C:\fakepath\...".
Seeing as there is no C drive in linux this seems like a bug to me?
This only seems to... -
9 Jun 2011 2:21 AM
- Replies
- 8
- Views
- 1,243
Unfortunately that didn't seem to help.
That causes the TabPanel to stop working (ie. you can't click on tabs anymore). It also seems to break other elements on the page. -
9 Jun 2011 12:07 AM
- Replies
- 8
- Views
- 1,243
I have a TabPanel with a series of TabItems. If I am viewing TabItem2 but I update the contents of TabItem1, including adding and removing content, and then I switch back to TabItem1 the layout seems...
-
1 Jun 2011 11:48 PM
- Replies
- 3
- Views
- 1,653
Figured is out. Your adding the listener to the context menu.
Thanks. -
1 Jun 2011 10:51 PM
- Replies
- 3
- Views
- 1,653
Thanks for the reply liondev. In your example what is view?
Can't find reference to the method "getMenuContextual" in the gxt source code:
... -
1 Jun 2011 2:04 AM
- Replies
- 3
- Views
- 1,653
Just looking for some pointers on how to go about this.
I have a Grid with a context menu added to it. The behavior I'm looking for is that when the user right clicks on the Grid, depending on... -
24 May 2011 7:38 AM
Jump to post Thread: TextArea set scroll position by g1_
- Replies
- 8
- Views
- 3,494
Got it to work when I commented out some other code. Thanks Sven.
-
24 May 2011 6:48 AM
Jump to post Thread: TextArea set scroll position by g1_
- Replies
- 8
- Views
- 3,494
Still playing around with a few different things.
I'll implement an EntryPoint example if I'm still struggling after that. -
24 May 2011 6:43 AM
Jump to post Thread: TextArea set scroll position by g1_
- Replies
- 8
- Views
- 3,494
It's the last line in the method. After the layout() call.
-
24 May 2011 6:40 AM
Jump to post Thread: TextArea set scroll position by g1_
- Replies
- 8
- Views
- 3,494
You mean something like:
txt.getElement().getFirstChildElement().setScrollTop(txt.getElement().getFirstChildElement().getScrollHeight());
This doesn't seem to work either :-?
But the... -
24 May 2011 5:22 AM
Jump to post Thread: TextArea set scroll position by g1_
- Replies
- 8
- Views
- 3,494
Issuing a:
document.getElementById('x-auto-408-input').scrollTop = document.getElementById('x-auto-408-input').scrollHeight ;
using firebug gets the desired result using JS.
Does -
24 May 2011 1:09 AM
Jump to post Thread: TextArea set scroll position by g1_
- Replies
- 8
- Views
- 3,494
I've looked through the API and searched google / the forum, but I can't figure out how to set the scroll position within a TextArea.
Simply put I have a method that adds text to a TextArea. At... -
23 May 2011 3:41 AM
- Replies
- 6
- Views
- 1,249
Thanks Sven. I presume therein lies the problem. I'll test.
-
23 May 2011 3:34 AM
- Replies
- 6
- Views
- 1,249
Should I be using BaseEvent instead of ComponentEvent?
Results 1 to 25 of 82
