Is there something different about doing this in the main, base 
application then in a custom control files?

This code works just fine in my custom logDetails.mxml file.

import Model.troubleLog;
....
[Bindable]
public var troubleEntry:troubleLog = new troubleLog();

But using the exact same code in my base index.mxml file throws the 
following errors.

1046: Type was not found or was not a compile-time constant: troubleLog.
1180: Call to a possible undefined method troubleLog.

import Model.troubleLog;
....
[Bindable]
public var troubleEntry:troubleLog = new troubleLog();


Can anybody provide any insight on this situation?

TIA
Ian Skinner

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4322
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to