comp.lang.ada
 help / color / mirror / Atom feed
* Labels rotated 90 degrees in Jewl
@ 2009-07-22 12:21 Pablo
  2009-07-25  5:48 ` Kylix
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo @ 2009-07-22 12:21 UTC (permalink / raw)


Hi friends, I´d like to set labels rotated 90 degrees in Jewl. Does
someone know how to do it?
Say us, for instance:
My_Label : Label_Type := Label  (My_Frame, (10, 250), 50, 20, "My
Text");

I want ' "My Text" ' string be disposed in vertical writting.

Regards.
Pablo.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Labels rotated 90 degrees in Jewl
  2009-07-22 12:21 Labels rotated 90 degrees in Jewl Pablo
@ 2009-07-25  5:48 ` Kylix
  2009-07-28 13:08   ` Chrono
  0 siblings, 1 reply; 3+ messages in thread
From: Kylix @ 2009-07-25  5:48 UTC (permalink / raw)


On 7月22日, 下午8时21分, Pablo <pablit...@gmail.com> wrote:
> Hi friends, I´d like to set labels rotated 90 degrees in Jewl. Does
> someone know how to do it?
> Say us, for instance:
> My_Label : Label_Type := Label  (My_Frame, (10, 250), 50, 20, "My
> Text");
>
> I want ' "My Text" ' string be disposed in vertical writting.
>
> Regards.
> Pablo.

Adjust the width & height, the label will display the vertical text;

My_Label : Label_Type := Label(My_Frame, (10, 250), 10, 50, "My Text");



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Labels rotated 90 degrees in Jewl
  2009-07-25  5:48 ` Kylix
@ 2009-07-28 13:08   ` Chrono
  0 siblings, 0 replies; 3+ messages in thread
From: Chrono @ 2009-07-28 13:08 UTC (permalink / raw)


On 25 jul, 02:48, Kylix <lika...@gmail.com> wrote:
> On 7月22日, 下午8时21分, Pablo <pablit...@gmail.com> wrote:
>
> > Hi friends, I´d like to set labels rotated 90 degrees in Jewl. Does
> > someone know how to do it?
> > Say us, for instance:
> > My_Label : Label_Type := Label  (My_Frame, (10, 250), 50, 20, "My
> > Text");
>
> > I want ' "My Text" ' string be disposed in vertical writting.
>
> > Regards.
> > Pablo.
>
> Adjust the width & height, the label will display the vertical text;
>
> My_Label : Label_Type := Label(My_Frame, (10, 250), 10, 50, "My Text");

Thanks for response Kylix, but does not work...



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-28 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-22 12:21 Labels rotated 90 degrees in Jewl Pablo
2009-07-25  5:48 ` Kylix
2009-07-28 13:08   ` Chrono

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox