warat mookdaanan Posted May 3, 2020 Posted May 3, 2020 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 Quote
Sherzod Posted May 3, 2020 Posted May 3, 2020 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; Quote
warat mookdaanan Posted May 4, 2020 Author Posted May 4, 2020 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 Quote
asapltda Posted December 23, 2020 Posted December 23, 2020 Is there a solution, that prevents you from pressing the button twice to make it work? Thanks Quote
Sherzod Posted December 23, 2020 Posted December 23, 2020 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. Quote
Administrators Farshad Mohajeri Posted December 23, 2020 Administrators Posted December 23, 2020 There will be several improvements to SegmentedButton in next build. Also a desktop version will be included. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.