Thank you Adrian for your reply,
I can create a good layout with Frames, but it looks like I cannot create
multiple frames on the same form... Duplicate name: A component named
"Frame1" already exists.

I tried to create an array of Frames at runtime:

Question 1? (Option A) (Option B)
Question 2? (Option A) (Option B)
Question 3? (Option A) (Option B)
Question 4? (Option A) (Option B)
...
Question 200? (Option A) (Option B)


var
  MyFrames: array[1..200] of TFrame1;


Where am I wrong?

Thank you for your help.

Sandro Cumerlato


[image: Inline images 1]

[image: Inline images 2]

On 30 June 2017 at 21:10, Adrian De Armas <[email protected]> wrote:

> Why don't you try with Frames?
> I think It can implement what u need quickly. Just make the special layout
> you need and then just copy the frames.
>
> http://wiki.freepascal.org/Frames
>
>
>
> 2017-06-30 15:33 GMT-03:00 Sandro Cumerlato via Lazarus <
> [email protected]>:
>
>> Hello,
>> I need a GUI component to implement a Questionnaire (label + combo boxes
>> right aligned), all in a line like this:
>>
>>  Question 1? (Option A) (Option B)
>>
>> Is it already available or can you please suggest me a way to implement
>> it quickly? (TComboBox is not what I am looking for)
>>
>> Thank You in advance.
>>
>> Sandro Cumerlato
>>
>>
>> --
>> _______________________________________________
>> Lazarus mailing list
>> [email protected]
>> http://lists.lazarus-ide.org/listinfo/lazarus
>>
>>
>
-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to