Andrei,
Thanks for your quick answer. Yesterday we made use of it at our local
workshop on Pharo and it worked like a charm. Some additional notes and
details below.
On 10/17/2014 08:58 PM, Andrei Chis wrote:
On Fri, Oct 17, 2014 at 10:41 PM, Offray Vladimir Luna Cárdenas
<offray(a)riseup.net <mailto:offray@riseup.net>> wrote:
Hi Andrei and thanks for your quick response,
On 10/17/2014 07:40 PM, Andrei Chis wrote:
Hi Offray,
In Glamour a presentation does not know about it's parent so what you
want to do
might not be possible.
Wow... I have been having so much learning/pleasure working with Glamour....
but this is a stopper... I don't know to circumvent this issue.
No worries. It's not so dramatic :)
Until now I really did bot get into a situation where this was a show stopper.
Yep it wasn't. Finally your proposed solution was the answer.
[...]
The script for loading STON is missing the package which causes an error.
Yep, Sven told me about it, but I forgot to update the documentation. It
is STON-Core. Is updated now at [1].
[1]
http://wiki.hackbo.co/doku.php/herramientas:grafoscopio:instalacion
Is my first project on Smalltalk (except from some Bots Inc, Etoys and
Scratch approaches) so is rookie code with a lot of errors.
Cool project. It looks already impressive.
Thanks a lot. My idea is to make/write interactive visual notebooks on
Pharo/Moose/Roassal for Open/Citizen/Garage Science & Research. This is
a small step on that direction. Your help and the other peple of the
community has been really valuable to empower newbies like me.
Anyway if you can take a look of it and see in there is any way to "save
trees" to files or give any clue on how to solve the issue I really
appreciate it. I will make some test to see if I get some ideas.
Replacing 'browser saveToFile' with 'self saveToFile' should solve the
problem
if I'm not missing anything.
Yep, that was the solution :-).
UbakyeBrowser is the main browser so it's save to
call method on it using self.
I still get some error when saving as there seem to be some hardcoded path to
the file (/ 'home' / 'offray' / 'Documentos' / 'U' /
'Libertadores' /
'Grafoscopio' / 'bootstrapping-objeto-investigacion.ston')
Yes, that was because I do not knew any way to "Save as", until your
advice. Last version contains no hard coded routes. You still need to
Save as before using save (we'll provide a default location for drafts
in the future), but now it should be working. If you have any time to
test it, please let me know if there are any glitches we can solve.
Let me know if this helps or if you have any other questions.
Cheers,
Andrei
Yep it helped a lot!
Cheers,
Offray