Hi, i'm beginner on this tools, so i need your help please :)
i have some doubts about Glamour, specificaly with GLMTabulator. how can i set the window size ? and how can i close it without pressing the X ? thanks -- http://www.dcc.uchile.cl/~fvalverd/public_key.asc Estudiante de Ingeniería Civil en Computación. Facultad de Ciencias Físicas y Matemáticas. Universidad de Chile. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project signature.asc (853 bytes) Download Attachment |
Hi Felipe,
No idea, but this is good to see you here! Alexandre On 28 Jul 2010, at 18:47, Felipe Ignacio Valverde Campos wrote: > Hi, i'm beginner on this tools, so i need your help please :) > i have some doubts about Glamour, specificaly with GLMTabulator. > > how can i set the window size ? > and how can i close it without pressing the X ? > > thanks > -- > http://www.dcc.uchile.cl/~fvalverd/public_key.asc > Estudiante de Ingeniería Civil en Computación. > Facultad de Ciencias Físicas y Matemáticas. > Universidad de Chile. > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Felipe,
The result of opening a browser is a window. So, you could use something like this: browser := GLMTabulator new. ... window := browser openOn: ... window maximize. ... window delete. Could I ask in what context you are using Glamour? Also, a better forum for discussing these issues is the moose-dev mailing list: - address: [hidden email] - registration: https://www.iam.unibe.ch/mailman/listinfo/moose-dev Cheers, Doru On 28 Jul 2010, at 21:04, Alexandre Bergel wrote: > Hi Felipe, > > No idea, but this is good to see you here! > > Alexandre > > > On 28 Jul 2010, at 18:47, Felipe Ignacio Valverde Campos wrote: > >> Hi, i'm beginner on this tools, so i need your help please :) >> i have some doubts about Glamour, specificaly with GLMTabulator. >> >> how can i set the window size ? >> and how can i close it without pressing the X ? >> >> thanks >> -- >> http://www.dcc.uchile.cl/~fvalverd/public_key.asc >> Estudiante de Ingeniería Civil en Computación. >> Facultad de Ciencias Físicas y Matemáticas. >> Universidad de Chile. >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- www.tudorgirba.com "Reasonable is what we are accustomed with." _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
nice, that works :) !
we are using Glamour on AspectMaps (http://www.squeaksource.com/AspectMaps.html) for the main UI and another to import projects (Java and AspectJ) on Moose in order to visualize using Mondrian more information on http://pleiad.cl/research/software/aspectmaps thanks for the help and tips ! El jue, 29-07-2010 a las 07:58 +0200, Tudor Girba escribió: > Hi Felipe, > > The result of opening a browser is a window. > > So, you could use something like this: > > browser := GLMTabulator new. > ... > window := browser openOn: ... > window maximize. > ... > window delete. > > > Could I ask in what context you are using Glamour? Also, a better > forum for discussing these issues is the moose-dev mailing list: > - address: [hidden email] > - registration: https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > Cheers, > Doru > > > On 28 Jul 2010, at 21:04, Alexandre Bergel wrote: > > > Hi Felipe, > > > > No idea, but this is good to see you here! > > > > Alexandre > > > > > > On 28 Jul 2010, at 18:47, Felipe Ignacio Valverde Campos wrote: > > > >> Hi, i'm beginner on this tools, so i need your help please :) > >> i have some doubts about Glamour, specificaly with GLMTabulator. > >> > >> how can i set the window size ? > >> and how can i close it without pressing the X ? > >> > >> thanks > >> -- > >> http://www.dcc.uchile.cl/~fvalverd/public_key.asc > >> Estudiante de Ingeniería Civil en Computación. > >> Facultad de Ciencias Físicas y Matemáticas. > >> Universidad de Chile. > >> _______________________________________________ > >> Pharo-project mailing list > >> [hidden email] > >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > -- > > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > > Alexandre Bergel http://www.bergel.eu > > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > > > > > > > > _______________________________________________ > > Pharo-project mailing list > > [hidden email] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > -- > www.tudorgirba.com > > "Reasonable is what we are accustomed with." > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project http://www.dcc.uchile.cl/~fvalverd/public_key.asc Estudiante de Ingeniería Civil en Computación. Facultad de Ciencias Físicas y Matemáticas. Universidad de Chile. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project signature.asc (853 bytes) Download Attachment |
Free forum by Nabble | Edit this page |