Thanks for the reply, however, I'm using CodeWarrior v3.1 build 0135. The
popuptrigger item is instantiated in the table dynamically so any settings
that can be done via the resource editor/Constructor is moot.  Is there a
way to get the handle of this dynamic popuptrigger? (remember, it is also a
dynamic table item where I pass TblSetIem(TablePtr, row, column,
popupTriggerTableItem))

> -----Original Message-----
> From: Fawcett, Mitch [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 29, 1999 5:03 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: popupTriggerTableItem
> 
> 
> 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>]
> 
> 
> > 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
> > 
> 

Reply via email to