Search Type: Posts; User: googelybear
Search: Search took 0.14 seconds.
-
16 Oct 2009 1:52 AM
- Replies
- 0
- Views
- 1,144
The following attempt to change the type attribute of an input element from text to password creates a very nice exception in IE (it works fine in firefox and safari):
... -
5 Oct 2009 7:57 AM
- Replies
- 55
- Views
- 9,997
the new fix works fine for me (tested on ie7, ie8 and FF/safari). Thanks a lot!
-
5 Oct 2009 7:20 AM
- Replies
- 55
- Views
- 9,997
good timing...just tried the old version and found out that it doesn't work ;-) Will try the new one now.
-
5 Oct 2009 6:33 AM
- Replies
- 55
- Views
- 9,997
"corrected"? to my eyes Component.setStyleName looks exactly the same in 2.0.1 and 2.0.2 (addStyleName is - as I posted - different)... but anyway, in that case I'll have to stick with 2.0.1 and...
-
5 Oct 2009 5:08 AM
- Replies
- 55
- Views
- 9,997
sven: great it seems to work now, thank you very much for having patience with me ;)
btw. it seems that Component.addStyleName(myStyle) is broken. Consider the following code:
newAccountLink =... -
5 Oct 2009 4:05 AM
- Replies
- 55
- Views
- 9,997
that was my first guess but it seems there are 2 Element classes:
The before mentioned com.google.gwt.dom.client.Element and com.google.gwt.user.client.Element (which is a subclass of the first one... -
5 Oct 2009 2:28 AM
- Replies
- 55
- Views
- 9,997
ah yes..you are completely right of course...so stupid, must be a case of the Mondays ;-)
What's the easiest way of creating an El instance from a com.google.gwt.dom.client.Element? (I'm not so... -
5 Oct 2009 1:18 AM
- Replies
- 55
- Views
- 9,997
that's exactly the problem - I cannot assign input (it's protected and there is no setter available).
The code from post #37 is a snippet from the first few lines of TextField.onRender
(note... -
5 Oct 2009 1:08 AM
- Replies
- 55
- Views
- 9,997
ok (just thought to focus on the important pieces not to blow up this post unnecessarily, but maybe I was not clear enough, in that case I want to apologize for creating confusion). So this is from...
-
5 Oct 2009 12:06 AM
- Replies
- 55
- Views
- 9,997
Hi sven,
Thanks for your instructions. I adjusted the markup as you proposed, but unfortunately I still got the same NPE (TextField.input is null). Looking at the code it is apparent to me that the... -
2 Oct 2009 5:17 AM
- Replies
- 55
- Views
- 9,997
sorry, sorry, sorry,....I simplified it too much. Actually I do the following (and the same for the password field):
userNameField = new TextField<String>() {
@Override
... -
2 Oct 2009 4:36 AM
- Replies
- 55
- Views
- 9,997
first of all: thanks for providing this bug fix release, there seems to be a lot of fixes in it!
Unfortunately it breaks my entire application, there is an exception thrown when it renders the... -
1 Oct 2009 5:49 AM
- Replies
- 55
- Views
- 9,997
I'm also struggling with this issue. Is there already a date set for the next gxt release that will include this patch?
edit: just saw that 2.0.2 has already been released. Unfortunately the link... -
18 Sep 2009 11:12 AM
- Replies
- 2
- Views
- 1,101
hmm...I'm surprised that nobody answered so far to this topic ;-)
This means that either a) nobody knows how to do this properly or b) it's totally obvious.
In case of b) can someone please point... -
11 Sep 2009 3:37 PM
- Replies
- 2
- Views
- 1,101
When using gxt/gwt I'm always uncertain how much of the styling/sizing should be put in css and how much in (java) code.
Example: The width of an object can be set in css and via component.setWidth... -
10 Sep 2009 11:26 PM
- Replies
- 7
- Views
- 2,794
great - that was quick ;-)
-
10 Sep 2009 1:36 AM
- Replies
- 7
- Views
- 2,794
Hi,
today I made a very nasty discovery: It seems to be impossible to remove a com.extjs.gxt.ui.client.widget.Composite from a RootPanel with RootPanel.clear().
What you get is this nice... -
4 Sep 2009 1:24 AM
- Replies
- 1
- Views
- 944
This is minor but I thought I'd post it here. The javadoc for Formpanel.setPadding says:
Sets the padding to be applied to the forms children (defaults to 10).but actually it sets the padding of... -
27 Aug 2009 7:57 AM
- Replies
- 6
- Views
- 1,997
thanks for clarifying this issue- as a workaround until this is fixed I will use a ToggleButton.
It's a little bit surprising that such a bug still exists in version 2 of a ui library. -
27 Aug 2009 7:09 AM
- Replies
- 6
- Views
- 1,997
hmmm...I followed your advice and did some deeper inspection and I think you are right - something is fishy here!
My problem seems to be that I have a checkbox that controls if only admin users are... -
26 Aug 2009 8:25 AM
- Replies
- 6
- Views
- 1,997
I never called toolbar.setActivePage myself, only loader.load...
-
26 Aug 2009 4:41 AM
- Replies
- 6
- Views
- 1,997
Hi,
I'm using the paging toolbar with a grid. Sometimes all the buttons on the paging toolbar start appearing disabled (greyed out) , but there is still more data available. Even though the... -
24 Aug 2009 7:41 AM
- Replies
- 11
- Views
- 6,014
all right, all right - I'll use a group for my single checkbox ;-) Why don't you want to add a setHorizontalAlignment(...) method? I think it's confusing for new users.
-
24 Aug 2009 5:50 AM
- Replies
- 11
- Views
- 6,014
it is left aligned because it's in a checkboxgroup. But since I'm having only a single checkbox it does not make sense to create a group...
-
24 Aug 2009 5:43 AM
- Replies
- 6
- Views
- 7,216
I think this behavior should be provided by the library itself... It looks kind of weird if you have empty texts for all your fields EXCEPT the password field.... so if you want to have a nice look...
Results 1 to 25 of 64
