avoid mickey mouse programming
-
- Reading Exif data with ActionScript 3.0 (16)
- Introduction to MVP for Flex (12)
- Using the Abstract Factory pattern with Flex (4)
- Flex item renderers, an expandable list with transitions (4)
- Make ILOG elixir charts accessible (3)
- Flex code annotations (3)
- Flex and Jabber, a practical approach (3)
- Positioning popups (2)
- Code tuning techniques (2)
- Flex image manipulation (2)
Giorgio Natili: If you mean how multiple Presenters can coexist in your application the reply is quite easy, you...
ahmed: could u please explain how one could use multiple controllers in an application. thanks
Alessandro Bianco: Nice work! LCS is used, for example, to recognize mouse gestures like they did here...
Giorgio Natili: So your suggestion is to "add" an interface to implement for the presenter and "consume" it from...
AAP: The only thing I would change about the application is the coupling with UserView and...
Mike: You should offer the source for DL (just the necessary .as files). It's unnecessarily confusing...
Giorgio Natili: The source is bundled with the AIR app, download it and then right click for the source.
felix: very cool! I don't see a link to the source code?
User Login
about 1 year ago
Hi Giorgio,
I read your very interesting article in Flash&Flex Developer magazine dealing with XIFF & XMPP.
In this article you reference an archive at http://www.mxml.it/tutorials/xiffdriver.zip which does not exit !
Could you please send us this archive by email ?
Many thanks in advance,
Philippe.
about 1 year ago
Thank you for interesting post.
about 1 year ago
Hi,
The broken link is now working, sorry for the mistake…
about 1 year ago
hi,
trying to get ur xmpp app up & running. getting confused. reading ur article i assumed u wrote an abstraction layer for xiff-lib. whats is the OpenFireDriver.mxml for? Also, do i need to merged them with the codesnippets u provided online in ur article?
thx for clarification
tom
about 1 year ago
hi, u can delete that post later, what i have done so far is that i’m trying to use the OpenFireDriver.mxml only, but it gives me a few errors regarding missing libaries:
1172: Definition com.gnstudio.nabiro.utilities:DataUtils could not be found. >ServiceBrowser.as
1046: Type was not found or was not a compile-time constant: HashTable.>>ChatManager.as
1046: Type was not found or was not a compile-time constant: StringHelper.>>ChatManager.as
1046: Type was not found or was not a compile-time constant: StringHelper.>>ChatManager.as
1120: Access of undefined property HashItem.>>ChatManager.as
1172: Definition com.gnstudio.nabiro.utilities:StringHelper could not be found.>>ChatManager.as
1172: Definition com.gnstudio.nabiro.utilities.data:HashItem could not be found.>>ChatManager.as
1172: Definition com.gnstudio.nabiro.utilities.data:HashTable could not be found.>>ChatManager.as
1180: Call to a possibly undefined method HashTable.>>ChatManager.as
1180: Call to a possibly undefined method StringHelper.>>ChatManager.as
1180: Call to a possibly undefined method StringHelper.>>ChatManager.as
can u pls help?
thx
about 1 year ago
Did you check out the open source library I created from here http://agile.gnstudio.com/nabiro?