gt;
> Then, you arrange your objects like this
>
> textlabel1.move(textbox1.left + (textbox1.width + 4), textbox1.top) '
> leave a 4 pixel space between them
> checkbox1.move(textlabel1.left + (textlabel1.width + 4), textlabel1.top)
>
>
>
>
> On 6/26/08, Nate
t; cbCheck = new checkbox(YourParentHere)
>
> NEXT
>
> END
>
> Of couse, you'll have to set the properties for each of these objects
> after you create them...
> This code may not work out of the box, but it should give you an idea
> of how to do this
>
>
>
t new checkboxes are just piled on top of the
old one.
I suppose I need to call some sort of "Refresh" or "Resize" on the VPanel,
but nothing I've tried works.
Thanks,
--Nate
Nate-37 wrote:
>
> Hello,
>
> I would like to be able to create a Label, a
Hello,
I would like to be able to create a Label, a Textbox and a Checkbox for a
variable number of records.
I'm not dealing with a database, I'm dealing with search results.
So, if I find 3 search results, I would like to create a Label, a Textbox
and a Checkbox for each search result like so:
Wow!
Thank you Rob.
I found some problems with your pseudo-code, but I got it to do what I
wanted.
I uploaded a snapshot of my program, as well as the .class and the .form
files to my website
http://notesmine.com/gambas_regexp
Thank you for your help!
PS: I also was confused by the wiki, whe