View Full Version : New Kettle trunk GUI look
DEinspanjer
04-11-2008, 10:21 AM
In general, I really like the new layout. One thing I'd mention is
that I frequently close tabs when I am done with a particular task.
When I closed the last tab, I realized that moving the toolbar
completely inside the tab means there is no New or Open buttons
available if you don't have a tab. Obviously you can still use the
File menu so it isn't a big deal but it still feels a bit odd.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "kettle-developers" group.
To post to this group, send email to kettle-developers (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to kettle-developers-unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/kettle-developers?hl=en
-~----------~----~----~----~------~----~------~--~---
Matt Casters
04-11-2008, 10:30 AM
True enough Daniel,
We're adding a small toolbar (and a location bar) to the browser widget and
when there is nothing left on the right side (all tabs closed) there should
be something in the empty space too. We're still working on that one.
Other things that should arrive shortly:
- mini-toolbars in the small tabs at the bottom
- maximize/restore and close icons for the Execution results frame.
- removal of all the ugly buttons in the right bottom corner. (should go up or
in the tabs)
Cheers,
Matt
____________________________________________
Matt Casters
Chief Data Integration - Kettle founder
Pentaho, Open Source Business Intelligence
http://www.pentaho.org -- mcasters (AT) pentaho (DOT) org
Tel. +32 (0) 486 97 29 37
On Friday 11 April 2008 16:04:52 DEinspanjer wrote:
> In general, I really like the new layout. One thing I'd mention is
> that I frequently close tabs when I am done with a particular task.
> When I closed the last tab, I realized that moving the toolbar
> completely inside the tab means there is no New or Open buttons
> available if you don't have a tab. Obviously you can still use the
> File menu so it isn't a big deal but it still feels a bit odd.
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "kettle-developers" group.
To post to this group, send email to kettle-developers (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to kettle-developers-unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/kettle-developers?hl=en
-~----------~----~----~----~------~----~------~--~---
DEinspanjer
04-11-2008, 04:20 PM
Any chance other people are seeing a crash in trunk when trying to
preview a trans?
ERROR 11-04 15:57:14,466 (LogWriter.java:println:436) -Spoon - An
unexpected error occurred in Spoon:
Failed to execute runnable (java.lang.NullPointerException)
ERROR 11-04 15:57:14,467 (LogWriter.java:println:436) -Spoon -
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:3563)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:
126)
at
org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3214)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2958)
at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:
936)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:6187)
at org.pentaho.di.ui.spoon.Spoon.run(Spoon.java:6283)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:409)
Caused by: java.lang.NullPointerException
at org.pentaho.di.ui.spoon.trans.TransGraph
$24.run(TransGraph.java:3225)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:
35)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:
123)
... 6 more
On Apr 11, 10:12 am, Matt Casters <mcast... (AT) pentaho (DOT) org> wrote:
> True enough Daniel,
>
> We're adding a small toolbar (and a location bar) to the browser widget and
> when there is nothing left on the right side (all tabs closed) there should
> be something in the empty space too. We're still working on that one.
>
> Other things that should arrive shortly:
> - mini-toolbars in the small tabs at the bottom
> - maximize/restore and close icons for the Execution results frame.
> - removal of all the ugly buttons in the right bottom corner. (should go up or
> in the tabs)
>
> Cheers,
>
> Matt
> ____________________________________________
> Matt Casters
> Chief Data Integration - Kettle founder
> Pentaho, Open Source Business Intelligencehttp://www.pentaho.org -- mcast... (AT) pentaho (DOT) org
> Tel. +32 (0) 486 97 29 37
>
> On Friday 11 April 2008 16:04:52 DEinspanjer wrote:> In general, I really like the new layout. One thing I'd mention is
> > that I frequently close tabs when I am done with a particular task.
> > When I closed the last tab, I realized that moving the toolbar
> > completely inside the tab means there is no New or Open buttons
> > available if you don't have a tab. Obviously you can still use the
> > File menu so it isn't a big deal but it still feels a bit odd.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "kettle-developers" group.
To post to this group, send email to kettle-developers (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to kettle-developers-unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/kettle-developers?hl=en
-~----------~----~----~----~------~----~------~--~---
Matt Casters
04-11-2008, 04:20 PM
Yeah, I'm fixing those issues in a minute.
All the best,
Matt
On Friday 11 April 2008 21:58:51 DEinspanjer wrote:
> Any chance other people are seeing a crash in trunk when trying to
> preview a trans?
>
> ERROR 11-04 15:57:14,466 (LogWriter.java:println:436) -Spoon - An
> unexpected error occurred in Spoon:
> Failed to execute runnable (java.lang.NullPointerException)
> ERROR 11-04 15:57:14,467 (LogWriter.java:println:436) -Spoon -
> org.eclipse.swt.SWTException: Failed to execute runnable
> (java.lang.NullPointerException)
> at org.eclipse.swt.SWT.error(SWT.java:3563)
> at org.eclipse.swt.SWT.error(SWT.java:3481)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:
> 126)
> at
> org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3214)
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2958)
> at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:
> 936)
> at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:6187)
> at org.pentaho.di.ui.spoon.Spoon.run(Spoon.java:6283)
> at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:409)
> Caused by: java.lang.NullPointerException
> at org.pentaho.di.ui.spoon.trans.TransGraph
> $24.run(TransGraph.java:3225)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:
> 35)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:
> 123)
> ... 6 more
>
> On Apr 11, 10:12 am, Matt Casters <mcast... (AT) pentaho (DOT) org> wrote:
> > True enough Daniel,
> >
> > We're adding a small toolbar (and a location bar) to the browser widget
> > and when there is nothing left on the right side (all tabs closed) there
> > should be something in the empty space too. We're still working on that
> > one.
> >
> > Other things that should arrive shortly:
> > - mini-toolbars in the small tabs at the bottom
> > - maximize/restore and close icons for the Execution results frame.
> > - removal of all the ugly buttons in the right bottom corner. (should go
> > up or in the tabs)
> >
> > Cheers,
> >
> > Matt
> > ____________________________________________
> > Matt Casters
> > Chief Data Integration - Kettle founder
> > Pentaho, Open Source Business Intelligencehttp://www.pentaho.org --
> > mcast... (AT) pentaho (DOT) org Tel. +32 (0) 486 97 29 37
> >
> > On Friday 11 April 2008 16:04:52 DEinspanjer wrote:> In general, I really
> > like the new layout. One thing I'd mention is
> >
> > > that I frequently close tabs when I am done with a particular task.
> > > When I closed the last tab, I realized that moving the toolbar
> > > completely inside the tab means there is no New or Open buttons
> > > available if you don't have a tab. Obviously you can still use the
> > > File menu so it isn't a big deal but it still feels a bit odd.
>
>
--
Matt
____________________________________________
Matt Casters
Chief Data Integration - Kettle founder
Pentaho, Open Source Business Intelligence
http://www.pentaho.org -- mcasters (AT) pentaho (DOT) org
Tel. +32 (0) 486 97 29 37
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "kettle-developers" group.
To post to this group, send email to kettle-developers (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to kettle-developers-unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/kettle-developers?hl=en
-~----------~----~----~----~------~----~------~--~---