-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement download file #10
Comments
Here is a very basic simple code (Work in progress) to create a download wrapper:
|
Here is a more ATK4 style way for a download wrapper thanks to the hints of @abbadon1334 - however there are still 2 issues with this: 1) the stickyGet of the token does not "survive" an atk4/login login but the token is lost. 2) I don't like the button to call the callback, I would fancy a direct download. Since we are not supposed to run app->terminate directly but via callback, how can I make the callback immediately...
|
@mkrecek234 Please check demos in current develop branch. Download functionality is implemented now. |
Are there any activities to implement also the download part?
The text was updated successfully, but these errors were encountered: