Gustavo_GRSoft Posted March 15, 2025 Posted March 15, 2025 Hello everyone, I'm having some issues with the TUniFileUploadButton: Ps: On the left side, there is a TUniFileUploadButton, and on the right side, there is a TUniBitButton. 1. The icon appears smaller even though it's from the same class. 2. After the upload process, the button's color changes to blue and only returns to normal when hovering over it. Quote
Sherzod Posted March 15, 2025 Posted March 15, 2025 Hello, How are you attaching the icon to the TUniFileUploadButton? Quote
Gustavo_GRSoft Posted March 15, 2025 Author Posted March 15, 2025 12 minutes ago, Sherzod said: Hello, How are you attaching the icon to the TUniFileUploadButton? caption <i class="fa-solid fa-cloud-upload-alt fa-lg "></i> Quote
Sherzod Posted March 15, 2025 Posted March 15, 2025 <i class="fa-solid fa-cloud-upload-alt fa-2x"></i> <i class="fa-solid fa-cloud-upload-alt fa-3x"></i> <i class="fa-solid fa-cloud-upload-alt" style="font-size: 22px;"></i> Quote
Gustavo_GRSoft Posted March 15, 2025 Author Posted March 15, 2025 3 minutes ago, Sherzod said: <i class="fa-solid fa-cloud-upload-alt fa-2x"></i> <i class="fa-solid fa-cloud-upload-alt fa-3x"></i> <i class="fa-solid fa-cloud-upload-alt" style="font-size: 22px;"></i> thanks... and about the color after click? ps: Just a reminder that this doesn't happen every time. Quote
Sherzod Posted March 15, 2025 Posted March 15, 2025 1 hour ago, Gustavo_GRSoft said: Just a reminder that this doesn't happen every time. Try also using the Images and ImageIndex properties, as well as UniNativeImageList accordingly. Quote
Gustavo_GRSoft Posted March 16, 2025 Author Posted March 16, 2025 16 hours ago, Sherzod said: Try also using the Images and ImageIndex properties, as well as UniNativeImageList accordingly. I didn't understand what the image has to do with the color of the button 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.