[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Announce of an early netsurf framebuffer alpha / polipo 	proxy rpm
- To: mint <mint@lists.fishpool.fi>
 
- Subject: Re: [MiNT] Announce of an early netsurf framebuffer alpha / polipo 	proxy rpm
 
- From: Paul Wratt <paul.wratt@gmail.com>
 
- Date: Fri, 6 Aug 2010 01:45:46 +1000
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:received:received:in-reply-to         :references:date:message-id:subject:from:to:content-type;        bh=q8MW8mCIuFpDFSOgWdhOuc/g1XANNINiMG1QamKjW4Q=;        b=jSLtcisNbev5X+SgyhASl6Mcky+X4173i0jtoXuI9o/vdocoHU7Q5z5/6H5dw34gN/         2quqziwgX2fRVMLKWrJl8Ri/9g7ZStOC0kAgxmZXgDVllVSAOYeBw/n5mz0BbYCG4Ctv         FZSmzPe/W2yUWFlSWew31xBrRwtwunEMRTHOs=
 
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:in-reply-to:references:date:message-id:subject:from:to         :content-type;        b=wlcaMR605n70Y2iRClA3xusbRIMJq57+YY13QPBsEqKsrPgitMnIcVioMbLaj1dR6k         Ezal+y3L2HlWmYtx0FdQi4zeoWBq/tFiKJtnArp7RLgi9j6sUagnwqjUZLRfybMBzHYr         HgUxpf4JuEcAsgmFfRQsyBUAMCI2DkMF268VQ=
 
- In-reply-to: <9c76574919bde75c5d329214b5f78ab1-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYBWkF0A1A6XF1XQUwHV15RQA==-webmailer2@server02.webmailer.hosteurope.de>
 
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
 
- List-id: <mint.lists.fishpool.fi>
 
- List-owner: <mailto:tjhukkan@fishpool.fi>
 
- List-post: <mailto:mint@lists.fishpool.fi>
 
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
 
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
 
- References: <76bbf9b49963af3f3845d513cb8ba4da-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYBWkF0A1A6XF1XQUwBWVNaQg==-webmailer1@server01.w>	<001090ec.01b8d2622af2@smtp.freeola.net>	<00e39ed07fd452f2aa504ac374907b7d-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYBWkF0A1A6XF1XQUwHWVxaRA==-webmailer1@server02.webmailer.hosteurope.de>	<9c76574919bde75c5d329214b5f78ab1-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYBWkF0A1A6XF1XQUwHV15RQA==-webmailer2@server02.webmailer.hosteurope.de>
 
- Sender: mint-bounce@lists.fishpool.fi
 
On Thu, Aug 5, 2010 at 7:48 AM, m0n0 <ole@monochrom.net> wrote:
>
> Am Mittwoch, den 04.08.2010, 23:17 +0200 schrieb "m0n0"
> <ole@monochrom.net>:
>
>> About the webpage Form elements:
>> Maybe the dynamic forms engine ( an addition to winDom ) is good for
> this
>> purpose, but that is just a guess. Another approach would be an resource
>> tree that contains all the needed Web Form elements. Then, no matter
> from
>> where the Form element definition came, draw it with objc_draw...
>> Another approach would be to look how highwire has done that stuff :)
>
> It seems I was wrong about this... Web Forms seem to be implemented
> without port specific code.
> The code that I looked at was probably just for GUI items used for the
> framebuffer GUI..., not the Webpage "GUI".
>
>
I believe it is possible to "redraw" an AES object with new
parameters, which would allow for the dynamic nature of webpage/css
(and JS). I have no idea if this is possible with Windom, however the
library is very flexible, and well written.
The idea of using a resource tree sounds good, I will be interested to
see your tests with it.
Paul