handsome-television-62908
11/29/2019, 10:53 AMcix.css.Runtime
class to basically fix the styling issuehandsome-television-62908
11/29/2019, 11:04 AMuser
11/29/2019, 9:16 PMbright-gpu-74537
11/29/2019, 10:32 PMbright-gpu-74537
11/29/2019, 10:32 PMbright-gpu-74537
11/29/2019, 10:32 PMbright-gpu-74537
11/29/2019, 10:34 PMbright-gpu-74537
11/29/2019, 10:34 PMbright-gpu-74537
11/29/2019, 10:35 PMMenuEvent.MENU_SELECTED
... it should bubble all the way through the menus...bright-gpu-74537
11/29/2019, 10:35 PMbright-gpu-74537
11/29/2019, 10:36 PM@:bind(mainMenu, MenuEvent.MENU_SELECTED)
and you'll get an event no matter what menu item is selected, saves having to have loads of @:bind'sbright-gpu-74537
11/29/2019, 10:36 PMuser
11/30/2019, 12:12 AMbright-gpu-74537
11/30/2019, 12:13 PMbright-gpu-74537
11/30/2019, 12:14 PMbright-gpu-74537
11/30/2019, 12:28 PMbright-gpu-74537
11/30/2019, 12:28 PMhaxe
@:bind(mainMenu, MenuEvent.MENU_SELECTED)
private function onMenu(e:MenuEvent) {
trace(e.menuItem.id);
switch (e.menuItem.id) {
// ...
}
}
bright-gpu-74537
11/30/2019, 12:28 PMbright-gpu-74537
11/30/2019, 12:34 PMhaxeui-core:1.0.8
)quick-king-64105
12/01/2019, 4:49 AMquick-king-64105
12/01/2019, 4:49 AMquick-king-64105
12/01/2019, 4:59 AMquick-king-64105
12/01/2019, 5:01 AMquick-king-64105
12/01/2019, 5:02 AMflxsubstate
testcase. The source for them right now is just:
xml
<button id="open-substate" left="100" top="400" text="Open Substate" />
<button id="overlapped" left="200" top="400" text="Overlapped" />
inside the xml used to generate that state.
Edit: There is now an issue in tracker for this, please see below.quick-king-64105
12/01/2019, 5:36 AMquick-king-64105
12/01/2019, 5:44 AMquick-king-64105
12/01/2019, 5:48 AMquick-king-64105
12/01/2019, 6:30 AM