Thursday, May 29, 2014

blank page and mystic error in IE8

Hi,

my app does not show anything in IE8. Instead, a mystic error is reported (see below).

Another app, which was created the same way, works fine.

I also set the google compiler to "Detailed", but the error message keeps the same.

Can you help?

Thanks
Magnus



Details zum Fehler auf der Webseite

Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Zeitstempel: Thu, 29 May 2014 08:51:35 UTC


Meldung: 'undefined' ist Null oder kein Objekt
Zeile: 220289541
Zeichen: 3
Code: 0
URI: http://www.schachgalaxis.de/mcs/index.html

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Re: Add Scroll Handler to DataGrid (GWT 2.4)

Check this link ;)
http://stackoverflow.com/questions/11997130/lazy-load-data-in-a-gwt-datagrid

On Thursday, September 22, 2011 5:35:01 AM UTC+3:30, TheSultan wrote:
I need to add a ScrollHandler to the body of a DataGrid. I've tried
the following:



dataGrid.addHandler(new ScrollHandler() {

                @Override
                public void onScroll(ScrollEvent event) {
                        Window.alert("yes!!");

                }
        }, ScrollEvent.getType());

but it's not working.
Any ideas?
Thanks!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Wednesday, May 28, 2014

Re: CellTree: Changing the default "no data" message for empty nodes

Thanks Thomas for the reply...

On Wednesday, 28 May 2014 20:52:00 UTC+5:30, Thomas Broyer wrote:


On Wednesday, May 28, 2014 3:30:42 PM UTC+2, bhargavi sarang wrote:
Hi Thomas
 I am using 2.5.1 GWT version. I would like to modify the Empty message in cell tree. If it has been fixed can you please let me know what the fix and how do I modify the hard-coded message. Any help will be greatly appreciated.

There's a CellTree.CellTreeMessages interface with the constants. It's standard GWT I18N so you can provide translations the usual ways. You can also extend (or even implement) the interface and pass an instance to the CellTree constructor.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Re: GWT 2.7.0 Release Date

Great is JSInterop still included?

Oh forgot about the new SNAPSHOT build. Its a nightly build from source so yes it has initial JSInterop support included.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Re: GWT 2.7.0 Release Date

Will MGWT be working with GWT 2.7.0?


Am Donnerstag, 29. Mai 2014 01:16:08 UTC+2 schrieb confile:
Great is JSInterop still included?


Am Donnerstag, 29. Mai 2014 00:40:43 UTC+2 schrieb Thomas Broyer:
No need to build from source actually. Nightlies are deployed to Sonatype OSS as 2.7.0-SNAPSHOT in repo https://oss.sonatype.org/content/repositories/google-snapshots/

On Wednesday, May 28, 2014 7:17:22 PM UTC+2, Jens wrote:
Build GWT from source if you want to play around with it. You need to:

1.) mkdir gwt && cd gwt
2.) git clone https://gwt.googlesource.com/gwt trunk
3.) svn checkout http://google-web-toolkit.googlecode.com/svn/tools tools
4.) cd trunk && ant dist-dev

This builds GWT without samples and you can then find it in trunk/build/dist/gwt-0.0.0.zip. Unzip it to a location of your choice and then add the GWT SDK to Eclipse in the Eclipse settings.

Release is targeted around Google IO 2014 which is at the end of June. But personally I would expect it to be released mid/end July.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Re: GWT 2.7.0 Release Date

Great is JSInterop still included?


Am Donnerstag, 29. Mai 2014 00:40:43 UTC+2 schrieb Thomas Broyer:
No need to build from source actually. Nightlies are deployed to Sonatype OSS as 2.7.0-SNAPSHOT in repo https://oss.sonatype.org/content/repositories/google-snapshots/

On Wednesday, May 28, 2014 7:17:22 PM UTC+2, Jens wrote:
Build GWT from source if you want to play around with it. You need to:

