I'm having troubles getting the custom CSS to work.. 

in the main timeline I do this:

import tv.zarate.Utils.Trace;
Trace.trc("ADASDASDASD", "error");



in the css file i added:

.error{
color:#00FF00;
font-size:14;
}




It traces still but the error css selector isn't being applied.... have you gotten the custom css to work?

smith



On Apr 3, 2006, at 4:29 PM, Aaron Smith wrote:

Love It!

Thanks for this, I've been meaning to build something like this exactly.. now I don't need to! One change you should make. The word "reseted" once you press the "Reset log" button. Reseted isn't a word.. change to Log Reset... or something of that nature.. 

smith


On Apr 3, 2006, at 11:20 AM, Ralf Bokelberg wrote:

Hi Zarate,

there are some nice ideas in your gui.
In particular i like the type to css mapping and the pause button.
Great additions to the logging guis we know so far!

Cheers,
Ralf.

On 4/3/06, Zárate <[EMAIL PROTECTED]> wrote:
Hi all,

One week ago or so I finished my own log system for MTASC and Flash IDE, ZLog:

http://www.zarate.tv/proyectos/zlog/index_en.htm

I was a little bit tired of FlashInspector and didn´t wanted a "big"
thing like XRay. Then the zero impact logging package arrived when I
was pretty done.

Main features are:

1 - Add trace types without recompiling the console. The text field is
HTML and for every trace one <p class="type"> tag is created, where
type is the second parameter passed to the trace function. To add or
modify trace types you just need to updated the console's css.

2 - Keyboard shortcuts:

    * r: inits log.
    * p: pausa/continue log.
    * up/down arrows: increase/decrease text field's scroll.

3 - You could pass as third parameter one boolean value (true/false)
that will reinitiate the log. Very useful when you have hundreds of
log lines.

I´m also planning an exe wrapper with Screenweaver to allow the
console to be always on top, but not very soon.

Anyway, *another* Flash log system : )

Cheers,

--
Zárate

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list

_______________________________________________
osflash mailing list

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to