Jump to content

UnimSegmentedButton1 cannot click 2 time


warat mookdaanan

Recommended Posts

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

Link to comment
Share on other sites

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;

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 7 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...