Re: [Xswt-developer] XSWT Question
Brought to you by:
dvorme
|
From: David J. O. <dj...@co...> - 2006-06-12 13:03:28
|
Yu...@no... wrote: > ok, nice to hear. Strange. The first one should work because there > should be a RectangleDataParser registered for Rectangle data type. Try: <label text="Hello World" bounds="10 10 100 30" /> (use spaces as the delimiter) Best regards, Dave Orme > > Yu > > ------------------------------------------------------------------------ > *From:* ext Pedro Pita [mailto:ped...@gm...] > *Sent:* 09 June, 2006 21:48 > *To:* You Yu (Nokia-NRC/Tampere) > *Subject:* Re: XSWT Question > > Hi, > > The 2nd method was the one :) > > Thanks for your answer. > Pedro > > > > On 6/9/06, *Yu...@no... <mailto:Yu...@no...>* > <Yu...@no... <mailto:Yu...@no...>> wrote: > > Hi, > > havenot tested but you can try these ways: > <label text="Hello World" bounds="10,10,100,30" /> > > or > <label text="Hello World"> > <bounds x:class="Rectangle " x:p0="10" x:p1="10" x:p2="100" > x:p3="30" /> > </label> > > Good luck. > > Yu > > > ------------------------------------------------------------------------ > *From:* ped...@gm... <mailto:ped...@gm...> > [mailto:ped...@gm... <mailto:ped...@gm...>] > *On Behalf Of *ext Pedro Pita > *Sent:* 08 June, 2006 19:17 > *To:* You Yu (Nokia-NRC/Tampere) > *Subject:* XSWT Question > > Hello, > > I'm a CS student working on my final project and i'm using > XSWT in some parts of it. > I noticed this post > <http://sourceforge.net/mailarchive/message.php?msg_id=9575088> > from you in the xswt-developer mailing list, because I have > the very same problem, I don't know how to specify bounds on > xswt. > > Since you got no answers there, I was wondering if you came up > to the solution or can point me to someone who can explain it > to me. > > Thanks, > Pedro Pita > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xswt-developer mailing list > Xsw...@li... > https://lists.sourceforge.net/lists/listinfo/xswt-developer > |