hey people, hope your all ok, i am having some issues with the status dialog
im trying to show the progress of sending a message using http submit
but everytime it doesnt set the titles and messages to what i asked it to, instead it does its own thing and says its downloading a file, and i really need it to say what i have set it as, it works if i take the http submit out but doesnt if i have it there,StatusDlg.Show();
StatusDlg.ShowProgressMeter(false);
StatusDlg.SetTitle("Php Mailer");
StatusDlg.SetStatusText("Sending Your Message To: "..to.."...");
HTTP.Submit(url, {to=to, subject=subject, message=message}, SUBMITWEB_POST, 20, 80, nil, nil);
Application.Sleep(2000);
StatusDlg.Hide();
any ideas;
Nathaniel Blackburn

Reply With Quote