Jump to content

BobyX

uniGUI Subscriber
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by BobyX

  1. Thanks for the quick release of the new version of UniGUI 1.95.0.1582.
    I confirm that the installation problem in Delphi 12.1 has been fixed.

    Unfortunately, in UniGUI 1.95.0.1582 / Delphi 12.1 there appears to be a bug with the handling of the "UniDataModule.RecallLastTheme:=True" property.

    Selected "Theme" not set permanently after change
      /restart the session.

    This can be seen in the example "\Demos\Desktop\ThemeChange\".

  2. With ExtJS 4.2.x I used this way to change Caption:

    ShowMessage ('Sample Text');
    UniSession.AddJS ('Ext.get ("messagebox-1001_header_hd-textEl"). SetHTML ("My Caption")');

    (the way given by Delphi Developer here: http://forums.unigui.com/index.php?/topic/8106-prompt-pencere-basligi-degistirme/&do=findComment&comment=41435)

     

    But in the uniGUI 1.0.2.x with ExtJS 6.5.x it does not work, it generates an Ajax error: Ext.Msg.show({title:"New Application",msg:"Sample Text",buttons:Ext.MessageBox.OK});Ext.get("messagebox-1001_header_hd-textEl").setHTML("Your Caption");

×
×
  • Create New...