+2
Completed
Feature Request: tag
Something like to display messages on a partially transparent panel over everything with ignoretouches="yes". It would be able to show the most recent # of messages. Old messages would scroll off. This would affect a single global panel.
The big thing is that when packaged for adhoc/market any tags would be treated just like comments.
In the Fusebox App this could work in a few ways.
1) Like with the corner close button, making a debug corner button that would open or close the panel,
2) Another way it could work that may be more appropriate would be a "visible" property that would make the panel show or not.
..
..
The big thing is that when packaged for adhoc/market any tags would be treated just like comments.
In the Fusebox App this could work in a few ways.
1) Like with the corner close button, making a debug corner button that would open or close the panel,
2) Another way it could work that may be more appropriate would be a "visible" property that would make the panel show or not.
..
..
Customer support service by UserEcho
Feature Request: <debug> tag
Something like <debug message="Debug message!" /> to display messages on a partially transparent panel over everything with ignoretouches="yes". It would be able to show the most recent # of <debug> messages. Old messages would scroll off. This would affect a single global panel.
The big thing is that when packaged for adhoc/market any <debug> tags would be treated just like comments.
In the Fusebox App this could work in a few ways.
1) Like with the corner close button, making a debug corner button that would open or close the panel,
2) Another way it could work that may be more appropriate would be a "visible" property that would make the panel show or not.
<debug visible="yes" message="first message" />
..
<debug message="another message" />
..
<debug visible="no" />