NetTalk Central

Author Topic: Missing Stuff in 7.14 - Compile errors....  (Read 3717 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Missing Stuff in 7.14 - Compile errors....
« on: July 04, 2013, 08:10:13 AM »
Hi,
Just took the jump to NetTalk 7 and downloaded and installed newest version 7.14.
Seems like a file with the FileCancel buttons is missing:
These are the errors:
  s_web._SitesQueue.Defaults.CancelFileButton.Name = 'cancelfile_btn'
  s_web._SitesQueue.Defaults.CancelFileButton.TextValue = clip('Cancel') !s_web.Translate('Cancel',Net:HtmlOk) ! button text will be cleaned later on.
  s_web._SitesQueue.Defaults.CancelFileButton.Class = 'nt-cancel-button'
  s_web._SitesQueue.Defaults.CancelFileButton.ToolTip = clip('Click here to cancel the upload') !s_web.Translate('Click here to cancel the upload')
  s_web._SitesQueue.Defaults.CancelFileButton.UseJavaScript = 1
  s_web._SitesQueue.Defaults.CancelFileButton.JsIcon = 'cancel'
  s_web._SitesQueue.Defaults.CancelFileButton.Compact = 1
  s_web._SitesQueue.Defaults.CancelFileButton.MobileIcon = 'cancel'
  s_web._SitesQueue.Defaults.CancelFileButton.MobileText = ''
  s_web._SitesQueue.Defaults.RemoveFileButton.Name = 'removefile_btn'
  s_web._SitesQueue.Defaults.RemoveFileButton.TextValue = clip('Remove') !s_web.Translate('Remove',Net:HtmlOk) ! button text will be cleaned later on.
  s_web._SitesQueue.Defaults.RemoveFileButton.Class = 'nt-deletef-button'
  s_web._SitesQueue.Defaults.RemoveFileButton.ToolTip = clip('Click here to remove this file from the list') !s_web.Translate('Click here to remove this file from the list')
  s_web._SitesQueue.Defaults.RemoveFileButton.UseJavaScript = 1
  s_web._SitesQueue.Defaults.RemoveFileButton.JsIcon = 'trash'
  s_web._SitesQueue.Defaults.RemoveFileButton.Compact = 1
  s_web._SitesQueue.Defaults.RemoveFileButton.MobileIcon = 'trash'
  s_web._SitesQueue.Defaults.RemoveFileButton.MobileText = ''

Either a file with these descriptions is missing or it is not in the correct place. 
Anyone with any help?
THanks,
Ron

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Re: Missing Stuff in 7.14 - Compile errors....
« Reply #1 on: July 04, 2013, 10:28:58 AM »
Hi,
Seems like the 7.14 installer is not working. New Templates do NOT get registered nor do they exist. The installation is quite short ( compared to previous Net Talk installs ). The template in C8 is still 6.4x ( the one I was on before moving to Net Talk7. 
I have the Register Template box checked on installer.
Ron

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Re: Missing Stuff in 7.14 - Compile errors....
« Reply #2 on: July 04, 2013, 10:32:17 AM »
Hi,
Templates are still 6.40 - looks like the Net Talk 7 templates did not install at all......
Ron

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Missing Stuff in 7.14 - Compile errors....
« Reply #3 on: July 04, 2013, 12:48:09 PM »
Hi Ron,

What is the name of the SAF file you downloaded, and how big is it?

cheers
Bruce

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Re: Missing Stuff in 7.14 - Compile errors....
« Reply #4 on: July 04, 2013, 12:53:53 PM »
Hi Bruce,
SAF is about 40.5 Mb.  I found out that it was installing it in the wrong place - had to take the subdirectory \Clarion8 off the end and now it has installed them to the right location and I have the correct version!!!! 
However, still some compile errors....:on web1.app......

if host.right(1) <> '/' and toGet.left(1) <> '/'
 case tag.left(2)

For some reason it does not like the LEFT field.......

Ron

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Re: Missing Stuff in 7.14 - Compile errors....
« Reply #5 on: July 04, 2013, 01:17:45 PM »
hI,
Updated String Theory to latest version and ALL IS WELL IN CLARIONLAND!!!!
Ron :)