Jump to content

aristeo

Members
  • Posts

    145
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by aristeo

  1. Hi,

     

    One possible solution:

    function window.beforeInit(sender, config)
    {
        config.closeToolText = "Close?!"
        //config.closeToolText = null; //remove
    }

    Best regards,

     

    Yes, this works OK. I assign this event in every TUniForm in the OnNewComponent (when the classtype of AComponent parameter is TUniForm) of TUniMainModule

     

    Thank you very much

  2. Seems to be a Chrome bug. Opera also uses Chrome engine.

     

    There is no way for uniGUI to send a js code which works on FF and doesn't work on Chrome!

    And why when a submenu is dispalayed, all works ok? Do you know the reason?

     

    Enviado desde mi Nexus 5X mediante Tapatalk

  3. A hint. If i open the confirm dialog from a form, when before the users shows a submenú of a TUniMainMenu component, the buttons shows correctly. Strange!

    I think when a.submenu is showed the css needed by the confirm dialog is loaded.

     

    Enviado desde mi Nexus 5X mediante Tapatalk

×
×
  • Create New...