Unable to look at swing.Table on trunk

View: New views
6 Messages — Rating Filter:   Alert me  

Unable to look at swing.Table on trunk

by christopher marshall-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I'm unable to navigate to: http://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/Table.scala, although I can view other classes in the same package just fine. Is anyone else having this issue? Should it be reported to trac?

Chris


Download Messenger onto your mobile for free. Learn more.

Re: Unable to look at swing.Table on trunk

by Antonio Cunei :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

christopher marshall wrote:
> I'm unable to navigate to: http://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/Table.scala, although I can view other classes in the same package just fine. Is anyone else having this issue? Should it be reported to trac?
>

Yep, it happens here at EPFL as well. I'll check with our sysadmin to see
what is going on.
Toni

Re: Unable to look at swing.Table on trunk

by Antonio Cunei :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Antonio Cunei wrote:
> christopher marshall wrote:
>> I'm unable to navigate to:
>> http://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/Table.scala,
>> although I can view other classes in the same package just fine. Is
>> anyone else having this issue? Should it be reported to trac?
>
> I'll check with our sysadmin to see what is going on.
>

Ok, the cause was the Scala lexer in pygments, which is now disabled so the
page is accessible again. Our sysadmin will try to update pygments shortly.

All should be ok now.
Toni

RE: Unable to look at swing.Table on trunk

by christopher marshall-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Thanks Toni -

Are there any plans to expose the RowSorter/Filter logic on the underlying JTable for scala 2.8 (but somehow making the terrivle Java API awesome in the process)? This is critical functionality for the most part - for all but the most trivial examples, all of our scala UIs have to revert to using JTable.

Chris


> Date: Tue, 3 Nov 2009 17:19:19 +0100
> From: scala_ml@...
> To: oxbow_lakes@...
> CC: scala-user@...
> Subject: Re: [scala-user] Unable to look at swing.Table on trunk
>
> Antonio Cunei wrote:
> > christopher marshall wrote:
> >> I'm unable to navigate to:
> >> http://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/Table.scala,
> >> although I can view other classes in the same package just fine. Is
> >> anyone else having this issue? Should it be reported to trac?
> >
> > I'll check with our sysadmin to see what is going on.
> >
>
> Ok, the cause was the Scala lexer in pygments, which is now disabled so the
> page is accessible again. Our sysadmin will try to update pygments shortly.
>
> All should be ok now.
> Toni


New Windows 7: Simplify what you do everyday. Find the right PC for you.

Re: Unable to look at swing.Table on trunk

by Antonio Cunei-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Chris,

The person who can answer your question is Ingo Maier, I am forwarding your
message to him.

Toni

christopher marshall wrote:
> Thanks Toni -
>
> Are there any plans to expose the RowSorter/Filter logic on the underlying JTable for scala 2.8 (but somehow making the terrivle Java API awesome in the process)? This is critical functionality for the most part - for all but the most trivial examples, all of our scala UIs have to revert to using JTable.
>
> Chris
>


Re: Unable to look at swing.Table on trunk

by Ingo Maier-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No, there are no plans. I don't have much time to work on scala.swing
right now. Contributions are always welcome, though!

I could think of another wrapper for JTable, different from the
speadsheet-like scala.swing.Table. It would expose the table interface
similar to a list view with a Seq[RowType] model and a column model
along the lines of Seq[RowType=>CellType]. In fact the distinction
between JList and JTable is rather unfortunate. The only thing a JList
is actually useful for is a non-vertcial layout (yes, it can do that).
You should be able to do everything else with a table and more (cell
editors, columns, headers, etc). Ideally, I would want to replace
ListView with something like a ListTable that is as easy to use as a
ListView for the simple case but also has functionality from JTable or
JXTable.

Ingo

On 11/3/09 9:00 AM, christopher marshall wrote:

> Thanks Toni -
>
> Are there any plans to expose the RowSorter/Filter logic on the
> underlying JTable for scala 2.8 (but somehow making the terrivle Java
> API awesome in the process)? This is critical functionality for the most
> part - for all but the most trivial examples, all of our scala UIs have
> to revert to using JTable.
>
> Chris
>
>
>  > Date: Tue, 3 Nov 2009 17:19:19 +0100
>  > From: scala_ml@...
>  > To: oxbow_lakes@...
>  > CC: scala-user@...
>  > Subject: Re: [scala-user] Unable to look at swing.Table on trunk
>  >
>  > Antonio Cunei wrote:
>  > > christopher marshall wrote:
>  > >> I'm unable to navigate to:
>  > >>
> http://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/Table.scala,
>
>  > >> although I can view other classes in the same package just fine. Is
>  > >> anyone else having this issue? Should it be reported to trac?
>  > >
>  > > I'll check with our sysadmin to see what is going on.
>  > >
>  >
>  > Ok, the cause was the Scala lexer in pygments, which is now disabled
> so the
>  > page is accessible again. Our sysadmin will try to update pygments
> shortly.
>  >
>  > All should be ok now.
>  > Toni
>
> ------------------------------------------------------------------------
> New Windows 7: Simplify what you do everyday. Find the right PC for you.
> <http://www.microsoft.com/uk/windows/buy/>