Web Browser: Customize On-The-Fly
Re: Web Browser: Customize On-The-Fly
What is you transparency set to? It should something between 0 and 1.
Osler
Osler
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: Web Browser: Customize On-The-Fly
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.
Steve
Re: Web Browser: Customize On-The-Fly
Is there some property value that is blank in the device? Can you take a screen shot of the device properties and values?
Osler
Osler
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: Web Browser: Customize On-The-Fly
Here is a shot of my browser device. I do not currently use the browser, but this is what I was using during debugging:
Osler
Osler
Re: Web Browser: Customize On-The-Fly
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:
It appears I need to update the .pdf. Adding that to the long list in my iPhone now....tentative available date, 2013...
Osler
The following image is yours:
It appears I need to update the .pdf. Adding that to the long list in my iPhone now....tentative available date, 2013...
Osler
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: Web Browser: Customize On-The-Fly
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.
Steve
Re: Web Browser: Customize On-The-Fly
I'll try a clean install of the download this weekend and try to see what the problem is. Sorry about this...
Osler
Osler
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: Web Browser: Customize On-The-Fly
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.
Thanks for hanging in there with me while I learn.
Steve
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: Web Browser: Customize On-The-Fly
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.
Steve
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: Web Browser: Customize On-The-Fly
I guess not.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.
Steve
Re: Web Browser: Customize On-The-Fly
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.
-
- Senior Member
- Posts: 136
- Joined: Tue Oct 21, 2003 4:16 pm
- Location: The Netherlands
Re: Web Browser: Customize On-The-Fly
I tried to install the WebBrowser but I have this error.
What is wrong, I did everything as discribed in the pdf.
What is wrong, I did everything as discribed in the pdf.
-
- Senior Member
- Posts: 136
- Joined: Tue Oct 21, 2003 4:16 pm
- Location: The Netherlands
Re: Web Browser: Customize On-The-Fly
Oeps, found the problem, the name off the Execute Program Device was wrong.
Now it is working well.
Now it is working well.
Re: Web Browser: Customize On-The-Fly
See first post for the source code for the browser.
Osler
Osler