raudjcholo commented on a change in pull request #869:
URL: https://github.com/apache/royale-asjs/pull/869#discussion_r442143566
##########
File path:
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/ComboBoxItemByField.as
##########
@@ -0,0 +1,71 @@
+package com.iest.winplusweb.beads
+{
+ import org.apache.royale.core.IBead;
+ import org.apache.royale.jewel.ComboBox;
+ import org.apache.royale.core.IStrand;
+ import org.apache.royale.collections.CollectionUtils;
+ import org.apache.royale.collections.ArrayList;
+ import org.apache.royale.events.Event;
+
+ public class ComboBoxItemByField implements IBead{
+
+ protected var comboBox:ComboBox;
+
+
+ public function ComboBoxItemByField()
+ {
+ }
+
+ public function set strand(value:IStrand):void
+ {
+ comboBox = value as ComboBox;
Review comment:
Hi:
I have tried to change the code to use an interface but I have not got it to
work.
I will send an email to the list with the code to see if you can help me.
Thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]