Hi,
I use the cards to manage a small database.
It works fine when I add or edit a card
But when I delete a card, this card not deleted permanently in the standalone version.
Is it possible resolve this problem?
Thanks
Paolo
Delete a card
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Delete a card
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it
Re: Delete a card
A standalone can't modify itself in this way (no changes to a standalone get saved)
The way to get around this is to have your standalone be a launcher/splash screen that then launches a another stack. You can do any editing you want to that stack and save it whenever you want.
The way to get around this is to have your standalone be a launcher/splash screen that then launches a another stack. You can do any editing you want to that stack and save it whenever you want.
-
- VIP Livecode Opensource Backer
- Posts: 184
- Joined: Wed Apr 10, 2013 5:09 pm
Re: Delete a card
The way to do that is to have a "go stack" command that points to a stack that you have bundled into your application.The way to get around this is to have your standalone be a launcher/splash screen that then launches a another stack
I believe you can bundle using the "Stacks" or the "Copy Files" section of the Standalone Application Settings, although I cannot be sure.
Andrew