Jump to content

roman.attila

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by roman.attila

  1. Hi! UniGUI: uni-1.90.0.1501 Delphi 2010 When UniGUI app starting then in first step blank page loaded. How can I change background color of blank page from "body style="background-color: rgb(255,255,219)"" to other custom color? Thank you for your help! BR, Attila
  2. Hi! UniGUI: uni-1.90.0.1501 Delphi 2010 I need to use external payment service (like a bankcard payment) and the bank call my application after finish of payment transaction. The call url contains parameters about payment transaction. On Main form I want to handle URL parameters and I want to continue my payment process depends on url parameters. When I using Chrome then all parameters passed in UniSession.ARequest.Referer and UniApplication.Parameters. But when I using Mozilla Firefox the UniApplication.Parameters are empties. How can I get passed parameters from url what are sent by all browsers (Chrome, Firefox, Edge, IE)? Also this situation is exists on uniGUI mobile app... Example URL: http://192.168.240.31:8888/paymentinprogress?r=eyJyIjowLCJ0IjoxMDE4NDAxNiwiZSI6IkNBTkNFTCIsIm0iOiJEMDA0NjAxIiwibyI6IklTU1gxMDAwMDAwMDE0MyJ9&s=5VrqR%2BWEWapLWe0FHvRKBYN3%2BYzMbzTxsVZ2RyRdRgs3QOdaljWugAJTjwg3TVZv Thanks for your help. BR, Attila
  3. Thank you guys! Meantime I'm using TUniMenuButton's menu property in javasacript and my popupmenu working properly in datagrid.
  4. Hi all, I would like to implement a popupmenu in dbgrid. I'm using containercontextmenu event of grid for popup and I need the JSName's value of popupmenu. In runtime in Form.Loaded method the JSName of TUniPopupMenu is empty. How can I get a real name of popupmenu in javascript? Example: function containercontextmenu(sender, e, eOpts) { var position = e.getXY(); e.stopEvent(); O3B.showAt(position); } O3B is name of popupmenu UniGUI version: 0.94 build 1024 Delphi 2010 Thanks, Attila
×
×
  • Create New...