From: Oliver H. <oli...@gm...> - 2012-02-06 13:33:04
|
Hi there, is there a way to get the current status of a game in some kind of text file, that then could be formatted for print output? I would love to use rails for a pbm-fanzine. Cheers, Oliver |
From: Oliver H. <oli...@gm...> - 2012-02-06 19:59:01
|
Hi, is there a way to get the current status of a game in some kind of text file, that then can be formatted for print output? I would love to use rails for a pbm-fanzine. Cheers, Oliver |
From: Erik V. <eri...@xs...> - 2012-02-07 11:35:05
|
Hi Oliver, Currently there is no such function in Rails, but it shouldn't be too difficult to add. What would you like to be the contents of such a report? Simplest would probably be just the whole contents of the Game Status window. Erik. > -----Original Message----- > From: Oliver Heck [mailto:oli...@gm...] > Sent: Monday, February 06, 2012 2:33 PM > To: rai...@li... > Subject: [Rails-users] Game status as text file > > Hi there, > > is there a way to get the current status of a game in some kind of text file, > that then could be formatted for print output? I would love to use rails for a > pbm-fanzine. > > Cheers, > Oliver > > ---------------------------------------------------------------------------- -- > 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-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users |
From: Oliver H. <oli...@gm...> - 2012-02-09 08:16:05
|
Erik, You can find an excellent example on Keith Thomasson's website: http://www.fwtwr.com/fwtwr/18xx/1870/e968/index.asp I think, a structured output file in CVS would do the job. You could then process it via script or in Excel etc. Viele Grüße Oliver Am 07.02.2012 um 12:34 schrieb "Erik Vos" <eri...@xs...>: > Hi Oliver, > > Currently there is no such function in Rails, but it shouldn't be too > difficult to add. > What would you like to be the contents of such a report? > Simplest would probably be just the whole contents of the Game Status > window. > > Erik. > >> -----Original Message----- >> From: Oliver Heck [mailto:oli...@gm...] >> Sent: Monday, February 06, 2012 2:33 PM >> To: rai...@li... >> Subject: [Rails-users] Game status as text file >> >> Hi there, >> >> is there a way to get the current status of a game in some kind of text > file, >> that then could be formatted for print output? I would love to use rails > for a >> pbm-fanzine. >> >> Cheers, >> Oliver >> >> > ---------------------------------------------------------------------------- > -- >> 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-users mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-users > |
From: Oliver H. <oli...@gm...> - 2012-02-09 19:07:29
|
Erik, You can find an excellent example on Keith Thomasson's website: http://www.fwtwr.com/fwtwr/18xx/1870/e968/index.asp I think, a structured output file in CVS would do the job. You could then process it via script or in Excel etc. Viele Grüße Oliver Am 07.02.2012 um 12:34 schrieb "Erik Vos" <eri...@xs...>: > Hi Oliver, > > Currently there is no such function in Rails, but it shouldn't be too > difficult to add. > What would you like to be the contents of such a report? > Simplest would probably be just the whole contents of the Game Status > window. > > Erik. > >> -----Original Message----- >> From: Oliver Heck [mailto:oli...@gm...] >> Sent: Monday, February 06, 2012 2:33 PM >> To: rai...@li... >> Subject: [Rails-users] Game status as text file >> >> Hi there, >> >> is there a way to get the current status of a game in some kind of text > file, >> that then could be formatted for print output? I would love to use rails > for a >> pbm-fanzine. >> >> Cheers, >> Oliver >> >> > ---------------------------------------------------------------------------- > -- >> 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-users mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-users > |