devya Posted October 18, 2019 Posted October 18, 2019 Hi, I am using unigui version 1.90.0.1511 i have Tunimbitbutton with glyph, but when compile/run the image result are different between design and run can advise me to fix the image ? Design : When compiled and run Can advise me ? Quote
Hayri ASLAN Posted October 18, 2019 Posted October 18, 2019 You can change Image's width and height. Check uninativeimagelist width and height Quote
devya Posted October 21, 2019 Author Posted October 21, 2019 On 10/18/2019 at 7:52 PM, Hayri ASLAN said: You can change Image's width and height. Check uninativeimagelist width and height Hi Hayri, It's still not working. the image on the bitbutton still small. Quote
Hayri ASLAN Posted October 21, 2019 Posted October 21, 2019 9 hours ago, devya said: Hi Hayri, It's still not working. the image on the bitbutton still small. Hi, Can you please create a test case? Quote
devya Posted October 22, 2019 Author Posted October 22, 2019 14 hours ago, Hayri ASLAN said: Hi, Can you please create a test case? Hi, I am using in Mobile environment, is it different ? temp.zip Quote
Sherzod Posted October 22, 2019 Posted October 22, 2019 29 minutes ago, devya said: temp.zip Hi, 1. CustomCSS: .customGlyph .x-icon-el { width: 64px; height: 64px; } 2. UnimBitBtn1.LayoutConfig.Cls = customGlyph Quote
devya Posted October 23, 2019 Author Posted October 23, 2019 Hi Sherzod, Thank you so much. i will try it Quote
devya Posted October 24, 2019 Author Posted October 24, 2019 On 10/22/2019 at 10:00 AM, Sherzod said: Hi, 1. CustomCSS: .customGlyph .x-icon-el { width: 64px; height: 64px; } 2. UnimBitBtn1.LayoutConfig.Cls = customGlyph HI @Sherzod I testing with Desktop browser with /m, yes it's works the icon biger. But when i run in my Mobile browser Chrome/Firefox, the icon still the same size. Do i miss something ? Quote
devya Posted June 27, 2020 Author Posted June 27, 2020 On 10/24/2019 at 4:32 PM, devya said: HI @Sherzod I testing with Desktop browser with /m, yes it's works the icon biger. But when i run in my Mobile browser Chrome/Firefox, the icon still the same size. Do i miss something ? @Hayri ASLAN can help me to solve this ? currently i am using uimimage+unimcontainer+unimlabel to make this. Quote
Sherzod Posted June 27, 2020 Posted June 27, 2020 3 hours ago, devya said: can help me to solve this ? Hi, Which build are you using? Quote
devya Posted June 27, 2020 Author Posted June 27, 2020 11 minutes ago, Sherzod said: Hi, Which build are you using? Hi, I am using 1.90.0.1531 with Delphi 10.3 in Mobile interface Quote
easegura777 Posted July 19, 2020 Posted July 19, 2020 On 10/21/2019 at 8:00 PM, Sherzod said: Hi, 1. CustomCSS: .customGlyph .x-icon-el { width: 64px; height: 64px; } 2. UnimBitBtn1.LayoutConfig.Cls = customGlyph Hi, I used uniGUI - v1.90.0.1534 , component TUnimButton, I applied the code but it did not work, is displayed 16X16, i need 56x56 Please, helpme!! Quote
devya Posted July 19, 2020 Author Posted July 19, 2020 On 6/27/2020 at 5:08 PM, devya said: Hi, I am using 1.90.0.1531 with Delphi 10.3 in Mobile interface Hi @Sherzod , any updates? Quote
Sherzod Posted July 19, 2020 Posted July 19, 2020 3 hours ago, devya said: any updates? Hi, Try with important then: .customGlyph .x-icon-el { width: 64px !important; height: 64px !important; } Quote
Sherzod Posted July 19, 2020 Posted July 19, 2020 8 hours ago, easegura777 said: I used uniGUI - v1.90.0.1534 , component TUnimButton, 7 minutes ago, Sherzod said: Try with important then: .customGlyph .x-icon-el { width: 64px !important; height: 64px !important; } Quote
easegura777 Posted July 19, 2020 Posted July 19, 2020 5 hours ago, Sherzod said: it worked, thanks!! 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.