|
<< Click to Display Table of Contents >> Navigation: Telegram > 2022 > 11 > 29 > Telegram_2022-11-29T01 |
2022-11-29T01:46:50
Also.. been trying to get OnBeforeProcess event for template... I have %videoid% in the html file, I want to replace with some youtube id value at that time....
2022-11-29T01:48:43
Looks like maybe? gotta free VTemplate... read in HTML file from templates... and then create a temp file and read that in?
I found some examples but it appears for older IW... cache files and such don't work like it has anymore.
2022-11-29T01:49:42
IntraWeb-master\\XI\\TemplatesAndCSS has sorta what I want it looks.. but no 15 compatible...
2022-11-29T01:51:35
xFileName := gSC. UserCacheDir + 'newtemplate.html';
Not sure what the replacement for that is now... Cant figure out IWAppCache usage...
2022-11-29T01:51:37
type: link https://docs.atozed.com/docs.dll/classes/TIWAppCache.html
2022-11-29T01:52:02
found this, but still cant figure out how to make that work with the demo app
2022-11-29T01:54:27
lot of the docs still refrence old ways of things.. so messing me up badly.