No video

Building an email client with Vaadin Designer

  Рет қаралды 118,218

vaadinofficial

vaadinofficial

8 жыл бұрын

vaadin.com/designer
github.com/vaadin/designer-tu...
In this video tutorial Ville Ingman and Marc Englund will show how to build a beautiful email client from scratch with the Vaadin Designer.

Пікірлер: 38
@dayworks9100
@dayworks9100 7 жыл бұрын
Excellent tutorial - thank you very much!
@im-a-trailblazer
@im-a-trailblazer 6 жыл бұрын
this looks so much better and easier than plain Java UI's
@DirkBarchmann
@DirkBarchmann 8 жыл бұрын
Great tutorial. Thanks
@e11y1985
@e11y1985 8 жыл бұрын
this is so awesome
@andreashohmann5994
@andreashohmann5994 8 жыл бұрын
Awesome!
@grupogama2
@grupogama2 8 жыл бұрын
Make more videos like this please ......
@mariuszcwika4420
@mariuszcwika4420 8 жыл бұрын
What scss editor are they using?
@Henorek
@Henorek 8 жыл бұрын
Hi there, when I change StyleName under lets say User button or when I paste some css styling from valo templates my project won't update, it just looks totally the same regardless what I do. I also got a lot Unknown tag (vaadin-button) errors. I create project via Eclipse Plugin
@aaa-vn8pv
@aaa-vn8pv 7 жыл бұрын
I had this video as an ad
@aaa-vn8pv
@aaa-vn8pv 7 жыл бұрын
I like it a lot and now have subscribed!
@AndrasJanurik
@AndrasJanurik 8 жыл бұрын
Great demo, thanks a lot! I have two questions: 1) If you click the star button of a message a border appears, how can you avoid that? 2) If you make the browser very narrow (phone size) the menu hides and a menu button appears. But the menu button does not open the menu. How can you do that? Thanks
@mmu200
@mmu200 8 жыл бұрын
+Andras Janurik That is a good question. please share the ans if you got one.
@Santhoshk.chakka
@Santhoshk.chakka 7 жыл бұрын
Hi I Am getting internal error occurred during Design Opening What can i do now?
@kaiuwepel3021
@kaiuwepel3021 8 жыл бұрын
Excellent tutorial !!! .... wished you could make a Vaadin Designer Plugin for NetBeans IDE
@CenturionDobrius
@CenturionDobrius 8 жыл бұрын
+Kai Uwe Pel That's right !! Is there any chance in the future that NB will have support for it ?
@kaiuwepel3021
@kaiuwepel3021 8 жыл бұрын
+Centurion Dobrius - I guess, its depending only on Marc Englund, if he and his team wants to move forward for a NB support. Basically, if our NetBeans community are requesting and pushing Vaadin to make a NB plugin asap... that would be an option :)
@kaiuwepel3021
@kaiuwepel3021 8 жыл бұрын
+Joonas Lehtinen Thank you for your reply and consideration, in case your team would develop a NetBeans version. Much appreciated.
@CenturionDobrius
@CenturionDobrius 8 жыл бұрын
+Joonas Lehtinen Big thanks anyway for existence of Vaadin, as it really has huge impact on my professional career, and I suppose on others as well !
@kriskb3
@kriskb3 7 жыл бұрын
I don't have WebContent and build in my project tree as in 16:44 . (?)
@tenderpie82
@tenderpie82 8 жыл бұрын
I cant installing any templates. couse I got a demo license? I using Windows OS and I don't have idea where have to. I can see myownproject/WebContent/VAADIN in eclipse Project Exlorer
@kriskb3
@kriskb3 7 жыл бұрын
In the theme drop down in your example (that paint roller symbol) one can see "designerdemo". When I run the example with the responsive application theme I get "mytheme" there. Why did you choose "designerdemo", where does it come from or where is it defined? Why didn't you take "valo" in this example? Just curious.
@johanneshayry8498
@johanneshayry8498 7 жыл бұрын
Selecting Valo theme would mean no customisations in the theme colors and stuff. In this project the custom theme seems to be named designerdemo. The default project created with the Maven archetype (or Vaadin Eclipse plugin) has by default theme name mytheme.
@Kolatz
@Kolatz 7 жыл бұрын
Guys, the audio of your video is clipping! Please check that out...
@arrhangel
@arrhangel 8 жыл бұрын
Where did you get the "Responsive Application"-Template? I dont find it.
@willherrin8311
@willherrin8311 8 жыл бұрын
+arrhangel They're at the very bottom of this page vaadin.com/designer#
@arrhangel
@arrhangel 8 жыл бұрын
Thanks.
@AlexCDeBaca
@AlexCDeBaca 7 жыл бұрын
You can download it from the Vaadin designer templates GitHub repo at: github.com/vaadin/vaadin-designer-templates/tree/master/dist Download the ResponsiveApplication.html file into .vaadin/designer/templates in your home directory.
@kriskb3
@kriskb3 7 жыл бұрын
How do you get from the valo-menu-item to v-button at 9:13? Where do you know that there is a v-button?
@johanneshayry8498
@johanneshayry8498 7 жыл бұрын
It's a com.vaadin.ui.Button component so the default primary style name is v-button. vaadin.com/docs/-/part/framework/components/components-button.html or check source of com.vaadin.shared.ui.button.ButtonState
@kriskb3
@kriskb3 7 жыл бұрын
OK, I understand. But in the course of the video you select valo-menu-item, delete it, and suddenly v-button appears. From where? where did you choose it? Did it come from some shortcut or list? At least it isn't obvious to me where - out of the blue - v-button suddenly comes into the picture.
@johanneshayry8498
@johanneshayry8498 7 жыл бұрын
Either Marc had the style name in clipboard and pasted it or 1.0 version of Designer replaced empty primary style name with the default one. (I don't think 1.1 does it anymore)
@kriskb3
@kriskb3 7 жыл бұрын
You mean, 1.1 doesn't do anymore? You are right. When I empty the field PrimaryStyleName (select-delete), no default style appears. So one gotta know this beforehand.That was my point. Not a great issue, but I just was wondering.
@johanneshayry8498
@johanneshayry8498 7 жыл бұрын
I filed an issue about it: github.com/vaadin/designer-issues/issues/1194
@luxiling
@luxiling 7 жыл бұрын
56 minute long ad lmao nice
@Voodoo8648
@Voodoo8648 8 жыл бұрын
I thought Vaadin designer was for people who don't know code 0_o
@refeez3700
@refeez3700 8 жыл бұрын
+Voodoo8648 it is if you only want to design the UI.
@e11y1985
@e11y1985 8 жыл бұрын
Dude...start work as a programmer and then comment
@benerridge9901
@benerridge9901 8 жыл бұрын
What scss editor are they using?
Introduction to Vaadin - Your first application with Framework 8
12:34
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 9 МЛН
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 8 МЛН
哈莉奎因以为小丑不爱她了#joker #cosplay #Harriet Quinn
00:22
佐助与鸣人
Рет қаралды 8 МЛН
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 127 МЛН
Learn Web Design For Beginners - Full Course (2024)
3:07:31
Flux Academy
Рет қаралды 1,7 МЛН
Webinar: Using Figma to create Vaadin UIs
55:14
vaadinofficial
Рет қаралды 1,9 М.
5 investments that doubled my income
8:09
Nischa
Рет қаралды 96 М.
Flutter Engage
3:58:21
Flutter
Рет қаралды 1,7 МЛН
Building web apps in Java with Vaadin 8 (full)
48:10
vaadinofficial
Рет қаралды 119 М.
Progressive Web App tutorial - learn to build a PWA from scratch
39:22
vaadinofficial
Рет қаралды 192 М.
Power Apps Model Driven Apps FULL COURSE for Beginners
3:23:34
Lisa Crosbie
Рет қаралды 485 М.
How to turn a Figma design into a web app using Vaadin Flow
1:08:36
vaadinofficial
Рет қаралды 1,7 М.
Opensource, Uncensored, Unbothered. - Flux.1 Image Gen
18:59
MattVidPro AI
Рет қаралды 2 М.
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 9 МЛН