Hi, I can’t really get the grip on if it is possible to have an sql db running behind the exported project to serve images to the project. I would like to be able to dynamically change images in a floating widget project. I just downloaded the sw and would like to figure this out before buying the license. Best regards
This is easy to do as long as the database and images are located on a web server.
On the server you need to add a script (.php, .asp, etc.), which generates a text file containing a list of images based on sql table.
1. Add the Table widget.
2. Click the Add new database.
3. Paste the URL and click the Download.
4. Click Next.
5. Select the Semicolon delimiter.
6. Click Finish.
7. Add the Gallery widget.
8. On the Interaction tab select the database.
9. Click the first row with an image url.
10. Add another Gallery widget and select the second row, etc…
See the web_images.pma example.