Jump to content

Peopertys [Enabled,Visible] of TUniDateTimePicker is no Effect in Web mode


A_MU

Recommended Posts

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

Link to comment
Share on other sites

  • Administrators

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...