Jump to content

skafy

uniGUI Subscriber
  • Posts

    213
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by skafy

  1. I have two accounts...
  2. Yes this worked. How come I didn't found this. I searched for hours. Thank you!
  3. Hi, Code from first post is working, when there is no login form. If login is must be show before main form the treeview present itself as white colored. I attached project. Project2.zip
  4. Yes, it seems to working now. THANK YOU VERY MUCH!
  5. I created demo project where login form persist to have borders. I would like to remove them if possible. Thank for you help! LoginNOBorder.zip
  6. Yes I need to view files from shared folder. It seems like I cannot open new tab with folder view. Also found this..https://stackoverflow.com/questions/18246053/how-can-i-create-a-link-to-a-local-file-on-a-locally-run-web-page How did you did it with API?
  7. Yes in a sepetate tab. Bellow code example also don't work. UniSession.AddJS('window.open(twAttachmentList.Selected.Text +'?fake='+dt+'")');
  8. Is it possible or not? Nobody knows?
  9. Hi, I wonder how is it possible (if it is) to show content of one x folder in browser. I tried to use label with <a href> with following lines <a href="C:\FB6\">Link text</a> <a href="file:///C:FB6/">Link text</a> It just starts processing and than "page crash" - timeout & refresh button shown In browser console it says - Prevented navigation to “c:\FB6\” due to an unknown protocol. How can this be done? If I enter file path manualy in new tab it works - like shown below.
  10. Ok. Please let me know if you find anything.
  11. Hi, This don't seems to work anymore. Any other suggestion?
  12. Yeees. It worked. Sorry... I didn't see the changed code :S ( i thought you just merged two codes. ) Thank you!
  13. I didn't make myself clear enough. Hope Picture explains it.
  14. This does not read the FieldWidth value. Above command also bordered fieldcaption wich is not OK.
  15. Tnx, it worked! Hw about border. folowing command don't seem to work: UniTag.BorderStyle:= ubsSolid; It makes it somehow transparent...?
  16. Hi, It would really be good (i think) if there would be FieldCaption, FieldCaptionWidth,... for components TUniTagField and TUniDBTagField Best regards!
  17. Awesome!!!! Thank you soo much!
  18. Thank you.. That worked like charm... One more thing.. Is it possible to modify caption font size caption multiline (now it only write in one line) Thank you for your replays!
  19. I would like to remove dots on borders
  20. Yes I already looked at this demo. Have you read initial post? I would like INVISIBLE button that acts (now if you disable buttony look, there is still dotty outline.). Or make all unigui component able to take dropped attachment
  21. yes sorry. It is 1.9.0.1556
  22. I've tried and still cannot be changed in FormCreate event. (But I've managed to change color based on irigsoft's help)
×
×
  • Create New...