Jump to content

fraxzi

uniGUI Subscriber
  • Posts

    237
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by fraxzi

  1. Hi @Sherzod,

    Using this:

    UniEdit1.JSInterface.JSCall('inputEl.dom.setAttribute', ['display', 'none']);

    nothing happens.

    i want to hide trigger at runtime (when trigger #1 click and trigger #2 shows) ... "UniEdt1.Triggers.Item[0].Visible := false: doesn't work either ..ImageIndex := newIndex doesn't work as well...

    Maybe if i am missing something. Any correction?

     

    Thanks,

    Frances

  2. 28 minutes ago, irigsoft said:

    Do you want to use only uniPDFFrame or is a combination of uniHTMLFrame and uniPDFFrame possible?

    HI @irigsoft, the uniPDFFrame has issues (same pdf file):

    image.png.44d23845fcda84a14b07b338cfa9d517.png

    the reason why I want to replace it with uniHTMLFrame.

    I wish to create thumbnail so pdf as big as 10mb will not be loaded unless thumbnail was "clicked"

     

    Thanks,

    Frances

     

  3. Hi @Sherzod,

    The file pdf created by "filePDF := UniServerModule.NewCacheFile('pdf', cFile,'');" show's nothing or blank

    but if created by "filePDF := UniServerModule.FilesFolder + 'temp\' + cFile + '.pdf';", the pdf shows..

    I can't use NewCacheFile?

     

    Thanks,

    Frances

  4. Hi @irigsoft,

    Thanks for the Hint ... I will try it the best I could.

    With current TuniPDFFrame, I experienced random blank page (on display) but when I view the pdf with Chrome the pages are there.

    So I am trying out @Sherzod's example on using TUniHTMLFrame with 'pdfobject.js' ... relative to the above, I also need the sample thumbnail.

    Thanks! i will update (or request) once done.

    Kind regards,

    Frances

  5. 1 hour ago, Sherzod said:

    Hello,

    Wouldn't it be correct to check this first on the server side (for the existence of the file)?

    Hi @Sherzod,

    I implement another option of loading a blank page pdf.. I wish to eliminate the prompt if there's a way.

    Thanks,

    Frances

  6. Hi everyone,

    How can I make uniGUI app like that of the online demo which almost doesn't end the session??

    Using IIS + Hyperserver, how can I accomplish and what are the settings needed? 

     

    Thanks in advance,

    Frances

×
×
  • Create New...