Search found 720 matches

by Osler
Sun Nov 06, 2011 10:42 am
Forum: Plugin Development
Topic: Weather.com Plug-in
Replies: 75
Views: 562815

Re: Weather.com Plug-in

This is really annoying. Now I see why my weather has not updated since 11/04/2011. Last time I looked at NOAA it was a pain in the butt. The XML was constantly changing making it difficult to code something that would not break under certain conditions. Yahoo would be a better alternative. The only...
by Osler
Tue Oct 25, 2011 9:21 pm
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 330669

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
by Osler
Tue Oct 25, 2011 9:04 pm
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 330669

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: http://dl.dropbox.com/u/6349054/HB_Browser_props.bmp It appears I need to update the .pdf. Adding that to the long list in my iPhone now....tentative ...
by Osler
Tue Oct 25, 2011 9:01 pm
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 330669

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:

Image

Osler
by Osler
Tue Oct 25, 2011 8:47 pm
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 330669

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
by Osler
Mon Oct 24, 2011 11:32 pm
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 330669

Re: Web Browser: Customize On-The-Fly

What is you transparency set to? It should something between 0 and 1.

Osler
by Osler
Wed Jul 27, 2011 10:27 pm
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 597368

Re: Calling Sonos users

Try using the ConnectSynchronously function. It has less overhead and is quicker.

I still am not sure why that error pops up. Try adding a short sleep in between commands to see if that doesn't help (100 ms).

My net version still is not complete.

Osier
by Osler
Mon Jul 11, 2011 3:56 pm
Forum: General
Topic: The future of HouseBot?!
Replies: 10
Views: 4681

Re: The future of HouseBot?!

I think it is a good idea. However, my major limitation for creating more than one-off plug-ins for HouseBot is the fact that I can't develop in a .NET environment. I think if Scott were to do one thing, it would be to broaden the development environment for HouseBot. I know that there is the .NET b...
by Osler
Wed Jun 01, 2011 12:45 am
Forum: General
Topic: Grabbing net cam images using vbscript only
Replies: 32
Views: 13526

Re: Grabbing net cam images using vbscript only

1) The image must be saved somewhere within the Theme folder.

2) Simply continually overwrite the image file. HouseBot knows if the image has changed and will update the remote.

Saludos,

Osler
by Osler
Tue May 03, 2011 3:19 pm
Forum: General
Topic: New to HouseBot - totally confused
Replies: 10
Views: 2828

Re: New to HouseBot - totally confused

Out of the box, HouseBot does not support live video feeds on a software remote and there is no web browser control for software remotes. This doesn't mean that what you ask can't be done, but will require some effort on your part to get it all put together. Some users have posted their software rem...
by Osler
Wed Apr 13, 2011 11:01 pm
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 597368

Re: Calling Sonos users

I just found that storing the total number of tracks as an integer presents a problem if you have > ~64,000 tracks. Just an FYI if you have more tracks than this and attempted to sort you music collection by tracks...you will get an error. I am working on a fix for this and will post an updated scri...
by Osler
Wed Apr 13, 2011 7:30 pm
Forum: General
Topic: GC-100 ir code not working
Replies: 9
Views: 3416

Re: GC-100 ir code not working

Samsung On: 0000 006d 0000 0022 00ac 00ac 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0015 0015 004...
by Osler
Wed Apr 13, 2011 4:48 pm
Forum: General
Topic: GC-100 ir code not working
Replies: 9
Views: 3416

Re: GC-100 ir code not working

I can post discree on/off for my Samsung DLP and Yamaha Aventage receiver tonight. I will also try putting your pronto codes in my system to see what happens. Also, make sure you don't have something else accessing the GC-100. It can only handle one connection at a time. The newer iTach series can h...
by Osler
Tue Apr 12, 2011 5:41 pm
Forum: General
Topic: GC-100 ir code not working
Replies: 9
Views: 3416

Re: GC-100 ir code not working

You can't use that format. What device are you trying to control? Have you gone to www.remotecentral.com to see if they have a working pronto code for your device? You can use CCFViewer to open CCF files in xml format to get at the pronto codes. Are these learned IR codes? If so, have you tried rele...
by Osler
Fri Apr 08, 2011 4:30 pm
Forum: General
Topic: Error
Replies: 8
Views: 3666

Re: Error

On the topic of timespans, I have noticed that the format of the timespan differs based upon what you are dealing with. Some require this format: Hour=2, Minute=50, Second=30 Whereas others (the countdown timers i think) require this format: Hours=2, Minutes=50, Seconds=30 Note that one is singular ...