Jump to content

Recommended Posts

Posted

i like UnimSegmentedButton1 is beautiful to make button but it can not click > 1 time when i make action to check value i can press 1 time if i want to click 2 time i must to click another segmentbutton before i will can click . i can not do to solve my problem i delete all segmentbutton and use button to check value but button cannot make bar like segmentbutton .

segmentbutton can resize automatic when i use mobile or tablet

 

how i must to do solve my problem

in my picture 

1. mainmenu segmentbutton in bottom i press User

2. open login form when i click close button

3. mainmenu show again and segmentbutton User is pressed

4. i can not to click segmentbutton User again i must to click other segmentbutton before i will can click segmentbutton User again

108115.jpg

108114.jpg

108113.jpg

Posted
3 hours ago, warat mookdaanan said:

i like UnimSegmentedButton1 is beautiful to make button but it can not click > 1 time...

Hello,

Maybe you wanted this config:

procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
  UnimSegmentedButton1.JSInterface.JSConfig('allowDepress', [True]);
end;

 

Posted
8 hours ago, Sherzod said:

Hello,

Maybe you wanted this config:


procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
  UnimSegmentedButton1.JSInterface.JSConfig('allowDepress', [True]);
end;

 

segmentbutton can press but i will click 2 time for press

1. click to depress

2. can click to do

but very good to do thank you very much

  • 7 months later...
Posted
2 hours ago, asapltda said:

Is there a solution, that prevents you from pressing the button twice to make it work?

Hello,

Your request is not clear to me.

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...