Record PushButton. - Forum

Forum Navigation
You need to log in to create posts and topics.

Record PushButton.

How do you record when a PushButton is pressed within a publication, so allowing you to know the number of time a person goes to this section / download.

@m-burdess you can save it to a database or, if you want a very simple solution, use an external API like this one:
https://countapi.xyz/

I hope it helps.

Regards.

javadrajabihakami has reacted to this post.
javadrajabihakami

@luishp

Thank you for the answer, is it possible for an example pleas, to help me understand its intergration with VisualNeo.

 

@m-burdess it's quite easy. You can use this example for almost any API. Please check the attached app.
Let me know if you have any questions.

Regards.

Uploaded files:
  • You need to login to have access to uploads.

@luishp

Thank you and sorry for the delay in getting back.

Within the project I'm work on I have just used a small bit of code to allow a download

OpenURL "Download/Spanish2.zip"

When I use the Download/Spanish.zip , the code does not work. The system is being hosted via NeoCloud ( and it works well ). I'm think that I need to go long ie http://www.*******.com/Download/Spanish2%202/ , am I correct?

I'm think that I need to go long ie "http://www.*******.com/Download/Spanish2.zip" , am I correct?

@m-burdess not necessarily. Take a look at your final compiled app structure and look for the Spanish2.zip file. Be sure it's on the correct folder. If so use something like this (also be sure the capital letters match with your real paths and file names):

OpenURL "./Download/Spanish2.zip"
On the other side, note that CloudNEO offers a free SSL certificate so you can use https: instead of http: (highly recommended)
Ask the support staff at CloudNEO if you need assistance on getting it ready.
Best regards.
javadrajabihakami has reacted to this post.
javadrajabihakami