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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...