NetTalk Central

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Web Server - Ask For Help / Re: The EmailOAuth example has compile errors (Nettalk 14)
« Last post by Bruce on September 25, 2024, 09:01:46 PM »
that example is a work in progress, and is not yet active.

Cheers
Bruce
22
Thanks you for the replies, sorry I'm so late in getting back to you. I will try your idea Ron, failing that I'll create a demo app for you Bruce.
23
Web Server - Ask For Help / The EmailOAuth example has compile errors (Nettalk 14)
« Last post by GordonF on September 23, 2024, 07:30:38 AM »
When I try compiling the EmailOAuth demo app (demo.app in example folder Capesoft\nettalk\Email\EmailOAuth\ChromeExplorer) I get various errors relating to methods and fields such as:

Unknown procedure label: ThisSendEmail.PrimeOAuth
and
Field not found: ThisSendEmail.OAuthParms.pClientId

I can't find any reference to PrimeOAuth in any of the class code.

Can anyone point out what I'm missing or doing incorrectly, it must be something obvious but I just can't see it.

Many thanks
Gordon
25
Web Server - Ask For Help / Re: Browse Inline Menu ends up in Orphaned Embeds
« Last post by Niels Larsen on September 18, 2024, 10:00:06 PM »
Well, unfortunately that wasn't the trick. The effect continues to occur for new jobs.
Of course I can change the template every time I need some new code, but it would be nice to know what the reason is.
26
Web Server - Ask For Help / Re: Browse Inline Menu ends up in Orphaned Embeds
« Last post by Niels Larsen on September 17, 2024, 11:44:09 PM »
That was the trick.

Thanks
27
FYI Sorted
I have
1. Changed the Theme from base3d
2. Changed the checkbox from a checkbox to a button yes/no

saved/compiled and Ran, and now the checkbox buttons are visible and alive
I have no idea which worked and Im not inclined to selectively reverse.

Cheers
Richard
28
Web Server - Ask For Help / Re: Browse Inline Menu ends up in Orphaned Embeds
« Last post by Bruce on September 17, 2024, 08:23:04 PM »
I'm not sure. I tested here, and saw what you saw.
But then I touched the template and it seemed to be ok after that.

try editing the embed, adding a CR/LF maybe. Or just adding a space to netweb.tpw so it'll re-register.

Cheers
Bruce
29
Web Server - Ask For Help / UNRESOLVED:Browse Inline Menu ends up in Orphaned Embeds
« Last post by Niels Larsen on September 16, 2024, 10:08:18 PM »
Hi Bruce

When I want to "Send Click to Server" the server code ends in a Orphaned Embeds, and is Of cause not generated.
Maybe I'm doing something wrong....
Example attached.

/Niels
30
Web Server - Ask For Help / Re: Strange behaviour of NetEncryptString and NetDecryptString
« Last post by joep on September 16, 2024, 01:34:25 AM »
Hi Bruce,

I have got it working. Like you said I needed the length of the string.
So len(string) did not work. I used stringtheory to determine the length en stored it in the database.
And NetdecryptString with the wrigth length gave me in all examples the same string back.
Thanks for pointing the wrigth direction to me.

Regards Joep
Pages: 1 2 [3] 4 5 ... 10