Derrell Lipman
Derrell Lipman
See the list of requirements for implementation in #200. This one will be very similar, except that it requires more GUI work.
for the moment, send email to administrators
The global boolean flag rpcjs.sim.remote.MRpc.SIMULATE specifies whether you are in simulation mode or real (App Inventor) mode.
You may find this useful: http://code.google.com/appengine/docs/java/overview.html
Chris, I think you hit on the major points we discussed. A few details: in Constants.js add: > maxFlagged > flaggedType Note naming policy. what you're calling maxFlagged will be...
Chris, I'd suggest that in your case, where you must update to swedev right away, that you make a copy of the files which contain your changes for flagging, then...
Thanks, Chris! Here are a few things to fix before I can pull it in: - Constants.js: MAX_FLAGGED needs a documentation comment (with /*\* ) - MFlags.js is not likely...
No need for a re-merge. The other changes did not affect your code, and #166 has been pulled.
Chris, this is great. A couple of issues: - We can't use alert() in backend code. When it runs on App Engine, there will be no such function. You can...
On Tue, Nov 15, 2011 at 20:39, cadler1 < [email protected] > wrote: > > in order to implement the emails where should the java includes be placed? > Alternatively what...