Best regards,
Symbroson
Link: https://www.dropbox.com/sh/y4rzpstbeipnxzg/AAA5TU5fcv5SfHuvJ89k9ZWVa
Ps: This is not my submission for the DroidScript Challenge - but I'm sure that it could be ^^
Object <app> had no method CreateGifViewer.
Dave removed it when he put it on the beta list
var txt = app.ReadFile( '/sdcard/DroidScript/Pipe Tracker/Pipe Tracker.js' );
app.SetClipboardText( txt );
txt=txt.replace("app.LoadPlugin('GifViewer');","//app.LoadPlugin('GifViewer');");
txt=txt.replace(" GV=app.CreateGifViewer()","/*\n GV=app.CreateGifViewer()");
txt=txt.replace("app.AddLayout(laySplash);","app.AddLayout(laySplash);\n */");
txt=txt.replace("app.AddLayout(layMain);","app.AddLayout(layMain);\n showHomeMenu();");
app.WriteFile( '/sdcard/DroidScript/Pipe Tracker/Pipe Tracker.js',txt );
app.Exit();
Thanks Alex.
Please tell me if you find more bugs :)
But I can tell you that I will definetly make DS videos. :)
I planned to upload them regulary every saturday. But Im not sure if the first video will came this or next week. Depends on how long I need to talk about the details with dave
Best regards
Alex