cell in a grid [message #81366] |
Mon, 17 October 2005 03:42  |
Eclipse User |
|
|
|
Hi,
is there any possibility to write a String to a specific cell out of the
"onCreate"-method of the Grid?
My problem is, how to address a special cell of the grid?
NameOfTheGrid[1][1]="first-first";
NameOfTheGrid[1][2]="first-second";
NameOfTheGrid[2][2]="second-second";
[/pseudo-code]
Thanks for your efforts,
with best regards,
Thomas X.
|
|
|
Re: cell in a grid [message #84000 is a reply to message #81366] |
Tue, 25 October 2005 18:45  |
Eclipse User |
|
|
|
Thomas,
In 1.0.1 I dont think this is possible.
One thing that may work is to create a variable for each cell.
Say grid1_1, grid1_2 etc. Assign the values of of the cells to the grid
variables.
Then in the on create of the grid you could then assign these like
grid1_1 = whateverfunctionorvariable;
Hope this makes sense.
Jason Weathersby
BIRT PMC
"Thomas A. X-Berger" <mebo@gmx.at> wrote in message
news:5dd566b2a1d5209db422e51fb8e62564$1@www.eclipse.org...
> Hi,
>
> is there any possibility to write a String to a specific cell out of the
> "onCreate"-method of the Grid?
> My problem is, how to address a special cell of the grid?
>
>
>
>
> NameOfTheGrid[1][1]="first-first";
> NameOfTheGrid[1][2]="first-second";
> NameOfTheGrid[2][2]="second-second";
>
> [/pseudo-code]
>
>
> Thanks for your efforts,
> with best regards,
> Thomas X.
>
|
|
|
Powered by
FUDForum. Page generated in 0.03091 seconds