On Saturday, July 30, 2016 at 10:15:50 PM UTC+1, Duane Johnson wrote:
>
>
> On Sat, Jul 30, 2016 at 1:03 PM, 'Rupert Smith' via Elm Discuss <
> [email protected] <javascript:>> wrote:
>
>> Is SVG good for interactive GUIs though?
>
>
> In my experience, SVG is even better for interactive GUIs, unless you have 
> very dense graphic elements, or your UI is more on the unusual/experimental 
> side of things and you need full control over every pixel. The reason SVG 
> is nice to work with is that a built-in concept to SVG is an "object" that 
> has width and height and properties like stroke width and fill color. This 
> tends to be really nice to work with because along with these properties 
> you also have standard events like mouse clicks and that sort of thing that 
> you can hook in to.
>

Ok, thanks. Sounds like its worth exploring - I don't need pixel level 
control. What about text input boxes, and maybe things like controlling 
focus so you can tab between inputs, and keyboard shortcuts? 

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to