Jump to content

pflam

uniGUI Subscriber
  • Posts

    34
  • Joined

  • Last visited

Everything posted by pflam

  1. Hi Sherzod, Button Demo1001.zip the above zip is the testcase. 1) The mButton still cannot show properly. 2) The mEdit also cannot show properly. the height of the box is not the same. 3) The mRadio button is not clear after i change the background color to gray. Is it possible to change the color? Thank You.
  2. Hi Sherzod, you can use the above exe (ButtonRadio.zip), then change MainmForm > Color = clMedGray. Thank You.
  3. thank you for your help. The radio button is not clear after i change the background color to gray. Is it possible to change the color of 'Dot'? or the color of 'Ring'?
  4. Hi Sherzod, I am using 1.90.0.1508 ButtonRadio.zip In the test exe, I also face some problem in Radio. 1) Check the first radio as default. 2) the caption is not aligned vertical center. 3) the color of circle box thank you.
  5. Hi, In design, the button height and caption is : However, look different when show in mobile. How to change the vertical alignment of the caption? thank you.
  6. Hi, The below image is the screenshot of mobile. 1) I want to move the caption up, how to change the vertical alignment of the caption? 2) How to 'check' the first radio as default? I already set the checked to True in property, but does not work. 3) How to change the color of the Circle box to white? I am using v1.90.0.1508 Thank You.
  7. 1 more question, One more question: 1) How do I change the background color of Radio button. I use the below CSS, but not work. .whBG { background-color: lightblue; } function beforeInit(sender, config) { config.Cls='whBG'; }
  8. Hi, I meant this. Noted your 2nd answer, will check it out.
  9. 1) Can the size of the TUnimRadio / TUnimCheckBox be changed? 2) In UniGUI v1.7, the URL has to include “m/” if it contains one parameter. Mobile uses http://localhost:8077/m/?id=123 Is there a way to use "http://localhost:8077/?id=123" for both desktop and mobile?
×
×
  • Create New...