You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/05/10 05:51:42 UTC

[GitHub] alinakazi commented on issue #219: TitleWindow and ColorPicker Added

alinakazi commented on issue #219: TitleWindow and ColorPicker Added
URL: https://github.com/apache/royale-asjs/pull/219#issuecomment-387959151
 
 
   line no. 44 and 45 in TitleWindow
   //[Event(name="close", type="mx.events.CloseEvent")]
   import org.apache.royale.events.CloseEvent;
   
   Bring import org.apache.royale.events.CloseEvent; on top with other imports 
   and uncomment close event as it is in the API List : mx.containers.TitleWindow:close 	
   
   also replace  @productversion Flex 3/Flex 4 with Latest Royale Version 
   e.g @productversion Royale 0.9.3
   
   Comment all datamembers/methods in ColorPicker 
   except mx.controls.ColorPicker 	
   mx.controls.ColorPicker:height 
   mx.controls.ColorPicker:selectedColor 	
   mx.controls.ColorPicker:width 	
   mx.controls.ColorPicker:x 	
   mx.controls.ColorPicker:y 	
   Like : dropdownGap, indexFlag:Boolean  initializing etc should be commented in ColorPicker.as
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services