Jump to content

Possible TUnimForm -> TitleButton to Set BadgeText


Masteritec

Recommended Posts

39 minutes ago, Masteritec said:

Is it possible to set BadgeText for TitleButton like TUnimButton?

Hello,

One possible solution I think:

procedure TMainmForm.UnimFormReady(Sender: TObject);
begin
  with Self do
    WebForm.JSInterface.JSCall('setBadgeText', ['7'], TitleButtons[0].JSMenuItem);

end;

 

  • Like 1
Link to comment
Share on other sites

Dear developers, why don't you add all these properties to uniGUI?

So that we don't have to use JSCall/JSCode (чтобы нам не приходилось использовать JSCall/JSCode постоянно).

 

  • Like 2
Link to comment
Share on other sites

4 hours ago, x11 said:

Dear developers, why don't you add all these properties to uniGUI?

Hi,

I'm sure these properties and methods will be added gradually in future releases.

But in any case, JSCall/JSCode are also very useful methods.

  • Like 1
Link to comment
Share on other sites

11 minutes ago, Sherzod said:

I'm sure these properties and methods will be added gradually in future releases.

I have been using uniGUI for more than 7 months and I see that the mobile version is developing very slowly.

The desktop version is very advanced, and the mobile version is very weak :(

 

Link to comment
Share on other sites

×
×
  • Create New...