Posts under Tag: flex
Twitterified Client now fully Open-Source
Twitterified Client - Open Sourced!

Well, this title says it all! Find the announcement here. And, of course, find the source code at GitHub: here. var wordpress_toolbar_urls = ["http:\/\/nexus.zteo.com\/wp-content\/uploads\/2009\/05\/twdclientos_wide.png","http:\/\/getsatisfaction.com\/voilaweb\/topics\/twitterified_client_now_open_sourced","http:\/\/github.com\/Fusion\/Twitterified\/tree\/master"];var wordpress_toolbar_url = “http://nexus.zteo.com/wp-content/plugins/wordpress-toolbar/toolbar.php”;var wordpress_toolbar_oinw = “y”;var wordpress_toolbar_hash = “aHR0cDovL25leHVzLnp0ZW8uY29tL2Jsb2cvMjAwOS8wNS8xMC90d2l0dGVyaWZpZWQtY2xpZW50LW5vdy1mdWxseS1vcGVuLXNvdXJjZS88d3B0Yj5Ud2l0dGVyaWZpZWQgQ2xpZW50IG5vdyBmdWxseSBPcGVuLVNvdXJjZTx3cHRiPmh0dHA6Ly9uZXh1cy56dGVvLmNvbTx3cHRiPlRoZSBOZXh1cw%3D%3D”;

By Chris with 0 comments
Flex: A hack to give instant focus to a form field

I was working on a “quick add” tool for Toodledo — which I am liking more and more — and I assumed that my biggest challenge would be wiring a hotkey to my application — a can of worms in its own right. My mini-application’s main requirement is to be fast and not get in the user’s way. Part of [...]

By Chris with 1 comment
Adobe Alchemy: Passing a ByteArray from Flex to C++

I started playing with Alchemy a couple days ago, with the intent of finally writing OpensIFRr3 — you know, the one working with sIFR3. Since the previous release was in Java, I was planning on creating this one in Flex. I am not quite there yet, due to the nightmare that porting libxml would be. But I’ve learnt that reading [...]

By Chris with 5 comments
Flex: Render your tree nodes with a line through

So…how hard can it be, right? After all, Flex offers to change your text style — using setStyle — to bold, italics, underlined…oh, but no strikethrough. But I really needed that for my tree nodes, so here is how I did it. First, my tree, as defined in a MXML file — well, a simplified version: ?View Code ACTIONSCRIPT1 2 [...]

By Chris with 0 comments
Flex: How I worked around MOUSE_OUT’s inefficiencies

In Twitterified Client v1, one of the features I really wanted available right off the bat, was that when a user moves their mouse pointer over a twitterer’s avatar, an overlay image is displayed. This image is a menu of sort, allowing the user to send a direct message, a reply or access a more advanced menu. Of course, when [...]

By Chris with 5 comments
data recovery