windrobin / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 1 forks source link

Cant load 2 kml file simultaneously #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. if i load 1st KML file in this application its work but after that if i can 
load another KML file then 1st KML file revome from KML tree, (for load KML 
file i can use open Dialog Box)

2. Please provide the Source code of a) KmlTreeView.cs
                                     b) KmlTreeView.Designer.cs
                                     c) KmlTreeViewresx

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Test application 7

Please provide any additional information below.

Original issue reported on code.google.com by a...@forensicsguru.com on 13 Oct 2012 at 12:17

GoogleCodeExporter commented 9 years ago
Hi,

This is by design in the test application. If you wish to use the library to 
load multiple KML files for your application then this can be achieved quite 
easily.

Thanks,

Fraser

Original comment by fraser.c...@gmail.com on 18 Nov 2012 at 7:06

GoogleCodeExporter commented 9 years ago
Thanks Sir for reply

But my issue is that. in your application. I have add a open Dialog box for
open a file. if I open 1st kml file then it will work properly. But after
that next KML file open then whole page refresh and 1st open file is
destroy. and 2nd file is open ( so my issue is that if I open 2nd kml file
then we can see 1st and 2nd KML file Simultaneously and 1st kml file is on D
drive and 2nd kml file on DesKtop)  

Thanks in Advance............

Original comment by a...@forensicsguru.com on 20 Nov 2012 at 5:03

GoogleCodeExporter commented 9 years ago
Are you talking about the test application? This is just to show an example of 
the control library, it isn't a fully functional application or anything.

If you are having a problem with the control library can you post the code that 
is causing the issue. 

Thanks

Original comment by fraser.c...@gmail.com on 9 Dec 2012 at 9:29

GoogleCodeExporter commented 9 years ago
Thanks for your valuable Response  

1. if i load 1st KML file in this application its work but after that if i can 
load another KML file then 1st KML file remove from KML tree, (for load KML 
file i can use open Dialog Box) so my issue is if i open 2nd file 1st open kml 
remove but i want 1st and 2nd both kml file.

for your convenience I have sample source code 

Please find attachment

Original comment by a...@forensicsguru.com on 13 Dec 2012 at 11:44

Attachments:

GoogleCodeExporter commented 9 years ago
I don't know how else to put this - the "Test Application" is just a quick test 
of the control library - if you want an application that loads multiple Kml 
files locally then write one. 

In the code you sent the reason the plugin reloads is that you call 
"this.geWebBrowser1.LoadEmbeddedPlugin();" multiple times. 

Please, don't post here again asking about modifying the test application - 
this area is for bug reports and feature requests for the control library. It 
is not for general help with programming. 

Thanks

Original comment by fraser.c...@gmail.com on 14 Dec 2012 at 4:45

GoogleCodeExporter commented 9 years ago

Original comment by fraser.c...@gmail.com on 19 Jul 2013 at 8:47