Jump to content

deljavan

uniGUI Subscriber
  • Posts

    44
  • Joined

  • Last visited

Posts posted by deljavan

  1. Dear Sherzod or other friends 
    I tested "unigui crop.zip" sample in the below link and it working fine:

    But I want to change ratio of crop from horizontal mode to vertical mode which it ratio ideal for personal photo crop.
    Default crop box almost 125 pixel for width and 100 pixel for height which ideal crop most be 100 pixel for width and 125 pixel for height.
    Unfortunately, I cannot change UniHTMLFarme (cropFrame) to other size for ideal crop.
    In the attachment pictures you can find better my issue.
    Do you have solution for me?

    image.png.1565b0e4d12ef1fd60f3ee65e43f86d4.pngimage.png.ad47f2e977e0742a49e14f9a17d25c13.png

     

     

  2. Hi
    Please advise
    I had a project on mobile in 1302 edition
    Now I am testing it in version 1506 Without changing the program I compiled it
    The appearance of the program changed completely and I was very surprised
    I think this is a very bad thing what should I do
    Do I have to continue developing the program in the same version 1302 ?
    Please advise
     
    Compiled in 1302
    image.thumb.png.caecd2ca600171551e486e1b48b3e8c3.png
     Compiled in 1506

                image.thumb.png.ce91327a88ba6d16692ea555c530e98d.png

     

     

     

     

     

     

     

  3. hi

    A solution was found to this problem
    To be done by dragging and dropping the shifts between the parent and the child

    Quote

    Good evening!

    Is there any chance of getting an example of a drag & drop functionality inside one DBTreeGrid (or any other DBGrid) for changing the sort, moving the position inside one dataset?

    Thanks in advance!

    Gerhard

     

  4. Thank you all

    My problem was solved this way ....

    Quote

    function TdmLoginModule.LDAPLogin(ADomain, AUserCode, APassword: string): Boolean;
    var
      hToken: THandle;
    begin
      Result := False;
      if (LogonUser(pChar(AUserCode), pChar(ADomain), pChar(APassword), LOGON32_LOGON_INTERACTIVE,
       LOGON32_PROVIDER_DEFAULT, hToken)) then
      begin
        CloseHandle(hToken);
        Result := True;
      end;
    end;


    To use this component, there is a ready-made sample that can be used to obtain the necessary skills from its source

    Quote

     

  5. It's all handled internally by the framework: when client connects using desktop, unigui will display the login form for desktop and after login it will display the mainform for desktop and the same for client who connects from mobile device such tablet/smartphone. 

    What is the difference between the login form and the original form.
    The login form will be displayed before all forms
×
×
  • Create New...