Jump to content

tZac

uniGUI Subscriber
  • Posts

    13
  • Joined

  • Last visited

Posts posted by tZac

  1. Hi,

     

    If someone needs a freelancer I'm free to co-operate. I have two years of experience working with UniGui and 15 years with Delphi and MS SQL

    Regards

     

  2. I am using HTTPReqResp.Execute in code. On standalone server and local machine all is working well and answer is ok. When I deployed it to hyper-server.dll on VPS machine with Win server 2012 the program hangs on that line. 

    Any idea or suggestion ?
    
     
  3. Hehe I disabled .BorderStyle property to ubsNone and try to change it with CSS. Nice try. I'm sorry for the wrong conclusion. Thank you for help. UniGui is amazing product and support is 5*

  4. Hm, i tried FormattedEdit Demo Project, and put it in server customCSS and everything is working ok. The problem is somewhere in my project. Digging in progress.... Thank you.

  5. 8 minutes ago, Sherzod said:

    Thank you,

    Please, first of all adjust your forum emaill address, please visit here:

     

    Sorry, corrected. I used my old email while testing the demo version.

  6. On 11/9/2017 at 5:31 PM, fcarvalho4 said:

    or in, servermodule.customCSS 

     
    input[type=text]:focus, textarea:focus {
      box-shadow: 0 0 7px rgba(81, 203, 238, 1);
      border: 2px solid rgba(81, 203, 238, 1);
      border-radius: 2px;
    }
     
    input[type=password]:focus, textarea:focus {
      box-shadow: 0 0 7px rgba(81, 203, 238, 1);
      border: 2px solid rgba(81, 203, 238, 1);
      border-radius: 2px;
    }
     
    input[type=combobox]:focus, textarea:focus {
      box-shadow: 0 0 7px rgba(81, 203, 238, 1);
      border: 2px solid rgba(81, 203, 238, 1);
      border-radius: 2px;
    }
     
    input[type=checkbox]:focus, textarea:focus {
      box-shadow: 0 0 7px rgba(81, 203, 238, 1);
      border: 2px solid rgba(81, 203, 238, 1);
    }
     
    input[type=date]:focus, textarea:focus {
      box-shadow: 0 0 7px rgba(81, 203, 238, 1);
      border: 2px solid rgba(81, 203, 238, 1);
      border-radius: 2px;
    }

    I used this methode in server custom CSS and it's working perfectly in Uni version FMSoft_uniGUI_Professional_1.0.0.1420. Yesterday I upgraded to FMSoft_uniGUI_Professional_1.50.0.1480 and it's not working anymore. Any idea where the problem is ?

×
×
  • Create New...