Jump to content

bahry

uniGUI Subscriber
  • Posts

    153
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bahry

  1. Hi, Is there anyway I can limit the number of Characters entered in the UniMemo some thing like Maxlength ? and how can I display the remaining Characters? Regards
  2. Dear Mohammad, Very Thanks, never mind as long as it is working now, I will check it later to learn from my mistake. Best Regards
  3. Hi, I think the problem from my side, when I create another frame and using the same procedures it works, so I used the new one, but till now I couldn't get the reason why it's not working in the first one. Best Regards
  4. Hi, I used it and it changes the font color, but I need to change the back color, and let the user changed the Back color according to choosed Calendar Regards
  5. Hi, Actually I copy the CalendarPanel from the example and also copied the CSS and put it in UniServerModule -> CustomCSS: but nothing changed, and the background remained white and even the fonts is white. Regards
  6. Hi, How can I change the event back color, like the attached picture. Regards
  7. Dear Mohammad, Very Thanks. Regards
  8. Dea Mohammad, Yes that's true, but I need to put a logout button when the user press it, it will terminate it's session and direct him to the "Lets say" company main Page. Regards
  9. Hi, in Intraweb we can terminate the App and redirect the connection WebApplication.TerminateAndRedirect('http://') is there any similar procedure in UniGui? Regards
  10. Very Thanks Mohammad, it looks very greate
  11. Dear Mohammad, Thanks a lot, I appreciate your help. Regards Bahry
  12. I copied the same code to a new project with default theme and it works fine, but if I change the theme to lets say win 10 it will not work the background color will take the theme color. Regards
  13. The above code from my testing project, and it does not work. Regards
  14. Hi, Am trying to change the background color of "TUniMenuButton" without success I've seen the following link http://forums.unigui.com/index.php?/topic/5861-change-background-color-button-solved/ and I have made the same steps the name of the control is btnTest in the ExtEvents: function added(sender, container, pos, eOpts) { sender.addCls('bntTest'); } in the UniEvents: function beforeInit(sender, config) { config.cls="bntTest"; } in ServerModule CustomCSS: .bntTest { background:#1892d1 !important; color:#fff !important; -webkit-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; } .bntTest:hover { background:#828282 !important; -webkit-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; } Is the above code correct or do I have to make any changes. Regards
  15. Very nice and the price is Competitive, but does this price includes upgraded Ext JS versions like ver 5 ?
  16. Dear Farshad, I didn't install the one which comes with UniGui, I kept the SynEdit package wich came with CGDevTools, Is there a work around ?
  17. Hi, After installing CGDevTools, I become not able to install UniGui. " latest version 95.0.1044 With Delphi XE5" - SynEdit_R2015 compiled OK. - SynEdit_D2015 compiled OK, but when I try to install it gives me an Error Can't load package SynEdit_R2015 it contains unit SynUsp10 which is also contained in package SynEdit_RX5 - In package uniGui19vcl I removed the SynEdit_R2015 from requires and the XE5 compiler replace it with SynEdit_RX5 . - Package uniGui19dcl compiled ok but when I try to install, it gives me the error: 'Unit uniXSyntaxEditor was compiled with a different version of SynEdit.TSynEdit' Regards
  18. Hi, How can I activate BiDiMode := bdRightToLeft for the Form or For the components Thanks
×
×
  • Create New...