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 / Barcode Scanner
« on: Today at 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

2
Web Server - Ask For Help / disable moving columns
« on: Today at 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

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

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

https://istpr.com

5
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;
}

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

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

8
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?

9
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

10
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

11
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

12
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

13
the problem is that the glo:WebLogName don't have a valid path

14
Web Server - Ask For Help / Re: Mixing Small screens in Web App
« on: February 28, 2024, 09:47:39 AM »
is posibble only with css

by the way i create my own wizard responsive based in NT wizard

Pages: [1] 2 3 ... 45