Masteritec Posted October 26, 2020 Posted October 26, 2020 Is it possible to set BadgeText for TitleButton like TUnimButton?
Sherzod Posted October 26, 2020 Posted October 26, 2020 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; 1
x11 Posted October 26, 2020 Posted October 26, 2020 Dear developers, why don't you add all these properties to uniGUI? So that we don't have to use JSCall/JSCode (чтобы нам не приходилось использовать JSCall/JSCode постоянно). 2
Sherzod Posted October 26, 2020 Posted October 26, 2020 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. 1
x11 Posted October 26, 2020 Posted October 26, 2020 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
Recommended Posts