Página 1 de 2

Problem with ActiveX component (for Jose Gimenez)

Publicado: Sab Dic 08, 2007 9:25 pm
por Stephan Hennekens
Since latest version (1.8) an ActiveX component (MapObjectsLT) is no longer
working properly. A sample application that demonstrates the problem can be
downloaded from here:
http://www.synbiosys.alterra.nl/download/Mapviewer.zip
If you run the applcation a map appears. Normally one could zoom in
(default), zoom out, or pan the map. This is no longer possible. The problem
is that the MapMouseDown event is no longer fired.
In order to run the application the installation of MapObjectsLT2 is
required. It can downloaded from here:
http://www.esri.com/software/mapobjectslt/download.html
Regards,
Stephan

Problem with ActiveX component (for Jose Gimenez)

Publicado: Jue Dic 13, 2007 8:52 am
por Stephan Hennekens
Jose,
can you please pay attention to this problem. Otherwise I have to stick with
version 1.7.
Regards,
Stephan
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:[email=475afdad@ozsrv2.ozlan.local...]475afdad@ozsrv2.ozlan.local...[/email]
> Since latest version (1.8) an ActiveX component (MapObjectsLT) is no
> longer working properly. A sample application that demonstrates the
> problem can be downloaded from here:
> http://www.synbiosys.alterra.nl/download/Mapviewer.zip
> If you run the applcation a map appears. Normally one could zoom in
> (default), zoom out, or pan the map. This is no longer possible. The
> problem is that the MapMouseDown event is no longer fired.
> In order to run the application the installation of MapObjectsLT2 is
> required. It can downloaded from here:
> http://www.esri.com/software/mapobjectslt/download.html
>
> Regards,
> Stephan
>
>
>

Problem with ActiveX component (for Jose Gimenez)

Publicado: Jue Dic 13, 2007 8:52 am
por Stephan Hennekens
Jose,
can you please pay attention to this problem. Otherwise I have to stick with
version 1.7.
Regards,
Stephan
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:[email=475afdad@ozsrv2.ozlan.local...]475afdad@ozsrv2.ozlan.local...[/email]
> Since latest version (1.8) an ActiveX component (MapObjectsLT) is no
> longer working properly. A sample application that demonstrates the
> problem can be downloaded from here:
> http://www.synbiosys.alterra.nl/download/Mapviewer.zip
> If you run the applcation a map appears. Normally one could zoom in
> (default), zoom out, or pan the map. This is no longer possible. The
> problem is that the MapMouseDown event is no longer fired.
> In order to run the application the installation of MapObjectsLT2 is
> required. It can downloaded from here:
> http://www.esri.com/software/mapobjectslt/download.html
>
> Regards,
> Stephan
>
>
>

Problem with ActiveX component (for Jose Gimenez)

Publicado: Jue Dic 13, 2007 10:14 am
por jfgimenez
Stephan,
> can you please pay attention to this problem. Otherwise I have to stick
> with version 1.7.
Sorry for the delay. I'll try to review it this afternoon.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Jue Dic 13, 2007 10:14 am
por jfgimenez
Stephan,
> can you please pay attention to this problem. Otherwise I have to stick
> with version 1.7.
Sorry for the delay. I'll try to review it this afternoon.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Sab Dic 15, 2007 6:42 am
por Stephan Hennekens
Jose,
It works with version 1.8, IF I replace the ocx.lib with the one from 1.7.
I have also reported this bug on 20 november, shortly after you released an
interim cersion of ocx.lib
Regards,
Stephan
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4760f806@ozsrv2.ozlan.local...]4760f806@ozsrv2.ozlan.local...[/email]
> Stephan,
>
>> can you please pay attention to this problem. Otherwise I have to stick
>> with version 1.7.
>
> Sorry for the delay. I'll try to review it this afternoon.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

Problem with ActiveX component (for Jose Gimenez)

Publicado: Sab Dic 15, 2007 6:42 am
por Stephan Hennekens
Jose,
It works with version 1.8, IF I replace the ocx.lib with the one from 1.7.
I have also reported this bug on 20 november, shortly after you released an
interim cersion of ocx.lib
Regards,
Stephan
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4760f806@ozsrv2.ozlan.local...]4760f806@ozsrv2.ozlan.local...[/email]
> Stephan,
>
>> can you please pay attention to this problem. Otherwise I have to stick
>> with version 1.7.
>
> Sorry for the delay. I'll try to review it this afternoon.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

Problem with ActiveX component (for Jose Gimenez)

