[Pas2js] TMS Web core released - based on pas2js. (fwd)
Michael Van Canneyt
michael at freepascal.org
Fri Feb 16 13:00:46 CET 2018
On Fri, 16 Feb 2018, Michael Schnell wrote:
> On 16.02.2018 12:47, Michael Van Canneyt wrote:
>> I don't know if custom drawn is suitable for this, since drawing an edit
>> control in the browser is not really what you want to do. You should use the
>> native edit control for this.
> I see.
>
> OTOH, I suppose there are by for not as many compatible native "widgets"
> usable in a browser as there are in - say - Windows, GTK, QT, or Mac OSX.
> Hence a lot will needed to be "custom drawn"
Absolutely.
I am just not aware how flexible custom drawn is: for input controls, buttons
etc.
it is IMO better to use the native control in the browser (so for example a
HTML form will work). If custom drawn allows this for certain controls, you
may indeed be better off starting from that.
Michael.
More information about the Pas2js
mailing list