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 ... 45
1
Web Server - Ask For Help / Re: Barcode Scanner
« on: Today at 03:19:19 AM »
I can't believe that was the problem, but it was a copy from the other server where it does work or there was something in the cache because after ctrl-f5 it worked...

Seanh, thanks for the suggestion

2
Web Server - Ask For Help / Re: disable moving columns
« on: Today at 03:16:06 AM »
all settings is off in webserver and Browse procedure, but i saw if a setting in websever layout Method is Flexbox always generate a column resizing, in table mode not generate but in my case use Flexbox.

Attached example

3
Web Server - Ask For Help / Re: Barcode Scanner
« on: May 06, 2024, 03:22:20 PM »
but the same problem is in a primary domain https://istpr.com/qrcode, maybe  i think that the multisite is a problem, the other site https://fecipur.org/barcode is not multisite and work

4
Web Server - Ask For Help / Barcode Scanner
« on: May 06, 2024, 06:23:42 AM »
Why Barcode scanner don't with a sub domain? example

https://fecipur.istpr.com/barcode

and work in this domain

https://fecipur.org/barcode

i think that the problem is when app is multihost because i have a same problem with my primary domain

https://istpr.com/qrcode

NT 14.21

5
Web Server - Ask For Help / disable moving columns
« on: May 06, 2024, 05:12:00 AM »
Hi Bruce, how i can disable moving columns in Browse? is confuse for a users, example of problem is in

https://www.fecipur.org/Finanzas

NT 14.21

6
i have a client in one laptop with this problem.

7
for me is working with ipad and iphone 14 pro max, NT 14.21, safari and google

https://istpr.com

8
for mobile or web is more simple create a buttons in memory form and in custom.css for responsive button

.NavigateMenu {
  background-color: whitesmoke;
  color: black;
  padding: 14px 20px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  border-radius: inherit;
  display: block;
  font-size: x-large;
  height: auto;
  background-image: none;
  --bs-border-opacity: 1;
  border-color: black;
  border-radius: unset;
}

9
Web Server - Ask For Help / Clarionlive not secure
« on: April 05, 2024, 05:36:54 AM »
Bruce check your certificate for clarionlive

10
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: March 25, 2024, 03:20:43 AM »
thanks for information

11
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: March 23, 2024, 03:54:20 AM »
but why work at localhost without SSL?

12
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: March 22, 2024, 12:23:17 PM »
with 14.16 when connect with any device via ip address don't work cam example address 192.168.0.217:90, and no error in screen, is imposible to see console error in android mobile

13
Web Server - Ask For Help / Re: User feedback?
« on: March 14, 2024, 07:30:05 AM »
for me work create a memory form with 2 buttons and fill session variable with a valid values and in GotFocusBack process according the values in session value

14
as bruce says share example, i think that you need to change the value of your field  to session value in your popup form p_web.ssv('My:Field', yournewvalue ) and then refresh in GotFocusBack

15
check in your dct if you have a NetWebLog table, if not you need to delete it, or in webserver in local objects, window manager, init,  init the global variable with a valid path or in WebHandler in Process Link

Pages: [1] 2 3 ... 45