New Post: How to set Categories by CellValue in 2 Field ?
Hi Paul. Thank you for your help & Thank you for try to understand my English language. 555
View ArticleNew Post: How to set Categories by CellValue in 2 Field ?
I just saw my last line was in a big fat font, sorry for that. I didn't mean to shout ;) I sometimes forget codeplex is using some specific characters to alter the style. For big bold font this is --...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
If you saw this reply before I changed it, please disregard. So let me make sure I understand. You are saying that the location of the built exe within the file system is determining whether or not the...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
Hi Brad, Yes the location from which is run the application changes the behaviour, by debuging MapWinGis we have found that a temporary file is created in the working directory, i.e. the directory from...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
I understand now. Thanks for explaining with so much detail. You are correct. We should not be trying to create the temporary file in the current working directory. I think we could use a combination...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
I filled it in the codeplex issue tracker recently (http://mapwingis.codeplex.com/workitem/24005) i don't know if it's the place you meant. The functions you mention should do the trick.
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
I understand now. Thanks for explaining with so much detail. You are correct. We should not be trying to create the temporary file in the current working directory. I think we could use a combination...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
I understand now. Thanks for explaining with so much detail. You are correct. We should not be trying to create the temporary file in the current working directory. I think we could use a combination...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
By the way, _getcwd function is used in some other places ( grid management if i remember well). Maybe it it worth replacing it everywhere in the code ...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
Yep, you are correct again. There are a few places where _getcwd is correct, but any place that we are trying to get a temporary file should not use _getcwd. I will try to have a fix for this soon....
View ArticleSource code checked in, #71403
When trying to find a temporary file name, a call to GetTempPath is used to ensure the current user will have access to the temporary directory.
View ArticleNew Post: Is Something Wrong with OnDrawBackBuffer?
Hi, I'm using MapWinGis.ocx 4.8.6 32bit(my OS Win7 64bit) in my c# Winform Project, I use OnDrawBackBuffer in order to use graphic.Draw(... of .net in such step, the axMap's behavior is Strange!Open my...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
Brad has made a fix and I have just committed new binaries. Read this post how to get the latest binaries: http://www.mapwindow.org/phorum/read.php?4,24284,24383#msg-24383 Let us know if this is fixing...
View ArticleCommented Issue: Cannot create attribute table if application working...
When mapwingis application is run from a directory where it doesn't have write permission, e.g. program Files in seven or vista when uac is enabled, or any other unwritable directory, then creating a...
View ArticleNew Post: Problem with display image insted of point.
Hi all I have problem again.I use code below(see line 2.) to display image insted of point. ct = sfDepth.Categories.Add("d3") ct.Expression = "[HIGHT] = 20 " ct.DrawingOptions.PointType =...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
Hi, Great, we have checked with the ocx and the problem doesn't appears anymore. Thanks for your help ! Pierre
View ArticleNew Post: Problem with display image insted of point.
Try this: ct.Expression = "[COLOR] = \"green\""
View ArticleNew Post: Problem with display image insted of point.
Hi heste015 It's not work !!! I am use VB.NET 2010 + Mapwingis4.8 How can I do ??? Please.
View ArticleNew Post: Problem with display image insted of point.
Hi all I found how to solve it. In vb.net have to use double quote (") instede of backslash(). Then in vb.net have to use "[COLOR] = ""green""" .
View ArticleNew Post: Problem with display image insted of point.
Ah, I see. I should have paid more attention to the syntax of your code. I was thinking C# :) Glad you got it working. Brad
View Article