Jump to content

mazluta

uniGUI Subscriber
  • Posts

    118
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mazluta

  1. it look like evry form have is on JS and CSS file. where can i see them. how can i cahange the at runtime?
  2. last version of uniGui chrom , safari
  3. if i tried to use UniSession.AddJS (PDFView.JSName + '.iframe.contentWindow.document.getElementById ("download").style.display = "none"'); i get
  4. mazluta

    View PDF

    well irigsoft. at the end of the story, one can hit Print-screen and get the document. so i will only try to prevet some users (by params) of docing "download" or "print".
  5. more - can i set the form ID name?
  6. i tried procedure TViewerFrm.PDFViewFrameLoaded(Sender: TObject); begin // download button // UniSession.AddJS (PDFView.JSName + '.iframe.contentWindow.document.' // + 'getElementById ("download").style.display = "none"'); // UniSession.AddJS (PDFView.JSName + '.iframe.contentWindow.document.' // + 'getElementById ("secondaryDownload").style.display = "none"'); // open file button // UniSession.AddJS (PDFView.JSName + '.iframe.contentWindow.document.' // + 'getElementById ("openFile").style.display = "none"'); // UniSession.AddJS (PDFView.JSName + '.iframe.contentWindow.document.' // + 'getElementById ("secondaryOpenFile").style.display = "none"'); end; it's fail. so, i add some css to external css file =========== /* #ext-element-6 #download{ */ .toolbar #download{ display: none !important; } and i thought that the name of the form is ext-element-6 but didnt work. if i go to inspection-> elemnt.system and set ther display:none it work. so - how to i set the override to that elemnt.system thanks
  7. mazluta

    View PDF

    you right, i will try to prevent it some how thanks
  8. mazluta

    View PDF

    first - the user will see only the documents he "can see", the app hold records that point to the documents, so it is easy. secend - before view the file, i copy it to the chach folder, so, no problem.
  9. hi erich.wanker can you share the code in Delphi ? Thanks for advance.
  10. mazluta

    View PDF

    i have Document Managment System Application. you meen, i have to copy any pdf,jpg,tif,bmp,docx... to the cache directory and the display it from there?
  11. mazluta

    View PDF

    when i write "file://c:/pics/PDF files/GettingStarted.pdf" in google url (or even with "\") i see the file. when i do the same with : UniURLFrame1.URL := 'file://c:/pics/PDF files/GettingStarted.pdf'; (or even with "\") - i dont see the file. if i copy the file from the original directory the "cache" file (or files) and set UniURLFrame1.URL := '/cache/my session temp dir/GettingStarted.pdf'; - i can see the file why UniURLFrame1.URL can not get the original path immediate ?
  12. when do i need to install those files ? FMSoft_uniGUI_HyperServer_Config_1.90.0.1551.exe FMSoft_uniGUI_Theme_Pack_1.90.0.1551.exe
  13. i wnet to https://www.sencha.com/products/touch/ fill my email, name... and didnt get any zip file or download link can you just give me the zip file
  14. thanks. can we trap the ctrl-f5 key?
  15. after enter to main form, and do some action, i tried key Ctrl-F5. but insted refresh the same page, i was leading to login page. is it correct?
  16. hi j.neto233 did you have any example of scanning with uniGui?
×
×
  • Create New...