Publicado: Lun Dic 17, 2007 9:10 pm
por jfgimenez
Stephan,
sorry for the long delay. Here is the fixed lib:
http://www.xailer.com/files/ocxlib.zip
ITOH, there are several properties and events which are directly supported
since the last version:
- nClrText
- nClrPane
- oFont
- OnClick
- OnDblClick
- OnKeyDown
- OnKeyUp
- OnLButtonDown
- OnMouseMove
- OnLButtonUp
That means that any property or event from the control that behaves the same
will be override by the standard ones. I.e., you were using the event
'MouseDown', but now you have to change it into 'OnLButtonDown'.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Lun Dic 17, 2007 9:10 pm
por jfgimenez
Stephan,
sorry for the long delay. Here is the fixed lib:
http://www.xailer.com/files/ocxlib.zip
ITOH, there are several properties and events which are directly supported
since the last version:
- nClrText
- nClrPane
- oFont
- OnClick
- OnDblClick
- OnKeyDown
- OnKeyUp
- OnLButtonDown
- OnMouseMove
- OnLButtonUp
That means that any property or event from the control that behaves the same
will be override by the standard ones. I.e., you were using the event
'MouseDown', but now you have to change it into 'OnLButtonDown'.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Lun Dic 17, 2007 9:46 pm
por Stephan Hennekens
Thanks a lot Jose,
I will review ASAP
Regards,
Stephan'
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4766d7c7@ozsrv2.ozlan.local...]4766d7c7@ozsrv2.ozlan.local...[/email]
> Stephan,
>
> sorry for the long delay. Here is the fixed lib:
> http://www.xailer.com/files/ocxlib.zip
>
> ITOH, there are several properties and events which are directly supported
> since the last version:
>
> - nClrText
> - nClrPane
> - oFont
> - OnClick
> - OnDblClick
> - OnKeyDown
> - OnKeyUp
> - OnLButtonDown
> - OnMouseMove
> - OnLButtonUp
>
> That means that any property or event from the control that behaves the
> same will be override by the standard ones. I.e., you were using the event
> 'MouseDown', but now you have to change it into 'OnLButtonDown'.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

Problem with ActiveX component (for Jose Gimenez)

Publicado: Lun Dic 17, 2007 9:46 pm
por Stephan Hennekens
Thanks a lot Jose,
I will review ASAP
Regards,
Stephan'
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4766d7c7@ozsrv2.ozlan.local...]4766d7c7@ozsrv2.ozlan.local...[/email]
> Stephan,
>
> sorry for the long delay. Here is the fixed lib:
> http://www.xailer.com/files/ocxlib.zip
>
> ITOH, there are several properties and events which are directly supported
> since the last version:
>
> - nClrText
> - nClrPane
> - oFont
> - OnClick
> - OnDblClick
> - OnKeyDown
> - OnKeyUp
> - OnLButtonDown
> - OnMouseMove
> - OnLButtonUp
>
> That means that any property or event from the control that behaves the
> same will be override by the standard ones. I.e., you were using the event
> 'MouseDown', but now you have to change it into 'OnLButtonDown'.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

Problem with ActiveX component (for Jose Gimenez)

Publicado: Lun Dic 17, 2007 10:00 pm
por Stephan Hennekens
Tested and it works just fine. I have replaced the events according to your
guidelines.
Thanks,
Stephan
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4766d7c7@ozsrv2.ozlan.local...]4766d7c7@ozsrv2.ozlan.local...[/email]
> Stephan,
>
> sorry for the long delay. Here is the fixed lib:
> http://www.xailer.com/files/ocxlib.zip
>
> ITOH, there are several properties and events which are directly supported
> since the last version:
>
> - nClrText
> - nClrPane
> - oFont
> - OnClick
> - OnDblClick
> - OnKeyDown
> - OnKeyUp
> - OnLButtonDown
> - OnMouseMove
> - OnLButtonUp
>
> That means that any property or event from the control that behaves the
> same will be override by the standard ones. I.e., you were using the event
> 'MouseDown', but now you have to change it into 'OnLButtonDown'.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

Problem with ActiveX component (for Jose Gimenez)

