Skip to content

Commit

Permalink
Wait cursor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshDavid committed Jun 29, 2021
1 parent c784bc3 commit 9e12c5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions APLSource/GUI/ExpandDatabase.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
⍵ ←→ (tree obj)(config obj)
⍺ ←→ item, which is the connection name
t c
sc t ##.DB.Connect
s¯1:''
oldCursort SetCursor'Wait'
sc t ##.DB.Connect
ResetCursor{t SetCursor oldCursor}
s¯1:ResetCursor''
schemas tables##.DB.GetTables
dMatschemas{(1 2,1)(,(¯1)2)}tables
itemst.Items
Expand All @@ -14,5 +15,5 @@
cItems,/{[;1]}¨,dMat
cDepths{[;2]}¨,dMat
t.(Items Depth)cItems cDepths{(start),,(start)}¨items depths
t SetCursor oldCursor
ResetCursor''
}

0 comments on commit 9e12c5a

Please sign in to comment.