From: Stefan F. <ste...@we...> - 2012-01-20 10:55:21
|
All: I plan to release 1.6.1. at the end of this weekend, as there are quite a few of Frederick changes are piling up. So keep last-minute fixes and changes rolling in ... My intention is to update the 2.0 branch with my current local repo this or next weekend latest. Lots of stuff changed, so I hope to present something soon that is worth of feedback. Stefan |
From: Frederick W. <fre...@go...> - 2012-01-21 15:17:45
|
A polished version of the grid panel (used by or panel and status window) is now available in master. This opens some options for the future regarding grid panel highlighting. Note that the table borders (which I like a lot - but which could be controversal to others) are configured to be disabled as default. ----------- More details: ----------- Introduced highlighting and table borders for Status Win & ORPanel Instead of insets as parts of GridBag constraints, GridPanel now attaches dynamic borders to the fields. This has enabled the following: - GridPanel table borders are visualized without any effort - making the panels much nicer - GridPanel cells (fields,...) can now be highlighted by altering their dynamic borders - even inner borders (margins) used for the highlight outline box - design corresponds to the one used for displaying selected tiles in the hex map Introduced new option to enable/disable table borders in grid panels By default, borders are disabled (but highlighting is always enabled). |
From: Erik V. <eri...@xs...> - 2012-01-21 17:02:19
|
I'm getting two "undefined method" errors in MessagePanel, in lines that read parentSlider.getParent().revalidate(); Erik. > -----Original Message----- > From: Frederick Weld [mailto:fre...@go...] > Sent: Saturday, January 21, 2012 4:18 PM > To: Development list for Rails: an 18xx game > Subject: Re: [Rails-devel] Releasing 1.6.1 this weekend? > > A polished version of the grid panel (used by or panel and status > window) is now available in master. > > This opens some options for the future regarding grid panel highlighting. > > Note that the table borders (which I like a lot - but which could be > controversal to others) are configured to be disabled as default. > > ----------- > More details: > ----------- > > Introduced highlighting and table borders for Status Win & ORPanel > > Instead of insets as parts of GridBag constraints, GridPanel now > attaches dynamic borders to the fields. > > This has enabled the following: > - GridPanel table borders are visualized without any effort - making > the panels much nicer > - GridPanel cells (fields,...) can now be highlighted by altering > their dynamic borders > - even inner borders (margins) used for the highlight outline box > - design corresponds to the one used for displaying selected > tiles in the hex map > > Introduced new option to enable/disable table borders in grid panels > > By default, borders are disabled (but highlighting is always enabled). > > ---------------------------------------------------------------------------- -- > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers is > just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro > Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Frederick W. <fre...@go...> - 2012-01-21 17:38:28
|
Erik: Could you please attach a save game for reproducing the issue? I had thoroughly tested the scrollable message panel functionality before pushing it about 10 days ago - but remaining bugs cannot be excluded, of course. (At least, I'm sure that it's not related to today's grid panel redesign.) ---Frederick |
From: Erik V. <eri...@xs...> - 2012-01-21 17:47:28
|
Apparently I wasn't clear: MessagePanel doesn't even compile. getParent() returns Container, but revalidate() is a method of JContainer. Erik. > -----Original Message----- > From: Erik Vos [mailto:eri...@xs...] > Sent: Saturday, January 21, 2012 6:02 PM > To: 'Development list for Rails: an 18xx game' > Subject: Re: [Rails-devel] Releasing 1.6.1 this weekend? > > I'm getting two "undefined method" errors in MessagePanel, in lines that > read > parentSlider.getParent().revalidate(); > > Erik. > > > -----Original Message----- > > From: Frederick Weld [mailto:fre...@go...] > > Sent: Saturday, January 21, 2012 4:18 PM > > To: Development list for Rails: an 18xx game > > Subject: Re: [Rails-devel] Releasing 1.6.1 this weekend? > > > > A polished version of the grid panel (used by or panel and status > > window) is now available in master. > > > > This opens some options for the future regarding grid panel highlighting. > > > > Note that the table borders (which I like a lot - but which could be > > controversal to others) are configured to be disabled as default. > > > > ----------- > > More details: > > ----------- > > > > Introduced highlighting and table borders for Status Win & ORPanel > > > > Instead of insets as parts of GridBag constraints, GridPanel now > > attaches dynamic borders to the fields. > > > > This has enabled the following: > > - GridPanel table borders are visualized without any effort - making > > the panels much nicer > > - GridPanel cells (fields,...) can now be highlighted by altering > > their dynamic borders > > - even inner borders (margins) used for the highlight outline box > > - design corresponds to the one used for displaying selected > > tiles in the hex map > > > > Introduced new option to enable/disable table borders in grid > > panels > > > > By default, borders are disabled (but highlighting is always enabled). > > > > > ---------------------------------------------------------------------------- > -- > > Try before you buy = See our experts in action! > > The most comprehensive online learning library for Microsoft > > developers is just $99.99! Visual Studio, SharePoint, SQL - plus > > HTML5, CSS3, MVC3, > Metro > > Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-dev2 > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > ---------------------------------------------------------------------------- -- > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers is > just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro > Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Frederick W. <fre...@go...> - 2012-01-21 18:30:45
|
Erik: That's very interesting. My Eclipse always compiled/run without any issue but Container clearly does not have that method (even not in SE 6). So thanks for this finding. Appropriate casts are now available in master. |
From: brett l. <bre...@gm...> - 2012-01-21 15:22:50
|
On Sat, Jan 21, 2012 at 10:17 AM, Frederick Weld <fre...@go...> wrote: > Note that the table borders (which I like a lot - but which could be > controversal to others) are configured to be disabled as default. Based on the commit diff, it looks like these are only configurable via the config files. Is that correct? If that's true, it might be good to think about surfacing some of these display options into their own menu. ---Brett. |
From: Frederick W. <fre...@go...> - 2012-01-21 15:28:58
|
Brett: It's configurable in the configuration window (new tab "Appearance" that also contains the route colors). |
From: Erik V. <eri...@xs...> - 2012-01-21 19:18:21
|
Thanks. Yes, I started wondering if the Java version could play a role. AFAIK, the Rails Java version is still 5.0 (at least mine is), although perhaps we could consider upping it. Erik. > -----Original Message----- > From: Frederick Weld [mailto:fre...@go...] > Sent: Saturday, January 21, 2012 7:31 PM > To: Development list for Rails: an 18xx game > Subject: Re: [Rails-devel] Releasing 1.6.1 this weekend? > > Erik: > That's very interesting. My Eclipse always compiled/run without any issue but > Container clearly does not have that method (even not in SE 6). So thanks for > this finding. > > Appropriate casts are now available in master. > > ---------------------------------------------------------------------------- -- > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers is > just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro > Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Stefan F. <ste...@we...> - 2012-01-22 11:09:03
|
Frederick: made the same mistake before: Change Project Settings => Java Compiler => Compiler Compliance Level to 1.5 in Eclipse to avoid that in the future. Erik: From my point of view there is no reason to update as long to Java 6 or 7 if there is no technical reason to do so. Stefan On Saturday, January 21, 2012 08:18:15 pm Erik Vos wrote: > Thanks. Yes, I started wondering if the Java version could play a role. > AFAIK, the Rails Java version is still 5.0 (at least mine is), although > perhaps we could consider upping it. > > Erik. > > > -----Original Message----- > > From: Frederick Weld [mailto:fre...@go...] > > Sent: Saturday, January 21, 2012 7:31 PM > > To: Development list for Rails: an 18xx game > > Subject: Re: [Rails-devel] Releasing 1.6.1 this weekend? > > > > Erik: > > That's very interesting. My Eclipse always compiled/run without any issue > > but > > > Container clearly does not have that method (even not in SE 6). So thanks > > for > > > this finding. > > > > Appropriate casts are now available in master. > > --------------------------------------------------------------------------- > - -- > > > Try before you buy = See our experts in action! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro > > > Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-dev2 > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > --------------------------------------------------------------------------- > --- Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Frederick W. <fre...@go...> - 2012-01-22 11:14:28
|
Stefan: My compiler compliance level is/was at 1.5. The revalidate issue is surprising as any Java compiler (irrespective of the version) should have been unable to run that. |