All Posts Tagged With: "Flex"

Review: ServiceCapture

I have been developing RIA applications for quit some years now and ever since i’ve been looking for a good connection debugger. I’ve tried a couple including the netconnection debugger from adobe and Charles but the one who worked best for me was ServiceCapture.
Continued

Flex doubleclick problem pen tablet

Because of some wrist strain I started out using a wacom pen tablet. It works perfect for me but I’m experiencing some problems with using it in flex.

It seems that the doubleclick event requires a very steady hand, because it handles it on one pixel so it seems. I’m not that steady:)
Continued

Truncated datagrid column in Flex

I was looking for a way to get some of my datagrid fields nicely truncated because some where to long but also because the window is completely scalable. Since I had to use itemrenders anyway I thought I just could set the truncateToFit property of a label in an itemrender. But when the datagrid is resized it does not automaticly resize the renders.

So this is what I came up with: Continued

Accessibility: Enlarging text in Flex

I’m currently busy for a project at theFactor.e which needs the fontsize to be set a couple of point bigger and back again to increase accessibility of the webapplication. This is what I ended up with and this is how it is done:

It all works with 3 stylesheets. In my example default, normal and enlarged. The default works like a normal stylesheet and is added like this to your application: Continued