NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: linas@debetas.lt on November 24, 2011, 06:18:20 PM
-
Hi Bruce,
I just download, and updated to nettalk 6.04 and I have noticed that the resets are broken, they were fin in the last nettalk5
there is main netwebform which has 3 tabs.
Each tab displays procedures (netwebbrowses)
on firt tab procedure client side i set to refresh the next tab procedure(whic is also the netwebbrowser) and now it is not refreshing.
Note in nettalk 5 it was good.
I am not using the browses with the childs, much nice and better using tabs and procedures in them.
Tested with childs: works, but to change all existing code to childs.... not willing.
Linas
-
can you tweak one of the examples to show the effect you're getting please Linus? I'd like to sort this out for today's build, but I think an example will help enormously in understanding your exact layout.
Cheers
Bruce
-
Which example you wish? INstaling again Nettalk6.04 on VM
-
I have played with the example 25
Created new menu item
created new webform (memory) with two tabs:
1 tab is the client list procedure call
2 tab is the invoice list procedure call
on first tab resets fields i set to reset the invoice list
on invoice list netwebbrowse i put a message in the event Set filter 11 whic is not called....
The select on a client should reset the invoice list...
that was good in nettalk5
[attachment deleted by admin]
-
Also in N6.04 the values of
web:StartDate
web:StartTime
became empty... they are web server values. If iI put a performance object which comes with wp:startdate and wp:starttime, then those are good, but not the web:startdate and web:starttime
Example 25 which I have added in a post before displays that issue.
-
yes, the web.StartDate and web.Start time have been deprecated because that functionality is now in the performance proeprties of the class.
You can access the properties directly, ie without having to add a control template, if you like by doing
loc:startdate = ThisWebServer.performance.startDate
loc:starttime = ThisWebServer.performance.startTime
or, I suppose, just make local variables and set them to
loc:startdate = today()
loc:starttime = clock()
which is even simpler.
cheers
Bruce
-
Example 25 was a good one, because I hadn't yet updated it to NT6.
Note that it uses a "Chrome" menu, one of the menus being deprecated.
As such it needs the "Include Chrome menu" option ticked for both the JavaScript and CSS (see WebServer procedure settings, Scripts tab and also Styles / files tab.)
I don't think that's your issue, but it was worth pointing out.
cheers
Bruce
-
resets fixed in 6.05
cheers
Bruce
-
Thank you Bruce.
Keep going :)