helpful-oxygen-79589
02/04/2023, 7:15 PMambitious-knife-25690
02/04/2023, 7:16 PMhelpful-oxygen-79589
02/04/2023, 7:30 PMhelpful-oxygen-79589
02/04/2023, 7:30 PMhelpful-oxygen-79589
02/04/2023, 7:30 PMhelpful-oxygen-79589
02/04/2023, 7:31 PMhelpful-oxygen-79589
02/04/2023, 7:31 PMambitious-knife-25690
02/04/2023, 7:31 PMhaxeui-flixel
library there will be a ComponentGraphicsImpl.hx
fileambitious-knife-25690
02/04/2023, 7:31 PMambitious-knife-25690
02/04/2023, 7:32 PMsetPixels
function from haxeui-openfl and draw the bitmap onto a spritebillowy-waiter-28954
02/05/2023, 11:52 AMceramic.Line
and ceramic.BezierEasing
billowy-waiter-28954
02/05/2023, 11:53 AMLine
visualbillowy-waiter-28954
02/05/2023, 11:53 AMbillowy-waiter-28954
02/05/2023, 11:54 AMceramic.Arc
(and check the ceramic demo example that uses it to draw a circle: https://ceramic-engine.com/examples/ceramic-demo/)icy-zebra-52882
02/05/2023, 12:34 PMicy-zebra-52882
02/05/2023, 12:35 PMhx
reactionDropdown.disabled = false;
reactionDropdown.disableInteractivity(false,true,true,true);
reactionDropdown.disableInteractiveEvents(false);
and none of it will make the dropdown enabledicy-zebra-52882
02/05/2023, 12:36 PMfull-journalist-82607
02/05/2023, 12:36 PMicy-zebra-52882
02/05/2023, 12:37 PMicy-zebra-52882
02/05/2023, 12:41 PMicy-zebra-52882
02/05/2023, 12:44 PMicy-zebra-52882
02/05/2023, 12:53 PMicy-zebra-52882
02/05/2023, 12:53 PMhx
for (i in 0...reactionDropdown.dataSource.size) {
trace(reactionDropdown.dataSource.get(i));
}
and it traces correctlyicy-zebra-52882
02/05/2023, 12:54 PMicy-zebra-52882
02/05/2023, 12:59 PMbright-gpu-74537
02/05/2023, 2:11 PMreactionDropdown.dataSource.add(react.id);
should be reactionDropdown.dataSource.add({ text: react.id });
bright-gpu-74537
02/05/2023, 2:11 PMreactionDropdown.dataSource = new ArrayDataSource<String>();
icy-zebra-52882
02/05/2023, 2:12 PMicy-zebra-52882
02/05/2023, 2:12 PMbright-gpu-74537
02/05/2023, 2:13 PM