The update.txt file resides in the "release" folder and looks like this:
1.2.2r5
Nic,
In your standalone what do you get if you call glxapp_getProp("update available")? It should return a boolean value (it will always return false in development). To install an update you would call glxapp_installUpdate.
--
Trevor DeVore
ScreenSteps
--
You received this message because you are subscribed to the Google Groups "GLX Application Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to glxapp+unsubscribe@googlegroups.com.
To post to this group, send email to glx...@googlegroups.com.
Visit this group at https://groups.google.com/group/glxapp.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to glxapp+un...@googlegroups.com.
Hi Trevor,in glxApplicationFramework -> glxapp_checkForUpdate, I put an answer glxapp_getProp("auto update url") which always returns empty and answer glxapp_getProp("update available") which always return false when I run the standalone. I will only ever get a positive response if I hard code the base auto update url.
It is being set to http://www.filterlinksa.co/distribution/updates/1_0, which is correct.
answer the uObjectProps["auto update url"] of group "ApplicationObject" of stack "application"
Hi Trevor, I am not sure if I put that code into the right place but I put it into glxApplicationPackager -> PackageApplicationForDesktop and it returned empty.
Hi Trevor,
I have figured out the problem and have everything working now. Unfortunately, I did not understand the full procedure and was not using the glxApplicationPackager to create the standalone so we would have run around in circles till you just blocked me! :)Thanks for your time and efforts none-the-less.