Tomasin
10-12-2009, 03:40 PM
hi, test this code:
StatusDlg.Show(MB_ICONNONE, false);
function show(FoundPath)
Label.SetText("Label1",FoundPath);
for n = 1, 15 do
Label.SetText("Label1",n.." - "..FoundPath);
result = DialogEx.Show("Dialog1", true, nil, nil);
end
return true
end
File.Find("C:\\", "*.*", true, false, nil, show);
StatusDlg.Hide();
not show Dialog1... :huh
StatusDlg.Show(MB_ICONNONE, false);
function show(FoundPath)
Label.SetText("Label1",FoundPath);
for n = 1, 15 do
Label.SetText("Label1",n.." - "..FoundPath);
result = DialogEx.Show("Dialog1", true, nil, nil);
end
return true
end
File.Find("C:\\", "*.*", true, false, nil, show);
StatusDlg.Hide();
not show Dialog1... :huh