Does anyone know what triggers the super-class regeneration to pick up
new variables?

 

I generated a php class from Flash Builder then modified the code and
removed functions that I didn't want.  I then discovered that I needed
an additional DB field in my MySQL table so I added the DB field and
re-modified me PHP class to reflect the additional data field.

 

I went back into flash builder and found that it wasn't allowing me to
set the new variable from the object instance.  I then opened up (and
without reading the top of the file) the superclass.as file for the
object.  I added in the variable throughout the class and saved it.
After that I was able to compile and run the program.  Once I closed off
and went back into FB4 it was giving me the variable doesn't exist error
again.  I re-opened the superclass.as file and found that my changes
were gone and at the same time I saw at the top of the file that it will
self update.

 

Question is, it's seeing all the other variables, why isn't it picking
up the new one?  What triggers the regeneration to pick up the new
variable?

 

 Thanks.

  sj

Reply via email to