|
Hi folks, I've got a little problem, I copied the behaviour of the
DolphinSplash class to make mi own splash. When I inspect: "MySplah
show" everything works fine, but when I use it in the initialization of
my application it doesn't render, only appears the initial state of the
image.
The code is something like this:
MySplah show
self open
The open message read the data from a file, I use the "Object
binaryReadFrom: aStream" I guess the problem is here, the file is about
5 MB. I think the binaryReadFrom doesn't let the Splash to refresh
itself.
|