[Solved] Style buttons and labels from any component

Hey how can we modify the padding and all that stuff from a created button with any component ?
Like border radius… Margin and all that stuff
thx

Hey,

Unfortunately, there are no blocks to perform these actions. But you can create around the desired component margin struts in the form of a Label without text.

Hi, @danyklein! :wave:

One way would be creating a button manually (from the Designer), and use clone on that button.

Thanks! :blush:

1 Like

how can we modify :smiley:

1 Like

Thx I cloned it :slight_smile: other question when I us any button in screen but I have also normal buttons how to tell in the block when click on the "normal button go to screen two ? because for the moment when I click a button it does the thing what is programmed for any button

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

2 Likes

Hi, @danyklein! :wave:

It has also happened with me, when I added any button click. :smile:

What I did, is added a if condition, that -

image
(Button51 is normal button in the above image)


The above blocks work when you have only one normal button, for multiple normal buttons, try this -

image
You can add as many as else if according to your normal buttons.

Hope I helped you! :smile:
Thanks! :blush:

THXXX WORKS :slight_smile: It’s perfect

Which one?

Can you please quote it?

The two of you guys

So, who solved your Problem?

If I, mark my post as :white_check_mark:.

If ACTech, mark his post as :white_check_mark:

I took the solution from Actech

1 Like

So please mark his appropriate post as Solution :white_check_mark:

It will mark this topic as Solved in the Community :smile:

Thanks! :blush:
Happy Thunking! :tada:

2 Likes