Page 11 of 12

Re: Web Browser: Customize On-The-Fly

Posted: Mon Oct 24, 2011 11:32 pm
by Osler
What is you transparency set to? It should something between 0 and 1.

Osler

Re: Web Browser: Customize On-The-Fly

Posted: Tue Oct 25, 2011 9:02 am
by Steve Horn
Set to 1. Tried 0 too. The browser device properties are being read; I can vary the X and Y values and the browser window will move accordingly.

Re: Web Browser: Customize On-The-Fly

Posted: Tue Oct 25, 2011 8:47 pm
by Osler
Is there some property value that is blank in the device? Can you take a screen shot of the device properties and values?

Osler

Re: Web Browser: Customize On-The-Fly

Posted: Tue Oct 25, 2011 9:00 pm
by Steve Horn
No, all have values:
HB_Browser_props.zip
(26.09 KiB) Downloaded 691 times

Re: Web Browser: Customize On-The-Fly

Posted: Tue Oct 25, 2011 9:01 pm
by Osler
Here is a shot of my browser device. I do not currently use the browser, but this is what I was using during debugging:

Image

Osler

Re: Web Browser: Customize On-The-Fly

Posted: Tue Oct 25, 2011 9:04 pm
by Osler
It appears you're missing ScrollXDistance and ScrollYDistance as a property. Add those to the mix and see what you get.

The following image is yours:

Image

It appears I need to update the .pdf. Adding that to the long list in my iPhone now....tentative available date, 2013...

Osler

Re: Web Browser: Customize On-The-Fly

Posted: Tue Oct 25, 2011 9:19 pm
by Steve Horn
Sorry, same result. When I get a chance I'll build the device as a Null Device instead of Execute Program Device. Not sure why that would matter, but that's the only difference I see.

Re: Web Browser: Customize On-The-Fly

Posted: Tue Oct 25, 2011 9:21 pm
by Osler
I'll try a clean install of the download this weekend and try to see what the problem is. Sorry about this...

Osler

Re: Web Browser: Customize On-The-Fly

Posted: Mon Oct 31, 2011 11:20 pm
by Steve Horn
OK, I built the browser device as a Null Device. But I don't think that mattered. After reading... and rereading the External Control Device Plugin help file, I changed the ASCII property from Yes to No and that corrected the problem. (It finally sank in that the browser executable was "talking" to the HB server via COM and the help file sorta said that when COM control from external clients was used that ASCII had to set to be No.). One other thing: a correction to the browser PDF: the "Interop.HBControlMod.dll" reference needs to be changed to ""Interop.HBControlModLib.dll"
Thanks for hanging in there with me while I learn.

Re: Web Browser: Customize On-The-Fly

Posted: Sat Nov 12, 2011 8:21 pm
by Steve Horn
Anyone using Osler browser (2008) on a Win2k SWRemote? I tried to install the DLLs and got very strange messages... and of course the browser does not work.

Re: Web Browser: Customize On-The-Fly

Posted: Fri Dec 16, 2011 5:58 pm
by Steve Horn
Steve Horn wrote:Anyone using Osler browser (2008) on a Win2k SWRemote? I tried to install the DLLs and got very strange messages... and of course the browser does not work.
I guess not.

Re: Web Browser: Customize On-The-Fly

Posted: Sat Dec 17, 2011 3:53 pm
by markd
Sorry, I missed this the first time around. . . I did install and use it, briefly, but the poor little Intermec was so painfully slow loading Google maps traffic (all I really wanted) that I gave up.

Re: Web Browser: Customize On-The-Fly

Posted: Mon Apr 30, 2012 2:22 am
by jacco van der Ven
I tried to install the WebBrowser but I have this error.
What is wrong, I did everything as discribed in the pdf.
Error.gif
Error.gif (93.29 KiB) Viewed 23794 times

Re: Web Browser: Customize On-The-Fly

Posted: Mon Apr 30, 2012 11:28 am
by jacco van der Ven
Oeps, found the problem, the name off the Execute Program Device was wrong.
Now it is working well.

Re: Web Browser: Customize On-The-Fly

Posted: Mon Oct 14, 2013 7:46 pm
by Osler
See first post for the source code for the browser.

Osler