|
From: Christophe B. <chr...@ku...> - 2005-06-26 03:55:09
|
Yes, that's a good idea! ----- Original Message ----- From: "Andreas Schaefer" <and...@ma...> To: "Christophe Bouhier" <chr...@ku...> Cc: "Andreas Schaefer" <asc...@Se...>; "Christophe Bouhier (MC/ECM)" <Chr...@er...>; "jPodder develop" <jpo...@li...> Sent: Saturday, June 25, 2005 2:27 PM Subject: Re: [Jpodder-develop] StateInvariantError > Hi Christophe > > I guess with the current implemenation we are going to overload the > Swing Text Area with all the log messages. I think we should store the > message in a data container which will limit the amount of log messages > it contains and then only formats them for display when the uses wants > to see the logs. This way we could also limit the number of updates on > the UI through new log messages (when the log is displayed). > > What do you think? > > -Andy > > Christophe Bouhier wrote: > > > Hi Andy, > > > > I got the problem back with LogArea. > > > > see error below. This happens on startup. > > > > Cheers / Christophe > > > > > > > > javax.swing.text.StateInvariantError: infinite loop in formatting > > > > at javax.swing.text.FlowView$FlowStrategy.layout(Unknown Source) > > > > at javax.swing.text.FlowView.layout(Unknown Source) > > > > at javax.swing.text.BoxView.setSize(Unknown Source) > > > > at javax.swing.text.BoxView.updateChildSizes(Unknown Source) > > > > at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source) > > > > at javax.swing.text.BoxView.layout(Unknown Source) > > > > at javax.swing.text.BoxView.setSize(Unknown Source) > > > > at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(Unknown Source) > > > > at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(Unknown Source) > > > > at javax.swing.JComponent.getPreferredSize(Unknown Source) > > > > at javax.swing.JEditorPane.getPreferredSize(Unknown Source) > > > > at javax.swing.ScrollPaneLayout.layoutContainer(Unknown Source) > > > > at java.awt.Container.layout(Unknown Source) > > > > at java.awt.Container.doLayout(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validateTree(Unknown Source) > > > > at java.awt.Container.validate(Unknown Source) > > > > at java.awt.Window.dispatchEventImpl(Unknown Source) > > > > at java.awt.Component.dispatchEvent(Unknown Source) > > > > at java.awt.EventQueue.dispatchEvent(Unknown Source) > > > > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) > > > > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) > > > > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > > > > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > > > > at java.awt.EventDispatchThread.run(Unknown Source) > > > > ----- Original Message ----- > > *From:* Andreas Schaefer <mailto:asc...@Se...> > > *To:* Christophe Bouhier (MC/ECM) > > <mailto:Chr...@er...> ; Christophe Kualasoft > > <mailto:chr...@ku...> > > *Cc:* jPodder develop <mailto:jpo...@li...> > > *Sent:* Saturday, June 25, 2005 2:56 AM > > *Subject:* [Jpodder-develop] Resizable Schedule Panel > > > > Hi Christophe > > > > > > > > I started to look into making the UI resizable by avoiding hard > > coded width and heights. I start to test that in the Schedule > > Panel (settings) with the Interval panel. Please check it out and > > let me know what you think. When we want to enable accessibility > > and internationalization support we need to avoid hard coded sizes > > because we cannot assume how big the font is and what language is > > used. > > > > > > > > -Andy > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Jpodder-develop mailing list > Jpo...@li... > https://lists.sourceforge.net/lists/listinfo/jpodder-develop |