Hi Don,
I purchased the Desktop Version 8, and installed ThinkGeo Product Center into Windows 8, then it worked well. However, I can not log in when I installed Product Center in Windows Vista. I do not why. The attachment is the error snapshot. Thanks very much.
Michael
Log_in_Error.jpg (37.8 KB)
Log In Error in Product Center
Hi Michael,
Thank you for your post. There was an issue with the new Product Center when using with Vista. We have resolved the issue and will be updating our website shortly. In the meantime I’ve sent you an email with the link to retrieve the installer right away. Please let us know if you have any additional questions.
Cheers,
Moritz
Thanks Moritz for your quick response. The new release worked.
Michael
Good to hear it fixed. Any other questions, don’t hesitate to let us know.
Thanks,
Troy
Hi Troy,
Thanks so much.
I had an another labeling issue. I used the below codes to add label for shapefile layer with field “GeoVisits”. Some objects have the labels, and other do not (please see attachment). I did not know why. Thanks for your help.
healthArea.ZoomLevelSet.ZoomLevel01.CustomStyles.Clear();
healthArea.ZoomLevelSet.ZoomLevel01.CustomStyles.Add(AreaStyles.CreateSimpleAreaStyle(fill, pen));
healthArea.ZoomLevelSet.ZoomLevel01.CustomStyles.Add(TextStyles.CreateSimpleTextStyle(“GeoVisits”, “Aerial”, 8.0f, DrawingFontStyles.Regular, new GeoColor(0, 0, 0), new GeoColor(255, 0, 0), 0.5f, 2.0f, 1.0f));
healthArea.ZoomLevelSet.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20;
winformsMap1.Refresh();
Michael
label.jpg (45 KB)
Hi Michael,
Two label rules might affect the result, the below codes can show the differences, please have a try:
TextStyle labelStyles = TextStyles.CreateSimpleTextStyle("GeoVisits", "Aerial", 8.0f, DrawingFontStyles.Regular, new GeoColor(0, 0, 0), new GeoColor(255, 0, 0), 0.5f, 2.0f, 1.0f);
labelStyles.DuplicateRule = LabelDuplicateRule.UnlimitedDuplicateLabels;
labelStyles.OverlappingRule = LabelOverlappingRule.AllowOverlapping;
healthArea.ZoomLevelSet.ZoomLevel01.CustomStyles.Add(labelStyles);
If the issue persists, please let us know.
Thanks,
Troy
Hi Troy,
Your methods solved my problem. Thanks very much,
Michael
Great! More questions, don’t hesitate to let us know.
Thanks,
Troy