Jump to content

robinhodemorais

uniGUI Subscriber
  • Posts

    166
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by robinhodemorais

  1. I'm setting up a html calendar, I was using HTMLFrame, but I had some problems getting the layout right, so I switched to URLFrame and managed to adjust the layout smoothly, but his AjaxEvent is not working and I need to get the data when I click this is the event procedure TfrmAgeCadAgenda.UniURLFrame1AjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); Var stAux: TStringList; dia : integer; Begin stAux := TStringList.Create; stAux.Delimiter :='_'; stAux.DelimitedText := EventName; .... end; this is part of html <div class="schedule-cell" onclick="ajaxRequest(frmAgeCadAgenda.UniURLFrame1, 'novo_08:00_13',[])"><span class="invisivel">#08_00_13</span></div> What can it be ?
  2. Oops I found the solution ... UniSession.AddJS (UniHTMLFrame1.JSName + '. GetTargetEl (). ScrollBy (0,1500, false);'); However ... I can animate this progress of the scroll
  3. I can't install on version 1513 [dcc32 Fatal Error] uniGUI17m.dpk (29): E2225 Never build package 'rtl' must be recompiled [dcc32 Fatal Error] mMsoftList.dpk (37): E2202 Required package 'uniGUI17m' not found
  4. How do I set the scroll position of UniHTMLFrame?
  5. Before creating pdf? I think this is standard browser or URLFrame, because this print option appears for any PDF viewed by URLFrame.
  6. Good night, Guys how do I disable the print button of a report when I am viewing the pdf by URLFrame.
  7. Good afternoon, I tried to compile this demo, but I'm having the following error [Dcc32 Fatal Error] unigui_highcharts_Demo.dpr (18): F2063 Could not compile used unit 'uHighCharts.pas'
  8. link do grupo https://chat.whatsapp.com/8jl6ENYI2Gd1KDp2ER5yol
×
×
  • Create New...