fix: bugs on new GUI API
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good

This commit is contained in:
DanyLE
2023-07-14 12:05:12 +02:00
parent 4d03eff031
commit 3b14ff5b9f
40 changed files with 72 additions and 39 deletions

View File

@ -143,6 +143,12 @@ class ShowCase extends this.OS.application.BaseApplication
{ text: "Multi-input dialog", id: "minputs" },
{ text: "Multi key value dialog", id: "mkv" }
]
@morphon Ant.OS.GUI.RESPONSIVE.MEDIUM, (fulfilled) =>
if fulfilled
this.find("tabctn").dir = "row"
else
this.find("tabctn").dir = "column"
btrun.onbtclick = (e) =>
item = dllist.selectedItem