Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-26 Thread rosariosm
Hi! I just tested it in a clean image and now it works fine. Thanks a lot. Cheers, Rosario -- View this message in context: http://forum.world.st/RTMultiCompositeShape-Bitmap-tp4791277p4792375.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-25 Thread Alexandre Bergel
Ah sorry, it was the right list, but indeed the wrong language. Since Rosario is probably from South America, my brain did an override :-) Cheers, Alexandre > On Nov 25, 2014, at 12:33 PM, Esteban Lorenzano wrote: > > wrong list? > in any case, wrong language ;) > > Esteban > >> On 25 Nov 2

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-25 Thread Esteban Lorenzano
wrong list? in any case, wrong language ;) Esteban > On 25 Nov 2014, at 17:31, Alexandre Bergel wrote: > > Acabo de el problema de componer composite shapes. > > > > Avisame como va. > > Saludos, > Alexandre > > >> On Nov 25, 2014, at 10:06 AM, Alexandre Bergel >

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-25 Thread Alexandre Bergel
Acabo de el problema de componer composite shapes. Avisame como va. Saludos, Alexandre > On Nov 25, 2014, at 10:06 AM, Alexandre Bergel > wrote: > > Hi Rosario, > >> I have updated trachel but it still doesnt work. > > What do you mean? I have the following: > > > > >> I think i foun

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-21 Thread rosariosm
Hi Alex! I have updated trachel but it still doesnt work. I think i found another bug. Look at this new example: | element label bitmap composite text | text := (WriteStream on: ' ') nextPutAll: 'string1'; nextPut: Character cr; nextPu

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-20 Thread Alexandre Bergel
Hi Rosario! Well spotted! Please, update Trachel to enjoy the bug fix Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Nov 20, 2014, at 10:39 AM, rosariosm wrote: > > Hello, >

[Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-20 Thread rosariosm
Hello, When i try to add a vertical/horizontal layout to a RTMultiCompositeShape that has a Bitmap shape, it cant render the layout because a RTBitmal dont understand #extent. For example: | element label bitmap composite view | label := RTLabel new text: 'hello'. bitmap