Flash Logging API - apache-flex

Can anyone recommend a good (AS3) logging API for Flash/AIR/Flex? I need something to capture and record mouse and keyboard events in addition to coded events. Preferably something well documented/supported. Thanks in advance.

I've been using Thunderbolt. It allows you to see your log results in Firebug.

I developed and manage Loggee!, a Flash/Flex Logging Tool: http://davidbuhler.org/loggee-flex-logging-tool/

You must see http://sourceforge.net/projects/log4flash/
with no more....
bye bye

I would recommend Arthropod if you are looking for a development tool (this wasn't very clear in your question), if it's to log your client's behavior, I'm not aware of any tool sorry.

I always end up writing my own logging solutions. They generally are very simple compared to the rest of the project, and by writing my own I can tailor it exactly to what I need. Whereas using a pre-built one, always seems like either it is too over-engineered and complex to use, or it's too simple and lacking a couple features I need.

Try to use Log5F logging utility for ActionScript 3.0

Related

ATMEL SAMB11/BTLC1000 simple GAP/GATT example

I hope someone could give me a quick example how to configure the BTLE-Device correctly without the huge BLE-Manager library. Simply a litte GAP Authetication and one GATT-Service would be enough to start. I've managed to create my own GATT-Service and characteristics without the need for BLE-Manager but thanks to several defines, typedefs etc. I can't figure out how to do this for GAP and how to register my callbacks for it. Maybe someone has used these modules before and can give me a quick example how it's done?
Since you mentioned One GATT-Service with Authentication Atmel-BAS [Battery Service] example is easy one. To better understand you can download the getting started guide see the architecture. In-order to register the callbacks you need to check the order of callbacks in function ble_event_manager in ble_manager.c file.

Does elmahr supports console application?

I am using elmahr for my web application. I want to extend it to my batches and console application. Do we have any direct references for the same? Thanks in Advance
Regards
Amal Thomas
ElmahR does not support that out of the box, but there is a fork that implements something very similar to what you did:
https://stackoverflow.com/a/16139769/720780
From there you could probably extract what you need. I never tried it personally but the idea is very promising, so I'd advise you have a look.

QNetworkAccessManager::setProxy example

may someone give an example of using properly QNetworkAccessManager::setProxy, i meant i primaly a java developer mostly using HttpClient all the time.
Thx!
Ricardo, in Qt source code directory go to "examples/declarative/cppextensions/networkaccessmanagerfactory" or go to http://qt.gitorious.org/qt/qt/trees/4.7/examples/declarative/cppextensions/networkaccessmanagerfactory. There is nothing complicated in that class method so you should be able to use it.

Translate Resource File

I'm developing a asp.net application and I use some components. I have a component with a resource file with a lot of keys in English. I need to translate it to Portuguese (Brazil, pt-br). I would like to know, if is there any way to translate it with a program? Or if is there a program that do this?
Thanks
I have the same issues and was looking to use Google's Translation APIs, based on this article Automatic Resource File Translation via Google Translate
I will let you know how it goes - but obviously you may still need someone to validate the output, I know I will.
Maybe my free Zeta Resource Editor is of some help for you.
I have not been satisfied with the various solutions out there so I wrote something: https://github.com/ekkis/Powershell/blob/master/MT.ps1

Resources to learn qt-dbus

Please, could you provide me some resources (web-links) to learn qt-dbus?
I already have a process which provides QtDBus interface, I want to learn it so that I can communicate with it.
First hits from a Google search for qt-dbus and qt-dbus tutorial:
http://doc.trolltech.com/4.2/intro-to-dbus.html
http://wiki.forum.nokia.com/index.php/QtDbus_quick_tutorial
http://techbase.kde.org/Development/Tutorials#D-Bus
There were many more interesting hits to list here. Their usefuleness to you depends on what you want to do, of course.
There are some more useful links since Dec '10:
http://qt-project.org/doc/qt-4.8/qtdbus.html
http://qt-project.org/doc/qt-4.8/examples-dbus.html
In my opinion, this is the best tutorial to start: http://techbase.kde.org/Development/Tutorials#D-Bus
http://developer.nokia.com/Community/Wiki/QtDbus_quick_tutorial
http://techbase.kde.org/Development/Tutorials/D-Bus/CustomTypes
If you want to introspect D-Bus objects and messages you can use following tools:
http://doc.qt.digia.com/4.6/qdbusviewer.html
https://wiki.gnome.org/DFeet
Nokia has some great Maemo code that you can look off of. I found it's well documented and useful.
http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/DBus/DBus_Basics

Resources