• Home
  • Products
  • Technology
  • Experience
  • Services
  • Our Company
  • Blog

Archives

  • February 2009
  • May 2008
  • April 2008
  • March 2008
  • December 2007
  • November 2007
  • October 2007
  • August 2007

Categories

  • Adobe AIR
  • Adobe Flex
  • Cairngorm
  • Encryption
  • General
  • Printing
  • UndoRedo Framework
  • Bookmarks

    • Adobe Labs
    • Planet Ubuntu

Log in
Print Preview Component Implementation Details

In trying to track down the cause for the printing bug that’s been harassing me lately, I’ve been simplifying the printing code as much as is possible. In the process, I’ve been cleaning up and evaluating the different implementation details. What functionality, for example, is absolutely necessary when implementing both print preview and general printing support? What’s required to print to multiple devices, such as both a printer and a PDF?

Read more…

Posted by Kaleb Pederson on February 18, 2009 at 12:58 pm
10 Comments or Links | Adobe Flex, Printing
Print Preview Component, Call for Testers

Many people have complained or indicated that they need or would like a print preview component. FlexReport seems to have had a short lifetime and the demo site has recently been suspended, so it’s no longer an option. We at Soph-Ware Associates, Inc. recently needed such a component — so we wrote one. Try it out here!

Read more…

Posted by Kaleb Pederson on February 16, 2009 at 3:28 pm
9 Comments or Links | Adobe Flex, Printing
Why Obfuscate, Encrypt those SWFs!

A little over a month ago, somebody posted this question to the Flexcoders mailing list asking about encrypting SWF’s to prevent them from being “captured” by applications or individuals. The solution is fairly simple, “encrypt the SWF!” But how would the Flash player handle that you might ask? Let’s find out.

Read more…

Posted by Kaleb Pederson on April 17, 2008 at 1:42 pm
12 Comments or Links | Adobe Flex, Encryption
FlexBuilder Linux Alpha

I haven’t been doing much Flex development lately as I’ve been busy with some other new projects. However, I did recently install the alpha of FlexBuilder under Linux, which has been out for a while now. I’ll document briefly what it took to make it run on my system.

Read more…

Posted by Kaleb Pederson on March 5, 2008 at 5:19 pm
No Comments or Links | Adobe Flex
Determining Size of Library Dependencies

If the shortest distance between two points is a straight line, then the shortest distance between start and finish of a quick hack is “every relevant programming language.” Thus, not too long after hacking out some PHP, Python, XSLT, Bourne Shell script, Regular Expressions and Actionscript I completed a small Flex application that, given a swc, determines and visually represents the size of its library dependencies.

You can try it out here:
http://blogs.soph-ware.com/posted-content/files/SwfSizeDisplay/

Read more…

Posted by Kaleb Pederson on December 10, 2007 at 4:25 pm
4 Comments or Links | Adobe Flex
Data Binding in Flex, Part II

In Part I of this series, I talked about some of the generated code that supports data binding in Flex. In this part, I want to take a look at a few more facets of data binding, but mainly as they can be used within MXML.
Read more…

Posted by Kaleb Pederson on October 25, 2007 at 12:03 pm
1 Comment or Link | Adobe Flex
Announcing the Flex UndoRedo Framework

We at Soph-Ware Associates would like to announce the first release of the Flex UndoRedo Framework. The Flex UndoRedo Framework builds on Cairngorm to provide a lightweight but extensible framework for handling undo and redo.

The Flex UndoRedo Framework was built with the following goals in mind:
Read more…

Posted by Kaleb Pederson on October 18, 2007 at 2:42 pm
14 Comments or Links | Adobe Flex, Cairngorm, UndoRedo Framework
Good, Smart Setter

Yesterday I was fixing some data binding issues and in the process noticed that some of my setters weren’t getting called when they should be — or so it appeared. It turned out that they were just smart.
Read more…

Posted by Kaleb Pederson on October 11, 2007 at 12:12 pm
No Comments or Links | Adobe Flex
Data Binding in Flex, Part I

I’m just starting off with Flex and am enjoying some of the powerful things that it has available, among which is Data Binding.

Flex Data Binding is very powerful, and very convenient. The “About data binding” section in the Flex manual lists three different ways that we can use data binding:
Read more…

Posted by Kaleb Pederson on October 5, 2007 at 4:04 pm
2 Comments or Links | Adobe Flex