Página 1 de 1

IE in Xailer form via OCX ... HTML form TAB key problem

Publicado: Vie May 28, 2010 1:04 pm
por ChrisGillard
Hi,
I am using IE in a Xailer application via OCX based on code in Xailer
TestOcx sample.( Xailer 2.000 March 2009 )
All works very well except when viewing an HTML FORM ..... the TAB key does
not move to the next field on the HTML FORM.
I suspect the TAB keys are being used in the Xailer app and not being passed
to the IE component.
Attached is an image showing the application and the form on the screen.
Some ideas on how to get the TAB key into the IE component would be
appreciated.
Regards
Chris


Attached files

IE in Xailer form via OCX ... HTML form TAB key problem

Publicado: Mié Jun 02, 2010 3:25 pm
por ChrisGillard
Hi,
Have attached a very simple html page that does not work with the TAB key
from within the Xailer OCX IE wrapper.
Any thoughts on this one?
Chris
"Chris Gillard" <chris@bluesquare.co.uk> wrote in message
news:4bffa340$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi,
>
> I am using IE in a Xailer application via OCX based on code in Xailer
> TestOcx sample.( Xailer 2.000 March 2009 )
>
> All works very well except when viewing an HTML FORM ..... the TAB key
> does
> not move to the next field on the HTML FORM.
>
> I suspect the TAB keys are being used in the Xailer app and not being
> passed
> to the IE component.
>
> Attached is an image showing the application and the form on the screen.
>
> Some ideas on how to get the TAB key into the IE component would be
> appreciated.
>
> Regards
>
> Chris
>
>
>


Attached files Form_Test.HTM (1.3 KB)Â

IE in Xailer form via OCX ... HTML form TAB key problem

Publicado: Jue Jun 03, 2010 10:06 am
por Oleg
Hello!
This problem is very similar to the problems described in thread 'About OCX
class'
(02.05.2009) in this newsgroup. The problem is not yet closed.
Regards, Oleg

IE in Xailer form via OCX ... HTML form TAB key problem

Publicado: Jue Jun 03, 2010 10:29 pm
por ChrisGillard
Oleg,
I have read your thread in May about key & mouseevents and tOcx .... it does
sound like its the same problem.
I do hope Xailer coan fix this as I am very keen to wrap an IE Browser in a
Xailer app.
Thanks for your input.
Maybe Xailer could comment please ??
Chris
"Oleg" <info [at] cluster.samara.ru> wrote in message
news:[email=4c076289@svctag-j7w3v3j....]4c076289@svctag-j7w3v3j....[/email]
> Hello!
>
> This problem is very similar to the problems described in thread 'About
> OCX class'
> (02.05.2009) in this newsgroup. The problem is not yet closed.
>
> Regards, Oleg
>

IE in Xailer form via OCX ... HTML form TAB key problem

Publicado: Lun Jun 07, 2010 2:33 pm
por jfgimenez
Chris, Oleg,
after 3 days of hard work (sic!), I've just get the first results. At least,
I have a working sample where tab and del keys are working fine in the
webbrowser control ;-)
Now I need to cleanup the code and test it with others OCX. I hope it'll be
done in a couple of days.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

IE in Xailer form via OCX ... HTML form TAB key problem

Publicado: Lun Jun 07, 2010 5:36 pm
por ChrisGillard
Jose,
Thank you for giving this so much time.
I will certainly find it very useful, I'm sure others will too.
Thanks again.
Chris
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4c0ce708@svctag-j7w3v3j....]4c0ce708@svctag-j7w3v3j....[/email]
> Chris, Oleg,
>
> after 3 days of hard work (sic!), I've just get the first results. At
> least, I have a working sample where tab and del keys are working fine in
> the webbrowser control ;-)
>
> Now I need to cleanup the code and test it with others OCX. I hope it'll
> be done in a couple of days.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info

IE in Xailer form via OCX ... HTML form TAB key problem

Publicado: Mar Jun 08, 2010 8:18 am
por Oleg
Jose!
> after 3 days of hard work (sic!), I've just get the first results. At
> least, I have a working sample where tab and del keys are working fine in
> the webbrowser control ;-)
>
> Now I need to cleanup the code and test it with others OCX. I hope it'll
> be done in a couple of days.
Great news! And thank you for hard work. I will wait to test it.
Regards, Oleg

IE in Xailer form via OCX ... HTML form TAB key problem

Publicado: Jue Jun 10, 2010 9:07 am
por Oleg
Jose!
I tested this updated ocx.lib with my small samples that did not work
before: MSFlexGrid OCX, MS ListView OCX, Windows Media Player OCX.

It seems that all is working fine now. These OCX receive keyboard and
mouse input as expected (behaviour equal to Delphi 7).

I found a problem with 'Import ActiveX' IDE function. In generated class
description there is no properties with negative ID (dispid). For example,
property Appearance of MSFlexGrid is generated in Delphi, but not generated
in Xailer. It has id -520. But I can see possible values of this property
in generated .ch file (flexFlat, flex3D).
Regards, Oleg