Jump to content

55143681

uniGUI Subscriber
  • Posts

    670
  • Joined

  • Last visited

  • Days Won

    3

Status Updates posted by 55143681

  1. Hello dear.

    my corner,haha

    1. Sherzod

      Sherzod

      Try with defer:

      JSInterface.JSCallDefer('setBodyStyle', ['borderRadius', '10px'], 200);

       

    2. Sherzod

      Sherzod

      Try this:

          Name := 'testPanel'; //It's necessary
          ClientEvents.ExtEvents.Values['afterrender'] := 'function(sender){sender.body.dom.style.borderRadius="10px"}';
          //JSInterface.JSCallDefer('setBodyStyle', ['borderRadius', '10px'], 200);

       

  2.  

    UniHTMLMemo not firing OnKeyDown

    how to get the key press event,I have know your js,but where to do and how to do something when enter is pressed,for example showMessage("fired");

  3. Dear :

    I have study your QR example,

    I want to use it very much.

    but,when I build that with xe10.3.3.+unigui1514,
    I have an error,
    maybe a parameters problem,

    the error is"Can not run project unless a host application is defined.Use the run|Parameters..Dialog box" 
    How to setup that?thank you.

×
×
  • Create New...