I, i''m a problem with wx. I will do realized a software who take 8 piece of a photo frame and place a jpeg image on the middle of frame . How display them? How gem i will use ? I try with a Flex Grid Sizer but the result isn''t good. Thanks -- Posted via http://www.ruby-forum.com/.
Not quite sure what you want if you want similar size of every frame, there is Grid Sizer On Tue, Jan 26, 2010 at 11:37 PM, Matteo Picciolini <lists at ruby-forum.com>wrote:> I, i''m a problem with wx. > I will do realized a software who take 8 piece of a photo frame and > place a jpeg image on the middle of frame . > How display them? How gem i will use ? > I try with a Flex Grid Sizer but the result isn''t good. > Thanks > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >-- Suka linux? Kunjungi blog saya http://penguinroad.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/wxruby-users/attachments/20100127/cac030af/attachment.html>
hendra kusuma wrote:> Not quite sure what you want > if you want similar size of every frame, > there is Grid SizerNot exactly. I''m try to compose an image by use 9 differt image, 8 like this * * * * * * * * and one in the middle . The picture will united to make a photo frame, and the * are resize a run time . I try with GridSizer but i want no space within the picture . Thanks -- Posted via http://www.ruby-forum.com/.
On Wed, Jan 27, 2010 at 10:43 PM, Matteo Picciolini <lists at ruby-forum.com>wrote:> hendra kusuma wrote: > > Not quite sure what you want > > if you want similar size of every frame, > > there is Grid Sizer > > > Not exactly. I''m try to compose an image by use 9 differt image, 8 like > this > > * * * > * * > * * * > > and one in the middle . The picture will united to make a photo frame, > and the * are resize a run time . > I try with GridSizer but i want no space within the picture . > Thanks >unfortunately, I am not good with this but from my short experience with wx lib, your best shot would probably your previous flex grid sizer unless you decide not to use wx, then SDL gem can be a consideration since it is a lib for making a game, you should have all necessary function to work with image -- Suka linux? Kunjungi blog saya http://penguinroad.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/wxruby-users/attachments/20100128/95927cd6/attachment.html>