Project

General

Profile

WebGL input fields

Added by Alexandre Bencz about 3 years ago

I am studying the implementation of a telnet terminal 5250 and 3270 (dumb terminal for Mainframe and AS/400), I am considering the use of WebGL, supported by Wt, but, some doubts are in my mind, some of them:

How can I use 'input fields' or buttons ?
How to do the interaction between the client ( WebGL ) and server ( Wt )?


Replies (1)

RE: WebGL input fields - Added by Korneel Dumon about 3 years ago

Hi,
you can read about our WebGL support and how it interacts with the server here: https://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WGLWidget.html
For HTML input fields, you can use our form widgets (eg. WLineEdit).

    (1-1/1)