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 - oggy

Pages: 1 2 [3] 4 5 ... 15
31
Web Server - Ask For Help / Re: Request for Nettalk 11.18
« on: October 22, 2019, 02:26:24 AM »
Ok, thank you.

32
Web Server - Ask For Help / Re: Request for Nettalk 11.18
« on: October 20, 2019, 10:51:37 PM »
I send it mail to you... ozren.krestan@gmail.com, or, oggy@bilanca.hr

33
Web Server - Ask For Help / Request for Nettalk 11.18
« on: October 18, 2019, 05:46:18 AM »
Hi Bruce, can you send me or point to where can I find Nettalk 11.18. I downloaded all the previous and later versions, but, Murphy law, didn't download Nettalk 11.18 version.. .I am in need for that version, because of testing Barcode scanning and webcam using. In Nettalk 11.20 and later, I cannot make it work any way.
Regards, Oggy

34
About last webinar,Mobile Automatic Vehicle Location System, by Mr. Ridley. I watched it without breathing ;) And couple of beers.
I just realized that you are done what I battled for about a year.. But, question for you and Bruce... I noticed that speed of web system and desktop system is pretty much not the same. Web page is faster by the factor of, lets say, 5 times... I have similar question for about that system, but I now have a about 300 clients to use it, so, my question is, how it is possible rendering the map over web is so much faster then on desktop?
Regards, Oggy

35
Web Server - Ask For Help / Re: All my popup forms are placed to the left
« on: January 21, 2019, 04:20:42 AM »
This works for  me: theme.css, based on Base theme, in
ui-dialog line, for me its in line 2532, I added margin-left 15%
/*example, works well on every browser */
ui-dialog{max-width:100%;.
margin-left:15%; /*added 18-12-2018*/
}

36
I saw that you have GPF when using jFiles.
Couple months ago, i also had that kind of problem, just to realize that in my application, which is multi-dll, in dll where problem occurs, I did not check the flag on global template: "This is the part of Multi-DLL program".
Compile goes without errors, as expected, but, when I call procedure where jSon is, entire application crash...I did not telling that is your problem, but worth of checking, if your application is multi-dll
Regards, Oggy.

37
One concept: use stringtheory instead of sub and/or instring.
For example:
1. StRFID.SetValue(RFIDInput)
2. extract what you want like this, and store all the data in localqueue
   StartPoint = 0
   EndPoint   = 0
FieldInQueue =  StRFID.FindBetween('starpoint','endpoint',StarPoint,EndPoint)
! or, for json:
 json.LoadString(StRFID)
 FieldInQueue = json.GetValuebyName('startpoint')
add(LocalQueue).....
After let say 1000 records, write those records to tps ....

P.S I have that kind of process. In one second there is about 500 inputs...
For now, just couple of times, the process failed...

Regards, Oggy

38
Web Server - Ask For Help / Re: nettalk 11.04 ISMOBILE compile error ?
« on: December 05, 2018, 11:49:59 PM »
So I have this error. Simply, comment this line of code. Mine is inherited long ago from some of Nettalk example, in login procedure...
! p_web.site.SaveButton.MobileText = 'Login' !
Think that mobile is no longer supported like in previous versions....
Regards, Oggy.

39
Web Server - Ask For Help / Re: Session expired reseted ...
« on: November 19, 2018, 11:46:10 PM »
Thanks all guys...  :) Must be my years....

40
Web Server - Ask For Help / Re: Session expired reseted ...
« on: November 19, 2018, 06:31:58 AM »
Thank you for explanation. Seems I am too old, because I cannot remember if that session logging is already in older version before 10.36 :)
Will try to use script you posted.
Thanks again.


41
Web Server - Ask For Help / Re: Session expired reseted ...
« on: November 19, 2018, 06:09:44 AM »
Yes, its work like that. If user do not try to click anything, app logged user out and open/reopen login form... 

42
Web Server - Ask For Help / Re: Session expired reseted ...
« on: November 19, 2018, 05:53:54 AM »
I understand that, but the client can keep on clicking in browse for hours without the session got expired...?!?!?!

43
Web Server - Ask For Help / Re: Session expired reseted ...
« on: November 19, 2018, 05:49:54 AM »
I create the test app from wizard, from beginning, with 10.36 the session is reseted after any of event....?!?!

44
Web Server - Ask For Help / Re: Session expired reseted ...
« on: November 19, 2018, 05:48:14 AM »
This is not multi host, and just one exe... I cannot recall if previous version worked like that.... Must find in backup...
Thanks for answering...

45
Web Server - Ask For Help / Re: Session expired reseted ...
« on: November 19, 2018, 05:42:11 AM »
My  settings...

Pages: 1 2 [3] 4 5 ... 15