Jump to content

fraxzi

uniGUI Subscriber
  • Posts

    237
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by fraxzi

  1. Hi Everyone, How to avoid this changing of color in dbGrid's rowwidget: Thanks, Frances
  2. 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
  3. Thanks much @irigsoft .. I downloaded it and will try to understand how to implement it. Regards, Frances
  4. i got it! JSInterface.JSCallGlobal('PDFObject.embed', [filePDF, cTag, JSInterface.JSObject(['forceIframe', True, 'forcePDFJS', True, 'PDFJS_URL', '<urlFile>' ])]); Thanks
  5. HI @irigsoft, the uniPDFFrame has issues (same pdf file): 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
  6. 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
  7. 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
  8. Hi @Sherzod Any update? Thanks, Frances
  9. Hi Everyone, When I double-click the rows in dbtreegrid, I need to know if the selected row is the TreeKeyField or the Clild node. How to know? Thanks, Frances
  10. Hi All, I would like to have a panel which display several PDF file as a Thumbnail. How can I do it with TUniPDFFrame? Thanks in advance. -Frances
  11. I don't know how to do it (combining 2 pdf to 1 file). Can you show me an example? Thanks, Frances
  12. Hi All, I have 2 fields (column) each with PDF file.. How can I combine the PDFs into single PDF so I can display if on PDFFrame? Thanks, Frances
  13. 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
  14. Hi How can I hide this prompt: Thanks for the help, Frances
  15. Hi, In my case, I define it in IIS as virtual folder ... it works well. Regards, Frances
  16. +1, please put this in udemy or some place we can download for offline learning.
  17. Hi Everyone, I have this grid which I change the GroupHeader exactly like this: dbGrid.Columns[21].GroupHeader := dblookupComboBox.Text; The GroupHeader changed as expected but it took so long with popup like this: What am I missing? Thanks, Frances
  18. Hi All / @Sherzod Any update? ... Thanks, Frances
  19. fraxzi

    Infinite session

    Thanks @Sherzod, now I understand. Regards, Frances
  20. 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
  21. Hi @Sherzod, In dbLookupCombobox.. I "build" the project with .1551, now it's OK. .. sorry my bad Thanks, Frances
  22. Hi @Sherzod, With .1551, the behavior is the same. readonly dbcombobox when clicked, the dropdown shows. Regards, Frances
  23. Hi @Sherzod, Works like magic! Thanks much for the great support. now I can reduce the screen clutter for cleaner look. Regards, Frances
×
×
  • Create New...