Wednesday, July 9, 2008

flex modules , application domain, Error #1034

Got Error #1034 while trying to access the same classes from
the application and from a loaded module.

Needed to add:

applicationDomain="{ApplicationDomain.currentDomain}" to my ModuleLoader Tag

Also needed to add all conflicting classes to the main Application Script tag, like this:

private var typeErrorClass1:Class1 ;
private var typeErrorClass2:Class2 ;

etc.

Tuesday, July 8, 2008

flex itemrender on a datagrid column

when using an flex itemrenderer the dataobject that gets passed into it is always the data of the whole row and not of the column only.
the datafield property of the column gets ignored.

php date, timezone, lamp

after changing the server timezone, apache needs to be restarted
before php's date and time functions return the correct time.
 
Please visit Fishing Reminder