I use FWH 2.7 Build June 2006... and I get activex parameters twice on events.
This doesn't happened with FWH 2.6.
May I change this behaviour?
Thx in advance,
Roberto Parisi
ActiveX parameters
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 116
- Joined: Thu Oct 13, 2005 5:14 pm
- Location: Italy
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 116
- Joined: Thu Oct 13, 2005 5:14 pm
- Location: Italy
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Roberto
The ActiveX events supplied parameters were wrong managed from low level (C++) not from PRG level. Also parameters by reference (BYREF AS ...) were not managed. So you can't fix that changing the PRG class.
We have worked hard to improve the ActiveX support.
The ActiveX events supplied parameters were wrong managed from low level (C++) not from PRG level. Also parameters by reference (BYREF AS ...) were not managed. So you can't fix that changing the PRG class.
We have worked hard to improve the ActiveX support.
Last edited by Antonio Linares on Thu Jul 27, 2006 12:02 pm, edited 1 time in total.
-
- Posts: 116
- Joined: Thu Oct 13, 2005 5:14 pm
- Location: Italy
To be clear:
I buyed FWH27 only for activex events support and my 2 free upgrade months expired on 30/06/2006. In the May version activex events worked but in June version they don't work anymore.
About my fix:
I simply process parameters array deleting invalid elements and passing the right array to the event handler (do you remember the iactivex class i sent you in the past?).
This is not a big problem for now.. I'll buy new fwh version in the future.
Regards
I buyed FWH27 only for activex events support and my 2 free upgrade months expired on 30/06/2006. In the May version activex events worked but in June version they don't work anymore.
About my fix:
I simply process parameters array deleting invalid elements and passing the right array to the event handler (do you remember the iactivex class i sent you in the past?).
This is not a big problem for now.. I'll buy new fwh version in the future.
Regards
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 116
- Joined: Thu Oct 13, 2005 5:14 pm
- Location: Italy