Author |
|
fasttimes Groupie
Joined: March 12 2006
Online Status: Offline Posts: 63
|
Posted: October 16 2006 at 13:41 | IP Logged
|
|
|
Dave,
I can no longer get this function to work at all. It always evaluates to !
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: October 16 2006 at 14:05 | IP Logged
|
|
|
Check the changes.txt file. I bet it changed in the last version.
|
Back to Top |
|
|
fasttimes Groupie
Joined: March 12 2006
Online Status: Offline Posts: 63
|
Posted: October 16 2006 at 20:13 | IP Logged
|
|
|
Yup, it was deleted.
Dave, can you explain which function replaces this and how the function call works?
Edited by fasttimes - October 16 2006 at 20:33
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: October 17 2006 at 16:33 | IP Logged
|
|
|
Fasttimes,
Yep, the ph_setccobj function replaced the ph_setccbtn function. Actually, all of the ph_getccbtn??? and ph_setccbtn??? functions have been replaced with equivalent ph_getccobj??? and ph_setccobj??? functions.
All of the parameters remain the same except for the second parameter which was originally an integer named "sequence" which corresponded to the button sequence number. This parameter is now a string named "ID" and is the objects' ID instead. When your database was upgraded, all existing buttons were given default ID's.
Let me know if you have any problems,
Dave.
|
Back to Top |
|
|