Search found 150 matches

by incoronado
Thu Aug 02, 2007 11:08 pm
Forum: VB Scripts
Topic: Calculator
Replies: 14
Views: 14323

Great Ultility.
by incoronado
Tue Jul 17, 2007 9:06 pm
Forum: General
Topic: unable to edit properites
Replies: 8
Views: 1669

unable to edit properites

All of my non-stock properties have become uneditable in the property manager since moving to 3.0. I noticed a new field in the properties table called protection. All rows in the table have this value set to 1. Changing its value to 0 allows me to edit properties.

Is that by design?
by incoronado
Fri Jul 13, 2007 4:45 pm
Forum: General
Topic: Hide controls in Sw Remote?
Replies: 4
Views: 926

There is no way to hide controls that I know of. But you could use multiple panels. Create another panel without the control(s). Then you can use a task or script to open the panel you want when a state changes and close the previous panel. This will make it appear as though the controls are being h...
by incoronado
Fri Jul 13, 2007 4:38 pm
Forum: General
Topic: Unable to find property...
Replies: 3
Views: 855

I had the exact same problem.

Read this post.

http://www.cebotics.com/phpbb2/viewtopi ... ht=#444801
by incoronado
Fri Jul 13, 2007 4:34 pm
Forum: General
Topic: Panel open style using scripts
Replies: 5
Views: 1239

Panel open style using scripts

Two Questions -

Is there a way to affect the open style of a panel using a script?

Is there a way to close the panel using the reverse effect?

I'm tring to use this to create hidden windows that slide open and slide closed.
by incoronado
Tue Jul 10, 2007 2:34 am
Forum: VB Scripts
Topic: Calendar
Replies: 5
Views: 7109

You're absolutely right. Didn't mean to imply that. Just brainstorming on a way to guide future efforts into some form of standardization. That way we, and others, can benefit and build from each others work. Sometimes my enthusiasm can be construed as criticism. “Nothing great was ever achieved wit...
by incoronado
Mon Jul 09, 2007 3:32 pm
Forum: VB Scripts
Topic: Calendar
Replies: 5
Views: 7109

Funny. I started a new post, too. I just moved my response to your post. Richard, I like what you've done here on the schedule. I have to say I disagree with Steve regarding no requirement to port to SQLite. There are very good reasons to get data in an SQL database. The first, and most obvious, thi...
by incoronado
Mon Jul 09, 2007 11:06 am
Forum: VB Scripts
Topic: THC Jukebox
Replies: 52
Views: 44963

Steve, About your THC Jukebox comments. I have already fixed the proper track shown on the library view. That was just an oversight. I will look at the shuffle issue. I think it plays by the list position number and since the list is shuffled it plays the next song wherever it was in the list. I wil...
by incoronado
Mon Jul 02, 2007 9:12 pm
Forum: VB Scripts
Topic: THC Jukebox
Replies: 52
Views: 44963

If you could help me isolate what is going on with the shuffle. It might be getting confused if you're already playing something and it shuffles the list. Try stopping playback before you shuffle and see if you still have that problem. The Drill down works like this. As it stands, if you select Arti...
by incoronado
Mon Jul 02, 2007 8:41 pm
Forum: General
Topic: USBUIRT
Replies: 9
Views: 1904

This is the method I use. It looks like I handle this the same way you do. SetpropertyValue "Sprinkler Zone Timer.Sleep Time", "Days=0, Hours=00, Minutes=" & GetPropertyValue("Sprinklers.Sprinklers Zone 1 Time") & ", Seconds=00, MilliSeconds=0" Sprinkl...
by incoronado
Mon Jul 02, 2007 4:42 pm
Forum: VB Scripts
Topic: THC Jukebox
Replies: 52
Views: 44963

Thanks for the props. I have to give credit to Richard Naninck for helping me and giving me really good ideas, too. I might have even stole a couple of them. OK a lot of them. Seriously, he really is a very good asset to this group. I wanted to make this available to give something back, and his per...
by incoronado
Sun Jul 01, 2007 8:03 pm
Forum: General
Topic: USBUIRT
Replies: 9
Views: 1904

Clever and elegant solution. I can really use any remote code that I'm not using. I just picked one. I have a URC remote and I can program it to do about anythingbut so far, I have not found a code that it doesn't send multiple times. On another note, I noticed a ver minor bug/diffrence with 3.0 whe...
by incoronado
Sat Jun 30, 2007 3:32 am
Forum: General
Topic: USBUIRT
Replies: 9
Views: 1904

I accept defeat, but I still think it's broke. I still have no resolution on this problem. The IR device gets 3 to 4 consecutive commands no matter how I learn the command or what the repeat command is set for. In fact, it doesn't appear to affect the receive side of things. The plugin on the receiv...
by incoronado
Thu Jun 21, 2007 9:10 pm
Forum: VB Scripts
Topic: THC Jukebox
Replies: 52
Views: 44963

It wouldn't be too hard for you to do. You can use a free program like irfanview to scale all of the graphics down. Since all my graphics are based on 1024x768 touchscreen, which is a 4x3 aspect ratio, they will scale nicely. There is much less real estate so you would probably have to create multip...
by incoronado
Thu Jun 21, 2007 2:52 am
Forum: VB Scripts
Topic: THC Jukebox
Replies: 52
Views: 44963

Steve, You're right. It will only work with mp3's at the moment. I only us mp3's because they are not system specific and they have extensive tagging functionality. That way I can rip them again using a different format or higher quality as I wish. I currently use VBR with a birate of 192 and I have...