Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
PowerHome General
 PowerHome Messageboard : PowerHome General
Subject Topic: PowerHome V2 comments Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
mustangcoupe
Super User
Super User
Avatar

Joined: August 08 2003
Location: United States
Online Status: Offline
Posts: 308
Posted: September 16 2008 at 19:34 | IP Logged Quote mustangcoupe

I am starting this thread so we can try to consolidate any comments to Dave here for V2. I would still post a message in the bug forum if it is a true bug.    

__________________
Todd Hannemann

HA newbie

   PowerHome - UPB - ELK    
Back to Top View mustangcoupe's Profile Search for other posts by mustangcoupe Visit mustangcoupe's Homepage
 
mustangcoupe
Super User
Super User
Avatar

Joined: August 08 2003
Location: United States
Online Status: Offline
Posts: 308
Posted: September 16 2008 at 19:39 | IP Logged Quote mustangcoupe

It's the little things that can be cleaned up after beta during a maintenance releases that will make the program feel smoother...

my first comments are try to keep things in the same location between explorer sections.
ex. the disable function is the 2nd item in the timed events section but the 5th in the triggers section.

Also you use 2 different types of check boxes... some are true check boxes other are X's (for the same command disable being the one to come to mind.)

__________________
Todd Hannemann

HA newbie

   PowerHome - UPB - ELK    
Back to Top View mustangcoupe's Profile Search for other posts by mustangcoupe Visit mustangcoupe's Homepage
 
mustangcoupe
Super User
Super User
Avatar

Joined: August 08 2003
Location: United States
Online Status: Offline
Posts: 308
Posted: September 17 2008 at 18:01 | IP Logged Quote mustangcoupe

when I change the type of a timed event it deletes the ID name

__________________
Todd Hannemann

HA newbie

   PowerHome - UPB - ELK    
Back to Top View mustangcoupe's Profile Search for other posts by mustangcoupe Visit mustangcoupe's Homepage
 
mustangcoupe
Super User
Super User
Avatar

Joined: August 08 2003
Location: United States
Online Status: Offline
Posts: 308
Posted: September 18 2008 at 08:25 | IP Logged Quote mustangcoupe

Colors in the status window may need to be tweaked I believe system errors, web access and system messages are red, now UPB items are also red...

edit: maybe I should say log not status window

Edited by mustangcoupe - September 18 2008 at 08:25


__________________
Todd Hannemann

HA newbie

   PowerHome - UPB - ELK    
Back to Top View mustangcoupe's Profile Search for other posts by mustangcoupe Visit mustangcoupe's Homepage
 
dhoward
Admin Group
Admin Group
Avatar

Joined: June 29 2001
Location: United States
Online Status: Offline
Posts: 4447
Posted: September 18 2008 at 15:30 | IP Logged Quote dhoward

Appreciate this thread. This will help me to correct the minor issues.

Fixed the checkboxes so that they are consistent look and feel. Moved the triggers "Disabled" so it matches the others and is right after the Description (3rd column). Timed Events will still stay the second column since it doesnt have a description field.

In Timed Events, the "ID/Sendkeys" field is cleared if you change the type...this has always worked this way. It also does it on the Macro lines and triggers so that when changing from a free form field to dropdown field (such as formula to a macro) it keeps errant data from being entered. I can undo this and just allow the data to stay (I find this annoying to particularly in the macro screen where sometimes the type change is compatible).

Dohh!! I definately forgot to update this. It's fixed now. In the meantime, you should be able to correct it by running these statements in the Multi-Editor as SQL mode:

Code:
update dropdowns set ddnumval = 65280,ddcharval = '#00ff00' where ddtype = 1001 and ddsort = 34
update dropdowns set ddnumval = 16776960,ddcharval = '#00ffff' where ddtype = 1001 and ddsort = 35


Definately keep'em coming

Dave.
Back to Top View dhoward's Profile Search for other posts by dhoward Visit dhoward's Homepage
 
jbbtex
Senior Member
Senior Member


Joined: February 15 2007
Location: United States
Online Status: Offline
Posts: 181
Posted: September 19 2008 at 09:28 | IP Logged Quote jbbtex

Upgrade instructions - You may want to add.

