NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: KC Chin on January 02, 2019, 08:34:15 PM

Title: NetTalk extension template - NetDip Class
Post 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
Title: Re: NetTalk extension template - NetDip Class
Post by: Bruce on January 08, 2019, 12:13:25 AM
done for 11.05
Title: Re: NetTalk extension template - NetDip Class
Post by: KC Chin on January 08, 2019, 01:06:41 AM
Bruce,
Thank you and appreciated.