If you are using GCC and PILRC, look at the PILRC docs. There are option
switches LEFTANCHOR and RIGHTANCHOR to do what you want.
POPUPTRIGGER <Label.s> ID <Id.n> AT (<Left.p> <Top.p> <Width.p> <Height.p>)
[USABLE] [NONUSABLE] [DISABLED] [LEFTANCHOR] [RIGHTANCHOR] [FONT <FontId.n>]
SELECTORTRIGGER <Label.s> ID <Id.n> AT (<Left.p> <Top.p> <Width.p>
<Height.p>) [USABLE] [NONUSABLE] [DISABLED] [LEFTANCHOR] [RIGHTANCHOR] [FONT
<FontId.n>]
> -----Original Message-----
> From: Yeung, Albert [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, September 28, 1999 4:09 PM
> To: '[EMAIL PROTECTED]'
> Subject: popupTriggerTableItem
>
>
> I have a table, in which I have set one of the elements to be of the style
> "popupTriggerTableItem" via the "TblSetItemStyle" function. The popup
> trigger appears in the table, I can select the items from the list
> assigned
> to the trigger. The question is with the placement of the trigger. The
> trigger is right justified within the column and I can't seem to set the
> justification to be left justified.
>
> When looking at the code in the debugger, I noticed that when the trigger
> is
> selected, the tables "currentRow" and "currentColumn" fields do not
> reflect
> the proper table element, so setting the "currentField.justification"
> attribute does not work.
>
> How do I left justify this trigger???
>
>
>
> Thanks in Advance,
>
> Albert Yeung
>