Hi! Natalia has a problem when using bitmaps with Roassal. I am not sure where the problems comes from. Resizing the window or the morph that contains a bitmap changes the size of the bitmap. I have illustrated this in this video: https://dl.dropboxusercontent.com/u/31543901/TMP/problemWithBitmapInAthens.m... Is someone experiencing the same problem? I am not sure where to dig in. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
TRBitmapShape only defines the paint to use, but not the shape. athensCanvas setShape: (0@0 extent: self extent). or athensCanvas setShape: self path IF TRBitmapShape defines the subclass responsiblility #computePath 2014-08-12 22:42 GMT+02:00 Alexandre Bergel <alexandre.bergel@me.com>:
Hi!
Natalia has a problem when using bitmaps with Roassal. I am not sure where the problems comes from. Resizing the window or the morph that contains a bitmap changes the size of the bitmap. I have illustrated this in this video:
https://dl.dropboxusercontent.com/u/31543901/TMP/problemWithBitmapInAthens.m...
Is someone experiencing the same problem? I am not sure where to dig in.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Wow Nicolai! Impressive! It works perfectly!!! I owe you a beer :-) Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Aug 12, 2014, at 6:03 PM, Nicolai Hess <nicolaihess@web.de> wrote:
TRBitmapShape only defines the paint to use, but not the shape. athensCanvas setShape: (0@0 extent: self extent).
or
athensCanvas setShape: self path IF TRBitmapShape defines the subclass responsiblility #computePath
2014-08-12 22:42 GMT+02:00 Alexandre Bergel <alexandre.bergel@me.com>: Hi!
Natalia has a problem when using bitmaps with Roassal. I am not sure where the problems comes from. Resizing the window or the morph that contains a bitmap changes the size of the bitmap. I have illustrated this in this video:
https://dl.dropboxusercontent.com/u/31543901/TMP/problemWithBitmapInAthens.m...
Is someone experiencing the same problem? I am not sure where to dig in.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Thank you. Best regards, Natalia On Aug 13, 2014, at 12:03 AM, Nicolai Hess <nicolaihess@web.de> wrote:
TRBitmapShape only defines the paint to use, but not the shape. athensCanvas setShape: (0@0 extent: self extent).
or
athensCanvas setShape: self path IF TRBitmapShape defines the subclass responsiblility #computePath
2014-08-12 22:42 GMT+02:00 Alexandre Bergel <alexandre.bergel@me.com>: Hi!
Natalia has a problem when using bitmaps with Roassal. I am not sure where the problems comes from. Resizing the window or the morph that contains a bitmap changes the size of the bitmap. I have illustrated this in this video:
https://dl.dropboxusercontent.com/u/31543901/TMP/problemWithBitmapInAthens.m...
Is someone experiencing the same problem? I am not sure where to dig in.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (3)
-
Alexandre Bergel -
Natalia Tymchuk -
Nicolai Hess