Jump to content

Tokay

uniGUI Subscriber
  • Posts

    839
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Tokay

  1. Если пишет что не найдено, значит так и есть. Либо файлы лежат не там, либо к ним нет доступа.
  2. You can try use the Eurekalog.
  3. Saving image(s) function is the required function in the any image list. Please add it!
  4. I've finally found solution in the manual: 'The next parameter to confgure is the SSL port. You can leave it to its default value of 0. In this case you can access your server through the port configured in ServerModule -> Port which is 8077 by default.'. Sorry for annoyance.
  5. What about license for Google Charts? Does it possible to use it in the commercial projects?
  6. Тут вот для примера сторонние гуглочарты юзают: http://forums.unigui.com/index.php?/topic/17843-google-charts-in-unigui/
  7. You can use the Gnostice PDF engine or other library for this feature: https://www.gnostice.com/nl_article.asp?id=268&t=Generating_Digitally_Signed_PDF_Documents_In_Delphi
  8. Thank you! Your solution works as needed!
  9. Sorry, I could not found it. I already saw 100+ topics, but have no success. I've found my own old topic: With link here: But I don't understand how it could help me. I need this behaviour: push a button on the form, do request to a TUniMemo and get the line where the text cursor curently located in the TUniMemo. Thank you!
  10. Up. I need to get caret pos, the line where currently text cursor located. Does it possible to request this info to the back side?
  11. Any form shows imeddiatelly and automatically when you've access to any it properties. I think that does not exists possibility to access to the hidden form. Maybe support get you a sollution.
  12. May be the Eurekalog could help you find where exception occured.
  13. Does it possible to show 'A dialog with three buttons' like in examples? The third button is something that is very lacking in alerts.
  14. Hi! The 'minimize' button doesn't work on the forms. Is this a bug or a feature? I use 1551.
  15. Ok. It starts well, no problem. But after I, for example, scroll UniListBox1 to the first line, and it does not returns bak automatically as needed to the neded 50 position. And it's logical: the Timer does not execute any code. I repeat: whatever user or code do with UniListBox1 is needed to maximally show 50 line for the user as possible until form closed.
  16. Ok, moment. It's nedded to show the 50 line to the user while form opened. This value (50) is for example. At the real app it could be dynamically changed. test case.7z
  17. Aftercreate fired once at the form show, and that is all. But I need to show selected node to the user while form is visible.
  18. Ok. But what I need to do in the timer event? I need that the currently serected node stay visible to the user constantly.
  19. Hmm. This is only the test case. In the real case I need to show the currently selected line, and this line is not the zero line: with UniListBox1 do JSInterface.JSCall('boundList.getSelectedNodes()[' + ItemIndex.ToString + '].scrollIntoView', [True]); with UniListBox1 do JSInterface.JSCall('boundList.getSelectedNodes()[' + ItemIndex.ToString + '].scrollIntoViewIfNeeded', [True]);
×
×
  • Create New...