LineChart datatip with degrafa skin
Here is an example how you skin a DataTip from a LineChart with the help of Degrafa. Source
Flash, AS3, HTML and Javascript
Here is an example how you skin a DataTip from a LineChart with the help of Degrafa. Source
I’m going to try to shift the focus of my blog a little bit more to examples and away from the “I have this problem bla bla”. Well I just try to blog more because it a bit quiet here. I’m going to post some things that is useful for…
I have an Bindable ArrayCollection with values and DataGrid that should show all the values (or rows) without the ugly scrollbars (I hate scrollbars). This is working correct by setting the rowCount property in DataGrid like this:Â rowCount = “this.ArrayCollection.length” the tricky part is when you add items to that…
In some cases you have 2 different XML files to show 2 different lines in a lineChart. For example you want to compare a companies incomming with another month and each month is in a different XML. In a dataTipRenderer I show the styled data but I can only access…
A few weeks ago I was busy finding a graduate project. And during that time augmented reality looked very interesting. Most of you know what it means, for the others here a small explaining line from wikipedia: Augmented reality (AR) is a field of computer research which deals with the…
A week ago I went to the supermarket and I noticed an odd car like below It is driving around to make 360 degrees photos of the streets for the street view function in google maps. This function is available in most parts of USA but here in europa there…
After the Flash Google maps API release I spend some time to see what is possible. I started with the documentation from Google. In there documentation they are using the latitude and longitude coordinates to set the center of your map. This is not really a human readable way to…
Is it me or is file.url a lot easier to use than file.nativePath in Adobe AIR. Maybe I’m missing something because every tutorial or code snippet I can find uses file.nativePath. I’m busy building an AIR application that can be used on Windows and Mac OS. I have to take…