_activate.lua 2.0 released

check it out
http://j-strahan.com/main/?p=262 [import]uid: 7911 topic_id: 34644 reply_id: 334644[/import]

This would be super useful if it could be adapted to store a file with existing print statements as well as displaying on screen. That way I could collect info from Beta Testers and have print doc posted to my server… [import]uid: 177244 topic_id: 34644 reply_id: 138867[/import]

It does that
If you supply an email address and an endDate an email button will appear. Working on v3.0 now. Complete recode new feature new menu, gestures. Works great for testing iAP accelerometer gyroscope. Anything that can be tested only on device. [import]uid: 7911 topic_id: 34644 reply_id: 138871[/import]

This would be super useful if it could be adapted to store a file with existing print statements as well as displaying on screen. That way I could collect info from Beta Testers and have print doc posted to my server… [import]uid: 177244 topic_id: 34644 reply_id: 138867[/import]

It does that
If you supply an email address and an endDate an email button will appear. Working on v3.0 now. Complete recode new feature new menu, gestures. Works great for testing iAP accelerometer gyroscope. Anything that can be tested only on device. [import]uid: 7911 topic_id: 34644 reply_id: 138871[/import]

Is there a hook to access the print statement document that gets created, or is that something I’d have to code up? I need to post the document instead of have it sent via the email functionality you referred to. [import]uid: 177244 topic_id: 34644 reply_id: 140021[/import]

needing to post in forums or something different. [import]uid: 7911 topic_id: 34644 reply_id: 140023[/import]

Post to my server. Don’t need any of the post functionality, just need to be able to access the file… [import]uid: 177244 topic_id: 34644 reply_id: 140024[/import]

its just a simple txt file saved in the doc. dir on phone file name is gameLog.txt
you would need to code the posting function yourself. or email me and maybe i can help you with it.
j s t r a h a n 7 3

@

g m a i l

.

c o m
[import]uid: 7911 topic_id: 34644 reply_id: 140027[/import]

These days I’m posting stuff right a left, so I’ve got that covered, but I sure appreciate the offer of help. Wish I had found you 8 months ago :slight_smile: This lib sounds like it will be a fantastic help. I’ll go get it now. [import]uid: 177244 topic_id: 34644 reply_id: 140028[/import]

Hey, I just tried the email link and go tthis message:

The file could not be sent via email at this time. Please contact the site administrator. [import]uid: 177244 topic_id: 34644 reply_id: 140029[/import]

ill have to check it out but until its fixed
if you scroll to the bottom there’s a direct download link
[import]uid: 7911 topic_id: 34644 reply_id: 140030[/import]

@kayaych
are you coding for android? [import]uid: 7911 topic_id: 34644 reply_id: 140034[/import]

No, not coding for Android at the moment.

What’s the cleanest way to call fnct.save() and fnct.delete() programmatically? I’m not totally comfortable calling functions in other modules, nor picking apart the code of my betters :slight_smile:

I don’t actually want the log button to appear on the app, but when the user submits a bug report from a text box I provide, I want to programmatically create the “gameLog.txt” file, and then after I upload it to my server I want to programmatically delete it so it can be clear for the next bug.

Sure appreciate any thoughts.
[import]uid: 177244 topic_id: 34644 reply_id: 140302[/import]

U can directly call save and delete with the current code. Give me a few days and ill work that feature into version 3 and send you a beta version of 3 [import]uid: 7911 topic_id: 34644 reply_id: 140336[/import]

I am requiring in activate. I tried calling fnct.save() from my main.lua doc but got the error

“attempt to index global ‘fnct’ (a nil value)”

Are you suggesting that I just copy the entire text of activate.lua into my main.lua doc and call it from there? [import]uid: 177244 topic_id: 34644 reply_id: 140340[/import]

Is there a hook to access the print statement document that gets created, or is that something I’d have to code up? I need to post the document instead of have it sent via the email functionality you referred to. [import]uid: 177244 topic_id: 34644 reply_id: 140021[/import]

needing to post in forums or something different. [import]uid: 7911 topic_id: 34644 reply_id: 140023[/import]

Post to my server. Don’t need any of the post functionality, just need to be able to access the file… [import]uid: 177244 topic_id: 34644 reply_id: 140024[/import]

its just a simple txt file saved in the doc. dir on phone file name is gameLog.txt
you would need to code the posting function yourself. or email me and maybe i can help you with it.
j s t r a h a n 7 3

@

g m a i l

.

c o m
[import]uid: 7911 topic_id: 34644 reply_id: 140027[/import]