ThinkGeo.com    |     Documentation    |     Premium Support

Problems with Publishing/Printing Page

 We are having a few issues with the ThinkGeo publishing component and would like some advice please.  These issues are outlined below: -


1) Whenever we go into the publishing tool it seems to reverse order our layers - giving us items that suddenly become hidden behind other layers.  This only seems to happen with linear layers.


2) Zooming in and Out/ scrolling need to be done via the ribbon as oppossed to the map control, this is very clunky and counter intuitive when compared to the normal map window.  Also when zooming in/out or scrolling it takes some time for the action to be completed and seems unresponsive.


3) Following on from the last point, when selecting other items or trying to refresh frame sizes this can also become clunky and unresponsive.


4) When going into the publishing tool it changes from being a vector image to a raster, as the lines become very blurred and the whole screen does not look sharp at all.


5) When resizing a frame you have to zoom in out for the frame to update, please can this happen automatically.


Thanks, Benjy



Hi Ben,


Thanks for your suggestions. actually, our printer preview is similar to “Printer Preview” of Microsoft Office, just as known, once we click the “Print” and export what we would like to print into “Printer Preview”, it doesn’t allow us to do any changes to the content, we just can zoom in/out to check the content. In our Map control, the “map” shown in the “Printer Preview” is actually an image exported from Map control, we can zoom in/out using mouse wheel to check the detail and shouldn’t change the content. To be convenience, the “Zoom In” and “Zoom Out” button are provided in the sample to change the map image. Hope my explanation is clear, following is the answer for your questions:


About the first question, I am sorry to say that the problem didn’t show up on our end and would you please tell us more about what linear layers refer to for a further test?


About the second question, just as I mentioned, it’s an image. When scroll mouse we just amplify or minify the image, and only when using a ribbon we will change another image.


About the third question, I think this could be explained together with question Five, when we resize the frame we just amplify or minify the image.


About the forth question, the printing page in fact is an image not a vector image so when will amplify it will blur.


 


Hope it helps,


Johnny


 



Hi Johnny, 
  
 I loaded two layers one Line and the other one point. the problem is that when we going to publishing tool it always show the Line layer on the top of point layer although their position on MapPrinterLayer can be reverease. 
  
 Regards, 
 Ben

Hi Ben, 
  
 It turns out to be a bug, we have fixed it, would you please get the latest version 7.0.0.59 or 7.0.59.0(still in build will be available in hours) and try it again. 
  
 if you have any more question , please feel free to let us know. 
  
 Best Regards 
  
 Summer

Hi Ben, 
  
 It turns out to be a bug, we have fixed it, would you please get the latest version 7.0.0.59 or 7.0.59.0(still in build will be available in hours) and try it again. 
  
 if you have any more question , please feel free to let us know. 
  
 Best Regards 
  
 Summer

Hi Summer,



I think it still exists. control version is 7.0.59.0



please check the attachment.



Regards,
Ben

002_Capture.JPG (55 KB)

Hi Ben,  
  
 A higher Drawing Level for the point style should be needed with following code: 
 PointStyle pointStyle = new PointStyle(PointSymbolType.Circle, new GeoSolidBrush(GeoColor.SimpleColors.Green), 10); 
 pointStyle.DrawingLevel = DrawingLevel.LevelFour; 
  
 please try it again and let us know if it works. 
  
 Thanks. 
  
 Summer

Hi,



It make the problem reverse, I mean now the point is always on top which you may not want it. the thing we want is same order of main view.



Please check the attachments.



Regards,
Ben

Publish_Problem_2.png (39.6 KB)

Hi Ben, 
  
 Sorry for the invonvenience, we have fixed it. now it should be "same order of main view" would you please get the latest version 7.0.64.0 or 7.0.0.64(still in build will be available in hours) and try it again? And following code from previous reply is not neccesarry now: 
  
 PointStyle pointStyle = new PointStyle(PointSymbolType.Circle, new GeoSolidBrush(GeoColor.SimpleColors.Green), 10);  
 pointStyle.DrawingLevel = DrawingLevel.LevelFour;  
  
 Hope it helps 
  
 Summer