NetTalk Central

Show Posts

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.


Messages - Bruce

Pages: 1 ... 714 715 [716] 717 718 ... 735
10726
Hi Mike,

It should behave the same -
Make sure you're on the latest release (4.30 official)
and that you've pressed Ctrl-F5 in your browser.

Keep me posted.

Cheers
Bruce


10727
Web Server - Ask For Help / Re: Entry field (String) reads 0,50 as 50
« on: March 16, 2008, 11:09:01 PM »
fixed in the "official" 4.30 release.

Cheers
Bruce

10728
Hi Mike,

I would tend to agree with your assessment that the session is timing out.
2 things you could try;

a) lengthen the timeout, and see if that affects things.

b) capture the log to disk - then next time it happens inspect the log to see what the gap was between their last access, and the one before that.

Of course it's possible you're doing something in your code to log them out, but I'm guessing you've checked for that.

Cheers
Bruce



10729
Web Server - Ask For Help / Re: Problems with Self-Service
« on: March 16, 2008, 10:48:12 PM »
Hi Chris,

I've got a debug version of the template here, which you're welcome to try (just send me an email). This template doesn't fix the bug (I know _what_ is happening, and I can simply brute-force it, but I don't know _why_ yet) but it contains extra debug code that should assist us in finding out exactly what triggers it to happen.

So if you're willing to help that would be great. Send me an email.

cheers
Bruce

10730
Web Server - Ask For Help / Re: Entry Field Color Problem?
« on: March 14, 2008, 03:19:30 AM »
Hi John,

Use Firefox, with Firebug, to "inspect" the css for the field. Then you can see what style it is using. And from that you should have a clue as to why they are yellow.

Cheers
Bruce

10731
Web Server - Ask For Help / Re: Firefox/IE
« on: March 14, 2008, 03:18:09 AM »
Hi Ian,

I think we need more specifics... like an example....

Cheers
Bruce


10732
Web Server - Ask For Help / Re: Spontaneous Closing webpage
« on: March 14, 2008, 03:07:58 AM »
Hi Rene,

My guess would be a dud PDF file maybe?

Cheers
Bruce

10733
Web Server - Ask For Help / Re: Sort fields in browse
« on: March 14, 2008, 03:05:01 AM »
Hi Oeb,

I think you'll need to send me an example.

cheers
Bruce

10734
Web Server - Ask For Help / Re: Timers & updating html
« on: March 14, 2008, 03:03:31 AM »
Hi Ian,

Whatever is in the NetWebSource is sent to the server if the timer on the NetWebSource is on. Image, HTML, whatever. (Indeed an Image _is_ HTML).

However remember it MUST be XHTML, not "plain" HTML. see here;
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=119.0

Cheers
Bruce

10735
Web Server - Ask For Help / Re: Example 40 static file
« on: March 14, 2008, 02:59:49 AM »
Hi Kevin,

Set loc:filename there to anything you like. I tried it with
loc:filename = 'c:\temp\a.pdf'
and it's fine.

ie, loc:filename should include the name & path if a path is necessary.

Cheers
Bruce

10736
News And Views / Re: NetTalk Version 4.30 pre-release 1 available
« on: March 10, 2008, 06:17:47 AM »
There was a JavaScript bug in one of the files. I've rebuilt and uploaded Pre-Release 7a.

** After installing any of the pre-releases remember to update your web folder **

Cheers
Bruce

10737
Web Server - Ask For Help / Re: Memory Form Time Display (V4.29)
« on: March 10, 2008, 06:15:45 AM »
PR7a is uploaded.

Cheers
Bruce

10738
Hi Dave,
>>It's hard to tell what's in conflict directly since all.js has the combined javascript.

You can "uncombine it" by ticking off the option on the WebServer procedure, Advanced tab.

>> It does work locally without the webserver.

ok, so you should be ok just suppressing the scripts.

The JSON stuff sounds cool.

Cheers
Bruce


10739
Web Server - Ask For Help / Re: Memory Form Time Display (V4.29)
« on: March 09, 2008, 06:45:00 AM »
Hi Rob,

I've had a couple bug reports with PR7, so perhaps wait a day or two before shipping. I'll do another build on Monday.

Cheers
Bruce

10740
Hi Dave,

>> I have a specific page that needs jQuery and I'm having conflict issues.
>> First, has anyone gotten jQuery to work with NT? I've already used jQuery.noConflict().

I've not played with jQuery yet. What is the nature of your conflict?
It seems like the most likely conflict is with prototype, which we are using.

>> Second, is there a way to tell nettalk NOT to include it's standard javascript

yes. If for the whole site, then in the web server procedure, right click, choose Source, and search for
 ThisWebServer._SitesQueue.Defaults.HtmlCommonScripts
You'll see where it (and all the browser specific script properties) are set.
You can override them here if you like, and do a
Put(ThisWebServer._SitesQueue)

If you want to override just one page, then before the page header is sent (which depends on the procedure type being called) you can set the local version. ie
p_web.site.HtmlCommonScripts
etc.

>> and not use it?

um - well no. If, for example you're on browse, then the browse JavaScript is necessary. If on a Form then the Form JavaScript is necessary.

Cheers
Bruce


Pages: 1 ... 714 715 [716] 717 718 ... 735