Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/19 in all areas

  1. Problem is EventAlerter has a thread. its conflict with unigui's thread so not good idea use any EventAlerter. maybe my message give idea on this link http://forums.unigui.com/index.php?/topic/12043-how-to-send-a-text-message-from-servermodule-to-all-mainform-sessions/&do=findComment&comment=64328
    1 point
  2. Can you try this approach for now ?!: MainForm -> UniEdit1 -> ... function afterrender(sender, eOpts) { var me=sender.inputEl; me.set({ readonly: "readonly" }); sender.addListener( 'focus', function(sender, e, eOpts) { me.el.dom.removeAttribute('readonly'); } ); } http://forums.unigui.com/index.php?/topic/8175-browser-promping-save-of-username-passwords/&do=findComment&comment=41783
    1 point
×
×
  • Create New...