If PH is not installed in the default directory(c:\programfile\powerhome\) you will get the message "An error occurred while creating the script server: -3"

To correct you need to change the path in this entry
Code:
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\PowerBuilder\LibraryList]
@="c:\\program files\\powerhome\\phscr.pbd"

in the file phscr.reg located in the powerhome directory.



Then right-click the file and select "Merge."


__________________
Brady

"Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity." - Gen. George S. Patton
Back to Top View jbbtex's Profile Search for other posts by jbbtex
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: September 20 2008 at 10:45 | IP Logged Quote TonyNo

From changes.txt...
Quote:
Expanded PowerHome Status page to show all pending timed events in order rather than just the single next one.


I don't see any timed events.
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 
nadler
Super User
Super User


Joined: February 25 2006
Location: United States
Online Status: Offline
Posts: 354
Posted: September 20 2008 at 10:57 | IP Logged Quote nadler

Expand the box. They start on the second line. You can
save the new box size by right clicking and clicking on
save.
Back to Top View nadler's Profile Search for other posts by nadler
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: September 20 2008 at 17:06 | IP Logged Quote TonyNo

Ah. In the System Status window. Thanks.

Heh. That window does interesting things when you use a scroll wheel!

Edited by TonyNo - September 20 2008 at 17:08
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: September 21 2008 at 08:46 | IP Logged Quote TonyNo

Still having Timed Event issues. I now see that the macro is being called, but the macro commands don't get executed.
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 
BeachBum
Super User
Super User
Avatar

Joined: April 11 2007
Location: United States
Online Status: Offline
Posts: 1880
Posted: September 21 2008 at 09:44 | IP Logged Quote BeachBum

Let me see if I’ve got this right. The event is firing and calls a macro that doesn’t execute. Is the macro being called from the Boolean field as a Raw Formula or from the ID as a Macro?

__________________
Pete - X10 Oldie
Back to Top View BeachBum's Profile Search for other posts by BeachBum
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: September 21 2008 at 11:37 | IP Logged Quote TonyNo

ID as a Macro.

The macro is simply two Insteon commands, in two different flavors (to see if that mattered)...

10 Insteon Porch Light Off
20 Device Control INSTEON+WALK LIGHTS+OFF
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 
BeachBum
Super User
Super User
Avatar

Joined: April 11 2007
Location: United States
Online Status: Offline
Posts: 1880
Posted: September 21 2008 at 13:21 | IP Logged Quote BeachBum

I don’t know Tony.. That’s no different than what I’m doing. I know you checked the Boolean for 1 which on mine is no longer called Boolean.

__________________
Pete - X10 Oldie
Back to Top View BeachBum's Profile Search for other posts by BeachBum
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: September 21 2008 at 17:35 | IP Logged Quote TonyNo

Strange one, indeed. The macro is being called, per the log, unless there is some condition where the macro doesn't really execute.
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 
BeachBum
Super User
Super User
Avatar

Joined: April 11 2007
Location: United States
Online Status: Offline
Posts: 1880
Posted: September 21 2008 at 17:40 | IP Logged Quote BeachBum

But you can execute the macro from the pull down right??

__________________
Pete - X10 Oldie
Back to Top View BeachBum's Profile Search for other posts by BeachBum
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: September 21 2008 at 20:15 | IP Logged Quote TonyNo

Yup.
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 
BeachBum
Super User
Super User
Avatar

Joined: April 11 2007
Location: United States
Online Status: Offline
Posts: 1880
Posted: September 21 2008 at 20:30 | IP Logged Quote BeachBum

The Stars and Moon are not lined up correctly….

__________________
Pete - X10 Oldie
Back to Top View BeachBum's Profile Search for other posts by BeachBum
 
dhoward
Admin Group
Admin Group
Avatar

Joined: June 29 2001
Location: United States
Online Status: Offline
Posts: 4447
Posted: September 24 2008 at 20:36 | IP Logged Quote dhoward

Tony,

Shoot me an email. I'd like to schedule a VNC session so I can do some remote troubleshooting.

Thanks,

Dave.
Back to Top View dhoward's Profile Search for other posts by dhoward Visit dhoward's Homepage
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: September 24 2008 at 22:47 | IP Logged Quote TonyNo

Email sent!

Funny, the Timed Event worked tonight...
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum