Posts Tagged ‘fix’

Connect HDX-1000 using USB slave to Windows 7

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 [...]

How to remove the red line in Windows Media Player

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 [...]

Flex “Output from command: error while loading initial content” fix

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 [...]

Strange week numbers in ColdFusion

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 [...]

Updating items directly in the DataProvider

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 [...]