By Gerben Robijn on Feb 5, 2008 in Actionscript 2, Actionscript 3, Featured, Flash, Flex, General | comments(4)
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
By Gerben Robijn on Jan 22, 2008 in Actionscript 2, Actionscript 3, Flash, Flex, General | comments(3)
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
By Gerben Robijn on Oct 24, 2007 in Actionscript 3, Charting, Featured, Flex | comments(10)
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
By Gerben Robijn on Oct 15, 2007 in Actionscript 3, CSS, Flex, Tutorial | comments(0)
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