Jump to content

Recommended Posts

Posted

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 :

image.png.143419caf16eaa8ab46ba035c60a88f6.png

 

When compiled and run

image.png.16c0bda9081c0b4c47a39e2254d56af8.png

 

Can advise me ?

 

 

 

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

Posted
29 minutes ago, devya said:

temp.zip

Hi,

1. CustomCSS:

.customGlyph .x-icon-el {
   width: 64px;
   height: 64px;
}

2. UnimBitBtn1.LayoutConfig.Cls = customGlyph

Posted
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 ?

 

  • 8 months later...
Posted
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. 

Posted
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

 

  • 3 weeks later...
Posted
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!!

 

Posted
3 hours ago, devya said:

any updates?

Hi,

Try with important then:

.customGlyph .x-icon-el {
   width: 64px !important;
   height: 64px !important;
}

 

Posted
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;
}

 

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