Forum > Other
I'm showing a form but...
Anonymous:
in my program when i click a button it shows a form (form2.show;), but thats it.. the form doesnt activate itself (it should add items to a combobox).. how do i make the form do what its supposed to?
i tried the same thing in delphi, and it worked.... whats the deal?
neli:
What event are you using to 'activate'? The OnFormShow event should work.
Micha.
Anonymous:
That doesnt work either... in less my combobox code is wrong..
isnt this how you add stuff to the combobox?
combobox1.items.add('stuff');
neli:
Hmm. What I'd do is putting a ShowMessage or WriteLn in that FormShow function, so you're sure if it's called or not. If it's not while it should, add a bug report ;).
Micha.
Anonymous:
i downloaded the lastest version and it still doesnt work... can someone please try to have 2 forms and a button on the first one and a combobox on the second? the first one should open the 2nd form which adds items to the combobox. and then post the example here?
Navigation
[0] Message Index
[#] Next page