Jump to content

shawdown

uniGUI Subscriber
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by shawdown

  1. I'm adding a hint to a TUniImage with the code below. function afterrender(sender, eOpts) { sender.tip = Ext.create('Ext.tip.ToolTip', { target: sender.el, html: '<span class="hintClass">MyHint</span>' }); But at some point I need to change the hint at runtime. Any idea how I can do it?
  2. Uso a 2 anos e não tenho problema. http://eloshost.com.br/lista-dedicado/
  3. Thank you friend. If solved with code below. self.pnAgrupamentoMenu.ClientEvents.ExtEvents.Values['afterrender']:= 'function (sender, eOpts) {sender.getEl().setStyle("position", "fixed"); sender.getEl().setStyle("left", "3px"); sender.getEl().setStyle("top", "3px"); sender.getEl().setStyle("z-index", 9999);}';
  4. Is it possible for a TUniPanel that is in the MainForm to overlap an open Form? See attached.
  5. Para quem também se interessar tem um grupo no telegram. @Sharing Unigui https://t.me/joinchat/AAAAAEJIlqa7shguPoM8UA
  6. No meu caso isso não bastou para resolver a situação então tive que injetar esse JS. UniSession.AddJS('document.oncontextmenu = document.body.oncontextmenu = function () { return false; }');
  7. Ola Flavio conseguiu algo?
×
×
  • Create New...