Anyone using "Zygodact" registration system with Kagi.com?
Matthias Rebbe | M-R-D
matthias_livecode_150811 at m-r-d.de
Tue Apr 8 07:58:34 EDT 2014
Hi Jacques,
i do not know if this is accepted by Kagi, but i was able to integrate the CGI stack (as substack) into the template.
I am using the following lines to generate the key:
global gName, gSerial
on mouseup
.
.
.
put theUserEmail into gName
start using stack "CGI KeyGen“
set the unicodeText of field "regnumberUTF16" to uniencode(gSerial,"utf8")
set the unicodeText of field "usernameUTF16" to uniencode(gName,"utf8")
end mouseup
This works so far, but i am not sure if i am allowed to include a substack into the template.
At least this would work.
Regards,
Matthias
Am 07.04.2014 um 21:41 schrieb J. Landman Gay <jacque at hyperactivesw.com>:
> On 4/7/14, 2:00 PM, Matthias Rebbe | M-R-D wrote:
>> that would be awesome if you would adjust Zygodact for using it with Kagi.
>
> Kee sent me the template stack and as it is now, I don't think integration is possible. But I've written to Kee privately to see what he says.
>
> --
> Jacqueline Landman Gay | jacque at hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list