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 - Jeffrey Kuijt

Pages: 1 [2] 3 4 ... 10
16
Hi Bruce,

> a) update to the latest NT5, or better yet NT6.
I will, soon.

> b) do you have GPF Reporter in the app?
No, I don't have GPF Reporter, but I think it won't help, because no errors are shown and no errors are logged in Windows Event Log and CS MessageBox.

> c) add something in the "normal shutdown" embed
I already have. When you exit the taskbar icon or close the NTWS screen, CS MessageBox writes an entry in the log file, but in this case, NO entry is written in the log file, because NTWS has "disappeared" suddenly.

> d) monitor the RAM usage on the server.
I already have done that and the usage is very low/normal.
No files are being uploaded in our application.

> ... it is possible to overload the server if you haven't set the thread "limit" in some way.
How can I set this? Where?

BTW: My client is now testing a new version of my NTWS application which I have bound to 1 core with imagecfg.

Thanks and best regards
Jeffrey

17
Hi Bruce,

Using Clarion 6.3 9058 EE (ABC) with NT 5.39 with TPS files.

My customer runs our NTWS application on a Windows 2003 SBS Server SP2.
The application and data (TPS files) are on a H-share which is on a Synology NAS (and it has to be on that location).
My customer has to restart our NTWS application once or twice a day.

They work with multiple people and suddenly their browser isn't responding anymore (connection lost), sometimes when they simply page through the records of a browse and sometimes when they click on OK to submit the form. They use IE8, IE9, Firefox 11, Chrome and Safari 5 on pc's and Macs as browser.

When the connection has lost, my customer looks at that moment on their server:
- At the right bottom, the taskbar icon (which I handle with WinEvent) of the NTWS is still shown, but when you hover with the mouse over it, the taskbar icon disappears.
- NTWS shows no errors at all.
- In the Windows Event Log of the server, also NO errors are found.
- I use CapeSoft MessageBox to log errors etc, but also NO errors in the log file.

Could it be the threading issue with the TopSpeed file driver on a multicore system?
Today I will touch the NTWS exe with imagecfg to bind the exe to 1 core and see if that helps.

I have also seen myself this issue on my own machine (with Intel Core i7), but very very rarely.

Bruce, do you have some advice?

Best regards
Jeffrey

18
Web Server - Ask For Help / Re: Refresh an entire page
« on: May 21, 2012, 08:49:38 PM »
Hi Rupert,

Sorry, I don't know.
I don't use any frames in my NT app.

Best regards
Jeffrey

19
Thanks Bruce,

I will try some options.

Best regards
Jeffrey

20
Hi,

Question 1
On a NetWebForm, how can I change the position of the Save (Submit) button?
I have just one input field and want to have the Submit button after this field on the same line.
I understand that I cannot use an Other button, because when the user press on the Enter key (cursor is still in the input field!) then the ValidateAll routine won't take place.
So I have to use the default Save button which I can tick on in the templates.

Question 2
Can the Save button als be hidden?
BUT validation of all fields must be taken place, when the user hits the Enter key. Is that possible?

Best regards
Jeffrey

21
Web Server - Ask For Help / Re: Refresh an entire page
« on: April 29, 2012, 10:34:51 PM »

p_web.Script('window.location.href=window.location.href;')


Hi Bruce,

The above line does refresh my current page very well.
So I don't have to add an url like www.mysite.com/etc.

Best regards
Jeffrey

22
Web Server - Ask For Help / Re: Refresh an entire page
« on: April 29, 2012, 11:45:40 AM »
Hi Gavin,

Use:

p_web.Script('window.location.href=window.location.href;')

Works great!

Best regards
Jeffrey

23
Hi Bruce,

That's great! Thanks a lot!

Best regards
Jeffrey

24
Hi Pauly,

Which Clarion version are you using?

Best regards
Jeffrey

25
Hi Bruce,

Any news on this?
Still waiting for a possiblity to translate/set the date options on Date Locators.

Best regards and thanks
Jeffrey

26
Hi Bruce,

This solves the memory leak!  :) :) :)
I have done several tests under IE9 and the memory usage stays very stable with this fix.

You have made my day and my weekend and ... too many things to mention!  ;)

THANKS A LOT!!

Best regards
Jeffrey

27
Hi Bruce,

I am still on build 5.39, but will soon convert to version 6.

Best regards
Jeffrey

28
Hi,

These days my customers have upgraded (which happens automatically) their IE8 browser to IE9.
A lot of my customers use IE9 as web browser.
They are complaining that IE9 becomes very slow when they have worked/are working with my web app.
When they run task manager, iexplore.exe has used A LOT of memory.
In December 2011 I also saw this issue with the example app, look at:
http://adsystemsmedia.nl/IE9-jQuery-Memory.png

My customers don't like the fact they have to install another browser.
They say they only have these problems with my web apps.

So what are my options?
Bruce, can you contact the jQuery Forum about this to find a solution?
I think this will become more and more an issue as IE9 will be the standard Microsoft browser these days.

Best regards
Jeffrey

29
Web Server - Ask For Help / Re: Scheduling template
« on: March 08, 2012, 11:45:26 PM »
Hi John,

I don't have a stripped example at the moment, but to start, look at the the other thread I mentioned, where Alex Kolaric helped me on my way.

Best regards
Jeffrey

30
Web Server - Ask For Help / Re: Scheduling template
« on: March 08, 2012, 10:06:46 AM »
Hi John,

Well, it isn't that hard at all.
I use StringTheory to build a JSON string with data from my TPS files and FullCalendar will place the data from the JSON string on the calendar.
In the JSON string I also have an url per calendar event, so that when you click on an event, the NetTalk Form is loaded with the correct record from the TPS file.
I have also made some JavaScript "tweaks" (settings) which you can read in the FullCalendar docs.

I am very happy with FullCalendar because it is a very powerfull FREE JavaScript Calendar (Month/Week/Day view) with JQuery Theming support.

Best regards
Jeffrey

Pages: 1 [2] 3 4 ... 10