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 5 ... 44
31
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: October 08, 2023, 04:27:46 AM »
Bruce is possible to set nColWidth='none' I had to modify the netweb.tpw so that it does not alter all the Browse with auto when I open my apps

The problem with auto is that overwrite my css in this column, I don't why nt 14 incorporate this, in previous versions somebody decide the attributes in any column

32
Web Server - Ask For Help / Re: Keyboard Field (Numeric)
« on: September 29, 2023, 03:38:45 AM »
i can't open de zip, what version of NT you use? because in nt 12.55 i found a bug a report to bruce in this topic

https://www.nettalkcentral.com/forum/index.php?topic=9175.msg37652#msg37652

33
Web Server - Ask For Help / Re: Keyboard Field (Numeric)
« on: September 28, 2023, 05:12:10 AM »
in your numeric field put in:

4-Value of Routine priority 4000

loc:extra = clip(loc:extra)&' inputmode="numeric" '

34
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: September 05, 2023, 03:48:11 AM »
Bruce is possible to set nColWidth='none' I had to modify the netweb.tpw so that it does not alter all the Browse with auto when I open my apps

35
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: September 05, 2023, 03:44:30 AM »
work perfect in 14.04 with localhost:88

36
Web Server - Ask For Help / Re: loc:extra again
« on: September 05, 2023, 03:44:02 AM »
thanks..

37
Web Server - Ask For Help / Re: loc:extra again
« on: September 01, 2023, 02:16:06 AM »
Bruce, in the past I present an example on this topic:

https://www.nettalkcentral.com/forum/index.php?topic=9175.msg37652#msg37652

38
Web Server - Ask For Help / loc:extra again
« on: August 31, 2023, 02:06:02 PM »
i have this code in a field loc:extra = clip(loc:extra)&' inputmode="none" ' but NT 12 and 14 overwrite with this:

loc:extra = p_web.SetEntryWidth(loc:extra,,Net:Form)

this occurs in netweb.tpw:

#Group(%MakeFormSize)
    #case(%FormFieldType)
      #of('File Upload')
      #orof('String')
      #orof('Date')
      #orof('Drop')
      #orof('Color')
      #orof('Month')
      #orof('Number')
      #orof('Slider')
      #orof('Spinner')
      #orof('Range')
      #orof('Email')
      #orof('Telephone')
      #orof('Time')
      #orof('URL')
      #orof('Week')
  loc:extra = p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)
      #of('Text')
        #IF(%FormFieldHTMLEditor='ACE')
        #ELSE
  loc:extra = p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)
        #ENDIF
    #EndCase

39
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: August 19, 2023, 05:14:01 AM »
I hurried but it didn't work that way, but this yes

#IF(%nColWidth='' or %nColWidth='auto')
          #SET(%nColWidth,'''''')
 #ENDIF

I do not know how this works #prompt ('width (css)' column, expr),%wide, predetermined ('' '' '') because after changing with this always write 'auto'

40
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: August 19, 2023, 04:01:38 AM »
Hi Bruce, I edited these lines in netweb.tpw and work for me

#IF(%nColWidth='' or %nColWidth='auto')
          #SET(%nColWidth,'')
 #ENDIF

41
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: August 19, 2023, 03:23:22 AM »
see the picture, in NetWebBrowse every field have the 'auto' this is generate automatic by this version

42
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: August 18, 2023, 07:59:52 AM »
i saw that this style is generate when is Div grid mode, but in Div FlexBox style="width:auto;", so NT add to all my browse procedures in Column Width (css) 'auto' and is a pain go to procedure by procedure..

43
Web Server - Ask For Help / NetwebBrowse in nt 14.1
« on: August 18, 2023, 07:13:40 AM »
every row in nt 14.1 generate this style:

style="grid-row-start: 3; grid-column-start: 3; display: flex; <-- for me the problem is display:flex, with display:block is that i need

How can I override this? or tell NT not to generate this?

this is example in previous version

https://www.fecipur.org/Finanzas

in NT 14.01 any example generate the mentioned above

44
same problem

45
Web Server - Ask For Help / Re: NT 14.01 compile error
« on: August 18, 2023, 03:07:06 AM »
thanks jane, i just got carried away by the documentation

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