This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Web Server - Ask For Help / Re: live graphs using a free javascript library
« on: April 30, 2014, 02:40:38 PM »
I think after looking at real time graphing, server loads, XML verus Comma delimited im starting to think a server created graph displayed as an image might be good enough ..
2
Web Server - Ask For Help / Re: live graphs using a free javascript library
« on: April 30, 2014, 12:58:06 PM »I have used http://www.highcharts.com/. Its free for non-commercial use. If you are after non-commercial let me know and I will see if I can get you some sample code.
Thanks,
Debra
hi debra, it would be great to see some coded examples.. looking at JS videos, strange little language so i need as much help as i can get!!!
many thanks ..
3
Web Server - Ask For Help / live graphs using a free javascript library
« on: April 29, 2014, 03:46:13 PM »
Anyone of you web talk gurus using a live graph with a javascript library?
i would love to know how to do this using nettalk, IE
where to respond to the request from the browser and how to send the data back to the javascript graph.
new to javascript and NT and web
many thanks
i would love to know how to do this using nettalk, IE
where to respond to the request from the browser and how to send the data back to the javascript graph.
new to javascript and NT and web
many thanks
4
Web Server - Ask For Help / best approach to extracting data from a page
« on: September 27, 2013, 11:41:02 AM »
hi everyone
i am using nettalk to download web pages
on those pages are table and column data
is there a way to access these columns and rows using string theory? or any other approach
we have a big bulky parser but its not ideal for this type of job.
many thanks
steve
i am using nettalk to download web pages
on those pages are table and column data
is there a way to access these columns and rows using string theory? or any other approach
we have a big bulky parser but its not ideal for this type of job.
many thanks
steve
5
Web Server - Ask For Help / Re: live graphing
« on: August 22, 2013, 04:52:45 PM »
thank you bruce, studing the jquery and ajax examples at w3 schools.com
will do my homework before asking anymore dummies questions
thank you for creating nettalk 7
since i love writing classes with interfaces in clarion, i will add my code to the app as plugins if i can
tanks stev
will do my homework before asking anymore dummies questions
thank you for creating nettalk 7
since i love writing classes with interfaces in clarion, i will add my code to the app as plugins if i can
tanks stev
6
Web Server - Ask For Help / Re: live graphing
« on: August 20, 2013, 02:17:49 PM »
i have downloaded Highstocks JS library. I know nothing about javascript other then the scary articles on its dangerous no strong typing. trouble for bunnies like me. So i may need some help incorporating this Library in to nettalk, will happily share any classes i write to support this class library once i understand how to put a JS object into a page.
7
Web Server - Ask For Help / live graphing
« on: August 20, 2013, 01:27:42 PM »
Is there a graph app that allows end users to interact with data live in web that the capesoft team or other users recommend.
I want to allow users to graph and regraph data live
im not referring to a clarion graphing option but a Jquery type graph solution that takes XML data and lets the user regraph data live
many thanks
steve
I want to allow users to graph and regraph data live
im not referring to a clarion graphing option but a Jquery type graph solution that takes XML data and lets the user regraph data live
many thanks
steve
8
Web Server - Ask For Help / where are the changing default prompts in a form template tab
« on: August 17, 2013, 04:30:08 PM »
Hi
where do i find the template tab that changes the following prompt.
many thanks
here where they seem to set in the templates
#if(%StylesDir)
s_web._SitesQueue.Defaults.stylesdir = %StylesDir
#endif
s_web.MakeFolders()
!s_web._SitesQueue.defaults.AllowAjax = 1
s_web._SitesQueue.defaults._CheckForParseHeader = 1 ! Check for Parse Header String
s_web._SitesQueue.defaults._CheckForParseHeaderSize = 1000 ! Check for the Parse Header in the first x bytes
s_web._SitesQueue.defaults._CheckParseHeader = '<!-- NetWebServer --><13,10>'
s_web._SitesQueue.defaults.securedir = 'secure'
s_web._SitesQueue.defaults.loggedindir = 'loggedin'
s_web._SitesQueue.defaults.InsertPromptText = s_web.Translate('Insert')
s_web._SitesQueue.defaults.CopyPromptText = s_web.Translate('Copy')
s_web._SitesQueue.defaults.ChangePromptText = s_web.Translate('Change')
s_web._SitesQueue.defaults.ViewPromptText = s_web.Translate('View')
s_web._SitesQueue.defaults.DeletePromptText = s_web.Translate('Delete')
s_web._SitesQueue.defaults.RequiredText = s_web.Translate('Required')
s_web._SitesQueue.defaults.NumericText = s_web.Translate('A Number')
s_web._SitesQueue.defaults.MoreThanText = s_web.Translate('More than or equal to')
s_web._SitesQueue.defaults.LessThanText = s_web.Translate('Less than or equal to')
s_web._SitesQueue.defaults.NotZeroText = s_web.Translate('Must not be Zero or Blank')
s_web._SitesQueue.defaults.OneOfText = s_web.Translate('Must be one of')
s_web._SitesQueue.defaults.InListText = s_web.Translate('Must be one of')
s_web._SitesQueue.defaults.InFileText = s_web.Translate('Must be in table')
s_web._SitesQueue.defaults.DuplicateText = s_web.Translate('Creates Duplicate Record on')
s_web._SitesQueue.defaults.RestrictText = s_web.Translate('Unable to Delete, Child records exist in table')
s_web._SitesQueue.Defaults.StoreDataAs = %netStoreAs
#if(%WebDatePicture)
where do i find the template tab that changes the following prompt.
many thanks
here where they seem to set in the templates
#if(%StylesDir)
s_web._SitesQueue.Defaults.stylesdir = %StylesDir
#endif
s_web.MakeFolders()
!s_web._SitesQueue.defaults.AllowAjax = 1
s_web._SitesQueue.defaults._CheckForParseHeader = 1 ! Check for Parse Header String
s_web._SitesQueue.defaults._CheckForParseHeaderSize = 1000 ! Check for the Parse Header in the first x bytes
s_web._SitesQueue.defaults._CheckParseHeader = '<!-- NetWebServer --><13,10>'
s_web._SitesQueue.defaults.securedir = 'secure'
s_web._SitesQueue.defaults.loggedindir = 'loggedin'
s_web._SitesQueue.defaults.InsertPromptText = s_web.Translate('Insert')
s_web._SitesQueue.defaults.CopyPromptText = s_web.Translate('Copy')
s_web._SitesQueue.defaults.ChangePromptText = s_web.Translate('Change')
s_web._SitesQueue.defaults.ViewPromptText = s_web.Translate('View')
s_web._SitesQueue.defaults.DeletePromptText = s_web.Translate('Delete')
s_web._SitesQueue.defaults.RequiredText = s_web.Translate('Required')
s_web._SitesQueue.defaults.NumericText = s_web.Translate('A Number')
s_web._SitesQueue.defaults.MoreThanText = s_web.Translate('More than or equal to')
s_web._SitesQueue.defaults.LessThanText = s_web.Translate('Less than or equal to')
s_web._SitesQueue.defaults.NotZeroText = s_web.Translate('Must not be Zero or Blank')
s_web._SitesQueue.defaults.OneOfText = s_web.Translate('Must be one of')
s_web._SitesQueue.defaults.InListText = s_web.Translate('Must be one of')
s_web._SitesQueue.defaults.InFileText = s_web.Translate('Must be in table')
s_web._SitesQueue.defaults.DuplicateText = s_web.Translate('Creates Duplicate Record on')
s_web._SitesQueue.defaults.RestrictText = s_web.Translate('Unable to Delete, Child records exist in table')
s_web._SitesQueue.Defaults.StoreDataAs = %netStoreAs
#if(%WebDatePicture)
9
Web Server - Ask For Help / Re: new to all web technologies, how to run nettalk locally
« on: August 17, 2013, 02:30:01 PM »
Ok, all up and running and my first web app running in fire fox
simply an amazing amount of work has gone into this set of classes
i note that there seem to be a lot of routines in the code
oh well
im grateful for the simplicity and ease use. many thanks Bruce.
simply an amazing amount of work has gone into this set of classes
i note that there seem to be a lot of routines in the code
oh well
im grateful for the simplicity and ease use. many thanks Bruce.
10
Web Server - Ask For Help / new to all web technologies, how to run nettalk locally
« on: August 17, 2013, 01:28:11 PM »
Hi, have finally installed nettalk 7 and compiled a new app with the app wizard.
the default port is 88
where in the docs do i look for running my new app locally in a browser.
many thanks
stev
the default port is 88
where in the docs do i look for running my new app locally in a browser.
many thanks
stev
Pages: [1]