Reflections

Hi,

I’m developing an operational test (web edition), I find problems with tokens that expire by themselves and therefore I receive errors as well as errors due to the slowness to perform small functions as a simple Self.Parent.Close.

The project is based in a web window and everything else in modal dialog with an encapsulated container control.

Maybe something wrong, but never using it in a local error and its execution speed and excellent, in a network disaster.

link http://www.humanequality.eu/001/webapphumanequality.cgi

many actions are in the listbox with menucontextual, which ios and Android devices do not function.

how I can solve! {translate google}

Server HostGator - CGI -

Where are you calling Self.Parent.Close? Called anywhere within a WebPage and you’ll get a NilObjectException because WebPages don’t have a Parent.

When it comes to speed, it will always be faster on a local network. If you are using a Mac for development, I suggest getting NetworkConditioner control panel from Apple. It will allow you to simulate slow & buggy networks. That said, there’s really nothing like testing it on the web.

You’ll have to do something different for touch devices. These devices don’t have a way to send a contextual click to the browser.

See https://forum.xojo.com/8931-call-contextualmenu-on-touch-devices/0

[quote=208329:@Greg O’Lone]Where are you calling Self.Parent.Close? Called anywhere within a WebPage and you’ll get a NilObjectException because WebPages don’t have a Parent.

self.parent.close have been eliminated using the modal dialog

When it comes to speed, it will always be faster on a local network. If you are using a Mac for development, I suggest getting NetworkConditioner control panel from Apple. It will allow you to simulate slow & buggy networks. That said, there’s really nothing like testing it on the web.

windows7

You’ll have to do something different for touch devices. These devices don’t have a way to send a contextual click to the browser.[/quote]

I would insert panels in WebList but it seems that this is not possible, how to add buttons

See https://forum.xojo.com/23717-checkbox-in-weblistbox where Brock Nash shared a way to insert WebContainers in a WebListBox. You can add buttons with the same technique.

Trying to follow the guide but still no luck for me. Were you able to get this set up Toni?

What kind of guide and no luck are you talking about ? Why the link the Hostgator page ?