Re: Ignore place change on bookmark click

2014-10-08 Thread samo
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

Re: Exception-undefined is not a function(While adding anchor to htmlpanel)

2014-10-08 Thread Thomas Broyer
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

Re: GWT project not picking the css and images from some other GWT maven project added as dependency?

2014-10-08 Thread Joseph Lust
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"

Re: How GWT Compiler adds the default theme content to war?

2014-10-08 Thread Jens
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".

Re: New Widget: Window Panel (minimize, maximize/restore, close, resize)

2014-10-08 Thread Mohammed Sameen
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

How GWT Compiler adds the default theme content to war?

2014-10-08 Thread Mohammed Sameen
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

GWT project not picking the css and images from some other GWT maven project added as dependency?

2014-10-08 Thread Mohammed Sameen
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

Re: Exception-undefined is not a function(While adding anchor to htmlpanel)

2014-10-08 Thread Mohammed Sameen
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 > >

Re: Exception-undefined is not a function(While adding anchor to htmlpanel)

2014-10-08 Thread Naveen Ng
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

Re: Exception-undefined is not a function(While adding anchor to htmlpanel)

2014-10-08 Thread Mohammed Sameen
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

Re: Exception-undefined is not a function(While adding anchor to htmlpanel)

2014-10-08 Thread Thomas Broyer
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

Re: Attaching Source Maps when injecting external java script file

2014-10-08 Thread Thomas Broyer
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