Question solved on SO:
https://stackoverflow.com/questions/46417401/gwt-i8n-plurals-using-2-plural-forms-in-one-paragraph-not-working-bug-in-gwt
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop
Hi.
I have the following definition:
@DefaultMessage("{0,number} preceding items, and {1,number} " +
"followup items.")
@Description("Label showing the number of preceding items and " +
"follow-up items")
@AlternateMessage({
"none|one", "One follow-up item.",
"one|none", "One preceding item.",
"
Try creating the HTML page in the GWT eclipse plugin ... You can
never do it.
Bugs persist in all the versions of eclipse
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to google-web-t
dule3
I'm getting an error at compilation time saying that it doesn't find
the second module. Now, i can compile just fine only ONE module.
Doesn't matter which one. Is it something i'm doing wrong or it's a
bug in gwt/nbgwt ?
I also tried this:
# The names of the modul
Hi Krishna,
Glad you were able to get around this issue. It looks like there might be
some sort of escaping issue on our side as well. We'll take a look at the
bug that you mentioned.
Rajeev
On Mon, Mar 8, 2010 at 7:33 AM, Krishna wrote:
> OK, I traced this down to a bug in my code where I fo
OK, I traced this down to a bug in my code where I forgot to escape
"?" in a regular expression. Am unsure why this triggered an error in
the OOPHM code. The following error while loading the compiled code
pointed out the problem:
Uncaught SyntaxError: Invalid regular expression: /?/: Nothing to
r
Hi,
I just upgraded to GWT 2.0.3 from within Eclipse (I use the Google
eclipse plugin). However, I am unable to run my code after the
upgrade. Eclipse throws the following exception:
java.lang.IllegalArgumentException: Argument not valid The entity
"circ" was referenced, but not declared.
at org.
I would try recompiling in "pretty" mode to see what js is produced. I know
the following works correctly for me (I used a TextBox to get around
compiler optimizations):
public void onModuleLoad() {
RootPanel.get().add(textBox);
RootPanel.get().add(button);
hash = new HashMap();
Hi,
I thing there is possible bug when type casting. Take a look and tell me is
this the normal behavior.
So if you have HashMap hash = getHashMap();
hash.get((int) myPrimitiveLongValue) will return null even there is value
for that key.
If you try Integer i = (int) myPrimitiveLongValue;
hash.ge
RadioButton radioButton = new RadioButton("group","radio1",true);
When clicking on the label, it works in firefox and chrome but not in
Internet Explorer 7.
but when label is not treated as HTML text, it would work in all
browser without problem
--
You received this message because you are subsc
Thanks for testing it on so many browsers! The one browser that I was
using was the hosted browser, and that's where it fails.
Thank you. It's the first time I experience something that's different
from Firefox/IE/etc. to hosted browser, and I guess can be different
from browser to browser.
Will b
On 2 déc, 21:32, Chris wrote:
> Hi
>
> I have a small question about GWT DateTimeFormat. I'm trying to
> display a date with the format:
>
> " G" (ie. 1AD, 100BC, 3000BC) etc.
>
> so i create my new Date and format it:
> Date d = new Date(-156805891175010L);
> new DateTimeFormat(" G").for
Hi
I have a small question about GWT DateTimeFormat. I'm trying to
display a date with the format:
" G" (ie. 1AD, 100BC, 3000BC) etc.
so i create my new Date and format it:
Date d = new Date(-156805891175010L);
new DateTimeFormat(" G").format(d)
Unfortunately I get 3000AD which is incor
I only started with GWT 1.7, so I can't speak about that. But here's what I
have in my gwt.xml:
So, when my module loads, it will insert the link tags to pull in "esf.css"
and "login.css" from the 'module path' generated by the GWT Compiler.
Because my project has multiple gwt
I just tried placing the css file in public on the same dir as the
gwt.xml, but that causes other problemsif you are referring to
images from css file. It also then, starts to look like a GWT 1.5
project :-)
On Nov 4, 4:08 pm, Open eSignForms wrote:
> I've seen re-read the modules descriptio
I've seen re-read the modules description and figured out what I
needed to do, at least in Eclipse, and then to use the default names
GWT recognizes.
In the project root where your gwt.xml file is, you should have a
'client' folder where your client code goes that will be converted to
javascript,
I've reported this issue, too. It seems odd, but if you don't put a full
path, it assumes it's in the generated javascript area, but that area is
blown away during each compile, so it's not clear where to define the CSS in
Eclipse so that after the compile it puts the CSS back in there. If you pu
Hello all,
I've just migrated a GWT 1.5 project to GWT 1.7.1. One of the issues i
ran into was that in hosted mode my css file was not getting picked
up. Searching through the GWT group i learned that i would need to
add the following line to my gwt.xml file:
and this made my css styles get pic
Hi All,
anyone help me about the problem such as:
I have created a application using GWT1.5.3. and hibernate. I send a
custom
object via RPC to talk to my server. The object implements
serializable, IsSerializable and
everything works fine, when I additional property Date(java.util.Date)
for
my
I am getting a similar problem with setting the background image in a
flex table. The image seems to be set for the table as a whole and
then also for each cell in the first column. The problem started
occuring after upgrading to 1.5 from 1.3. (It also doesn't happen in
Firefox, just IE7)
--~--~--
Hi,
I found a bug in gwt grid.
I just set a normal background image:
css code:
.myMainGrid{
background-image: url('http://code.google.com/webtoolkit/
logo-185x175.png');
}
java code:
public class Tester extends Composite {
Grid mainGrid;
pub
Hi Arthur,
I have a problem with both; browser's back button and History.back().
On Dec 18, 7:12 pm, "Arthur Kalmenson" wrote:
> Oh, nevermind, there's already an
> issue:http://code.google.com/p/google-web-toolkit/issues/detail?id=624
>
> It looks like it'll be fixed in GWT 1.6.
>
> --
> Arth
Oh, nevermind, there's already an issue:
http://code.google.com/p/google-web-toolkit/issues/detail?id=624
It looks like it'll be fixed in GWT 1.6.
--
Arthur Kalmenson
On Thu, Dec 18, 2008 at 9:10 AM, Arthur Kalmenson wrote:
> Hmm, do you have problems when you use the browser's back button o
Hmm, do you have problems when you use the browser's back button or is
only a problem when you call History.back() programmatically? I'd file
a bug report in the GWT issue tracker
http://code.google.com/p/google-web-toolkit/issues/list
--
Arthur Kalmenson
On Thu, Dec 18, 2008 at 1:02 AM, Rinku
Can anybody help me to solve this bug ?
On Dec 17, 11:21 am, Rinku wrote:
> Please pay attention to this bug.
>
> The similar bug is reported in this thread
> :-http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> On Dec 16, 3:33 pm, Rinku wrote:
>
> > Hi,
> > I am usin
Please pay attention to this bug.
The similar bug is reported in this thread :-
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/deed65e63d12aea3/f654432e3a2be126?lnk=gst&q=History.back+issue#f654432e3a2be126
On Dec 16, 3:33 pm, Rinku wrote:
> Hi,
> I am using FileUploadWi
Hi,
I am using FileUploadWidget, when ever I am uploading more that one
files with file upload widget, History.back() is not working. It is
not calling onHistoryChanged(String token) method.
If I am using uploading one file from FileUploadWidget then
History.back() is working fine.
What is issue
Just an update, @ works as a prefix, so I will simply use that as a
workaround.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@goog
Well, this one wasn't easy to find. This is GWT 1.5.2 on Windows.
But first the error in itself:
My compiled GWT project has three *.gwt.rpc files. But during the
automated build the two that contain the serialization policy where
simply copies of the first, which simply seems to list things in th
29 matches
Mail list logo