Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/15/20 in all areas

  1. Yes, it worked. Thanks a lot for the help!
    1 point
  2. Fantastic - Thank You Again
    1 point
  3. Hi Sherzod, Thank you very much, it works perfectly!
    1 point
  4. Hi, Thank you. You can try this approach: procedure TMainForm.UniPDFFrame1FrameLoaded(Sender: TObject); begin (Sender as TUniPDFFrame).JSInterface.JSCode(#1'.iframe.contentWindow.onafterprint=function(){ajaxRequest('#1', "pdialogclosed", [])};'); end; procedure TMainForm.UniPDFFrame1AjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName = 'pdialogclosed' then ShowMessage('pdialogclosed'); end;
    1 point
  5. Hi all - just an update: Farshad has just released UniGUI 1.90.0.1528 with ExtJS 7.1.0. I have tested the theme pack with it and can confirm that it is compatible!! Regards Gerhard
    1 point
×
×
  • Create New...