On Wed, 2005-12-14 at 03:12 -0600, Brian Johnson wrote:
> I am having problems compiling the project due to GamePieceImage methods 
> called in AutoImage that have been removed from GamePieceImage.
> The missing methods are setState, getState, getKeyCommands, keyEvent, 
> getName, and getProperty.  They existed in version 1.3 of 
> GamePieceImage.java and were apparently removed in 1.4, but are still used 
> by AutoImage.java 1.1...
> 
> Anyone know about this and if it might be related to his problem?


Remove AutoImage and change getProperty in TextItemInstance like this:

     String PROPERTY_PREFIX = "AI_";
     String k = (String) key;
     String propertyName = k.substring(PROPERTY_PREFIX.length());

Bye,
Torsten



[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/IMSolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vassalengine/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to