Decided to use markdown for styled text instead of 4D multistyle text.

Found that NTK 2.5 added basic markdown support - comes quite handy. ;-)

Saved markdown text in 4D database textfields and did conversation to html
on the fly by calling NTK command "Markdown Process Text".

Found I cannot call a plugin command directly from A4D so wrapped the
command inside a 4D method "MarkdownToHTML" and called that from A4D.

Everything worked fine. At least for a couple of minutes, when 4D server
suddenly crashed. I was able to track the issue down to the call of the
"MarkdownToHTML" 4D method. It  doesn't crash on every call but on about
every 20th call or so.

The reported Errormodulname is ntdll.dll (I run 4D Server 13.2 64 bit on
Windows 7)

I assume it is a bug in NTK but wanted to report this here anyways in case
anyone has plans to use markdown with the NTK plugin. So be warned.

My current workaround is to do the conversation to html on the (Mac) clients
(interestingly with the same NTK command) and save the html in a separate
textfield. A bit redundant but better than an instable server.

Peter Gutbrod 


_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to