Jump to content

Volk65

uniGUI Subscriber
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Volk65

  1. Hi! When showing the form I get an error: Setchecked () is not a function. I removed the UniCheckBox, but the error is still there. I removed all components from the form-there is a mistake. I removed all unnecessary modules from Uses-there is an error. How do I beat this Elo?
  2. Hello, I have version 1480. I think it has to do with previous reports. On the server (MSSQL), the dataset is returned sorted by date. And the server sorts correctly (naturally). There is no JS code on UniDBGrid. Here's what I see (attach). If I say that sorting by date - everyone will laugh.
  3. Then it turns out that all Delphi functions are unsafe: IntToStr, Format, Trim, Len, Copy and 20,000 more functions.
  4. Thanks for the reply. I understand that. Just in the version of UniGUI 1.10.0.1469 this code worked: FileName:= ' \\Server\Folder\File.ext'; FileExists(FileName); -- = True UniSession.SendFile (FileName); -- Worked correctly UniURLFrame.URL:=FileName; -- Worked correctly In version 1.50.0.1480 FileName:= ' \\Server\Folder\File.ext'; FileExists(FileName); -- = True UniSession.SendFile (FileName); -- also works correctly UniURLFrame.URL:=FileName; --- not working anymore I'll rewrite some of the code, of course. And transfer files from one server to another. I want to understand that this is not a bug of UniGUI developers, that now it will be so, that it is normal.
  5. This is the first thing I tried - doesn't work. I put a breakpoint and made sure that the path looks like: //.../.../Doc1.pdf-does not work and displays a picture (The site does not allow a connection):
  6. Hi! This code works: UniHTMLFrame.URL := UniServerModule.FilesFolderURL+ExtractFileName(FileName); // files/doc1.pdf -- PDF is displayed But this code doesn't work: UniHTMLFrame.URL := '\\ServerName\SharedFolder\SubFolder\doc1.pdf'; // UniHTMLFrame is blank (file exists) How to display a file in a shared folder?
  7. Hi! In VCL, I use the Application event.Onidle Is there a similar event in UniGUI for the session? I.e. in the idle time of the session triggered my handler.
  8. Thank you very much! I'll be waiting.
  9. Şeytan!!! Ama bu nasıl mümkün olabilir?
  10. Project1.rar Try this test.
  11. Google chrome and Firefox give the same result.
  12. Tested (now). And there is the same: when you go to a edit mode, the cursor becomes at the end of the value. And I need SelectAll. In Delphi.VCL TEdit component has property AutoSelect (Default=true)
  13. Now i installed 1480. And nothing has changed!
  14. When you enter edit mode (UniDBGrid), the cursor in the cell is at the end of the value (Fig.1). How to make all the value selected at the beginning of editing? (Fig.2).
  15. Thank you! Exactly what I wanted.
  16. Hi! What we have: 1. TUniSpeedButton 2. TUniToolBar Question: the Buttons will be (re)created in the runtime. Is it possible to place them on the panel so that when filling one row the next button is automatically placed in the next row? When you resize TUniToolBar (e.g. change the window size) should be the same effect.
  17. Yes, because when I turn off the TUniTimer then the SessionTimeout works correctly.
×
×
  • Create New...