Publicado: Lun Dic 17, 2007 10:00 pm
por Stephan Hennekens
Tested and it works just fine. I have replaced the events according to your
guidelines.
Thanks,
Stephan
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4766d7c7@ozsrv2.ozlan.local...]4766d7c7@ozsrv2.ozlan.local...[/email]
> Stephan,
>
> sorry for the long delay. Here is the fixed lib:
> http://www.xailer.com/files/ocxlib.zip
>
> ITOH, there are several properties and events which are directly supported
> since the last version:
>
> - nClrText
> - nClrPane
> - oFont
> - OnClick
> - OnDblClick
> - OnKeyDown
> - OnKeyUp
> - OnLButtonDown
> - OnMouseMove
> - OnLButtonUp
>
> That means that any property or event from the control that behaves the
> same will be override by the standard ones. I.e., you were using the event
> 'MouseDown', but now you have to change it into 'OnLButtonDown'.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 12:16 pm
por Oleg
Jose!
Events in my sample project MSRDPClient (from 'OCX and GPFs' thread
24.10.2007) are still not working with this fixed lib.
Did you try to fix this problem?
Regards, Oleg

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 12:16 pm
por Oleg
Jose!
Events in my sample project MSRDPClient (from 'OCX and GPFs' thread
24.10.2007) are still not working with this fixed lib.
Did you try to fix this problem?
Regards, Oleg

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 12:53 pm
por jfgimenez
Oleg,
> Events in my sample project MSRDPClient (from 'OCX and GPFs' thread
> 24.10.2007) are still not working with this fixed lib.
> Did you try to fix this problem?
Yes, I was fighting this for few hours yesterday without success :-(
I'll try to continue this afternoon.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 12:53 pm
por jfgimenez
Oleg,
> Events in my sample project MSRDPClient (from 'OCX and GPFs' thread
> 24.10.2007) are still not working with this fixed lib.
> Did you try to fix this problem?
Yes, I was fighting this for few hours yesterday without success :-(
I'll try to continue this afternoon.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 1:49 pm
por Oleg
Jose!
>> Events in my sample project MSRDPClient (from 'OCX and GPFs' thread
>> 24.10.2007) are still not working with this fixed lib.
>> Did you try to fix this problem?
>
> Yes, I was fighting this for few hours yesterday without success :-(
>
> I'll try to continue this afternoon.
Sorry to hear this. I'd like to help you but do not know how. Some times ago
I had tried to adapt Freewin OCX support to Xailer.
I was able to make MSRDPClient's events working, but some other OCX's worked
with GPFs. Maybe you will take a look at this code
(see attached project) and it will be helpfull.
Regards, Oleg


Attached files rdp_freewin_ocx.zip (12.3 KB)Â

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 1:49 pm
por Oleg
Jose!
>> Events in my sample project MSRDPClient (from 'OCX and GPFs' thread
>> 24.10.2007) are still not working with this fixed lib.
>> Did you try to fix this problem?
>
> Yes, I was fighting this for few hours yesterday without success :-(
>
> I'll try to continue this afternoon.
Sorry to hear this. I'd like to help you but do not know how. Some times ago
I had tried to adapt Freewin OCX support to Xailer.
I was able to make MSRDPClient's events working, but some other OCX's worked
with GPFs. Maybe you will take a look at this code
(see attached project) and it will be helpfull.
Regards, Oleg


Attached files rdp_freewin_ocx.zip (12.3 KB)Â

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 1:52 pm
por Oleg
Jose!
>> Events in my sample project MSRDPClient (from 'OCX and GPFs' thread
>> 24.10.2007) are still not working with this fixed lib.
>> Did you try to fix this problem?
>
> Yes, I was fighting this for few hours yesterday without success :-(
>
> I'll try to continue this afternoon.
Sorry to hear this. I'd like to help you but do not know how. Some times ago
I had tried to adapt Freewin OCX support to Xailer.
I was able to make MSRDPClient's events working, but some other OCX's worked
with GPFs. Maybe you will take a look at this code
(see attached project) and it will be helpfull.
Regards, Oleg


Attached files rdp_freewin_ocx.zip (12.3 KB)Â

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 1:52 pm
por Oleg
Jose!
>> Events in my sample project MSRDPClient (from 'OCX and GPFs' thread
>> 24.10.2007) are still not working with this fixed lib.
>> Did you try to fix this problem?
>
> Yes, I was fighting this for few hours yesterday without success :-(
>
> I'll try to continue this afternoon.
Sorry to hear this. I'd like to help you but do not know how. Some times ago
I had tried to adapt Freewin OCX support to Xailer.
I was able to make MSRDPClient's events working, but some other OCX's worked
with GPFs. Maybe you will take a look at this code
(see attached project) and it will be helpfull.
Regards, Oleg


Attached files rdp_freewin_ocx.zip (12.3 KB)Â

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 6:17 pm
por jfgimenez
Oleg,
> Sorry to hear this. I'd like to help you but do not know how. Some times
> ago
> I had tried to adapt Freewin OCX support to Xailer.
> I was able to make MSRDPClient's events working, but some other OCX's
> worked
> with GPFs. Maybe you will take a look at this code
> (see attached project) and it will be helpfull.
Thanks, but this code is using the ATL libraries to support OCX. Xailer
doesn't need any external library to do it, and we would like to keep it so.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mar Dic 18, 2007 6:17 pm
por jfgimenez
Oleg,
> Sorry to hear this. I'd like to help you but do not know how. Some times
> ago
> I had tried to adapt Freewin OCX support to Xailer.
> I was able to make MSRDPClient's events working, but some other OCX's
> worked
> with GPFs. Maybe you will take a look at this code
> (see attached project) and it will be helpfull.
Thanks, but this code is using the ATL libraries to support OCX. Xailer
doesn't need any external library to do it, and we would like to keep it so.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mié Dic 19, 2007 10:55 am
por jfgimenez
Oleg,
Good news! I belive that the problem is fixed now ;-)
Please, test this lib: http://www.xailer.com/files/ocxlib.zip (check that
the lib is dated 12-19-2007 10:46)
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Problem with ActiveX component (for Jose Gimenez)

Publicado: Mié Dic 19, 2007 10:55 am
por jfgimenez
Oleg,
Good news! I belive that the problem is fixed now ;-)
Please, test this lib: http://www.xailer.com/files/ocxlib.zip (check that
the lib is dated 12-19-2007 10:46)
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info