The solution was to modify the DefaultHistorian by overriding
addValueChangeHanlder. I was then able to inspect the value change event
before passing it along to the PlaceHistoryHandler.
PlaceHistoryHandler historyHandler=new PlaceHistoryHandler(
getPlaceHistoryMapper(),getHistorian());
public H
On Wednesday, October 8, 2014 12:48:50 PM UTC+2, Mohammed Sameen wrote:
>
> Thanks Thomas,But i cant upgrade to GWT 2.7 right now i am using 2.6.Is
> there any other way?
>
Super Dev Mode exists since 2.5, it's just easier to use (and faster!) with
2.7 than in previous versions.
To get the "ea
Don't depend on resources in the *public/* directory. Use resource bundles
and all downstream consumers of your library won't have a problem with
resources. They will just flow right through.
Joe
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit"
GWT has the concept of public resources. In your GWT module you can use
to define a folder that contains public resources.
There resources will be copied by GWT to your module output directory, e.g.
war/app/. By default GWT assumes a public resource folder named "public",
similar to "client".
Hi Jeo,good work but its not giving responsiveness..
On Thursday, December 3, 2009 3:32:37 PM UTC+5:30, Joe wrote:
>
> Hello everyone,
>
> please check out this new widget I have built called: WindowPanel.
>
> It extends DialogBox widget and it contains no JSNI code.
>
> It has 4 functionalitie
Hi,
Can one explain me how GWT Compiler add the (Standard,Chrome,Dark)default
theme content(Static content) to the war directory If we Compiles the GWT
Project?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this gro
Hi,
I have created my Widget Library using GWT as Maven Project.On top of that
i am applying Some CSS and Images to get responsiveness that has injected
using ClientBundle.When i add this dependency project in some other project
its unable to load the Images from my Widget Library.How to Solve t
Thanks Naveen,But its not throwing nullpointer exception i checked that
also anchor is intialized its not holding null value..
On Wednesday, October 8, 2014 11:42:29 AM UTC+5:30, Mohammed Sameen wrote:
>
> Hi,
> I am getting exception while adding the Anchor to HTMLPanel,Below is the
> code
>
>
Hi..
Since anchor is global variable, and you are trying to remove the parent
widget means (panel) so anchor reference will also remove from the parent
and the reference will be setting as null, when you call the createPanel()
method second time, anchor reference will be null, so panel.add(ancho
Thanks Thomas,But i cant upgrade to GWT 2.7 right now i am using 2.6.Is
there any other way?
On Wednesday, October 8, 2014 11:42:29 AM UTC+5:30, Mohammed Sameen wrote:
>
> Hi,
> I am getting exception while adding the Anchor to HTMLPanel,Below is the
> code
>
>
> private HTMLPanel panel;
> priva
There might have been an error injecting the JSNI into the page.
I'd strongly suggest you try Super Dev Mode (this will be the default in
GWT 2.7; I'd suggest you try 2.7.0-SNAPSHOT, JARs are available from
https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/
, the very
On Wednesday, October 8, 2014 4:31:45 AM UTC+2, Milan Cvejic wrote:
>
> Actual problem is using minified version of jQuery library that is hosted
> on some other servers (eg. google) and I can not change that.
>
> Therefore I am asking is there any way to make GWT to include source maps
> when
12 matches
Mail list logo