Hi,

The problem appear under WinCE. I tried with Lazarus SVN 10209 and FPC SVN 5191 and 5370.
Create a new application, put a label and a listbox on the form, and
write the following lines into the form's OnShow event.

Label1.Caption:='xxx';
ListBox1.Items.Add('yyy');

Run the application and see, the label's caption not changed and the listbox is empty.

Gabor

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to