alasoft Posted October 9, 2012 Posted October 9, 2012 As I said .. is possible to replace the 'standard' dialog with one custom made ? Thanks !! Rober Quote
stas Posted October 9, 2012 Posted October 9, 2012 As I said .. is possible to replace the 'standard' dialog with one custom made ? Thanks !! Rober You can access to UploadForm after UniFileUpload.Execute by UniSession.FormList.Last and designed this form in runtime as you want. example UniFileUpload1.Execute; F:=TUniForm(UniSession.FormsList.Last); ch:=TUniCheckBox.Create(F); ch.Caption:='Check me'; ch.Parent:=F; F.Height:=F.Height+ch.Height; ch.Align:=alBottom; Quote
alasoft Posted October 10, 2012 Author Posted October 10, 2012 You can access to UploadForm after UniFileUpload.Execute by UniSession.FormList.Last and designed this form in runtime as you want. example UniFileUpload1.Execute; F:=TUniForm(UniSession.FormsList.Last); ch:=TUniCheckBox.Create(F); ch.Caption:='Check me'; ch.Parent:=F; F.Height:=F.Height+ch.Height; ch.Align:=alBottom; Thanks ! .. I'll guive a try Rober Quote
Administrators Farshad Mohajeri Posted February 6, 2013 Administrators Posted February 6, 2013 有没搞定 http://forums.unigui.com/index.php?/forum/26-chinese/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.