talkxe
riaxe snippets
riaxe snippets
Nov 8th
I just went through today in adobe forum and found an interesting topic. The exact forum url – http://forums.adobe.com/thread/518365?tstart=0 . I tried to find a solution and got it.
It is about highlighting a set of lines in a textarea. Its nothing a big deal, I just followed 2 steps
- one to calculate the number of lines and give an option of selecting/deselecting those lines.
- second set the selection when its option is selected.
I have put up a demo here . Have a look.
Direct link -
http://www.riaxe.com/blog/demo/textareahighlight/TextAreaHighlightLines.html
Jul 27th
Googled around for a demo related to placing text over an arc in as3.0…found some solutions but were not satisfactory. So decided to create a simple demo of rotating text along a circular arc. The demo includes dynamic text entry, dynamic arc radius and text spacing.
You can find the demo here.
Jul 10th
Recently I had an issue with combining things like singleclick, doubleclick and drag on a single control. I used a timer to solve the issue. I have called the startDrag method after starting the timer for the singleclick.
Prepared a demo for the above solution. One can find it here.
Hope its useful. Cheers