A_MU Posted January 7, 2012 Posted January 7, 2012 when I test this case with code: procedure TUniForm1.UniButtton1Click(Sender: TObject); begin UniDatetimePicker1.Enabled:=not UniDatetimePicker1.Enabled; UniDatetimePicker1.visible:=not UniDatetimePicker1.visible; UniLabel1.Visible:=not UniLabel1.Visible; end; ............... ps:UniServerModule.StandAloneServer:=true; Env: win64,D2010,UniGui Version is 0.87.0 build 907 Quote
A_MU Posted January 7, 2012 Author Posted January 7, 2012 that's no effect in runtime with WEB MODE.... Quote
Administrators Farshad Mohajeri Posted January 7, 2012 Administrators Posted January 7, 2012 when I test this case with code: procedure TUniForm1.UniButtton1Click(Sender: TObject); begin UniDatetimePicker1.Enabled:=not UniDatetimePicker1.Enabled; UniDatetimePicker1.visible:=not UniDatetimePicker1.visible; UniLabel1.Visible:=not UniLabel1.Visible; end; ............... ps:UniServerModule.StandAloneServer:=true; Env: win64,D2010,UniGui Version is 0.87.0 build 907 Tested with 0.88.0 and I can't reproduce. Quote
A_MU Posted January 7, 2012 Author Posted January 7, 2012 Tested with 0.88.0 and I can't reproduce. OK, I'm going to DownLoad 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.