So we’re going to publish the source pretty soon. I plan to write the first part of the blog series at the same time, so check the blog to know when it’s available.
Do note that the theme is not a complete Vaadin theme, it lacks many of the built-in components, such as DateField, Tree, MenuBar, TreeTable, SplitPanel, Panel, ProgressIndicator and Slider.
I like the new Dashboard theme, but I have problem with PopupDateField component. The calender icon dosen’t show in this component. How can I solve this problem?
Hi Jouni!!
We are doing the product in vaadin 6. After launched our great vaadin 7 , we migrated the product from vaadin 6 to vaadin 7. its awesome to working in vaadin 7, except few bugs.
Text field error indicator in not shown in dashboard theme.
Notification.TYPE_ERROR_MESSAGE indicator not shown in Red color in dashboard theme.
please i need the solution for both. could you plese help me sort out of this???
i am expecting informative reply from you guys!!!
The dashboard theme is by no means a full blown/complete general purpose theme, it only includes the parts that were necessary for the actual demo. So you should expect a lot of stuff missing from it. The error indicator and error notifications are probably just a few of the issue there currently are.
You should take a look at the DOM structure and CSS class names on the elements and write additional CSS on top of the dashboard theme to get the stuff you need to work.
The particular things you’ve mentioned are .v-errorindicator and .v-Notification-error, if I remember correctly.
Hi Jouni Koivuviita , as you said there are a lot of components which havent been themed in dashboard, is it possible to use default theme for that components? What should be done to do so ? For example for component DateField. Thanks in advance.
Thanks for the answer, but I’m still having problems, I attach the screen capture with the popupdatefield, the name is “Fecha llegada”, you could see that the icon not appered, this problem we could resolve with a correct icon, but you see that’s look very bad, could you help me something more?,
I’'ll resolve more and less some them theme issues with the popupdatefield and textfield in this dashboard theme demo, fighting withh scss, so thanks for the help.
Sorry, what I mean is in the DashboardLayout (Home view), I can’t right click to show up browser’s context menu. I think this is block up by the layoutClickListener (for closing notification’s window). How do I fix the layoutClickListener to unblock this?
at the moment I try to integrate grid into a application based upon the quick-tickets-dashboard source. I
didn’t manage it do integrate the grid. As you can see in the sample pictures, grid allways looks damaged.
Also when trying it with the adressbook sample it ist not working. 21139.pdf (1.79 MB)
Not sure if there’s anything you can do on the server side, I think this needs modifications to the client side code which handles layout click listeners.