comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Formatting WIDGET_TABLE cells?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Formatting WIDGET_TABLE cells? [message #50933] Mon, 23 October 2006 05:36
btt is currently offline  btt
Messages: 345
Registered: December 2000
Senior Member
Harald Jeszenszky wrote:
> Hi,
>
> When I try to format some WIDGET_TABLE columns holding double precision data
> I always get the following error message:
>
> WIDGET_CONTROL, (*ptr).idData, USE_TABLE_SELECT=[4,0,9,9],
> FORMAT='(F15.3)'
>
> %WIDGET_CONTROL: Unable to set format for table widget
>
> If I use ALIGNMENT=2 instead of FORMAT='(F15.3)' the cells are
> right-justified as expected, so it could not be a matter of cell selection.
>
> Any idea?

Hi,

The USE_TABLE_SELECT keyword is logical (0/1). Do you really want ...

WIDGET_CONTROL, myID, /USE_TABLE_SELECT, SET_TABLE_SELECT = [4,0,9,9],
FORMAT = '(F15.3)'

instead?

BEn
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Missing data and MPFITFUN
Next Topic: Antw: Re: Formatting WIDGET_TABLE cells?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:13:03 PDT 2025

Total time taken to generate the page: 0.00480 seconds