-
1 Oct 2010 11:22 AM #1
Google Maps
Google Maps
getting these errors in my console:
Cannot call method 'bringToFront' of undefined
GMap2 is not defined
I am just trying to get a window up showing google maps using v3
Im literally just using the examples to start with, just to get v3 working initially, the first block is where the console is showiing me th gmap2 errorCode:Ext.ux.GMapPanel.superclass.afterRender.call(this); if (this.gmapType === 'map'){ this.gmap = new GMap2(this.body.dom); }
this is where the bringtofront undefined is, but that ext-all-debug.js file so I dont know why im having trouble with that.Code:toFront : function(e){ if(this.manager.bringToFront(this)){ if(!e || !e.getTarget().focus){ this.focus(); } } return this; },
any advice is appreciated,
GamerDanger Zone!
-
1 Oct 2010 11:50 AM #2
figured out so nm
Danger Zone!
Similar Threads
-
dialogbox and google maps
By rizla in forum Ext GWT: Help & Discussion (1.x)Replies: 10Last Post: 10 Dec 2008, 9:43 AM -
Google Maps issue
By arthurakay in forum Ext 2.x: Help & DiscussionReplies: 6Last Post: 8 Oct 2008, 6:48 AM -
Forms and Google maps
By pdchapin in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 14 Aug 2008, 11:28 AM -
[Desktop 2.0] Live-Maps / Google-Maps Module v0.1
By franckxx in forum Community DiscussionReplies: 10Last Post: 22 Mar 2008, 1:00 AM -
Ext.get and Google Maps
By johnnycannuk in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 10 Aug 2007, 9:55 AM


Reply With Quote