Opened 10 years ago

Closed 10 years ago

#167 closed enhancement (worksforme)

Add asynchronous file loading

Reported by: ibboard Owned by:
Priority: minor Milestone: WarFoundry 0.1
Component: WarFoundry-API Version: Unknown or N/A
Keywords: file load async Cc:
Blocked By: Blocking:

Description

At the moment the file load is triggered by the first request for files. Normally that is when clicking "Change Game System" in the WinForms app, but if we want to replace the dialog with a sub-menu (#166) then we would end up with a horrible lag before opening the menu as the files are loaded the first time. Instead we should probably do an asynchronous file load so that the files can be loaded without holding up the UI while the user clicks around.

Change History (4)

comment:1 Changed 10 years ago by ibboard

Blocking: 166 removed

comment:2 Changed 10 years ago by ibboard

Status: newconfirmed

Move tickets to new "confirmed" status to show that they've been checked

comment:3 Changed 10 years ago by ibboard

Priority: majorminor
released: no

comment:4 Changed 10 years ago by ibboard

Resolution: worksforme
Status: confirmedclosed
Version: Unknown or N/A

Closing, as GTK# and Qt# apps don't seem to have a problem, so it must be a VM thing.

Note: See TracTickets for help on using tickets.