Jump to content

molla2005b

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by molla2005b

  1. Problem with IPad Pro and DisableMouseRightClick

    When I Set UniMainModule.BrowserOptions.boDisableMouseRightClick = True
       On Safari of IPad Pro the Mouse are blocked but touch is work

    but when I Set UniMainModule.BrowserOptions.boDisableMouseRightClick = False
       both Mouse and Touch is  work but
       The browser popMenu cover my DbGrid PopMenu

    please any solution
    thanks

    UniGui 1.90.0.1555 and D11

  2. On 10/5/2021 at 9:35 PM, Sherzod said:

    Hi Dominique.

    I think this is correct by design.

    But you can try to use something like this:

    //for example
    procedure TMainForm.UniFormCreate(Sender: TObject);
    begin
      TUniEdit(UniDBEdit1).EmptyText := 'Please, enter...';
    end;

     

    hi
    In this case we should write more code 
    please support it

  3. On 11/8/2020 at 4:33 PM, dkeene said:

    Hello All

    I have a unigui application that works nicely but on occasion the unigui page showing in the browser becomes frozen and not responsive to clicks. No errors show in Delphi. I know it's a broad question but is there a way to diagnose this problem? I am not very familiar with Chrome diagnostic tools, so any help would be appreciated. 

    Thank you.

    hi
    my app still have this behavior.
    How do you fix this problem?
    I think the main form stay covered by a clear screen mask .because the shortcuts are work
    Thank you

  4. On 7/23/2018 at 7:02 PM, albertovesx said:

    What I have notice  is that sometimes my apps freeze in browser, no delphi, the app inside browser. its beheivor is like an image. none click responds. It happens rarely and normally after closing a modal screen.

    hi
    my app still have this behavior.
    How do you fix this problem?
    I think the main form stay covered by a clear screen mask .because the shortcuts are work

×
×
  • Create New...