In the previous article I came out with a function that calculates the position of the cursor in the htmlText which is different than the position in the normal text. Rick draw my attention in his comments to some flaws which are correct: the & and other similar special chars are not counted correctly and […]
Popularity: 69%
Adobe plans to release a new security update for the Flash Player on 9 April 2008. The update plans to fix the issues listed in the December 2007 Security Bulletin ABSP07-20 for DNS rebinding and cross-domain policy file vulnerabilities, and Security […]
Popularity: 35%
Last task I finished was something linked with templates. I needed to create a simple template engine where adding a field was a necessity. I started using RichTextEditor which is based on a TextArea so it implements htmlText property. That is an easy way having all that nice functionalities like bold, italic, font choosing, color […]
Popularity: 61%
When: Next month, more precisely on 16th of April
Where: Same place like last Flex Camp - Adobe Romania Office, Anchor Plaza, Bdul. Timisoara, nr. 26Z, Bucharest
You can register here: http://www.eventbrite.com/event/103813509
More info here and on myadobe.ro.
Hope to meet you all there!
Popularity: 29%
Popularity: 29%
Today was the first meeting of the RoFUG (Romanian Flex User Group). Among the attendees were: Andrei, Stelian and me from the Flexer side, Bogdan Dinu (the manager of the group - or the godfather ), Cristian Ivascu (you may know him from Adobe’s Flex Camp), Costin Aldea and Iulia. Some other persons were […]
Popularity: 26%
This post is about how to remove duplicate characters from a string. And what I mean is that I want to make every char unique.
Ex: “aabbbcccaadddee” will become “abcde“.
In “short words” the following steps are taken:
Split the string to an array (source array)
Create a second empty array which will retain the unique values
Sort the […]
Popularity: 54%
Today I found this three sites filled with flex resources:
- DeGraFa (Declarative Graphics Framework)
- ScaleNine
- Flexgeek
DeGraFa is a framework made to do a much easier job when working with shapes, events, skinning, etc. ScaleNine is a collection of themes to use in flex applications and FlexGeek is a blog with very useful examples of how […]
Popularity: 51%
Big RIAs need good interaction with the user. In big applications (like Buzzword, etc) with intensive text processing is a must to have implemented a spell checker.
A very good spell checker that is built in Actionscript 3 is Spelling Plus Library (SPL) by gSkinner - the license is here and can be bought from here.
It […]
Popularity: 38%