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

Pages: 1 [2] 3 4 ... 45
16
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 21, 2024, 02:06:15 PM »
I have seen that in every embed that has StringTheory or jfiles that is where it takes a long time to open and compile.

17
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 19, 2024, 04:11:04 AM »
i have two instance of clarion installed one with NT 12 and other with NT 14, with NT 12 Generating Modules and opening of embeds work super fast but after installaled NT 14.15 is working slow.

i don't what happend exactly but the solution in clarionhub post don't work for me

My clarion version is 11 13630

18
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 18, 2024, 03:20:48 PM »
Look at the time it takes to generate, before it was generated in less than 3 minutes.

Begin Batch Processing (Generation and Compile) at 1/18/2024 6:53:00 PM
Total applications to process 1
Clarion 11.0.13630 - Clarion.NET 4.0.13630
---------------------------------------
** Batch Processing (FECIPURV14) ** (1/1)
Code Generation start at 6:53 PM finish at 7:12 PM , elapsed time: 00:19:48.4302987


---------------------------------------
Executing Post Action: Compile
Application: FECIPURV14
Project: FECIPURV14
---------------------------------------
Compile start at 7:12 PM finish at 7:15 PM , elapsed time: 00:22:05.9173442



19
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 18, 2024, 02:51:54 PM »
for reproduced the problem open any app with more than 100 module, but the problem is after 14.15

20
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 18, 2024, 12:48:02 PM »
another problem with NT update is Extremlyyyy slow compile, i have another pc with NT 14.13 and everything work great, but after install NT 14.16 Extremlyyyy slow compile

21
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 18, 2024, 03:24:55 AM »
is very difficult to reproduced because is not a template issue that can send example, but let me try to explain step by step.

Open any example provided in NT before NT 14.15 and then embeds, then open any source in embeds and compare the speed of both.

22
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 17, 2024, 01:34:01 PM »
Hi Bruce and thaks for a update

NT 14.15 works, but I don't know why with this version, when I open the embedded, it is very slow compared to other previous versions.

I have two instances of clarion one with NT 12.62 and other with NT 14.15, the version with 12.62 open more fast than 14.15 and with 14.14 open like 12.62

by the way NT 14 is much faster and more stable than 12

23
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 11, 2024, 07:44:03 AM »
thanks this fix is very important for my application

24
Web Server - Ask For Help / Re: Another problem with NT 14.4
« on: January 11, 2024, 04:35:23 AM »
Example with  problem

25
Web Server - Ask For Help / Re: Another problem with NT 14.4
« on: January 10, 2024, 05:25:29 PM »
i don't if this is a problem but in netweb.clw i saw this

!------------------------------------------------------------------------------
NetWebServerWorkerBase.Wrap    Procedure (String p_attr,*Cstring p_Value)
  code
  If p_Value = '' then return ''.
  If p_attr = '' then return p_Value.
  Return ' ' & p_attr & '="' & p_value & '"'

!------------------------------------------------------------------------------
NetWebServerWorkerBase.Wrap    Procedure (String p_attr,String p_Value)
  code
  If p_Value = '' then return ''.
  If p_attr = '' then return clip(p_Value).
  Return ' ' & clip(p_attr) & '="' & clip(p_value) & '"'

!------------------------------------------------------------------------------

26
Web Server - Ask For Help / Another problem with NT 14.14
« on: January 10, 2024, 05:16:35 PM »
in 12.62 compile perfect, but not in 14.14

27
Web Server - Ask For Help / p_web.LoadTagFile Error
« on: January 10, 2024, 04:36:16 PM »
converting app to nt 14.4 received this error when compile see the images

28
Web Server - Ask For Help / Re: Detect small screen?
« on: January 09, 2024, 04:28:34 PM »
for me in login detected the size with this code

IF p_web.gsv('_screenWidth_') < 600 ! is mobile
    p_web.ssv('Loc:css',' col-xs-12')     
ELSE
    p_web.ssv('Loc:css','')
END

29
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: October 25, 2023, 06:21:49 AM »
thanks bruce..

30
"You can set the autocomplete for the field as a template setting now. 'off' "

is true, but not all NT version have this feature

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