Hello to you all,

i just wrote a little prog which calculates some numbers. Sometimes 
they are only 2 or 3, sometimes more than 10 or 15.

I built a little dialog where everything fits in perfectly, when the 
result contains up to 7 numbers. When there are more the dialog 
window is to small. Of course i could make the dialog wider in the 
beginning, but this would led to a too wide dialog for a small amout 
of results.

There is some space beneath the row where the results are printed. So 
it would be the best if i could continue printing in the next row.

Something like this:

   ________________________
  | Results: 1 2 3 4 5 6 7 | <- End of Dialog
  |  8 9 10 11 ...         |
   ________________________

Is there an easy way to do this?

Of course i could define another empty StaticText, collect all 
results in an array, evaluate the length of this array and then 
decide where to print which results. But there must be something more 
elegant and faster.

At least i hope it ;-)

Regards,
Martin
-- 
no signature is a good signature














































Reply via email to