Hi,
I have been trying to build a deployement image
using the base.im following James excellent exemples and instuctions on
smalltalk daily.
I managed to build the I tunes Alarmclock example
but when I run it, the VisualLauncher flashes troug during the first cycles of
image startup.
If you look carefully you can see that in the
following example
http://stakepoint.com/files/video/2010-04-06_0858.swf
From what I understood from the modification
of the VisualLaunchers changerequest method this should not be the
case.
Is there an explanation ?
I use the attached script.
Best regards,
@+Maarten,
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc scripting.st.zip (822 bytes) Download Attachment |
Hi Maarten,
my two cents: 1) "That's how I close the launcher. I don't know whether this is important." VisualLauncher allInstances do: [:each | each closeAndUnschedule. each release] 2) "You should fork the image quit as last action to prevent starting up with an error in absence of the script file" [ObjectMemory saveAs: 'fancy_filename'thenQuit: true] fork Actually I am using three scripts to build my runtime - I can mail you them if you're interested. Cheers, Steffen Am 07.04.2010, 05:31 Uhr, schrieb Maarten MOSTERT <[hidden email]>: > Hi, > > I have been trying to build a deployement image using the base.im > following James excellent exemples and instuctions on smalltalk daily. > > I managed to build the I tunes Alarmclock example but when I run it, the > VisualLauncher flashes troug during the first cycles of image startup. > > If you look carefully you can see that in the following example > > http://stakepoint.com/files/video/2010-04-06_0858.swf > >> From what I understood from the modification of the VisualLaunchers >> changerequest method this should not be the case. > > Is there an explanation ? > > I use the attached script. > > Best regards, > > @+Maarten, > _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Dear Steffen,
Yes I would really appreciate if you can share your building scripts. Regards, @+Maarten, > Message du 07/04/10 10:12 > De : "Steffen Märcker" > A : "VWNC??" > Copie à : > Objet : Re: [vwnc] Making a Deployement image from base.im > > > Hi Maarten, > > my two cents: > > 1) "That's how I close the launcher. I don't know whether this is > important." > VisualLauncher allInstances > do: > [:each | > each closeAndUnschedule. > each release] > > 2) "You should fork the image quit as last action to prevent starting up > with an error in absence of the script file" > [ObjectMemory saveAs: 'fancy_filename'thenQuit: true] fork > > Actually I am using three scripts to build my runtime - I can mail you > them if you're interested. > > Cheers, Steffen > > > > Am 07.04.2010, 05:31 Uhr, schrieb Maarten MOSTERT > : > > > Hi, > > > > I have been trying to build a deployement image using the base.im > > following James excellent exemples and instuctions on smalltalk daily. > > > > I managed to build the I tunes Alarmclock example but when I run it, the > > VisualLauncher flashes troug during the first cycles of image startup. > > > > If you look carefully you can see that in the following example > > > > http://stakepoint.com/files/video/2010-04-06_0858.swf > > > >> From what I understood from the modification of the VisualLaunchers > >> changerequest method this should not be the case. > > > > Is there an explanation ? > > > > I use the attached script. > > > > Best regards, > > > > @+Maarten, > > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc > > _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |