Bug with panels?
jjames
Posts: 2,908
in AMX Hardware
Here's an interesting bug (or what appears to be a bug.) I stumbled across this one because I wasn't managing my pages properly - anyway....
I've got several popups in a group called "Overlay", and one of those is "VOLUME 1", and another is "POWER 1". Long story short, I wasn't cancelling a WAIT and kept sending out @PPF-VOLUME 1, except VOLUME 1 was not open and instead POWER 1 was . . . well, it was still closing out POWER 1 at the end of the WAIT. I can even open up POWER 1 and send the popup close command for the volume page and the power page still goes away. I'm guessing that it has to do because they are in the same group, that since one page isn't open, it closes that group rather than ignoring it.
I've seen this problem so far on the 5200i (2.60.38), 1200VG (2.72.11) and the 700Vi (2.81.6); can anywhere verify with older or newer (if available) firmware?
Thanks!
I've got several popups in a group called "Overlay", and one of those is "VOLUME 1", and another is "POWER 1". Long story short, I wasn't cancelling a WAIT and kept sending out @PPF-VOLUME 1, except VOLUME 1 was not open and instead POWER 1 was . . . well, it was still closing out POWER 1 at the end of the WAIT. I can even open up POWER 1 and send the popup close command for the volume page and the power page still goes away. I'm guessing that it has to do because they are in the same group, that since one page isn't open, it closes that group rather than ignoring it.
I've seen this problem so far on the 5200i (2.60.38), 1200VG (2.72.11) and the 700Vi (2.81.6); can anywhere verify with older or newer (if available) firmware?
Thanks!
0
Comments
Ahh . . . well if that's the case - that's just bass-akwards!
If I wanted to close the entire group - then I'd use an @CPG command, not an @PPF. That's pretty stupid . . .
This is one reason I love this forum. I didn't know about the CPG command - I can't wait to use it!!!
I was under the impression that @CPG didn't work that way and the AMX recommended approach was to send a @PPF to any popup in the group to turn the group off...
Clearing from a popup group doesn't mean hiding them all, it just means... that popup group won't have any popups in it anymore O_o
I'll tell you, that's pretty silly. So in order to close a group, you have to specify a page in the group, rather than the group itself . . . that makes sense - ugh.
Why is this considered a bug? I have found it quite convenient.
Paul
In my Sources group my popups are named "Sources - DVD", "Sources - BluRay", etc., and I have a "Sources - Off" (mostly an empty popup page) that I call with PPF.
It is a bit more on the TP side, but my code feels better when I close a group by PPF'ing "Sources - Off" instead of "Sources - DVD" with a comment that this will close the entire group.
That is why I was excited when I thought CPG would close the group - it would have saved a popup page in each group and the code would have felt even better.
Oh well . . . I guess you learn something everyday.
How are you getting a page in a popup?
Paul
Sorry . . . close popup groups.