NetTalk Central

Author Topic: NetTalk extension template - NetDip Class  (Read 4329 times)

KC Chin

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Email
NetTalk extension template - NetDip Class
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11247
    • View Profile
Re: NetTalk extension template - NetDip Class
« Reply #1 on: January 08, 2019, 12:13:25 AM »
done for 11.05

KC Chin

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Email
Re: NetTalk extension template - NetDip Class
« Reply #2 on: January 08, 2019, 01:06:41 AM »
Bruce,
Thank you and appreciated.