[Google Maps API v3] Re: Not full map in jquery dialog

2010-07-14 Thread Marx Tseng
Now everything looks perfect, I do not know that your problem?


On 7月14日, 上午3時37分, Mark Young  wrote:
> Hello... I was having a similar problem on my page 
> athttp://www.hamilton-classics.com/new/admin/events.php?dothis=add.  I
> seem to have it working now until I set the dialog to " autoOpen:
> false ".  Now its showing grey tiles.
>
> Can anyone help?
>
> Thanks.
>
> Mark Young
>
> On 13 July 2010 05:46, Marx Zeng  wrote:
>
>
>
> > Tty this.
> >http://marx-tseng.appspot.com/maps/Map_In_jQuery_Dialog.html
>
> > jquery dialog will be left blank default content around, so I can not
> > completely fill the entire dialog
>
> > On 7月13日, 上午4時41分, phiLipdexTer  wrote:
> >> Hey all,
> >> I'm using a jquery dialog to show a map. Here are my current results.
> >> img594(dot)imageshack(dot)us/img594/7151/33241051.png
> >> When I take it out of the dialog I don't have the problem so I think
> >> the issue is that it's in the dialog ,,, I think.
> >> When I try to move the map around I can get it to fill the full
> >> dialog, but when I move the tile just outside it clears and all I get
> >> is grey until I move it around. In short,, I cannot move the map too
> >> far without having most of the tiles on the right hand side grey.
> >> Thanks
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google Maps JavaScript API v3" group.
> > To post to this group, send email to google-maps-js-api...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-maps-js-api-v3+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-maps-js-api-v3?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: Not full map in jquery dialog

2010-07-13 Thread Mark Young
Hello... I was having a similar problem on my page at
http://www.hamilton-classics.com/new/admin/events.php?dothis=add .  I
seem to have it working now until I set the dialog to " autoOpen:
false ".  Now its showing grey tiles.

Can anyone help?

Thanks.

Mark Young

On 13 July 2010 05:46, Marx Zeng  wrote:
> Tty this.
> http://marx-tseng.appspot.com/maps/Map_In_jQuery_Dialog.html
>
> jquery dialog will be left blank default content around, so I can not
> completely fill the entire dialog
>
> On 7月13日, 上午4時41分, phiLipdexTer  wrote:
>> Hey all,
>> I'm using a jquery dialog to show a map. Here are my current results.
>> img594(dot)imageshack(dot)us/img594/7151/33241051.png
>> When I take it out of the dialog I don't have the problem so I think
>> the issue is that it's in the dialog ,,, I think.
>> When I try to move the map around I can get it to fill the full
>> dialog, but when I move the tile just outside it clears and all I get
>> is grey until I move it around. In short,, I cannot move the map too
>> far without having most of the tiles on the right hand side grey.
>> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to google-maps-js-api...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Not full map in jquery dialog

2010-07-12 Thread Marx Zeng
Tty this.
http://marx-tseng.appspot.com/maps/Map_In_jQuery_Dialog.html

jquery dialog will be left blank default content around, so I can not
completely fill the entire dialog

On 7月13日, 上午4時41分, phiLipdexTer  wrote:
> Hey all,
> I'm using a jquery dialog to show a map. Here are my current results.
> img594(dot)imageshack(dot)us/img594/7151/33241051.png
> When I take it out of the dialog I don't have the problem so I think
> the issue is that it's in the dialog ,,, I think.
> When I try to move the map around I can get it to fill the full
> dialog, but when I move the tile just outside it clears and all I get
> is grey until I move it around. In short,, I cannot move the map too
> far without having most of the tiles on the right hand side grey.
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Not full map in jquery dialog

2010-07-12 Thread Chad Killingsworth
It looks like a resize problem. Make sure that the map div has well
defined sizes BEFORE you construct the map object. If that's not
possible, you'll need to trigger the map resize event when you show
your dialog.

Other than that, you'll need to give us a link to your site.

Chad Killingsworth

On Jul 12, 3:41 pm, phiLipdexTer  wrote:
> Hey all,
> I'm using a jquery dialog to show a map. Here are my current results.
> img594(dot)imageshack(dot)us/img594/7151/33241051.png
> When I take it out of the dialog I don't have the problem so I think
> the issue is that it's in the dialog ,,, I think.
> When I try to move the map around I can get it to fill the full
> dialog, but when I move the tile just outside it clears and all I get
> is grey until I move it around. In short,, I cannot move the map too
> far without having most of the tiles on the right hand side grey.
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.