Hi, here's the screencast based on the GUI layout section of the Pharo book. I found a better (but not perfect) tool to edit subtitles on Linux: Jubler http://www.jubler.org/ , it's cross-platform.
Cheers, http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/ _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Looks GREAT, thank you :D
On Sun, Jun 6, 2010 at 4:35 PM, laurent laffont <[hidden email]> wrote:
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by laurent laffont
Laurent,
Seeing your screencasts gives me Smalltalk coding appetite :) Thanks a million, Has. 2010/6/6 laurent laffont <[hidden email]>: > Hi, > here's the screencast based on the GUI layout section of the Pharo book. > http://pharocasts.blogspot.com/2010/06/proportional-layout.html > > I found a better (but not perfect) tool to edit subtitles on Linux: > Jubler http://www.jubler.org/ , it's cross-platform. > See http://www.my-guides.net/en/content/view/105/26/ > Cheers, > Laurent Laffont > > http://pharocasts.blogspot.com/ > http://magaloma.blogspot.com/ > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Administrator
|
In reply to this post by laurent laffont
Another awesome screencast! I really like the subtitles.
Two things: 1. It would be awesome to link to the ScriptManager workspaces from the web page. I just played around in ScriptMan and found you can export to a file - right click in top left pane, select export. 2. The part in the screencast that says "then offsets move the top-left and bottom-right corner inward a specified number of pixels" (2:48). It seems the word "inward" should be removed. This is something it took me a while to get as I've learned about layouts - because the extent is set to 0@0, these offsets are from there; saying "inward" makes it sound like they're applied relative to the edge of the owner morph, which is a natural - and wrong - assumption. The general point here is that fractions are applied and then offsets are applied relative to that transformation. Thanks. Sean
Cheers,
Sean |
may be having more white space under the subtitles would make sure that you can read them well.
On Jun 7, 2010, at 3:00 AM, Sean P. DeNigris wrote: > > Another awesome screencast! I really like the subtitles. > > Two things: > > 1. It would be awesome to link to the ScriptManager workspaces from the web > page. I just played around in ScriptMan and found you can export to a file > - right click in top left pane, select export. > > 2. The part in the screencast that says "then offsets move the top-left and > bottom-right corner inward a specified number of pixels" (2:48). It seems > the word "inward" should be removed. This is something it took me a while > to get as I've learned about layouts - because the extent is set to 0@0, > these offsets are from there; saying "inward" makes it sound like they're > applied relative to the edge of the owner morph, which is a natural - and > wrong - assumption. The general point here is that fractions are applied > and then offsets are applied relative to that transformation. > > Thanks. > Sean > -- > View this message in context: http://forum.world.st/Pharocasts-GUI-Proportional-layout-tp2245223p2245385.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Sean P. DeNigris
On Mon, Jun 7, 2010 at 3:00 AM, Sean P. DeNigris <[hidden email]> wrote:
At first I wanted to show it, but the import function needs some work (open a file manager).
Could you write a sentence to replace it ? I may regenerate subtitles / video as I received several suggestions for subtitles.
Thank you for feedback. Laurent
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by laurent laffont
hello,
i had been trying the scripts in screencast, but there is a problem with the colors, when you are using the SystemWindow to create the window, and when the window is out of focus the color changes to blue, is it not better to use StandardWindow instead?. With StandardWindow all the colors look fine. Saludos, Daniel. El dom, 06-06-2010 a las 21:35 +0200, laurent laffont escribió: > Hi, > > > here's the screencast based on the GUI layout section of the Pharo > book. > > > http://pharocasts.blogspot.com/2010/06/proportional-layout.html > > > > > I found a better (but not perfect) tool to edit subtitles on Linux: > Jubler http://www.jubler.org/ , it's cross-platform. > See http://www.my-guides.net/en/content/view/105/26/ > > > Cheers, > > > Laurent Laffont > > http://pharocasts.blogspot.com/ > http://magaloma.blogspot.com/ > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Tue, Jun 8, 2010 at 10:43 PM, lemuus <[hidden email]> wrote: hello, StandardWindow is a subclass of SystemWindow which implements TEasilyThemed (Trait providing useful theme-related methods). I've seen the blue color in Pharo 1.1, works fine in Pharo 1.0 ... maybe related to http://code.google.com/p/pharo/issues/detail?id=654 ?
I've filled this issue: http://code.google.com/p/pharo/issues/detail?id=2525 Thanks for report. Saludos, _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |