+2
Lõpetatud

Feature Request: tag

Kevin 11 aastat tagasi uuendaja icahill (Administrator) 11 aastat tagasi 4
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.

..

..
Hmm lt and gt dont show up.. rewrite incoming...
test..

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" />

We are throwing around ideas for a better debugger. This is a decent solution. We will make note of this.