Posted on Fri, February 19th in HDX 1000 - Michiel -
1 Comment »
One of the nastiest things about upgrading your OS is probably driver support. A videocard or other device that you’ve gotten so used to, that you can’t get to work when updating your OS. This same problem is here when upgrading to Windows 7 when connecting the HDX-1000 to your PC using the USB slave [...]
Posted on Thu, February 4th in Tips 'n Tricks - Michiel -
2 Comments »
If you’re experiencing a weird red line through your screen in Windows Media Player on Windows 7, it can be quite a struggle to find the solution. Believe it or not, the problem lies within the latest ATI Catalyst Control Center (CCC). To fix it, follow these easy steps:
If you’re done with the above steps, your problem [...]
Posted on Thu, January 7th in Flex - Michiel -
No Comments »
If you are having problems getting a new SDK installation to work with Flex Builder 3 (e.g. if you’re trying to compile a Flex project as AIR application using Flash Player 10) and get the following error:
Process terminated without establishing connection to debugger.
Command:
"C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\3.5\bin\adl.exe" "projectPath" "bin-debug location"
Output from command:
error while loading initial [...]
Posted on Tue, October 20th in ColdFusion, Work - Michiel -
No Comments »
We had a strange problem in ColdFusion recently, using weeknumbers and dates. In ColdFusion, you can use the Week() function to determine what weeknumber the week of any given date has. A very useful function you’d say. However, January 1st 2010 will present a very weird problem.
The international ISO 8601, containing the international standard about [...]
Posted on Fri, July 24th in Flash, Work - Michiel -
No Comments »
This is one of those problems on which you could spend hours to find a solution. When having a DataGrid in Actionscript 3 and have a DataProvider behind it holding all data, updating the DataGrid can be quite a struggle. If you update the items in the DataProvider, they don’t show in the DataGrid, even [...]