> On 28 Nov 2019, at 11:26, Julien Delplanque <julien.delplan...@inria.fr>
> wrote:
>
> Hello Sven,
>
> Did you try https://github.com/jecisc/MDBaseGenerator ?
>
> It generates a nice template for starting a new MDL webapp.
OK that works fine, thanks !
> I do not know about MDLApplication.
It is in the package Material-Design-Lite-Core, which seems to suggest it is an
important class
> Cheers,
>
> Julien
>
> Le 28/11/19 à 11:16, Sven Van Caekenberghe a écrit :
>> Hi,
>>
>> I am trying to use MaterialDesignLite (master branch in Pharo 7). The demo
>> works perfectly.
>>
>> Now, I thought I would start writing a small web app by subclassing
>> MDLApplication, since that seems to set up things properly.
>>
>> Is that class finished ? How am I supposed to use it ? There are screens,
>> but how are these rendered ? Do I have to do this myself ? Must there not be
>> an idea of a current screen ?
>>
>> MDLScreen is in fact an empty class.
>>
>> Although there are units tests for MDLApplication, there is no subclass, so
>> no actual user. It feels a bit as if the demo should/could use it.
>>
>> Sven
>