- Local time
- Today, 16:58
- Joined
- Sep 12, 2006
- Messages
- 16,072
I wondered what users do to designate a back-end path.
I tend to used an installation form within the app, that lets a user navigate to the back end, and stores the selected back end.
On opening, my apps check that the path stored is actually correct, and if not, reconnects. If the reconnect path cannot be find, then it lets the user pick a new backend with a file open save dialog.
HOWEVER, I see quite a few apps, where the paths are just set in a simple text file, which is read in, on opening - rather than provding the browse form to pick the back end.
What do most people do?
I tend to used an installation form within the app, that lets a user navigate to the back end, and stores the selected back end.
On opening, my apps check that the path stored is actually correct, and if not, reconnects. If the reconnect path cannot be find, then it lets the user pick a new backend with a file open save dialog.
HOWEVER, I see quite a few apps, where the paths are just set in a simple text file, which is read in, on opening - rather than provding the browse form to pick the back end.
What do most people do?