NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: KC Chin on January 02, 2019, 08:34:15 PM
-
NetTalk.tpl
#Boxed,Where(%ABCBaseClass='NetDIP'),at(2,20),section
#Prompt('&Room Name',@s255),%RoomName,Default('myRoom'),Req
#Display('This will be the room added and used on the server.')
#prompt('Server &Address:',@s80),%NetAppSite,default('''dip.capesoft.com''')
#display('You can use the free DIP server at ''dip.capesoft.com''')
#display('Or you can also run your own DIP Server')
#prompt('Server &Port (def 6873)',@n9),%NetAppPort,default(6873)
#display('This is the site address and port of the DIP server.')
Hi Bruce,
Instead I modify the template,
Is it possible for Capesoft to change the
#prompt('Server &Port (def 6873)',@n9),%NetAppPort,default(6873)
to STRING
#prompt('Server &Port (def 6873)',@S9),%NetAppPort,default(6873)
where I can place Local Variable at NetAppPort.
TIA
-
done for 11.05
-
Bruce,
Thank you and appreciated.