1.) mkdir gwt && cd gwt
2.) git clone https://gwt.googlesource.com/gwt trunk
3.) svn checkout http://google-web-toolkit.googlecode.com/svn/tools tools
4.) cd trunk && ant dist-dev

This builds GWT without samples and you can then find it in trunk/build/dist/gwt-0.0.0.zip. Unzip it to a location of your choice and then add the GWT SDK to Eclipse in the Eclipse settings.

Release is targeted around Google IO 2014 which is at the end of June. But personally I would expect it to be released mid/end July.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Border guards clash with armed men from Russia; one severely wounded, vehic...

     
gwt,
Here's what's trending on Twitter this week.
  gwt
     

MFA of Ukraine @MFA_Ukraine

#Russia must stop sending their terrorists to #Ukraine. World must react now and stand firm #UnitedforUkraine kyivpost.com/content/ukrain…

27 May

Border guards clash with armed men from Russia; one severely wounded, vehicles seized (UPDATES)

Ukrainian border guards at 3:40 a.m. on May 27 captured a van and two passenger cars filled with an assortment of arms that illegally crossed into Luhansk Oblast from Russia and which was part of a larger column of…

2

Related tweets

MFA of Ukraine @MFA_Ukraine

Андрій Олефіров: Повернення до нормальних відносин з Москвою можливе лише за умови повернення Криму glavcom.ua/articles/19778…

27 May

Андрій Олефіров: Повернення до нормальних відносин з Москвою можливе лише умови повернення Криму

Після перемоги революції і підписання Україною політичної частини угоди про асоціацію з ЄС робота з лібералізації візового режиму України з ЄС пішла веселіше. Те, що гальмувалося з 2010 року, сьогодні втілюється у життя…

Geoffrey Pyatt @GeoffPyatt

"We believe that the Ukrainian government is acting within its rights." CNBC via @Bloomberg bloomberg.com/news/2014-05-2…

27 May

Ukraine Forces Inflict Rebel Losses After Poroshenko Win

Ukraine's government said it inflicted "significant" losses on pro-Russian rebels and retook a major eastern airport a day after President-elect Petro Poroshenko vowed to wipe out the separatists.

Чемпионат @championat

Официальное заявление ХК «Донбасс» по поводу ограбления и поджога арены «Дружба»
championat.com/hockey/news-18… pic.twitter.com/ETvfYrfTBv

27 May

ХК «Донбасс» выступил с заявлением по поводу ограбления и поджога арены «Дружба»

ХК «Донбасс» на своём официальном сайте выступил с заявлением по поводу ограбления и поджога арены «Дружба». «В ночь с 26 на 27 мая вооружённые люди ворвались в арену „Дружба", связали охрану, вынесли оргтехнику…

Reincarnation. @TukvaSociopat

Макс.Репост! "@ChechenCenter Абхазия ВОССТАЛА ПРОТИВ ЧЕКИСТОВ! ВСТАВАЙ, ЧЕЧНЯ, ДАГЕСТАН, ИНГУШЕТИЯ!!! РЕФЕРЕНДУМЫ!!! pic.twitter.com/lm5bLngtqf"

27 May

1

Retweet

olexander scherba @olex_scherba

Ukr civilians Pavlo Yurov & Denys Gryshchuk since 1 mon in captivity. I suggest we pick up #saveourguys initiative. pic.twitter.com/4Ke6Kjq2p3

27 May

1

Retweet

Azad Safarov @safarov_

чому б не поставити веб-камери на всіх прикордонних пунктах з рашею. хай світ побачить, як від їх країни їдуть до нас терористи на камазах

27 May

1

Retweet

Хуёвый Донецк @Hy_Donetsk

В связи с обострением ситуации в Абхазии, госзаказ РФ на кадыровских баранов был увеличен вдвое.

#абхазия

27 May

1

Retweet

Don't miss out. Stay up to date on what's happening.
Go to Twitter